summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c195ddaae..2050472c6 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -766,6 +766,7 @@
<style name="AbstractVacationResponderCheckBox">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
+ <item name="android:background">?android:attr/selectableItemBackground</item>
<item name="android:checked">true</item>
<item name="android:checkMark">?android:attr/listChoiceIndicatorMultiple</item>
<item name="android:gravity">center_vertical</item>