diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-06-30 23:46:05 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-06-30 23:46:05 +0200 |
commit | 502ea4b891cd1e5abc08f9eaa80e8744f0059482 (patch) | |
tree | 680939c857332db5bba3c0f8e6a02c3a810aa304 /src/main/res/layout | |
parent | 45f773d5bd488a9851dc1255b24ff451cee92db9 (diff) |
choose contact activity: start action mode on short press
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/contact.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml index c2e374356..0218e299b 100644 --- a/src/main/res/layout/contact.xml +++ b/src/main/res/layout/contact.xml @@ -5,7 +5,7 @@ <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:attr/activatedBackgroundIndicator" + android:background="?attr/list_item_background" android:padding="@dimen/list_padding"> <com.makeramen.roundedimageview.RoundedImageView |