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

* commit '9de68440a9ae9cfadee3939c1ca461e42871f766':
  Match parent width for user spinner to fix tint
This commit is contained in:
Alexandra Gherghina
2014-09-26 19:55:28 +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" >