summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-01-21 18:13:13 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-21 18:13:13 -0800
commit5346ede6b9dc4978b2ab57c52b5713b0263461f3 (patch)
tree49ba604dd1f35897873b352899777186288c530a /core
parent41ef3a49e27b3bd5db04da085cee16a12c4b9353 (diff)
parentfc13e5b3821c7060879405a606153b0556bdd144 (diff)
downloadframeworks_base-5346ede6b9dc4978b2ab57c52b5713b0263461f3.zip
frameworks_base-5346ede6b9dc4978b2ab57c52b5713b0263461f3.tar.gz
frameworks_base-5346ede6b9dc4978b2ab57c52b5713b0263461f3.tar.bz2
am fc13e5b3: am 3024a5a5: Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip" into honeycomb
* commit 'fc13e5b3821c7060879405a606153b0556bdd144': Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip
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"