Small layout improvement

pull/159/head
M66B 5 years ago
parent 661f86fe67
commit abfa22c348

@ -7,7 +7,8 @@
android:background="?attr/activatableItemBackground"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
android:focusableInTouchMode="true"
android:paddingEnd="3dp">
<View
android:id="@+id/vwColor"

@ -6,7 +6,8 @@
android:background="?attr/activatableItemBackground"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
android:focusableInTouchMode="true"
android:paddingEnd="3dp">
<View
android:id="@+id/vwColor"

Loading…
Cancel
Save