aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-09 23:25:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-09 23:25:17 +0000
commitc17c482705da149bfaa9bb1f3ee63a98f82d93c4 (patch)
tree0f01506647398c09e4f8f10f0b4a7b4529e556ef
parentbe17efc0a8d51d690f8290bc32049b4eb8b4fc18 (diff)
parentdb5453b185d8c6de639c317e2b1c24ad5ab838e5 (diff)
downloadrobolectric-main.tar.gz
Merge "Fix the font configuration resource ID." into mainHEADmastermain
-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>