aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/presence_template.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-16 22:38:58 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-16 22:38:58 +0100
commita0bbd48dcf7904ee481fcff773b9275962c93f3c (patch)
tree33f4bc3731f239ac8a3e7045d962dce1a67fc074 /src/main/res/layout/presence_template.xml
parent23f8b7e175cbee351d086f0b6ded70fb6aaaa26e (diff)
change image button background
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/presence_template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/presence_template.xml b/src/main/res/layout/presence_template.xml
index 22ce44147..b305f18db 100644
--- a/src/main/res/layout/presence_template.xml
+++ b/src/main/res/layout/presence_template.xml
@@ -47,7 +47,7 @@
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
- android:background="?android:selectableItemBackground"
+ android:background="?attr/selectableItemBackgroundBorderless"
android:padding="@dimen/image_button_padding"
android:src="?attr/icon_remove" />
</RelativeLayout> \ No newline at end of file