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

Commit 47d6ef51 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Stop the holo tabs from sqeezing in to each other."

parents 1a3b2f62 9812c56b
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>