From 8b4342c9430580387a1fed2883c3a36a6c7328f9 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 15 Jun 2017 14:50:16 -0700 Subject: Updating the UI for Add-to-homescreen dialog > Adding scrollView so that the contents are accessible in multi-window mode as well > Updating the padding to be same as an alert-dialog Bug: 36725328 Change-Id: I83d32156aa9cb751daf6589bc226d7cde69e9b53 --- res/layout/add_item_confirmation_activity.xml | 84 ++++++++++++++++----------- 1 file changed, 50 insertions(+), 34 deletions(-) (limited to 'res') diff --git a/res/layout/add_item_confirmation_activity.xml b/res/layout/add_item_confirmation_activity.xml index 35bcac389..6c316e6ff 100644 --- a/res/layout/add_item_confirmation_activity.xml +++ b/res/layout/add_item_confirmation_activity.xml @@ -17,57 +17,73 @@ */ --> - - - - + + android:layout_height="0dp" + android:layout_weight="1" + android:clipToPadding="false"> - + android:orientation="vertical"> + + - + - - + + + + + + + + + android:gravity="end" + android:paddingBottom="4dp" + android:paddingEnd="12dp" + android:paddingStart="12dp" + android:paddingTop="4dp" >