[android] Remove end icon in dialog socket view

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-19 10:55:00 +02:00
committed by map-per
parent d748e4f4f2
commit 6d28928f58

View File

@@ -37,8 +37,7 @@
android:id="@+id/edit_socket_power_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
app:endIconMode="clear_text">
android:layout_marginBottom="8dp">
<com.google.android.material.textfield.MaterialAutoCompleteTextView
android:id="@+id/edit_socket_power"
@@ -54,8 +53,7 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/edit_socket_count_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:endIconMode="clear_text">
android:layout_height="wrap_content">
<com.google.android.material.textfield.MaterialAutoCompleteTextView
android:id="@+id/edit_socket_count"