summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/call_card_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/layout/call_card_fragment.xml')
-rw-r--r--InCallUI/res/layout/call_card_fragment.xml28
1 files changed, 18 insertions, 10 deletions
diff --git a/InCallUI/res/layout/call_card_fragment.xml b/InCallUI/res/layout/call_card_fragment.xml
index 615744c79..13f72d4d0 100644
--- a/InCallUI/res/layout/call_card_fragment.xml
+++ b/InCallUI/res/layout/call_card_fragment.xml
@@ -60,17 +60,25 @@
</LinearLayout>
- <!-- Contact photo for primary call info -->
- <ImageView android:id="@+id/photo"
- android:layout_below="@id/primary_call_info_container"
- android:layout_width="match_parent"
+ <FrameLayout
android:layout_height="match_parent"
- android:layout_gravity="center_vertical"
- android:gravity="top|center_horizontal"
- android:scaleType="centerCrop"
- android:contentDescription="@string/contactPhoto"
- android:background="@android:color/white"
- android:src="@drawable/img_no_image_automirrored" />
+ android:layout_width="match_parent"
+ android:layout_below="@id/primary_call_info_container"
+ android:id="@+id/call_card_content">
+
+ <!-- Contact photo for primary call info -->
+ <ImageView android:id="@+id/photo"
+ android:layout_below="@id/primary_call_info_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center_vertical"
+ android:gravity="top|center_horizontal"
+ android:scaleType="centerCrop"
+ android:contentDescription="@string/contactPhoto"
+ android:background="@android:color/white"
+ android:src="@drawable/img_no_image_automirrored" />
+
+ </FrameLayout>
<!-- Progress spinner, useful for indicating pending operations such as upgrade to video. -->
<FrameLayout