summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/drawable
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/drawable
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/drawable')
-rw-r--r--java/com/android/newbubble/res/drawable/bottom_action_scrim.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/newbubble/res/drawable/bottom_action_scrim.xml b/java/com/android/newbubble/res/drawable/bottom_action_scrim.xml
index bd13382ec..1109aa6d2 100644
--- a/java/com/android/newbubble/res/drawable/bottom_action_scrim.xml
+++ b/java/com/android/newbubble/res/drawable/bottom_action_scrim.xml
@@ -20,5 +20,5 @@
<gradient
android:angle="90"
android:endColor="@android:color/transparent"
- android:startColor="#AA000000"/>
+ android:startColor="#FF000000"/>
</shape>