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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:05:29+00:00 2026-06-11T08:05:29+00:00

I have this layout: <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=90dip android:background=@drawable/roundededges android:layout_marginTop=1dip android:id=@+id/articleBoxLayout>

  • 0

I have this layout:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="fill_parent"
            android:layout_height="90dip"
            android:background="@drawable/roundededges"                        
            android:layout_marginTop="1dip"
            android:id="@+id/articleBoxLayout">
<TextView 
       android:id="@+id/articleTitle"
       android:layout_width="fill_parent"
       android:layout_height="30sp"               
       android:text="Test Test Title"
       android:typeface="sans"
       android:gravity="right"
       android:ellipsize="end"
       android:singleLine="true" 
       android:paddingRight="4dip"
       android:textSize="20sp"  
       android:textColor="#C98E04"
       android:textStyle="bold"                         
       android:clickable="true"/>

<ImageView
    android:id="@+id/articleImage"
    android:layout_width="65dip"
    android:layout_height="50dip"
    android:layout_below="@+id/articleTitle"
    android:marginBottom="18dip"
    android:marginLeft="18dip"
    android:scaleType="fitXY"
    android:src="@drawable/aaa" />

<TextView 
       android:id="@+id/articleSubTitle"
       android:layout_toRightOf="@+id/articleImage" 
       android:layout_width="fill_parent"
       android:layout_height="wrap_content"
       android:layout_below="@+id/articleTitle"
       android:gravity="right"           
       android:inputType="textMultiLine"        
       android:text="blablablabla"
       android:ellipsize="end"
       android:textSize="10sp"
       android:textColor="#FFFFFF"                
       android:clickable="true"/>
</RelativeLayout>

For some reason the marginLeft doesn’t affect the ImageView position.

The ImageView stays stick to the left(aligned left).

What can be the problem ?

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-11T08:05:31+00:00Added an answer on June 11, 2026 at 8:05 am

    set android:layout_marginLeft instead of android:marginLeft

    so the correct xml for ImageView should be:

    <ImageView
    android:id="@+id/articleImage"
    android:layout_width="65dip"
    android:layout_height="50dip"
    android:layout_below="@+id/articleTitle"
    android:layout_marginLeft="18dip"
    android:layout_marginBottom="18dip"
    android:scaleType="fitXY"
    android:src="@drawable/aaa" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I have this layout: <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:id=@+id/layout android:layout_width=fill_parent android:layout_height=wrap_content android:background=#FFFF00
I have this layout: <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=wrap_content android:layout_height=wrap_content > <TextView android:id=@+id/solution_title
Hello i have this layout: <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical >
I have an XML layout like this: <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=vertical android:layout_width=match_parent
I have this code: <?xml version=1.0 encoding=UTF-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:id=@+id/RelativeLayout02 android:layout_width=fill_parent android:layout_height=fill_parent > <ImageView
I have the following layout buttons.xml <?xml version=1.0 encoding=UTF-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:id=@+id/buttonsLayout android:layout_width=fill_parent android:layout_height=wrap_content
simple question. I have this XML layout: <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent
I have a linear layout with this form <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=vertical
<?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent> <org.zestadz.ads.ZestadzAd android:id=@+id/ad android:layout_width=fill_parent android:layout_height=wrap_content android:layout_alignParentBottom=true android:clickable=true
I have designed the screen using this relative layout. <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android

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.