summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-04-27 09:53:51 -0700
committerTyler Gunn <tgunn@google.com>2015-04-27 17:13:15 +0000
commitb8ea399e0a2448e8fdc64d91aaaea182d76f39ad (patch)
tree4dc96a055e63f7defda23424c7b522e52c50cce5 /res/layout
parent718ac7a0877cf4271605cba521189a7c43fb5044 (diff)
downloadpackages_apps_InCallUI-b8ea399e0a2448e8fdc64d91aaaea182d76f39ad.tar.gz
packages_apps_InCallUI-b8ea399e0a2448e8fdc64d91aaaea182d76f39ad.tar.bz2
packages_apps_InCallUI-b8ea399e0a2448e8fdc64d91aaaea182d76f39ad.zip
DO NOT MERGE Fix missing "manage conference" option.
- Corrected alignment of manage conference button. Bug: 20476139 Change-Id: I31be2f460cc298f6b210931dd670ab7fbc19866e (cherry picked from commit 0e52751f3b1434786a5ff943d8e7907d01a1137c)
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_card_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/call_card_fragment.xml b/res/layout/call_card_fragment.xml
index 13f72d4d..1971c9c7 100644
--- a/res/layout/call_card_fragment.xml
+++ b/res/layout/call_card_fragment.xml
@@ -107,7 +107,7 @@
<include layout="@layout/manage_conference_call_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_alignTop="@id/photo" />
+ android:layout_below="@id/primary_call_info_container" />
<fragment android:name="com.android.incallui.VideoCallFragment"
android:layout_alignParentStart="true"