mirror of https://github.com/M66B/FairEmail.git
Small behavior improvement
This commit is contained in:
parent
044632ad78
commit
bd88a12888
|
@ -12,7 +12,7 @@
|
||||||
android:id="@+id/ibPin"
|
android:id="@+id/ibPin"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/title_pin"
|
android:contentDescription="@string/title_pin"
|
||||||
android:padding="6dp"
|
android:padding="6dp"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/ibExpanderNav"
|
app:layout_constraintEnd_toStartOf="@+id/ibExpanderNav"
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
android:id="@+id/ibExpanderNav"
|
android:id="@+id/ibExpanderNav"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/title_legend_expander"
|
android:contentDescription="@string/title_legend_expander"
|
||||||
android:padding="6dp"
|
android:padding="6dp"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
Loading…
Reference in New Issue