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

Commit fc13e5b3 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 3024a5a5: Merge "Fix bug 3374664 - Action bar spacing between tabs,...

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

* commit '3024a5a5':
  Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip
parents 2c5c06a4 3024a5a5
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"