aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Peri <ramperi@google.com>2024-05-01 02:08:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-01 02:08:17 +0000
commitd6c31415fb5e85e7cbfd17d94c7a8dd2dccf022c (patch)
tree69493d9b29b94b151c20dba8ee2014742dfaad01
parentd3e156a92402a9bce9c30208b5d4d1358fad7f09 (diff)
parent85e70c0e1e0a0a2d094c0dc31c3f47018b7b1b7e (diff)
downloadrobolectric-d6c31415fb5e85e7cbfd17d94c7a8dd2dccf022c.tar.gz
Merge "Change ID to fix the font related test failures." into main
-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>