am 3024a5a5: Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip" into honeycomb

* commit '3024a5a54f09a1861ee85a5e2785b1cf8a70de39':
  Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip
This commit is contained in:
Adam Powell
2011-01-21 18:10:48 -08:00
committed by Android Git Automerger

View File

@@ -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"