diff options
Diffstat (limited to 'res/layout/quick_settings_tile_user.xml')
-rw-r--r-- | res/layout/quick_settings_tile_user.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/quick_settings_tile_user.xml b/res/layout/quick_settings_tile_user.xml index 41ed718..b7effa9 100644 --- a/res/layout/quick_settings_tile_user.xml +++ b/res/layout/quick_settings_tile_user.xml @@ -17,7 +17,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:background="#AA222222" - android:layout_height="match_parent"> + android:layout_height="wrap_content"> <ImageView android:id="@+id/user_imageview" android:layout_width="match_parent" |