Small behavior improvement

pull/203/head
M66B 3 years ago
parent 044632ad78
commit bd88a12888

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

Loading…
Cancel
Save