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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:38:06+00:00 2026-05-23T09:38:06+00:00

I try to put a ListView and a MapView side by side using RelativeLayout

  • 0

I try to put a ListView and a MapView side by side using RelativeLayout. However my MapView is always above the ListView.

Here is my main.xml layout:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 android:orientation="vertical"
 android:layout_width="fill_parent"
 android:layout_height="fill_parent"
 >

 <com.google.android.maps.MapView
            android:id="@+id/mapview"
                 android:layout_width="wrap_content"
                 android:layout_height="fill_parent"
                 android:clickable="true"
                 android:apiKey="0uZMgFMDqZETDVYg843CSoC8rHyuV01ypwz2C2Q"
                 android:layout_alignParentRight="true" android:layout_alignParentTop="true" />

    <ListView android:id="@+id/list" android:layout_width="fill_parent"
        android:layout_height="wrap_content" android:smoothScrollbar="true"
        android:background="#fff" android:cacheColorHint="#fff"
        android:fastScrollEnabled="false" android:clickable="true"
        android:layout_alignParentLeft="true" android:layout_alignParentTop="true"
        android:layout_marginBottom="36dp" />
</RelativeLayout>
  • 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-23T09:38:06+00:00Added an answer on May 23, 2026 at 9:38 am

    Better Use TableLayout specify android:layout_weight=”1″ in both MapView and ListView

    If you use Relative Layout then you have to set maximum width to both listview and map view programmatically

    <?xml version="1.0" encoding="utf-8"?>
    
    <RelativeLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
    
        android:orientation="vertical"
    
        android:layout_width="fill_parent"
    
        android:layout_height="fill_parent">
    
        <ListView
            android:id="@+id/list"
            android:layout_width="wrap_content"
    
            android:layout_height="wrap_content"
            android:smoothScrollbar="true"
    
            android:background="#ffffff"
            android:cacheColorHint="#ffffff"
    
            android:fastScrollEnabled="false"
            android:clickable="true"
    
    
            android:layout_alignParentTop="true"
    
            android:layout_marginBottom="36dp"
             />
        <com.google.android.maps.MapView
    
            android:id="@+id/mapview"
    
            android:layout_width="wrap_content"
    
            android:layout_height="fill_parent"
    
            android:clickable="true"
    
            android:apiKey="0uZMgFMDqZETDVYg843CSoC8rHyuV01ypwz2C2Q"
    
            android:layout_alignParentRight="true"
            android:layout_alignParentTop="true"
            android:layout_toRightOf="@id/list" />
    
    
    
    
    </RelativeLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I’m using C# and WinForms to try and put just the date from a
I have a ListView that is put together using a special adapter so that
How do you put header in a ListView using BaseAdapter? Or is there any
i try to put a lock to a static string object to access to
When I try to put a value into a DATE field which is invalid,
I am getting raw aac data from web stream and try to put it
I have this code for update: public Boolean update() { try { data.put(ContactsContract.Groups.SHOULD_SYNC, true);
I have a UITableViewCell and it is UITableViewCellStyleDefault . When I try to put
I know it sounds weird but I am required to put a wrapping try
I have try to put these 2 lines php_value post_max_size 30M php_value upload_max_filesize 30M

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.