From 31deacf6f59be3633a4bcdb9359b2f9f750de527 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Wed, 3 Aug 2011 17:29:53 -0700 Subject: [PATCH] Make backup/restore confirmation UI landscape-friendly Now the textual content and password fields are placed in scroll view, and the confirm/deny buttons pinned at the bottom of the layout. Previously, in landscape mode on some devices the buttons would be pushed off screen. Bug 5115411 Change-Id: I8bf8fd1516735bf6111893df79636b519dbfb803 --- .../res/layout/confirm_backup.xml | 33 ++++- .../res/layout/confirm_restore.xml | 127 ++++++++++-------- 2 files changed, 101 insertions(+), 59 deletions(-) diff --git a/packages/BackupRestoreConfirmation/res/layout/confirm_backup.xml b/packages/BackupRestoreConfirmation/res/layout/confirm_backup.xml index 3668b8cfddacf..7dfa53efdabbb 100644 --- a/packages/BackupRestoreConfirmation/res/layout/confirm_backup.xml +++ b/packages/BackupRestoreConfirmation/res/layout/confirm_backup.xml @@ -18,10 +18,20 @@ */ --> - + + + + android:layout_width="match_parent"> + + + +