summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorShubham Basu <basushubham@google.com>2021-06-15 21:21:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-15 21:21:49 +0000
commitc04405ecaa6f691e13777072d34f1e3a63e69964 (patch)
tree0e18b3b350498cad91d7d48cf491affd78468cb9 /res/values
parent8d4c2c3158fc8bec6054ae2ade5bcd99dc1d93ba (diff)
parentf722a87289b5b9900f7ee3708ce154c2887bb67f (diff)
downloadplatform_packages_apps_DocumentsUI-c04405ecaa6f691e13777072d34f1e3a63e69964.tar.gz
platform_packages_apps_DocumentsUI-c04405ecaa6f691e13777072d34f1e3a63e69964.tar.bz2
platform_packages_apps_DocumentsUI-c04405ecaa6f691e13777072d34f1e3a63e69964.zip
Merge "setting menu item material next text style" into mainline-prod am: f722a87289
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/14905612 Change-Id: I61fa6280f10aa492d4dd9dff2eb7797f59dcc004
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles_text.xml5
-rw-r--r--res/values/themes.xml1
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles_text.xml b/res/values/styles_text.xml
index 5ea6f520f..d41cd91fd 100644
--- a/res/values/styles_text.xml
+++ b/res/values/styles_text.xml
@@ -129,4 +129,9 @@
<item name="fontFamily">@string/config_fontFamily</item>
</style>
+ <style name="MenuItemTextAppearance" parent="*android:style/TextAppearance.DeviceDefault.Body2">
+ <item name="android:textSize">14sp</item>
+ <item name="fontFamily">@string/config_fontFamily</item>
+ </style>
+
</resources> \ No newline at end of file
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 0fc0b7605..443374282 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -74,6 +74,7 @@
<item name="materialAlertDialogTheme">@style/MaterialAlertDialogTheme</item>
<item name="queryBackground">@color/menu_search_background</item>
<item name="snackbarButtonStyle">@style/SnackbarButtonStyle</item>
+ <item name="android:itemTextAppearance">@style/MenuItemTextAppearance</item>
</style>
<style name="TabTheme" parent="@android:style/Theme.DeviceDefault.DayNight">