fixed media grid measurement

This commit is contained in:
Mariotaku Lee 2016-02-26 00:11:27 +08:00
parent a0d96a63e6
commit 5d8fdfdf1d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/element_spacing_small"
android:clickable="true"
android:foreground="?selectableItemBackground"