am 24d0b6cc: am b496606d: am e5e43084: am 8ea6cbf7: am 9de68440: Merge "Match parent width for user spinner to fix tint" into lmp-dev

* commit '24d0b6cc625313676e391fc3f61fc46f7b95e06d':
  Match parent width for user spinner to fix tint
This commit is contained in:
Alexandra Gherghina
2014-09-29 19:44:14 +00:00
committed by Android Git Automerger

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