details image height
This commit is contained in:
@@ -20,9 +20,10 @@
|
|||||||
android:background="@color/photo_placeholder">
|
android:background="@color/photo_placeholder">
|
||||||
<!--suppress AndroidLintContentDescription -->
|
<!--suppress AndroidLintContentDescription -->
|
||||||
<ImageView
|
<ImageView
|
||||||
|
android:scaleType="centerCrop"
|
||||||
android:id="@+id/photo"
|
android:id="@+id/photo"
|
||||||
android:layout_width="100dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="100dp"
|
android:layout_height="@dimen/detail_photo_height"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
|
|||||||
Reference in New Issue
Block a user