-Fixed cursor position to point to end after search text insert.
-Reduced and slightly changed offset of search text insert image.
This commit is contained in:
parent
5e16969d61
commit
69374e25fe
2 changed files with 4 additions and 3 deletions
|
|
@ -57,11 +57,11 @@
|
|||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:paddingTop="8dp">
|
||||
android:paddingTop="10dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="?attr/search_add"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue