diff options
Diffstat (limited to 'InCallUI')
-rw-r--r-- | InCallUI/res/layout-land/call_card_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/layout-land/call_card_fragment.xml b/InCallUI/res/layout-land/call_card_fragment.xml index 4c76b95de..780c997ee 100644 --- a/InCallUI/res/layout-land/call_card_fragment.xml +++ b/InCallUI/res/layout-land/call_card_fragment.xml @@ -37,7 +37,7 @@ <fragment android:name="com.android.incallui.CallButtonFragment" android:id="@+id/callButtonFragment" - android:layout_width="match_parent" + android:layout_width="wrap_content" android:layout_height="wrap_content" /> <FrameLayout |