From ac4409bcf43360584192de9d101f2d78553ed43a Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 11 Dec 2022 16:18:49 +0100 Subject: Remove non-functional end icon of country selector --- app/src/main/res/layout/select_country_dialog.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/select_country_dialog.xml b/app/src/main/res/layout/select_country_dialog.xml index 4b77492d3..e442a8023 100644 --- a/app/src/main/res/layout/select_country_dialog.xml +++ b/app/src/main/res/layout/select_country_dialog.xml @@ -1,6 +1,7 @@ @@ -11,6 +12,7 @@ android:layout_height="wrap_content" android:layout_margin="20dp" android:hint="@string/country" + app:endIconMode="none" style="@style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu">