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

Commit 017f6e78 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip

Change-Id: I1397e7ee8146d929bea790698581c3c1bab7298f
parent 84fbff12
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"