summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-12-11 16:18:49 +0100
committerByteHamster <info@bytehamster.com>2022-12-11 16:20:59 +0100
commitac4409bcf43360584192de9d101f2d78553ed43a (patch)
tree7a66bcfe09daaa5b22c1b082978d9124f692a18a /app/src/main/res
parent45137119811011eb41ed988407a314194d0db2c8 (diff)
downloadAntennaPod-ac4409bcf43360584192de9d101f2d78553ed43a.zip
Remove non-functional end icon of country selector
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/select_country_dialog.xml2
1 files changed, 2 insertions, 0 deletions
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 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -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">
<AutoCompleteTextView