|
@@ -33,12 +33,13 @@
|
|
|
>
|
|
>
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
|
+ android:id="@+id/iv_dialog_us_image"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- app:srcCompat="@drawable/photo_placeholder_thumb"
|
|
|
|
|
- android:id="@+id/iv_dialog_us_image"
|
|
|
|
|
|
|
+ android:adjustViewBounds="true"
|
|
|
android:maxHeight="140dp"
|
|
android:maxHeight="140dp"
|
|
|
- android:adjustViewBounds="true"/>
|
|
|
|
|
|
|
+ android:minHeight="100dp"
|
|
|
|
|
+ app:srcCompat="@drawable/photo_placeholder_thumb"/>
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_dialog_us_text"
|
|
android:id="@+id/tv_dialog_us_text"
|