summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author James O'Leary <jamesoleary@google.com> 2021-06-15 16:03:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-06-15 16:03:52 +0000
commitb6afc7575c8d0cc4c053170567190aacf8fff0cc (patch)
tree741146dc3b30683d0dc9cd32157bbd186e7be490
parenta3b91578ee5ec1977f4d3c12fb2b92c27d60170b (diff)
parent6cd32cb4e4c326aaecce98b0a2be90ba431d6811 (diff)
Merge "Use Google Sans Text for Cut/Copy/Paste menu" into sc-dev
-rw-r--r--core/res/res/layout/floating_popup_menu_button.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/floating_popup_menu_button.xml b/core/res/res/layout/floating_popup_menu_button.xml
index c419e46349f4..e4c2a34b1af8 100644
--- a/core/res/res/layout/floating_popup_menu_button.xml
+++ b/core/res/res/layout/floating_popup_menu_button.xml
@@ -51,7 +51,7 @@
android:gravity="center"
android:singleLine="true"
android:ellipsize="end"
- android:fontFamily="sans-serif-medium"
+ android:fontFamily="@*android:string/config_bodyFontFamily"
android:textSize="@dimen/floating_toolbar_text_size"
android:textColor="?attr/floatingToolbarForegroundColor"
android:background="@null"