diff options
Diffstat (limited to 'res/layout/account_sync_screen.xml')
-rw-r--r-- | res/layout/account_sync_screen.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/account_sync_screen.xml b/res/layout/account_sync_screen.xml index d54d750..117b58a 100644 --- a/res/layout/account_sync_screen.xml +++ b/res/layout/account_sync_screen.xml @@ -26,6 +26,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> + <ImageView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:scaleType="fitXY" + android:src="?android:attr/listDivider" /> + <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="0dip" |