Small layout improvement

This commit is contained in:
M66B
2019-07-27 21:51:38 +02:00
parent 661f86fe67
commit abfa22c348
2 changed files with 4 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"