am e5e43084: am 8ea6cbf7: am 9de68440: Merge "Match parent width for user spinner to fix tint" into lmp-dev
* commit 'e5e430849c9cd6fce13c3194ab681c97822c180b':
Match parent width for user spinner to fix tint
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" >