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

  • Home
  • SEARCH
  • 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 4081480
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:03:59+00:00 2026-05-20T18:03:59+00:00

hi i have the following xml layout <Button android:id=@+id/signupButton android:layout_gravity=left android:layout_width=100sp android:layout_height=wrap_content android:layout_marginLeft =

  • 0

hi i have the following xml layout

     <Button android:id="@+id/signupButton"
        android:layout_gravity="left"
        android:layout_width="100sp"
        android:layout_height="wrap_content"
        android:layout_marginLeft = "10px"
        android:layout_marginTop = "10px"
        android:text="Sign-Up"/>

   <TextView
    android:id="@+id/accountlabel"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text = "Forgot password"
    android:textColor = "#000000"
    android:layout_marginLeft = "10px"
    android:layout_marginTop = "10px"
    android:textSize="15sp"
    android:paddingLeft="3px"
    android:paddingRight="3px"
/>     

 <Button 
            android:id="@+id/cancelButton"
    android:layout_gravity="right"
            android:layout_width="100sp"
            android:layout_height="wrap_content"
            android:layout_marginLeft = "10px"
            android:layout_marginTop = "10px"
            android:text="SignOut"/>

 </LinearLayout>    

my problem is that focus only goes to one button to another.it doesn’t go to textview because my text is clickable so i need focus on it as well.

i read few solutions like android:focusable = “true” adding in textview but it didnt work.

Someone have any solution for this.

Thanks

  • 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-20T18:04:00+00:00Added an answer on May 20, 2026 at 6:04 pm

    The easy solution is to make the TextView into a Button with an empty background by adding the property:

    android:background="@android:color/transparent"
    

    to the XML. So your TextView would become:

    <Button
        android:id="@+id/accountlabel"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text = "Forgot password"
        android:textColor = "#000000"
        android:layout_marginLeft = "10px"
        android:layout_marginTop = "10px"
        android:textSize="15sp"
        android:paddingLeft="3px"
        android:paddingRight="3px"
        android:background="@android:color/transparent"
    />     
    

    You could also use an ImageButton if you want to use a selector for different states to add some feedback for the user when the object has focus.

    In that case, instead of setting the background to transparent, you could make an XML file with a selector for different states and reference that for the background. See ImageButton reference

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following TextView in my XML layout file:- <TextView android:layout_width=fill_parent android:layout_height=wrap_content android:text=@string/autolink_test
This is maddening. I have the following XML layout: <FrameLayout android:layout_width=fill_parent android:layout_height=wrap_content android:background=@drawable/shadow android:focusable=true
I have a button as in the following: <Button android:text=Submit android:id=@+id/Button01 android:layout_width=fill_parent android:layout_height=wrap_content> </Button>
I have the following layout in my xml file: <RelativeLayout android:layout_width=fill_parent android:layout_height=fill_parent> <FrameLayout android:id=@+id/logoLayout
I have the following XML layout for a ListActivity. <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I have the following layout for a dialog: <?xml version=1.0 encoding=utf-8?> <TableLayout xmlns:android=http://schemas.android.com/apk/res/android android:id=@+id/categorylist
I have the following XML layout in my android application, using ScrollView: <?xml version=1.0
Hi all I have created layout using following code <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I'm very new to Android and I have the following layout xml code: <?xml
I have a listactivity with the following layout-xml <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent

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.