summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorQi Wang <wangqi@google.com>2016-03-18 16:00:22 -0700
committerQi Wang <wangqi@google.com>2016-03-18 16:08:12 -0700
commit50a83fe8c660b9d4ef5876c1ba4503481de2c71e (patch)
tree27ffdd6cb96f0b7fd68bf9f670c658f3227e5222 /InCallUI/res
parentc6ed16091cf15c3546d3bd1188e14b8aef935280 (diff)
Fix emergency call layout.
* Move callback information to lower part to avoid squized primary call info. Screenshots Before: https://screenshot.googleplex.com/AsMf9ftd8Cg After: https://screenshot.googleplex.com/x1KJ6gbRBd3 Bug: 27680065 Change-Id: I69367aad96e7e0aabb07fa7dfcd7efa5e931e04c
Diffstat (limited to 'InCallUI/res')
-rw-r--r--InCallUI/res/layout-h500dp/call_card_fragment.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/InCallUI/res/layout-h500dp/call_card_fragment.xml b/InCallUI/res/layout-h500dp/call_card_fragment.xml
index c3ae877e7..2ef6e52da 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>