From 6161f39f583cf202969125757d78010bdc06457c Mon Sep 17 00:00:00 2001 From: Anthony Hugh Date: Fri, 18 Sep 2015 17:18:10 -0700 Subject: Update Grant Permissions dialog to redlines Changes: - Refactor the ViewHandler a bit to be more generic. This should help with another upcoming Wear dialog. - Update assets for buttons - Add deny asset - Fix margins and other UI number tweaks BUG: 24133550 Change-Id: I330bdf3217fa5c554f71d9105a0475106b6f3e12 --- res/layout-watch/grant_permissions.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'res/layout-watch') diff --git a/res/layout-watch/grant_permissions.xml b/res/layout-watch/grant_permissions.xml index 165de29f..2eedae35 100644 --- a/res/layout-watch/grant_permissions.xml +++ b/res/layout-watch/grant_permissions.xml @@ -38,7 +38,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_marginBottom="@dimen/grant_permissions_app_breadcrumb_margin_bottom" + android:layout_marginTop="@dimen/grant_permissions_app_breadcrumb_margin_top" android:textAppearance="@style/GrantPermissions.BreadcrumbText" /> -