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 9192387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:54:35+00:00 2026-06-17T20:54:35+00:00

I have a Clickable textview in between of multiple informative textviews(which are non –

  • 0

I have a Clickable textview in between of multiple informative textviews(which are non – interactable).

Is there any android property or UI guideline to display clickable textview. So that user will get it immediately after seeing the textview that its clickable.
Any other suggestions are welcome.

I tried giving blue color to the textView as in webpage hyperlinks, it looks bad as my background is also bluish.

  • 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-06-17T20:54:36+00:00Added an answer on June 17, 2026 at 8:54 pm

    You Can use SpannAbleString for This if you want to do it programatically and If you want to do it Using UI then Create a Selector for Text
    for SpanAble String Sample Snippet is Following

    SpannableString spanScan3;
        spanScan3=new SpannableString("or register manually");
    
            ClickableSpan myActivityLauncher = new ClickableSpan() {
                 public void onClick(View view) {
                   Intent intent=new Intent (getApplicationContext(),ManualRegistration.class);
                   startActivity(intent);
                 }
               };
    
    spanScan3.setSpan(myActivityLauncher, 12, 20, 0);
    spanScan3.setSpan(new ForegroundColorSpan(getResources().getColor(R.color.light_green)), 12, 20, 0);
            spanScan3.setSpan(new UnderlineSpan(), 12, 20, 0);
    Scan_text_3.setText(spanScan3,BufferType.SPANNABLE);
    

    and if you want o give color Using UI here is Sample
    make color folder in res Directory
    and in Color foldr make an xml name Like textColor.xml
    and in Xml

        <?xml version="1.0" encoding="utf-8"?>
    <selector xmlns:android="http://schemas.android.com/apk/res/android">
        <item android:state_pressed="true" 
            android:color="@color/whiteColor"></item>
        <item android:color="@color/bluetxt"></item> 
    </selector>
    

    do soe thing like this and give its refrence to your textView

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

Sidebar

Related Questions

I'm having multiple images (all which are clickable and have a value associated with
I have a some ui widgets including textview inside RelativeLayout which is clickable. My
I have a TextView in my layout which has an attribute clickable=true set in
I have an activity which contains 2 textviews and an imageview. First textview contains
I have a clickable TextView with a drawable as its background. I'm looking for
I have a listview with custom row having a textview and a clickable image
On an Android View, I want to have a some clickable text that works
I am trying to make my TextView clickable. I have set setMovementMethod() with LinkMovementMethod.
I have a function to build clickable tags for a textview. It goes as
I have a textview showing Phone: 0900-1111, Fax: 0900-2222 Is there a way to

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.