Match parent width for user spinner to fix tint
Bug: 17640172 Change-Id: I4cbea855cac9180d193f9ba936ec1bab81df537d
This commit is contained in:
@@ -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" >
|
||||
|
||||
|
Reference in New Issue
Block a user