grid layout manger fix

This commit is contained in:
2019-06-29 00:21:06 +03:00
parent 9f51a5c0df
commit 6d1ddd1407
8 changed files with 34 additions and 52 deletions

View File

@@ -6,7 +6,7 @@
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingPrefix"
android:orientation="vertical"
android:layout_width="160dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout
@@ -27,7 +27,7 @@
</RelativeLayout>
<RelativeLayout
android:layout_width="160dp"
android:layout_width="match_parent"
android:layout_height="160dp"
android:background="@color/white">