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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:49:40+00:00 2026-05-27T03:49:40+00:00

I am wanting to know if I can add some style to strings used

  • 0

I am wanting to know if I can add some style to strings used in a list view? I have tried html formatting using escape codes and all I seem to get are the codes displayed but not actually doing what I desire. I would like to have the strings in the LISTVIEW to be bold then newline not bold and if possible a smaller size font. I currently have BOLD codes but that does not seem to do anything either and it does not give me any format errors.

ListView menuList = (ListView) findViewById(R.id.ListView_Menu);
String[] items = 
{ 
   getResources().getString(R.string.menu_item_one),
   getResources().getString(R.string.menu_item_two),
   getResources().getString(R.string.menu_item_three),
   getResources().getString(R.string.menu_item_four),
   getResources().getString(R.string.menu_item_five),
   getResources().getString(R.string.menu_method_six), 
 };
 ArrayAdapter<String> adapt = new ArrayAdapter<String>(this, 
   R.layout.menu_item, items);
 menuList.setAdapter(adapt);

The strings look like this

<string name="menu_item_one"><b>This should be BOLD</b>\nSshould should not be be bold and smaller font if possible</string>
<string name="menu_item_two"><b>This should be BOLD</b>\nSshould should not be be bold and smaller font if possible</string>
<string name="menu_item_three"><b>This should be BOLD</b>\nSshould should not be be bold and smaller font if possible</string>
<string name="menu_item_four"><b>This should be BOLD</b>\nSshould should not be be bold and smaller font if possible</string>
<string name="menu_item_five"><b>This should be BOLD</b>\nSshould should not be be bold and smaller font if possible</string>
<string name="menu_item_six"><b>This should be BOLD</b>\nSshould should not be be bold and smaller font if possible</string>
  • 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-27T03:49:40+00:00Added an answer on May 27, 2026 at 3:49 am

    Try using getResources().getText() instead, and let your other variables be a CharSequence[] and ArrayAdapter<CharSequence>. This should preserve the formatting you have in your XML declaration all the way through to the point where the text is set on the view in each list item.

    For clarity, I have rewritten your code sample in this fashion:

    ListView menuList = (ListView) findViewById(R.id.ListView_Menu);
    CharSequence[] items = 
    { 
       getResources().getText(R.string.menu_item_one),
       getResources().getText(R.string.menu_item_two),
       getResources().getText(R.string.menu_item_three),
       getResources().getText(R.string.menu_item_four),
       getResources().getText(R.string.menu_item_five),
       getResources().getText(R.string.menu_item_six), 
    };
    ArrayAdapter<CharSequence> adapt = new ArrayAdapter<CharSequence>(this, R.layout.menu_item, items);
    menuList.setAdapter(adapt);
    

    Hope that Helps!

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

Sidebar

Related Questions

I'm wanting to know if there's a way I can transform my view to
What I'm wanting to know and look into is find out how I can
How can I add steps to a waiting Amazon EMR job flow using boto
We're wanting to add some properties to our MOSS user profiles and expose them
I'm new to mocking/testing and wanting to know what level should you go to
I'm looking to make a gallery of images and am wanting to know how
simple question really, i was wanting to know what naming conventions anybody puts on
I know this is a controversial subject and I know my reasons for wanting
I am wanting to find the distance between two different points. This I know
I'm wanting to play around with creating an LR parser generators. Does anyone know

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.