Small behavior improvement

This commit is contained in:
M66B 2019-09-01 18:54:24 +02:00
parent 5583455e13
commit a89032373a
3 changed files with 3 additions and 3 deletions

View File

@ -338,7 +338,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_default_color"
app:layout_constraintBottom_toBottomOf="@id/btnColor"
app:layout_constraintStart_toEndOf="@id/vwColor"

View File

@ -145,7 +145,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_default_color"
app:layout_constraintBottom_toBottomOf="@id/btnColor"
app:layout_constraintStart_toEndOf="@id/vwColor"

View File

@ -508,7 +508,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_default_color"
app:layout_constraintBottom_toBottomOf="@id/btnColor"
app:layout_constraintStart_toEndOf="@id/vwColor"