aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAng Li <ihcinihsdk@google.com>2024-04-02 07:54:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-02 07:54:01 +0000
commitd99da9c64d690b4dc511f6eee2592d10c2f26088 (patch)
treee41b03dbeaab66d9e00fd3ba4e6ce0455f9482bc
parent9890fea83f451e1c82a757597dd5941cc4e3463b (diff)
parent578b54e0a000ea568ddc4505bc50a8128abb5614 (diff)
downloadrobolectric-d99da9c64d690b4dc511f6eee2592d10c2f26088.tar.gz
Merge "Change the ID of `config_headlineFontFamily`." into main
-rw-r--r--nativeruntime/src/main/resources/arsc/font_resources/values/public.xml3
1 files changed, 2 insertions, 1 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 8531cd675..42a8ab9a2 100644
--- a/nativeruntime/src/main/resources/arsc/font_resources/values/public.xml
+++ b/nativeruntime/src/main/resources/arsc/font_resources/values/public.xml
@@ -1,5 +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="0x01040262" />
+ <public type="string" name="config_headlineFontFamily" id="0x01040264" />
</resources>