Fix genre spacing
This commit is contained in:
parent
21346eefe2
commit
f1172c04e4
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginVertical="4dp">
|
||||
|
||||
<com.google.android.material.chip.ChipGroup
|
||||
android:id="@+id/namespace"
|
||||
|
|
|
|||
Loading…
Reference in a new issue