Removed end padding message header

pull/161/head
M66B 5 years ago
parent d32137a689
commit 28b0bb61f4

@ -2,8 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingEnd="3dp">
android:layout_height="wrap_content">
<androidx.cardview.widget.CardView
android:id="@+id/vwColor"

@ -1,8 +1,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingEnd="3dp">
android:layout_height="wrap_content">
<androidx.cardview.widget.CardView
android:id="@+id/vwColor"

Loading…
Cancel
Save