diff options
author | Brian Attwell <brianattwell@google.com> | 2014-07-18 21:00:49 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-17 17:59:02 +0000 |
commit | 18b0b5d273196f250b9eaf5759576c8d4b27c062 (patch) | |
tree | 8d7c3c77a244deb02867b89ff3c37ccf697f35fb /res | |
parent | 0d8019cf7cb048e5da044559460e08c5284d8f48 (diff) | |
parent | 39304d2c9feaedce72c3a354288ea6c146b39740 (diff) |
Merge "Change dialer's contentInsetStart=0px" into lmp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index aed6fa44a..c65b9e9bb 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -123,7 +123,7 @@ <item name="android:height">@dimen/action_bar_height</item> <!-- Empty icon --> <item name="android:icon">@android:color/transparent</item> - <item name="android:contentInsetStart">1px</item> + <item name="android:contentInsetStart">0px</item> </style> <style name="DialtactsActionBarWithoutTitleStyle" parent="DialtactsActionBarStyle"> |