From 92581f78207a23b0777795f5d5ffcff683aa1e21 Mon Sep 17 00:00:00 2001 From: Martin Hibdon Date: Tue, 22 Apr 2014 14:23:22 -0700 Subject: [PATCH] Move the setup nav buttons to the bottom on tablets b/14187851 Now the bars on the sides for tablet landscape setup are actually in the activity, not the fragment. The setup fragment template is identical between tablet and phone, with any differences between them contained in different styles or dimensions. Change-Id: Id7005f73aa29ed6010e629873155eb5fdc8e818f --- res/layout-w800dp/account_setup_activity.xml | 41 +++++++ res/layout-w800dp/account_setup_template.xml | 102 ------------------ res/layout/account_setup_template.xml | 97 +++++++++-------- res/values-w600dp/dimensions.xml | 3 + res/values-w800dp/constants.xml | 23 ---- res/values/constants.xml | 4 - .../setup/AccountSetupBasicsFragment.java | 10 +- 7 files changed, 93 insertions(+), 187 deletions(-) create mode 100644 res/layout-w800dp/account_setup_activity.xml delete mode 100644 res/layout-w800dp/account_setup_template.xml delete mode 100644 res/values-w800dp/constants.xml diff --git a/res/layout-w800dp/account_setup_activity.xml b/res/layout-w800dp/account_setup_activity.xml new file mode 100644 index 000000000..448d70b20 --- /dev/null +++ b/res/layout-w800dp/account_setup_activity.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-w800dp/account_setup_template.xml b/res/layout-w800dp/account_setup_template.xml deleted file mode 100644 index a21200acf..000000000 --- a/res/layout-w800dp/account_setup_template.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -