Edge fade for compact genre chips when scrolling

This commit is contained in:
arkon 2020-04-27 19:50:35 -04:00
parent 7307ddd1b8
commit 3ba8cff60f
2 changed files with 4 additions and 2 deletions

View File

@ -305,7 +305,8 @@
<HorizontalScrollView
android:id="@+id/manga_genres_tags_compact"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:requiresFadingEdge="horizontal">
<com.google.android.material.chip.ChipGroup
android:id="@+id/manga_genres_tags_compact_chips"

View File

@ -341,7 +341,8 @@
<HorizontalScrollView
android:id="@+id/manga_genres_tags_compact"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:requiresFadingEdge="horizontal">
<com.google.android.material.chip.ChipGroup
android:id="@+id/manga_genres_tags_compact_chips"