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

Commit 9812c56b authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Stop the holo tabs from sqeezing in to each other.

Change-Id: I8925daf5c7c21e65f17cc6bc308b1b867047e745
parent 405efeee
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -15,17 +15,17 @@
-->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="0dp"
    android:layout_width="wrap_content"
    android:layout_height="58dp"
    android:layout_weight="1"
    android:layout_marginLeft="-3dip"
    android:layout_marginRight="-3dip"
    android:layout_weight="0"
    android:paddingBottom="8dp"
    android:background="@android:drawable/tab_indicator_holo">

    <ImageView android:id="@+id/icon"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingLeft="3dp"
        android:paddingRight="3dp"
        android:layout_centerHorizontal="true" />

    <TextView android:id="@+id/title"
@@ -33,6 +33,8 @@
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_centerHorizontal="true"
        android:paddingLeft="3dp"
        android:paddingRight="3dp"
        style="?android:attr/tabWidgetStyle" />
    
</RelativeLayout>