Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6671459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:23:28+00:00 2026-05-26T03:23:28+00:00

I have two layouts within a fragment that I switch back and forth between

  • 0

I have two layouts within a fragment that I switch back and forth between by making one invisible and the other visible and visa versa. When the layout that contains an EditText becomes visible the soft keyboard automatically pops up. I have used the following in the manifest but it didn’t help.

android:windowSoftInputMode="stateUnchanged"

I never explicitly request focus on the EditText and have even tried requesting focus on something else to no avail.

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent"
    android:id="@+id/container">
    <LinearLayout android:id="@+id/dial_pad_ll"
        android:layout_width="match_parent" android:layout_height="match_parent"
        android:orientation="vertical" android:layout_centerInParent="true"
        android:background="#1E1E1E" android:layout_marginLeft="20dp" android:layout_marginRight="20dp">
        <EditText android:layout_height="wrap_content" android:id="@+id/search_et"
            android:layout_width="match_parent" android:layout_alignParentTop="true"
            android:layout_marginTop="20dp" android:layout_marginBottom="10dp" >
        </EditText>
        <!-- Other widgets here -->
    </LinearLayout>
    <!-- Other Layout Here -->
</RelativeLayout>

Anyone know how to prevent this? Thanks.

Edit: I should also have mentioned that this doesn’t happen the first time. I open layout 1 with the edit text, make it invisible, make it visible again, then the keyboard pops up.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:23:28+00:00Added an answer on May 26, 2026 at 3:23 am

    try adding this to your activity.

    this.getWindow().setSoftInputMode(
                    WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to change or switch between two tabs that I have within
I have some NSViews that I'm putting in one of two layouts depending on
I have a design that uses two outer columns, and within one of the
I have two applications written in Java that communicate with each other using XML
I'm developing a application with CakePHP, and I have two layouts: one for the
I have two different layouts in my app, one for javascript (AJAX) requests and
I have a JFrame with null layout and two one character JLabels on the
I have a form that has two field (time_selects), the idea is that the
Here’s the thing. I have two keyboard layouts, ‘HR’ (Croatian, my native language) and
I have an Android Activity that needs to catch two different broadcasts. My current

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.