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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:38:25+00:00 2026-06-18T17:38:25+00:00

<TextView android:layout_width=match_parent android:layout_height=match_parent android:layout_marginTop=2dp android:layout_marginLeft=10dp android:text=Don&apos;t worry we will never share this with anyone\nBy

  • 0
<TextView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="2dp"
        android:layout_marginLeft="10dp"
        android:text="Don&apos;t worry we will never share this with anyone\nBy Clicking register you are indicating that you have read and agreed to the \n **Terms of services**  and **Privacy Policy**"
        android:textColor="@android:color/black" 
        android:textSize="8.5sp"
    />

From the above code I need to underline Terms of Services and Privacy Policy which are being highlighted bold.

I had tried using <u></u> but doesn’t worked.

Also I need to increase the font of Terms of Service, Privacy Policy only

Please do give some suggestions.

  • 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-18T17:38:26+00:00Added an answer on June 18, 2026 at 5:38 pm

    You need to define your text in strings.xml file.Yes,you can define formatted html in it too.

    So you can try this out:

    <string name="nice_html">
    <![CDATA[Don&apos;t worry we will never share this with anyone<br/>
    By Clicking register you are indicating that you have read and agreed to the <br/>
     <u>Terms of services</u>  and <u>Privacy Policy</u>
    ]]></string>
    

    Then, in your code:

    TextView foo = (TextView)findViewById(R.id.foo);
    foo.setText(Html.fromHtml(getString(R.string.nice_html)));

    Original answer.

    This is the cleanest way to do it.Inshallah.

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

Sidebar

Related Questions

I have the following RelativeLayout <RelativeLayout android:layout_width=match_parent android:layout_height=match_parent android:layout_marginLeft=2dp android:layout_marginRight=5dp android:layout_marginBottom=5dp android:layout_marginTop=5dp> <TextView android:id=@+id/x_memtxtlay
<RelativeLayout android:id=@+id/relativeLayout1 android:layout_width=match_parent android:layout_height=wrap_content > <TextView android:id=@+id/textView1 android:layout_width=wrap_content android:layout_height=wrap_content android:layout_alignParentTop=true android:text=Admissions android:layout_marginLeft=14dp android:textColor=#33b5e5 android:textSize=28dp
<TextView android:layout_width=wrap_content android:layout_height=wrap_content android:layout_alignParentLeft=true android:layout_centerVertical=true android:layout_marginLeft=5dp android:text=Income: android:textColor=@android:color/black android:textStyle=bold /> <TextView android:id=@+id/UIAllReportIncome android:layout_width=wrap_content android:layout_height=wrap_content
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
<uses-sdk android:minSdkVersion=8 /> onClick method defined in xml <TextView android:id=@+id/titlemainpage android:layout_width=wrap_content android:layout_height=wrap_content android:text=Social To
This is my layout: <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent > <TextView android:id=@+id/textView1 android:layout_width=wrap_content android:layout_height=wrap_content android:layout_centerHorizontal=true
I have the following XML layout: <LinearLayout android:id=@+id/map_locations_list android:layout_width=300dp android:layout_height=fill_parent android:layout_marginLeft=8dp android:layout_marginTop=8dp android:layout_marginBottom=8dp android:background=@color/black_shadow
I'm using a TextView element with following layout settings <TextView android:layout_width=fill_parent android:layout_height=wrap_content android:maxLines=1 android:lines=1
I have the following XML: <LinearLayout android:id=@+id/linearLayout1 android:layout_width=fill_parent android:layout_height=wrap_content > <TextView android:id=@+id/tv1 android:layout_width=wrap_content android:layout_height=wrap_content
I have a layout like this: <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent android:orientation=vertical > <include layout=@layout/basicinfo

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.