aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAng Li <ihcinihsdk@google.com>2024-05-09 22:18:24 +0000
committerAng Li <ihcinihsdk@google.com>2024-05-09 22:19:43 +0000
commitdb5453b185d8c6de639c317e2b1c24ad5ab838e5 (patch)
tree0f01506647398c09e4f8f10f0b4a7b4529e556ef
parentbe17efc0a8d51d690f8290bc32049b4eb8b4fc18 (diff)
downloadrobolectric-db5453b185d8c6de639c317e2b1c24ad5ab838e5.tar.gz
Fix the font configuration resource ID.
Bug: 332407470 Test: (in git-main) atest -c SystemUIGoogleRobo(2)RNGTests Change-Id: I1bb8c6ac6b7cac4e272f59041a82c273147c077d
-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 1b0763909..7dd4ea2c4 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="0x010401f7" />
- <public type="string" name="config_headlineFontFamily" id="0x0104026a" />
+ <public type="string" name="config_bodyFontFamily" id="0x010401f9" />
+ <public type="string" name="config_headlineFontFamily" id="0x0104026c" />
</resources>