summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-11-17 15:10:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-17 15:10:55 +0000
commit99cc4d2ed14442aa142463ebb26762d8808daa68 (patch)
tree33268670ae050f9f21877ebb78d8bacf84591320 /packages/SystemUI/res/layout
parent9ac580f0f3c846c8bd83aaa11fdf43ba4e904f19 (diff)
parent37e68bdb9c2898c10b93c91e4bda5e1f7b6093e8 (diff)
downloadframeworks_base-99cc4d2ed14442aa142463ebb26762d8808daa68.zip
frameworks_base-99cc4d2ed14442aa142463ebb26762d8808daa68.tar.gz
frameworks_base-99cc4d2ed14442aa142463ebb26762d8808daa68.tar.bz2
Merge "Sysui: Align projection permission dialog checkbox." into lmp-mr1-dev
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"