mirror of https://github.com/M66B/FairEmail.git
Small behavior improvements
This commit is contained in:
parent
616dfc9751
commit
cdee290a16
|
@ -45,6 +45,7 @@
|
|||
android:id="@+id/tvFavorite1"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:ellipsize="start"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
|
@ -62,6 +63,7 @@
|
|||
android:id="@+id/tvFavorite2"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:ellipsize="start"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
|
@ -79,6 +81,7 @@
|
|||
android:id="@+id/tvFavorite3"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:ellipsize="start"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
|
|
|
@ -134,6 +134,7 @@
|
|||
android:id="@+id/tvSearch1"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:ellipsize="end"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
|
@ -151,6 +152,7 @@
|
|||
android:id="@+id/tvSearch2"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:ellipsize="end"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
|
@ -168,6 +170,7 @@
|
|||
android:id="@+id/tvSearch3"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:ellipsize="end"
|
||||
android:padding="6dp"
|
||||
android:singleLine="true"
|
||||
|
|
Loading…
Reference in New Issue