From a89032373a219052980a1647563a936453d21f5f Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 1 Sep 2019 18:54:24 +0200 Subject: [PATCH] Small behavior improvement --- app/src/main/res/layout/fragment_account.xml | 2 +- app/src/main/res/layout/fragment_identity.xml | 2 +- app/src/main/res/layout/fragment_rule.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_account.xml b/app/src/main/res/layout/fragment_account.xml index 8de5ca9edc..a06440afaa 100644 --- a/app/src/main/res/layout/fragment_account.xml +++ b/app/src/main/res/layout/fragment_account.xml @@ -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" diff --git a/app/src/main/res/layout/fragment_identity.xml b/app/src/main/res/layout/fragment_identity.xml index 3cfdb707cc..9bc8109d00 100644 --- a/app/src/main/res/layout/fragment_identity.xml +++ b/app/src/main/res/layout/fragment_identity.xml @@ -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" diff --git a/app/src/main/res/layout/fragment_rule.xml b/app/src/main/res/layout/fragment_rule.xml index c6dd21f255..37ba21f463 100644 --- a/app/src/main/res/layout/fragment_rule.xml +++ b/app/src/main/res/layout/fragment_rule.xml @@ -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"