diff options
author | Nancy Chen <nancychen@google.com> | 2016-02-12 15:38:38 -0800 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2016-02-18 12:58:07 -0800 |
commit | 3fa5e3ef73a47df260440249967c816977f1754a (patch) | |
tree | 4a7ca4fedf11e152b9f5bd4ae2422dd34c86fe38 | |
parent | 9710bb241ff7e6397def2c659da729b12d1c292e (diff) |
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
-rw-r--r-- | InCallUI/res/layout-h500dp/call_card_fragment.xml (renamed from InCallUI/res/layout-h600dp/call_card_fragment.xml) | 0 | ||||
-rw-r--r-- | InCallUI/res/layout-w500dp-land/call_card_fragment.xml (renamed from InCallUI/res/layout-w600dp-land/call_card_fragment.xml) | 0 | ||||
-rw-r--r-- | InCallUI/res/values-h500dp/dimens.xml (renamed from InCallUI/res/values-h600dp/dimens.xml) | 0 | ||||
-rw-r--r-- | InCallUI/res/values-w500dp-land/colors.xml (renamed from InCallUI/res/values-w600dp-land/colors.xml) | 0 | ||||
-rw-r--r-- | InCallUI/res/values-w500dp-land/dimens.xml (renamed from InCallUI/res/values-w600dp-land/dimens.xml) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/InCallUI/res/layout-h600dp/call_card_fragment.xml b/InCallUI/res/layout-h500dp/call_card_fragment.xml index c3ae877e7..c3ae877e7 100644 --- a/InCallUI/res/layout-h600dp/call_card_fragment.xml +++ b/InCallUI/res/layout-h500dp/call_card_fragment.xml diff --git a/InCallUI/res/layout-w600dp-land/call_card_fragment.xml b/InCallUI/res/layout-w500dp-land/call_card_fragment.xml index c71cf07a6..c71cf07a6 100644 --- a/InCallUI/res/layout-w600dp-land/call_card_fragment.xml +++ b/InCallUI/res/layout-w500dp-land/call_card_fragment.xml diff --git a/InCallUI/res/values-h600dp/dimens.xml b/InCallUI/res/values-h500dp/dimens.xml index dda755a3e..dda755a3e 100644 --- a/InCallUI/res/values-h600dp/dimens.xml +++ b/InCallUI/res/values-h500dp/dimens.xml diff --git a/InCallUI/res/values-w600dp-land/colors.xml b/InCallUI/res/values-w500dp-land/colors.xml index 77eea2e68..77eea2e68 100644 --- a/InCallUI/res/values-w600dp-land/colors.xml +++ b/InCallUI/res/values-w500dp-land/colors.xml diff --git a/InCallUI/res/values-w600dp-land/dimens.xml b/InCallUI/res/values-w500dp-land/dimens.xml index 112ec5f09..112ec5f09 100644 --- a/InCallUI/res/values-w600dp-land/dimens.xml +++ b/InCallUI/res/values-w500dp-land/dimens.xml |