Merge "Match parent width for user spinner to fix tint" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9de68440a9
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@android:id/widget_frame"
|
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:layout_height="@dimen/user_spinner_item_height"
|
||||||
android:orientation="horizontal" >
|
android:orientation="horizontal" >
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user