diff options
Diffstat (limited to '')
-rw-r--r-- | res/layout/contact.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/contact.xml b/res/layout/contact.xml index 82404d3f..fcf8e8b9 100644 --- a/res/layout/contact.xml +++ b/res/layout/contact.xml @@ -3,7 +3,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="8dp" - android:paddingBottom="8dp"> + android:paddingBottom="8dp" + android:background="?android:attr/activatedBackgroundIndicator"> <ImageView android:id="@+id/contact_photo" |