Merge "Match landscape on hold view to mockups."
diff --git a/InCallUI/res/layout-land/call_card_content.xml b/InCallUI/res/layout-land/call_card_content.xml
index b084e4a..a03ab2d 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 8b39b05..4d8711d 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>