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

Commit 9de68440 authored by Alexandra Gherghina's avatar Alexandra Gherghina Committed by Android (Google) Code Review
Browse files

Merge "Match parent width for user spinner to fix tint" into lmp-dev

parents 3c3ceb9d e4124f47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@android:id/widget_frame"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="@dimen/user_spinner_item_height"
        android:orientation="horizontal" >