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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:29:00+00:00 2026-05-26T17:29:00+00:00

I want to draw the underline below my TextView . I have searched a

  • 0

I want to draw the underline below my TextView. I have searched a few content but couldn’t find out anything fruitful.

Can anyone please help me out here?

  • 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-26T17:29:01+00:00Added an answer on May 26, 2026 at 5:29 pm

    There are three ways of underling the text in TextView.

    1. SpannableString

    2. setPaintFlags(); of TextView

    3. Html.fromHtml();

    Let me explain you all approaches :

    1st Approach

    For underling the text in TextView you have to use SpannableString

    String udata="Underlined Text";
    SpannableString content = new SpannableString(udata);
    content.setSpan(new UnderlineSpan(), 0, udata.length(), 0);
    mTextView.setText(content);
    

    2nd Approach

    You can make use of setPaintFlags method of TextView to underline the text of TextView.

    For eg.

    mTextView.setPaintFlags(mTextView.getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
    mTextView.setText("This text will be underlined");
    

    You can refer constants of Paint class if you want to strike thru the text.

    3rd Approach

    Make use of Html.fromHtml(htmlString);

    String htmlString="<u>This text will be underlined</u>";
    mTextView.setText(Html.fromHtml(htmlString));
    

    OR

    txtView.setText(Html.fromHtml("<u>underlined</u> text"));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to draw line, i have two textfiled in which i enter some
I want to Draw multiple line Graph with each line have different color and
I want to draw circle in center of screen, but I'm getting something like
I want to draw text into UIView 's subview using drawInRect:withFont:lineBreakMode call but that
I want to draw a continuous line through coordinate points I have stored in
I want draw on the background (like a rectangle or such) and then have
I want to draw a table in following format: But it's not displaying properly.
i have categories and subs and i want draw every category with sub in
I want to draw a circle which will have (inside) triangle fans with the
I have json like this (have dictionary and array). I want draw all json

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.