diff options
Diffstat (limited to 'res/layout/account_row.xml')
-rw-r--r-- | res/layout/account_row.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/account_row.xml b/res/layout/account_row.xml index 92e179f8..402cb965 100644 --- a/res/layout/account_row.xml +++ b/res/layout/account_row.xml @@ -2,7 +2,8 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="8dp"> + android:padding="8dp" + android:background="?android:attr/activatedBackgroundIndicator"> |