summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-01-21 18:07:37 -0800
committerAdam Powell <adamp@google.com>2011-01-21 18:07:37 -0800
commit017f6e783edb32375fe41f6a30738d7181ad9dcc (patch)
tree2117b6a3c9589fdeee6df625462cefdf3e76e2d9 /core
parent84fbff1299880c56c8f12a09b1a432ffa9aabfd9 (diff)
downloadframeworks_base-017f6e783edb32375fe41f6a30738d7181ad9dcc.zip
frameworks_base-017f6e783edb32375fe41f6a30738d7181ad9dcc.tar.gz
frameworks_base-017f6e783edb32375fe41f6a30738d7181ad9dcc.tar.bz2
Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip
Change-Id: I1397e7ee8146d929bea790698581c3c1bab7298f
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout/action_bar_title_item.xml3
1 files changed, 2 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 3864981..0cf4222 100644
--- a/core/res/res/layout/action_bar_title_item.xml
+++ b/core/res/res/layout/action_bar_title_item.xml
@@ -17,7 +17,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:paddingRight="32dip" >
<TextView android:id="@+id/action_bar_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"