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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:13:48+00:00 2026-06-14T14:13:48+00:00

I would like to know how can i set the orientation after setting it

  • 0

I would like to know how can i set the orientation after setting it in the beginning?

public class IconifiedTextView extends LinearLayout {

private ImageView iconImage;
private TextView titleText;
private TextView mainText;
private ImageView mainImage;

public IconifiedTextView(Context context, IconifiedText iconifiedText) {
    super(context);

    this.setOrientation(HORIZANTAL);
    //
    iconImage = new ImageView(context);
    iconImage.setImageDrawable(iconifiedText.getIconImage());
    // left, top, right, bottom
    iconImage.setPadding(0, 2, 5, 0); // 5px to the right
    addView(iconImage, new LinearLayout.LayoutParams(
            LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));

    titleText = new TextView(context);
    titleText.setText(iconifiedText.getTitleText());
    /* Now the text (after the icon) */
    addView(titleText, new LinearLayout.LayoutParams(
            LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));
    mainText = new TextView(context);
    mainText.setText(iconifiedText.getMainText());

    /* Now the text (after the icon) */
    addView(mainText, new LinearLayout.LayoutParams(
            LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));
    /*
     * At second, add the other Icon to ourself (! we are extending
     * LinearLayout)
     */
    mainImage = new ImageView(context);
    mainImage.setImageDrawable(iconifiedText.getMainImage());
    // left, top, right, bottom
    mainImage.setPadding(15, 2, 20, 0); // 5px to the right
    addView(mainImage, new LinearLayout.LayoutParams(
            LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));
}

my question here, that i want iconImage first then titleText and below it mainText then next to it on the right the mainImage in each row in the list can anyone help?
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-06-14T14:13:50+00:00Added an answer on June 14, 2026 at 2:13 pm

    You should probably use Relative layout for this task.

    Make a relative layout:

    • Add your iconImage at onParentLeft
    • Then on right on your iconImage, add titleText
    • Below, titleText, add mainText
    • Lastly, on right of mainText and also onParentRight, add the mainImage

    I hope it solves your problem.

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

Sidebar

Related Questions

Here's an image: I would like to know how i can set the black
I would like to know: how can i initialize class object with parameters? I've
I would like to know how I can set the MySQL time zone to
I would like to know how can I set VIM 7.0 to show and
I would like to know how can we set a embedded primary key without
I would like to know how can I set an operation (method, block of
I would like to know how can i set the coord of a c++
I would like to know how I can set a javascript value from my
I would like to know how I can set gradient color in my layout.
I know you can set fastScroll for listViews, but currently I would like 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.