summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/sessiondata/res/layout/fragment_composer_image.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/sessiondata/res/layout/fragment_composer_image.xml')
-rw-r--r--java/com/android/incallui/sessiondata/res/layout/fragment_composer_image.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/incallui/sessiondata/res/layout/fragment_composer_image.xml b/java/com/android/incallui/sessiondata/res/layout/fragment_composer_image.xml
index 3b3327d4f..ed29e78c4 100644
--- a/java/com/android/incallui/sessiondata/res/layout/fragment_composer_image.xml
+++ b/java/com/android/incallui/sessiondata/res/layout/fragment_composer_image.xml
@@ -24,8 +24,8 @@
<ImageView
android:id="@id/answer_message_image"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:layout_marginTop="@dimen/answer_message_contents_margin_top"
android:layout_marginBottom="4dp"
android:layout_centerInParent="true"
@@ -34,7 +34,7 @@
android:background="@drawable/answer_data_background"
android:elevation="@dimen/answer_data_elevation"
android:adjustViewBounds="true"
- android:scaleType="centerCrop"/>
+ android:scaleType="fitCenter"/>
<ProgressBar
android:layout_width="wrap_content"