fix separator issues on genre adapter
This commit is contained in:
parent
4dc3a89c0b
commit
5de6314d26
3 changed files with 4 additions and 13 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue