From 085091cce44303015c9a870c875fe69d3179f62f Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Wed, 4 May 2016 16:44:55 -0700 Subject: Reduce threshold of height for layout of multi-window mode. This will show contact photo for seed devices. Fix: 28249277 Change-Id: I48980c27fc8a6e6664599114ba144649744124b5 (cherry picked from commit 5e3aa1c5f11e43fdc2f1ddf38f608117430eb919) --- InCallUI/res/layout-h400dp/call_card_fragment.xml | 172 ++++++++++++++++++++++ InCallUI/res/layout-h500dp/call_card_fragment.xml | 172 ---------------------- InCallUI/res/values-h400dp/dimens.xml | 31 ++++ InCallUI/res/values-h500dp/dimens.xml | 31 ---- 4 files changed, 203 insertions(+), 203 deletions(-) create mode 100644 InCallUI/res/layout-h400dp/call_card_fragment.xml delete mode 100644 InCallUI/res/layout-h500dp/call_card_fragment.xml create mode 100644 InCallUI/res/values-h400dp/dimens.xml delete mode 100644 InCallUI/res/values-h500dp/dimens.xml (limited to 'InCallUI') diff --git a/InCallUI/res/layout-h400dp/call_card_fragment.xml b/InCallUI/res/layout-h400dp/call_card_fragment.xml new file mode 100644 index 000000000..2ef6e52da --- /dev/null +++ b/InCallUI/res/layout-h400dp/call_card_fragment.xml @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/InCallUI/res/layout-h500dp/call_card_fragment.xml b/InCallUI/res/layout-h500dp/call_card_fragment.xml deleted file mode 100644 index 2ef6e52da..000000000 --- a/InCallUI/res/layout-h500dp/call_card_fragment.xml +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/InCallUI/res/values-h400dp/dimens.xml b/InCallUI/res/values-h400dp/dimens.xml new file mode 100644 index 000000000..dda755a3e --- /dev/null +++ b/InCallUI/res/values-h400dp/dimens.xml @@ -0,0 +1,31 @@ + + + + + + true + + 90dp + + 15dp + + -24dp + + 2dp + + 20dp + diff --git a/InCallUI/res/values-h500dp/dimens.xml b/InCallUI/res/values-h500dp/dimens.xml deleted file mode 100644 index dda755a3e..000000000 --- a/InCallUI/res/values-h500dp/dimens.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - true - - 90dp - - 15dp - - -24dp - - 2dp - - 20dp - -- cgit v1.2.3