summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-03-13 17:57:08 -0700
committerYorke Lee <yorkelee@google.com>2015-03-16 10:45:21 -0700
commitd1fac093cb2670c3d0bf3d1ebe3d6b0d33496a74 (patch)
tree251d22ab5b8e3258ab6dcd9f225ec49b5420b353 /InCallUI
parentcc630693631303cfb8c26a422466ae51cee49946 (diff)
Size CallCard correctly in landscape mode
Bug: 19668216 Change-Id: Ifd131f3d200a66a1f08dff3db131c551d9890c09
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/layout-land/call_card_fragment.xml2
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