summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/values/strings.xml
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-01-18 15:56:25 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-18 16:52:26 -0800
commit35f0cc15be02efe78c411da6ff653d3475f30421 (patch)
tree1c34d610409002e5836b19d6d1f2a2800c67803e /java/com/android/newbubble/res/values/strings.xml
parent8c3420c5f10bcde9475835d8e93aa2b6cb5a9d17 (diff)
Descrease bubble bottom text scaling factor.
Also set TextView width according to the scaling factor so texts don't go off screen when scaling. Test: manual PiperOrigin-RevId: 182452685 Change-Id: If438f1b7e0432c2856bd2cb937adfc4131e57410
Diffstat (limited to 'java/com/android/newbubble/res/values/strings.xml')
-rw-r--r--java/com/android/newbubble/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/newbubble/res/values/strings.xml b/java/com/android/newbubble/res/values/strings.xml
index ce7d45606..08c685ee2 100644
--- a/java/com/android/newbubble/res/values/strings.xml
+++ b/java/com/android/newbubble/res/values/strings.xml
@@ -25,8 +25,8 @@
double tap to collapse call action menu". -->
<string name="a11y_bubble_primary_button_collapse_action">Collapse call action menu</string>
- <!-- The label of drag-and-drop target for dismissing bubble. [CHAR LIMIT=10]-->
+ <!-- The label of drag-and-drop target for dismissing bubble. [CHAR LIMIT=20]-->
<string name="bubble_bottom_action_hide">Hide</string>
- <!-- The label of drag-and-drop target for ending call. [CHAR LIMIT=10]-->
+ <!-- The label of drag-and-drop target for ending call. [CHAR LIMIT=20]-->
<string name="bubble_bottom_action_end_call">End call</string>
-</resources> \ No newline at end of file
+</resources>