summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorSai Cheemalapati <saicheems@google.com>2014-06-10 17:08:32 -0700
committerSai Cheemalapati <saicheems@google.com>2014-06-10 17:30:49 -0700
commit9b26459b36cb60b11ab35f90a3303a2b793ea893 (patch)
treeeff4555be184c646ef0f127e3f7baeb6ab66059f /InCallUI
parentdfdcdbdf96b31ac529e907e54e4f1b10b9e01179 (diff)
Match landscape on hold view to mockups.
On hold bar in landscape mode now matches mockup. Change-Id: I3721558b1c6cf052fae2f33aa8ae657b0b4def7d
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/layout-land/call_card_content.xml11
-rw-r--r--InCallUI/res/layout/secondary_call_info.xml2
2 files changed, 10 insertions, 3 deletions
diff --git a/InCallUI/res/layout-land/call_card_content.xml b/InCallUI/res/layout-land/call_card_content.xml
index b084e4ae3..a03ab2dbb 100644
--- a/InCallUI/res/layout-land/call_card_content.xml
+++ b/InCallUI/res/layout-land/call_card_content.xml
@@ -40,6 +40,15 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
+ <FrameLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ <!-- Secondary "Call info" block, for the background ("on hold") call. -->
+ <include layout="@layout/secondary_call_info"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom" />
+ </FrameLayout>
</LinearLayout>
<FrameLayout
@@ -56,8 +65,6 @@
android:contentDescription="@string/contactPhoto"
android:src="@drawable/picture_unknown" />
- <!-- Secondary "Call info" block, for the background ("on hold") call. -->
- <include layout="@layout/secondary_call_info" />
<fragment android:name="com.android.incallui.DialpadFragment"
android:id="@+id/dialpadFragment"
diff --git a/InCallUI/res/layout/secondary_call_info.xml b/InCallUI/res/layout/secondary_call_info.xml
index 8b39b0507..4d8711d81 100644
--- a/InCallUI/res/layout/secondary_call_info.xml
+++ b/InCallUI/res/layout/secondary_call_info.xml
@@ -49,4 +49,4 @@
android:textAlignment="textEnd"
android:singleLine="true" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>