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

Commit 24f42d96 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Fix tabs spinner size

Bug: 6547003 Spinner top view on tablet should wrap content
Change-Id: I60082f1d5217f4b35e698a0c3f3de9b0b71fcdd3
parent ad3ffbba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    android:layout_width="wrap_content"
    android:layout_height="48dip"
    android:gravity="center_vertical"
    android:paddingRight="8dip"
    android:paddingLeft="12dip">

    <TextView android:id="@+id/top_button_weekday"
+1 −1
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="48dip"
    android:minWidth="192dip"
    android:singleLine="true"
    android:textSize="18sp"
    android:textColor="@color/calendar_view_switch_menu_text_color"
    android:gravity="left|center_vertical"
    android:paddingRight="8dip"
    android:paddingLeft="12dip"/>