summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-11-14 20:33:02 -0500
committerJohn Spurlock <jspurlock@google.com>2014-11-16 13:05:59 -0500
commit37e68bdb9c2898c10b93c91e4bda5e1f7b6093e8 (patch)
tree741cfe1a72ab95a961d2821d14882fe1c3ecbd68 /packages/SystemUI/res/layout
parent4d269ba32037485bfa5ffba4dd23f796cbf10c43 (diff)
downloadframeworks_base-37e68bdb9c2898c10b93c91e4bda5e1f7b6093e8.zip
frameworks_base-37e68bdb9c2898c10b93c91e4bda5e1f7b6093e8.tar.gz
frameworks_base-37e68bdb9c2898c10b93c91e4bda5e1f7b6093e8.tar.bz2
Sysui: Align projection permission dialog checkbox.
Bug: 18392920 Change-Id: Ic74ce8c79c99d91b5493a0b0607cda356f727407
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/remember_permission_checkbox.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/layout/remember_permission_checkbox.xml b/packages/SystemUI/res/layout/remember_permission_checkbox.xml
index a21acb3..4985ff5 100644
--- a/packages/SystemUI/res/layout/remember_permission_checkbox.xml
+++ b/packages/SystemUI/res/layout/remember_permission_checkbox.xml
@@ -20,9 +20,9 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingStart="8dp"
- android:paddingEnd="8dp"
- android:paddingTop="8dp">
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp"
+ android:paddingTop="16dp">
<CheckBox
android:id="@+id/remember"