summaryrefslogtreecommitdiff
path: root/data/res/layout/select_dialog_multichoice_material.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/select_dialog_multichoice_material.xml')
-rw-r--r--data/res/layout/select_dialog_multichoice_material.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/res/layout/select_dialog_multichoice_material.xml b/data/res/layout/select_dialog_multichoice_material.xml
index 01e4cfa8..e5b5b620 100644
--- a/data/res/layout/select_dialog_multichoice_material.xml
+++ b/data/res/layout/select_dialog_multichoice_material.xml
@@ -23,8 +23,8 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorAlertDialogListItem"
android:gravity="center_vertical"
- android:paddingStart="16dip"
- android:paddingEnd="16dip"
+ android:paddingStart="@dimen/alert_dialog_padding_material"
+ android:paddingEnd="@dimen/alert_dialog_padding_material"
android:checkMark="?android:attr/listChoiceIndicatorMultiple"
android:checkMarkGravity="start"
android:ellipsize="marquee" />