summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-12 12:50:55 -0700
committerAndrew Lee <anwlee@google.com>2015-10-12 13:39:12 -0700
commitf549abc92a680f31b4b210705e03428aa0d7c040 (patch)
tree76ffd93cfeb94d1b854ab925ae9a7fbb7d81ad22 /res/values/styles.xml
parent7f3e03d5593e8f48c5462f4c385317e42b6ce796 (diff)
Show icons for call detail actions.
- Remove LinearLayouts and use drawableLeft instead. + Up block asset from 18dp to 24dp. Bug: 24109819 Change-Id: I941520f1b90e6f819c7f94269e395d26c56f5734
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7c81e52fb..3d8644281 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -149,10 +149,14 @@
<style name="CallDetailActionItemStyle">
<item name="android:foreground">?android:attr/selectableItemBackground</item>
<item name="android:clickable">true</item>
+ <item name="android:drawablePadding">@dimen/call_detail_action_item_drawable_padding</item>
+ <item name="android:gravity">center_vertical</item>
<item name="android:paddingStart">@dimen/call_detail_action_item_padding_horizontal</item>
<item name="android:paddingEnd">@dimen/call_detail_action_item_padding_horizontal</item>
<item name="android:paddingTop">@dimen/call_detail_action_item_padding_vertical</item>
<item name="android:paddingBottom">@dimen/call_detail_action_item_padding_vertical</item>
+ <item name="android:textColor">@color/call_detail_footer_text_color</item>
+ <item name="android:textSize">@dimen/call_detail_action_item_text_size</item>
</style>
<style name="DialtactsActionBarStyle"