DO NOT MERGE Fix missing "manage conference" option.

- Corrected alignment of manage conference button.

Bug: 20476139
Change-Id: I31be2f460cc298f6b210931dd670ab7fbc19866e
(cherry picked from commit 0e52751f3b1434786a5ff943d8e7907d01a1137c)
diff --git a/InCallUI/res/layout/call_card_fragment.xml b/InCallUI/res/layout/call_card_fragment.xml
index 13f72d4..1971c9c 100644
--- a/InCallUI/res/layout/call_card_fragment.xml
+++ b/InCallUI/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"