Merge "Fix emergency call layout." into nyc-dev am: 04abe42
am: c7a3888

* commit 'c7a3888a1397b7ab1dfbbcf86aba31765ea6017c':
  Fix emergency call layout.
diff --git a/InCallUI/res/layout-h500dp/call_card_fragment.xml b/InCallUI/res/layout-h500dp/call_card_fragment.xml
index c3ae877..2ef6e52 100644
--- a/InCallUI/res/layout-h500dp/call_card_fragment.xml
+++ b/InCallUI/res/layout-h500dp/call_card_fragment.xml
@@ -44,22 +44,13 @@
                 android:layout_weight="1"
                 android:minHeight="@dimen/call_banner_height"
                 android:animateLayoutChanges="true"
-                android:gravity="center"
-                android:layout_centerHorizontal="true" />
+                android:gravity="center" />
 
             <fragment android:name="com.android.incallui.CallButtonFragment"
                 android:id="@+id/callButtonFragment"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content" />
 
-            <TextView android:id="@+id/connectionServiceMessage"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:textAppearance="?android:attr/textAppearanceMedium"
-                android:visibility="gone"
-                android:padding="@dimen/call_banner_side_padding"
-                android:background="@android:color/white" />
-
         </LinearLayout>
 
         <RelativeLayout
@@ -165,6 +156,14 @@
 
             </FrameLayout>
 
+            <TextView android:id="@+id/connectionServiceMessage"
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                android:textAppearance="?android:attr/textAppearanceMedium"
+                android:visibility="gone"
+                android:padding="@dimen/call_banner_side_padding"
+                android:background="@android:color/white" />
+
         </RelativeLayout>
 
     </LinearLayout>