summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/layout-w500dp-land/call_card_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/layout-w500dp-land/call_card_fragment.xml')
-rw-r--r--InCallUI/res/layout-w500dp-land/call_card_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/res/layout-w500dp-land/call_card_fragment.xml b/InCallUI/res/layout-w500dp-land/call_card_fragment.xml
index 6d7750c55..081d40586 100644
--- a/InCallUI/res/layout-w500dp-land/call_card_fragment.xml
+++ b/InCallUI/res/layout-w500dp-land/call_card_fragment.xml
@@ -151,12 +151,12 @@
<include layout="@layout/primary_call_info" />
<FrameLayout
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment android:name="com.android.incallui.CallButtonFragment"
android:id="@+id/callButtonFragment"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />