Small behavior improvement

This commit is contained in:
M66B 2021-08-12 07:27:18 +02:00
parent 044632ad78
commit bd88a12888
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
android:id="@+id/ibPin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_pin"
android:padding="6dp"
app:layout_constraintEnd_toStartOf="@+id/ibExpanderNav"
@ -23,7 +23,7 @@
android:id="@+id/ibExpanderNav"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_expander"
android:padding="6dp"
app:layout_constraintEnd_toEndOf="parent"