diff options
author | ByteHamster <info@bytehamster.com> | 2019-09-02 00:15:28 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-09-02 00:15:28 +0200 |
commit | 8b07cd9052f00df300581652f36eddfc44fabb3c (patch) | |
tree | d58e0e48321324aba8caa6bbba822365210795c0 /app | |
parent | 14936852d4d700983423381163a328f87222f3ba (diff) | |
download | AntennaPod-8b07cd9052f00df300581652f36eddfc44fabb3c.zip |
Prevent EditText getting focus and showing keyboard on startup on old Android versions
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/addfeed.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml index ef8251a06..a7f7d9f12 100644 --- a/app/src/main/res/layout/addfeed.xml +++ b/app/src/main/res/layout/addfeed.xml @@ -10,6 +10,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" + android:focusableInTouchMode="true" android:padding="8dp"> <android.support.v7.widget.CardView |