fix separator issues on genre adapter

This commit is contained in:
dkanada 2020-05-06 00:16:58 +09:00
commit 5de6314d26
3 changed files with 4 additions and 13 deletions

View file

@ -29,8 +29,6 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:paddingEnd="0dp"
android:paddingLeft="16dp"
android:paddingRight="0dp"
android:paddingStart="16dp">
<ImageView
@ -89,7 +87,6 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_gravity="bottom"
android:layout_marginLeft="72dp"
android:layout_marginStart="72dp"
android:background="?attr/dividerColor" />