Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3024a5a5 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles...

Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip" into honeycomb
parents e2ba0dfe 017f6e78
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"