summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-05-02 15:26:04 -0700
committerWeijia Xu <weijiaxu@google.com>2018-05-04 06:16:14 +0000
commitb3bd5f5c9687feaa795dc630a88790ccf6e7e99e (patch)
tree65eeb2a5363a49052e47af8cc15811f0c6a10c14 /java/com/android/dialer/theme
parent1ab3e318f68db528d4242bc9ebc62e907eb11939 (diff)
Tuned Speed Dial UI according to red lines.
Bug: 78490736 Test: manual PiperOrigin-RevId: 195161904 Change-Id: I7d3600267223fcfafae42f3f52bfd6cfff8b9146
Diffstat (limited to 'java/com/android/dialer/theme')
-rw-r--r--java/com/android/dialer/theme/res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/com/android/dialer/theme/res/values/styles.xml b/java/com/android/dialer/theme/res/values/styles.xml
index d65d2af9c..8412aaadf 100644
--- a/java/com/android/dialer/theme/res/values/styles.xml
+++ b/java/com/android/dialer/theme/res/values/styles.xml
@@ -53,4 +53,10 @@
<item name="android:background">@color/actionbar_background_color</item>
<item name="background">@color/actionbar_background_color</item>
</style>
+
+ <!-- This Checkbox style helps align checkboxes with the common list element layout(Image + text) -->
+ <style name="DialerCheckboxStyle" parent="Widget.AppCompat.CompoundButton.CheckBox">
+ <item name="android:layout_marginStart">20dp</item>
+ <item name="android:paddingLeft">12dp</item>
+ </style>
</resources>