summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-14 17:47:48 -0700
committerAndrew Lee <anwlee@google.com>2014-08-15 17:33:01 -0700
commit45c0059f18883ebda7133d92f5828b5859d22934 (patch)
treece3ad205eb5eca2310afe95ae43a0783abf48088 /InCallUI/res/drawable
parentd3bbf5e13fe245fd178106c006225b975be0bcef (diff)
Position/size adjustments to the floating action button.
+ Use new theme color for dialpad tints. + Translate FAB higher and make it 128% scaled in InCallUI. + Add methods so that dialpad is shown/hidden, FAB transitions to/from its normal position and normal scale. + Translate button in/out when enabled/disabled. Bug: 16399233 Change-Id: Ia8f56f494a89927c25657a75cfcca147c34c6c98
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/end_call_background.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/InCallUI/res/drawable/end_call_background.xml b/InCallUI/res/drawable/end_call_background.xml
index b3d877b31..8f3926f47 100644
--- a/InCallUI/res/drawable/end_call_background.xml
+++ b/InCallUI/res/drawable/end_call_background.xml
@@ -16,6 +16,4 @@
<!-- Background drawable used to render the "end call" button. -->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="@color/end_call_touch_feedback_tint">
- <item android:drawable="@drawable/fab_red" />
-</ripple>
+ android:color="@color/end_call_touch_feedback_tint" />