aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAng Li <ihcinihsdk@google.com>2024-05-01 01:59:00 +0000
committerAng Li <ihcinihsdk@google.com>2024-05-01 01:59:00 +0000
commit85e70c0e1e0a0a2d094c0dc31c3f47018b7b1b7e (patch)
tree517d257b239d3c581ab88e2c8ee0eec241aa6532
parent9201ec4b504ddb37e398e795810f3aa5be946aae (diff)
downloadrobolectric-85e70c0e1e0a0a2d094c0dc31c3f47018b7b1b7e.tar.gz
Change ID to fix the font related test failures.
Test: atest -c SystemUIGoogleRobo(2)RNGTests (http://ab/I25700010269749464, http://ab/I09700010269774260) Change-Id: I8c0e131317af25240b3983ebe8b22891c656ff40
-rw-r--r--nativeruntime/src/main/resources/arsc/font_resources/values/public.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nativeruntime/src/main/resources/arsc/font_resources/values/public.xml b/nativeruntime/src/main/resources/arsc/font_resources/values/public.xml
index 42a8ab9a2..1b0763909 100644
--- a/nativeruntime/src/main/resources/arsc/font_resources/values/public.xml
+++ b/nativeruntime/src/main/resources/arsc/font_resources/values/public.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--TODO(b/332407470): We need a more stable method for the configuration.-->
- <public type="string" name="config_bodyFontFamily" id="0x010401f1" />
- <public type="string" name="config_headlineFontFamily" id="0x01040264" />
+ <public type="string" name="config_bodyFontFamily" id="0x010401f7" />
+ <public type="string" name="config_headlineFontFamily" id="0x0104026a" />
</resources>