From 3fa5e3ef73a47df260440249967c816977f1754a Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Fri, 12 Feb 2016 15:38:38 -0800 Subject: Reduce cutoff size for multi-window layouts to 500dp. Hammerhead devices have a height of 544dp, which currently means they will be adopting the layout of the multi-window UI. Change the threshold so that Hammerhead uses the full-screen layout. Note that this does not affect NYC because Hammerhead is not supported, but will be necessary for unbundled dialer. Bug: 27173087 Change-Id: I6250de91b6e0c5c197d599422ae7a74c27ed9628 --- InCallUI/res/layout-h500dp/call_card_fragment.xml | 173 +++++++++++++++++++++ InCallUI/res/layout-h600dp/call_card_fragment.xml | 173 --------------------- .../res/layout-w500dp-land/call_card_fragment.xml | 158 +++++++++++++++++++ .../res/layout-w600dp-land/call_card_fragment.xml | 158 ------------------- InCallUI/res/values-h500dp/dimens.xml | 31 ++++ InCallUI/res/values-h600dp/dimens.xml | 31 ---- InCallUI/res/values-w500dp-land/colors.xml | 21 +++ InCallUI/res/values-w500dp-land/dimens.xml | 35 +++++ InCallUI/res/values-w600dp-land/colors.xml | 21 --- InCallUI/res/values-w600dp-land/dimens.xml | 35 ----- 10 files changed, 418 insertions(+), 418 deletions(-) create mode 100644 InCallUI/res/layout-h500dp/call_card_fragment.xml delete mode 100644 InCallUI/res/layout-h600dp/call_card_fragment.xml create mode 100644 InCallUI/res/layout-w500dp-land/call_card_fragment.xml delete mode 100644 InCallUI/res/layout-w600dp-land/call_card_fragment.xml create mode 100644 InCallUI/res/values-h500dp/dimens.xml delete mode 100644 InCallUI/res/values-h600dp/dimens.xml create mode 100644 InCallUI/res/values-w500dp-land/colors.xml create mode 100644 InCallUI/res/values-w500dp-land/dimens.xml delete mode 100644 InCallUI/res/values-w600dp-land/colors.xml delete mode 100644 InCallUI/res/values-w600dp-land/dimens.xml (limited to 'InCallUI/res') diff --git a/InCallUI/res/layout-h500dp/call_card_fragment.xml b/InCallUI/res/layout-h500dp/call_card_fragment.xml new file mode 100644 index 000000000..c3ae877e7 --- /dev/null +++ b/InCallUI/res/layout-h500dp/call_card_fragment.xml @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/InCallUI/res/layout-h600dp/call_card_fragment.xml b/InCallUI/res/layout-h600dp/call_card_fragment.xml deleted file mode 100644 index c3ae877e7..000000000 --- a/InCallUI/res/layout-h600dp/call_card_fragment.xml +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/InCallUI/res/layout-w500dp-land/call_card_fragment.xml b/InCallUI/res/layout-w500dp-land/call_card_fragment.xml new file mode 100644 index 000000000..c71cf07a6 --- /dev/null +++ b/InCallUI/res/layout-w500dp-land/call_card_fragment.xml @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/InCallUI/res/layout-w600dp-land/call_card_fragment.xml b/InCallUI/res/layout-w600dp-land/call_card_fragment.xml deleted file mode 100644 index c71cf07a6..000000000 --- a/InCallUI/res/layout-w600dp-land/call_card_fragment.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/InCallUI/res/values-h500dp/dimens.xml b/InCallUI/res/values-h500dp/dimens.xml new file mode 100644 index 000000000..dda755a3e --- /dev/null +++ b/InCallUI/res/values-h500dp/dimens.xml @@ -0,0 +1,31 @@ + + + + + + true + + 90dp + + 15dp + + -24dp + + 2dp + + 20dp + diff --git a/InCallUI/res/values-h600dp/dimens.xml b/InCallUI/res/values-h600dp/dimens.xml deleted file mode 100644 index dda755a3e..000000000 --- a/InCallUI/res/values-h600dp/dimens.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - true - - 90dp - - 15dp - - -24dp - - 2dp - - 20dp - diff --git a/InCallUI/res/values-w500dp-land/colors.xml b/InCallUI/res/values-w500dp-land/colors.xml new file mode 100644 index 000000000..77eea2e68 --- /dev/null +++ b/InCallUI/res/values-w500dp-land/colors.xml @@ -0,0 +1,21 @@ + + + + + + #000000 + diff --git a/InCallUI/res/values-w500dp-land/dimens.xml b/InCallUI/res/values-w500dp-land/dimens.xml new file mode 100644 index 000000000..112ec5f09 --- /dev/null +++ b/InCallUI/res/values-w500dp-land/dimens.xml @@ -0,0 +1,35 @@ + + + + + + true + + + true + + + 40dp + + + 30dp + + 2dp + + 20dp + diff --git a/InCallUI/res/values-w600dp-land/colors.xml b/InCallUI/res/values-w600dp-land/colors.xml deleted file mode 100644 index 77eea2e68..000000000 --- a/InCallUI/res/values-w600dp-land/colors.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - #000000 - diff --git a/InCallUI/res/values-w600dp-land/dimens.xml b/InCallUI/res/values-w600dp-land/dimens.xml deleted file mode 100644 index 112ec5f09..000000000 --- a/InCallUI/res/values-w600dp-land/dimens.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - true - - - true - - - 40dp - - - 30dp - - 2dp - - 20dp - -- cgit v1.2.3