Merge "Match parent width for user spinner to fix tint" into lmp-dev
diff --git a/res/layout/user_preference.xml b/res/layout/user_preference.xml
index 625a065..91db846 100644
--- a/res/layout/user_preference.xml
+++ b/res/layout/user_preference.xml
@@ -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" >