Code refactor

This commit is contained in:
Hemanth S 2020-08-21 18:35:01 +05:30
parent b54c561070
commit f013cf296d
6 changed files with 44 additions and 39 deletions

View file

@ -39,9 +39,8 @@
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false"
android:overScrollMode="never"
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
app:spanCount="3"
tools:itemCount="3"
tools:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
tools:listitem="@layout/item_album_card" />
<Space