summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-07 19:46:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-07 19:46:51 +0000
commitc49d9ee8083a8382f8d6c30d265dbaeb921741bf (patch)
treef1fc44081f39430f967e7f0214683b037278cdb5 /InCallUI/res/values/styles.xml
parent943e903eadd286c5ee309f33e8bebbf7e516d8fe (diff)
parent70bab107dc2016d5e95d9a09c8479b7ce690ff80 (diff)
Merge "Change selected/unselected states of buttons."
Diffstat (limited to 'InCallUI/res/values/styles.xml')
-rw-r--r--InCallUI/res/values/styles.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/InCallUI/res/values/styles.xml b/InCallUI/res/values/styles.xml
index 13ba65e49..f77cb24df 100644
--- a/InCallUI/res/values/styles.xml
+++ b/InCallUI/res/values/styles.xml
@@ -54,6 +54,7 @@
<style name="InCallButton">
<item name="android:layout_width">0px</item>
<item name="android:layout_height">@dimen/in_call_button_height</item>
+ <item name="android:layout_margin">@dimen/call_button_margin</item>
<item name="android:layout_weight">1</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
</style>
@@ -68,12 +69,6 @@
<item name="android:textOff">@null</item>
</style>
- <style name="VerticalSeparator">
- <item name="android:layout_width">2dp</item>
- <item name="android:layout_height">match_parent</item>
- <item name="android:background">@color/button_background_color</item>
- </style>
-
<!-- Buttons in extra button row. -->
<style name="InCallExtraRowButton">
<item name="android:layout_width">@dimen/extra_row_button_width</item>