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

This commit is contained in:
Alexandra Gherghina
2014-09-26 17:53:27 +00:00
committed by Android (Google) Code Review

View File

@@ -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" >