Fix loading genres

This commit is contained in:
h4h13 2019-12-08 23:57:07 +05:30
parent fe603fb11c
commit a3323aeb7f
4 changed files with 26 additions and 17 deletions

View file

@ -4,8 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:background="?attr/colorSurface"
android:fitsSystemWindows="true"
android:orientation="vertical">
<com.google.android.material.appbar.AppBarLayout
@ -13,7 +13,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:elevation="0dp"
android:fitsSystemWindows="true"
app:elevation="0dp"
app:liftOnScroll="true">
<com.google.android.material.card.MaterialCardView