summaryrefslogtreecommitdiffstats
path: root/res/layout-watch
diff options
context:
space:
mode:
authorMichael Kwan <mkwan@google.com>2016-10-26 17:43:58 -0700
committerMichael Kwan <mkwan@google.com>2016-10-26 17:43:58 -0700
commit043bc59c7d33f263e08ca452639d26dbe960b19f (patch)
tree9d815b66121b38bb52ef31f1ac5106012833c2cf /res/layout-watch
parent827b513bf5341118bd8b51878506a113b1a4f9d1 (diff)
downloadandroid_packages_apps_PackageInstaller-043bc59c7d33f263e08ca452639d26dbe960b19f.tar.gz
android_packages_apps_PackageInstaller-043bc59c7d33f263e08ca452639d26dbe960b19f.tar.bz2
android_packages_apps_PackageInstaller-043bc59c7d33f263e08ca452639d26dbe960b19f.zip
Fix crash on small square watches.
Bug: 32420957 Change-Id: I8566b6ba786267ba374113565709a8e794a962c5
Diffstat (limited to 'res/layout-watch')
-rw-r--r--res/layout-watch/accept_deny_dialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-watch/accept_deny_dialog.xml b/res/layout-watch/accept_deny_dialog.xml
index 0933a211..1a0509ee 100644
--- a/res/layout-watch/accept_deny_dialog.xml
+++ b/res/layout-watch/accept_deny_dialog.xml
@@ -33,7 +33,7 @@
android:adjustViewBounds="true"
android:maxHeight="24dp"
android:maxWidth="24dp"
- android:layout_marginTop="@dimen/screen_percentage_10"
+ android:layout_marginTop="@dimen/diag_icon_margin_top"
android:layout_marginBottom="8dp"
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"