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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:01:47+00:00 2026-05-25T16:01:47+00:00

<?xml version=1.0 encoding=utf-8?> <LinearLayout android:id=@+id/linearLayout1 android:layout_width=fill_parent android:layout_height=fill_parent xmlns:android=http://schemas.android.com/apk/res/android android:weightSum=1 android:orientation=vertical android:background=#ffffff> <LinearLayout android:layout_height=80dp android:id=@+id/linearLayout3

  • 0
     <?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/linearLayout1"
    android:layout_width="fill_parent" android:layout_height="fill_parent"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:weightSum="1" android:orientation="vertical"
    android:background="#ffffff">

    <LinearLayout android:layout_height="80dp" android:id="@+id/linearLayout3"
        android:layout_width="match_parent" android:weightSum="1"
        android:layout_weight="0.02" android:background="#FFFFFF">
        <ImageView android:id="@+id/imageView1" android:src="@drawable/icon"
            android:layout_width="100dp" android:scaleType="centerCrop"
            android:layout_height="77dp" android:adjustViewBounds="true" android:padding="8sp"></ImageView>
        <LinearLayout android:layout_height="match_parent"
            android:id="@+id/linearLayout4" android:orientation="vertical"
            android:weightSum="1" android:layout_width="match_parent">
            <TextView android:text="TextView" android:id="@+id/textView2"
                android:gravity="left" android:padding="5dp" android:textColor="#000000"
                android:layout_height="43dp" android:layout_width="219dp"
                android:layout_weight="0.58"></TextView>

        </LinearLayout>
    </LinearLayout>
</LinearLayout>      

I have a listview in which it consists of image and text i need space for image (4sides) how can i get this can any one say the answer.

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-05-25T16:01:48+00:00Added an answer on May 25, 2026 at 4:01 pm
        <?xml version="1.0" encoding="utf-8"?>
        <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
            android:orientation="vertical" android:paddingLeft="16px"
            android:paddingTop="16px" android:paddingRight="16px"
            android:layout_width="fill_parent" android:layout_height="fill_parent">
            <LinearLayout android:orientation="vertical"
                android:background="#000000" android:padding="4px"
                android:layout_width="wrap_content" android:layout_height="wrap_content">
                <ImageView android:layout_width="wrap_content" 
                    android:background="#FFFFFF" android:layout_height="wrap_content"
                    android:paddingLeft="10px" 
                    android:paddingRight="10px" 
                    android:paddingTop="4px" 
                    android:paddingBottom="4px" 
                     android:id="@+id/imageView3" />
            </LinearLayout>
    <LinearLayout android:layout_height="match_parent"
                android:id="@+id/linearLayout4" android:orientation="vertical"
                android:weightSum="1" android:layout_width="match_parent">
                <TextView android:text="TextView" android:id="@+id/textView2"
                    android:gravity="left" android:padding="5dp" android:textColor="#000000"
                    android:layout_height="43dp" android:layout_width="219dp"
                    android:layout_weight="0.58"></TextView>
    
            </LinearLayout>
    
        </LinearLayout>
    

    Try this…. It’s Work For me…

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

Sidebar

Related Questions

This is my list layout: <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent> <LinearLayout
I have a layout as below <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent
I have this simple layout: <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent android:orientation=vertical >
I designed a setting dialog layout here: <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent
i am doing a application with this main.xml layout : <?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I have a ListActivity whose layout looks like <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent
I have a main activity with this layout file: <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I have the layout: <?xml version=1.0 encoding=utf-8?> <LinearLayout android:orientation=horizontal android:layout_width=fill_parent android:layout_height=fill_parent android:weightSum=1> <LinearLayout android:layout_weight=0.2
my Environment is eclipse :3.2 android:2.3 <?xml version=1.0 encoding=utf-8?> <LinearLayout android:id=@+id/linearLayout2 android:layout_width=fill_parent android:isScrollContainer=true android:keepScreenOn=true
The shape background=@drawable/profile_rounded_top_shape is not drawing, what am I missing?? <LinearLayout android:layout_width=fill_parent android:layout_height=wrap_content background=@drawable/profile_rounded_top_shape

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.