details image height

This commit is contained in:
danijoo
2015-11-07 23:31:48 +01:00
parent 9344edc5cc
commit d2ce902fe4

View File

@@ -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