Remove extra padding on namespace tags

This commit is contained in:
Jobobby04 2021-10-23 14:10:27 -04:00
parent bb409e5ced
commit 1f145ef0d4

View File

@ -9,7 +9,6 @@
android:id="@+id/namespace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
app:chipSpacingHorizontal="4dp"/>
<com.google.android.material.chip.ChipGroup
@ -17,7 +16,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="16dp"
app:chipSpacingHorizontal="4dp"/>
</LinearLayout>