summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Powell <adamp@google.com> 2012-03-09 11:49:56 -0800
committer Adam Powell <adamp@google.com> 2012-03-09 11:49:56 -0800
commitd06c29439b2a79209f812230a010fc1bff85c3c7 (patch)
tree4004eaa104fc021dd278da141ed7080bc0291ee6
parenta7e6f3a70406cf4ff5ff6c19d45390923db36658 (diff)
Reduce excessive right padding on action bar titles
Change-Id: I6ef44ce330523dda38a57fe09b9d0520447a6e3c
-rw-r--r--core/res/res/layout/action_bar_title_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/action_bar_title_item.xml b/core/res/res/layout/action_bar_title_item.xml
index 4c74f6a08cd2..2e213836e86b 100644
--- a/core/res/res/layout/action_bar_title_item.xml
+++ b/core/res/res/layout/action_bar_title_item.xml
@@ -18,7 +18,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:paddingRight="16dip"
+ android:paddingRight="8dip"
android:background="?android:attr/actionBarItemBackground"
android:enabled="false">