Fix genre spacing

This commit is contained in:
Jobobby04 2021-12-02 21:56:30 -05:00
parent 21346eefe2
commit f1172c04e4

View File

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="match_parent" 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 <com.google.android.material.chip.ChipGroup
android:id="@+id/namespace" android:id="@+id/namespace"