1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-23 14:38:48 +01:00

fixed media grid measurement

This commit is contained in:
Mariotaku Lee 2016-02-26 00:11:27 +08:00
parent a0d96a63e6
commit 5d8fdfdf1d

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"