improve UI for screenshots with dark theme

This commit is contained in:
dkanada 2018-02-24 00:22:27 -07:00
parent a0624639fc
commit 80915589ee

View File

@ -6,6 +6,7 @@
android:layout_margin="@dimen/details_screenshot_margin"
android:padding="10dp"
app:cardBackgroundColor="#ffffff"
app:cardCornerRadius="0dp"
app:cardElevation="3dp">
<ImageView
@ -14,6 +15,6 @@
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:minWidth="@dimen/details_screenshot_width"
android:scaleType="fitCenter" />
android:scaleType="centerCrop" />
</android.support.v7.widget.CardView>