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

Commit e4124f47 authored by Alexandra Gherghina's avatar Alexandra Gherghina
Browse files

Match parent width for user spinner to fix tint

Bug: 17640172
Change-Id: I4cbea855cac9180d193f9ba936ec1bab81df537d
parent eac7cc5e
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" >