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

* commit '8ea6cbf7d9a6f92bb76564c281597341b0ad1ebb':
  Match parent width for user spinner to fix tint
This commit is contained in:
Alexandra Gherghina
2014-09-26 20:11:30 +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" >