summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/values/strings.xml
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-01-09 17:30:36 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-09 18:28:35 -0800
commit6518fdb6a4adc054d4c9400a734cc4b194734b5c (patch)
tree123cb7e517b2ea0d07fefb2ea549fe79b93a3f89 /java/com/android/newbubble/res/values/strings.xml
parentff88f7bbe07fb3e267af49427adf1a91e3fc21e9 (diff)
Bubble v2 dismiss changes.
Including: - Smaller bottom action view - Make gradient darker - Text("hide" and "end call") not all caps - Larger text size - Padding between icon and text - Speed up scaling and hiding animation - Animate opacity together with scaling - Show "Call ended" text in toast instead of bubble Bug: 67605985 Test: NewBubbleTest PiperOrigin-RevId: 181400165 Change-Id: I21b4dcc6324d2dc3eb41377d5264a391c116262f
Diffstat (limited to 'java/com/android/newbubble/res/values/strings.xml')
-rw-r--r--java/com/android/newbubble/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/com/android/newbubble/res/values/strings.xml b/java/com/android/newbubble/res/values/strings.xml
index 5b82b181f..ce7d45606 100644
--- a/java/com/android/newbubble/res/values/strings.xml
+++ b/java/com/android/newbubble/res/values/strings.xml
@@ -24,4 +24,9 @@
<!-- A string to describe available action for accessibility user. It will be read as "Actions:
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]-->
+ <string name="bubble_bottom_action_hide">Hide</string>
+ <!-- The label of drag-and-drop target for ending call. [CHAR LIMIT=10]-->
+ <string name="bubble_bottom_action_end_call">End call</string>
</resources> \ No newline at end of file