diff options
author | Brian Attwell <brianattwell@google.com> | 2014-07-18 13:56:21 -0700 |
---|---|---|
committer | Brian Attwell <brianattwell@google.com> | 2014-07-18 20:59:29 +0000 |
commit | 39304d2c9feaedce72c3a354288ea6c146b39740 (patch) | |
tree | 61dfd019808b285d95f44df7600d53751ed02fdf /res | |
parent | b75a6592f78d44ae3b6ec239b4b99fbd23c24110 (diff) |
Change dialer's contentInsetStart=0px
I fixed this in the framework a while ago. You no longer
need to use contentInsetStart=1px.
Bug: 16403573
Change-Id: Idc3d4b0de7d1c700d6847f62318dcf7d3b1850d0
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"> |