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

Commit eaa750f6 authored by Ray Chen's avatar Ray Chen Committed by Android (Google) Code Review
Browse files

Merge "Fix 5367090 Gallery top selector (Albums, Locations, Times...) dropdown...

Merge "Fix 5367090 Gallery top selector (Albums, Locations, Times...) dropdown must use framework component"
parents ccc57bf8 8aefcaf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@
    android:id="@android:id/text1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:textAppearance="?android:attr/textAppearanceSmall"
    android:textAppearance="?android:attr/textAppearanceMedium"
    android:gravity="center_vertical"
    android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
    android:paddingRight="?android:attr/listPreferredItemPaddingRight"
    android:minHeight="42dip"
    android:minHeight="?android:attr/listPreferredItemHeightSmall"
/>