mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-17 21:25:31 +00:00
优化:ClearEditText适配超低分辨率
This commit is contained in:
parent
cb8ea2e2ea
commit
d739cc7f36
@ -5,7 +5,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:minHeight="45dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
@ -25,7 +24,6 @@
|
||||
android:id="@+id/view_edit_show"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@null"
|
||||
android:gravity="center|start"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="text"
|
||||
|
Loading…
Reference in New Issue
Block a user