summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-04-24 15:41:26 -0700
committerAndrew Lee <anwlee@google.com>2014-04-24 15:51:00 -0700
commit24f0108f02430717ad1a0c73f5e66dc69c11fd88 (patch)
treeda0f0bb70c731163b1af5033654892bcca6ae782 /InCallUI/res/values/styles.xml
parent03c6f76d0bdefe6a9b4d3263e2391665d86b8572 (diff)
Make EndCallButton circular.
- Added FrameLayout around end call button. - Reconfigured size and clipping of the end call button. - Retyped some colors from drawables to colors. - Removed unused styles and dimensions. Bug: 13956531 Change-Id: I9a5bc5b0307521f4ef3d7a9ae61b586e4e32a76a
Diffstat (limited to 'InCallUI/res/values/styles.xml')
-rw-r--r--InCallUI/res/values/styles.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/InCallUI/res/values/styles.xml b/InCallUI/res/values/styles.xml
index 21b6d93a4..ce93c628d 100644
--- a/InCallUI/res/values/styles.xml
+++ b/InCallUI/res/values/styles.xml
@@ -74,13 +74,6 @@
<item name="android:background">@color/button_background_color</item>
</style>
- <!-- "End" button; similar to InCallButton. -->
- <style name="InCallEndButton">
- <item name="android:layout_width">0dip</item>
- <item name="android:layout_height">@dimen/in_call_end_button_height</item>
- <item name="android:layout_weight">1</item>
- </style>
-
<!-- Buttons in extra button row. -->
<style name="InCallExtraRowButton">
<item name="android:layout_width">@dimen/extra_row_button_width</item>