summaryrefslogtreecommitdiffstats
path: root/res/layout-land/call_card_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/call_card_fragment.xml')
-rw-r--r--res/layout-land/call_card_fragment.xml20
1 files changed, 14 insertions, 6 deletions
diff --git a/res/layout-land/call_card_fragment.xml b/res/layout-land/call_card_fragment.xml
index dcdd1aa1..8109c33f 100644
--- a/res/layout-land/call_card_fragment.xml
+++ b/res/layout-land/call_card_fragment.xml
@@ -77,18 +77,26 @@
<include layout="@layout/primary_call_info" />
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="match_parent" >
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical"
+ android:gravity="bottom"
+ android:clipChildren="false"
+ android:clipToPadding="false" >
<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" />
+
+ <fragment android:name="com.android.incallui.ModButtonFragment"
+ android:id="@+id/modButtonFragment"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_gravity="bottom"
android:layout_marginBottom="@dimen/call_buttons_bottom_margin" />
- </FrameLayout>
+ </LinearLayout>
</LinearLayout>