How to remove auto focus from EditText in Android

How to remove auto focus from EditText in Android - Hello friend inabnomaniiyaha, In the article that you read this time with the title How to remove auto focus from EditText in Android, we have prepared this article well for you to read and take information in it. hopefully the contents of the post Artikel android-example,what we write you can understand. Alright, happy reading.

Judul : How to remove auto focus from EditText in Android
link : How to remove auto focus from EditText in Android

Baca juga


How to remove auto focus from EditText in Android

Tags: How to remove auto focus from EditText in Android,to remove auto focus from EditText in Android, EditText Android Example,Code Android Example, EditText Android code.

activity_main.xml

<RelativeLayout

    xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:tools="http://schemas.android.com/tools"

    android:id="@+id/rl"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:padding="10dp"

    tools:context=".MainActivity"

    android:background="#d4c5b8"

    android:focusable="true"

    android:focusableInTouchMode="true"

    >

    <EditText

        android:id="@+id/et"

        android:layout_width="250dp"

        android:layout_height="wrap_content"

        android:hint="Input your country"

        android:padding="10dp"

        />

    <EditText

        android:id="@+id/et_city"

        android:layout_width="250dp"

        android:layout_height="wrap_content"

        android:hint="Input your City"

        android:padding="10dp"

        android:layout_below="@+id/et"

        />

</RelativeLayout>



That's the articleHow to remove auto focus from EditText in Android

That's it for the article How to remove auto focus from EditText in Android this time, hopefully can be useful for all of you. well, see you in another article post.

You are now reading the articleHow to remove auto focus from EditText in Android with link addresshttps://inabnonapudyawanabing.blogspot.com/2020/11/how-to-remove-auto-focus-from-edittext.html

0 Response to "How to remove auto focus from EditText in Android"

Post a Comment

Tips Tricks for Android Phone

Tips & Tricks for Android Phone is a free android app and Collection of Tips and Tricks related to using your android mobile device lik...