summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steve McKay <smckay@google.com> 2016-03-08 09:25:06 -0800
committer Steve McKay <smckay@google.com> 2016-03-08 09:25:24 -0800
commit67f50e64e09ee434e71d448ef3591ab3e05bfa65 (patch)
treeb71b04f8d9b57e5bb724611d8c2ff05cff3f45d2
parentcc909766126745edf1dc7e401617118358b39bf5 (diff)
Make delete dialog match spec.
Bug: 27535181 Change-Id: Icd2347003747b4e7674048f632dbe47a1607f8b2
-rw-r--r--packages/DocumentsUI/res/layout/dialog_delete_confirmation.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/DocumentsUI/res/layout/dialog_delete_confirmation.xml b/packages/DocumentsUI/res/layout/dialog_delete_confirmation.xml
index 990ce0b3352b..a1c291093f41 100644
--- a/packages/DocumentsUI/res/layout/dialog_delete_confirmation.xml
+++ b/packages/DocumentsUI/res/layout/dialog_delete_confirmation.xml
@@ -18,8 +18,9 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingTop="30dp"
- android:gravity="center"
+ android:paddingTop="24dp"
+ android:paddingStart="24dp"
+ android:paddingEnd="24dp"
android:textAppearance="@android:style/TextAppearance.Material.Subhead"
android:textColor="@*android:color/primary_text_default_material_light">
</TextView>