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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:46:57+00:00 2026-06-12T01:46:57+00:00

Im not getting this layout thingy right. Here are some pictures to make it

  • 0

Im not getting this layout thingy right.

Here are some pictures to make it easies for me to explain:

enter image description here

That green thing is the temporary icon to the SlidingDrawer. As you see I want it to get the whole way up to the other gray field, so that the gray backgounds becomes one, and the handler icon overlaps the top field.

This is how the xml looks like now:

 <LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:gravity="bottom"
    android:orientation="vertical" >

    <LinearLayout
        android:id="@+id/info_container"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/drawer_bg"
        android:orientation="vertical"
        android:paddingBottom="5dip"
        android:paddingLeft="10dip"
        android:paddingRight="10dip"
        android:paddingTop="10dip" >

        <TextView
            android:id="@+id/info_ip"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textSize="10dip"
            android:typeface="monospace" />

        <TextView
            android:id="@+id/info_in"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:text="@string/wifi_unknown"
            android:textSize="10dip"
            android:typeface="monospace" />

        <TextView
            android:id="@+id/info_mo"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textSize="10dip"
            android:typeface="monospace" />
    </LinearLayout>

    <FrameLayout
        android:layout_width="fill_parent"
        android:layout_height="0dip"
        android:layout_weight="1" >

        <TextView
            android:id="@+id/list_empty"
            android:layout_width="wrap_content"
            android:layout_height="fill_parent"
            android:layout_gravity="center_horizontal"
            android:gravity="center_vertical"
            android:text="@string/discover_empty"
            android:textSize="10dip"
            android:typeface="monospace" />

        <!-- Slider -->
        <SlidingDrawer
            android:id="@+id/drawer"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:content="@+id/content"
            android:handle="@+id/handle" >

            <!-- Image for the handler to the slider -->
            <ImageView
                android:contentDescription="@string/desc"
                android:id="@id/handle"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:src="@drawable/drawer_handle" />

            <LinearLayout
                android:id="@id/content"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:background="@drawable/slider_bg"
                android:orientation="vertical" >

                <!-- Horisontal layout : wide as possible, but height is minimal -->
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:layout_margin="5dip"
                    android:orientation="horizontal" >

                    <!-- Search button -->
                    <Button
                        android:id="@+id/btn_discover"
                        style="@style/ButtonTop"
                        android:drawableLeft="@drawable/discover"
                        android:text="@string/btn_discover" />

                    <!-- Option button -->
                    <Button
                        android:id="@+id/btn_options"
                        style="@style/ButtonTop"
                        android:drawableLeft="@drawable/settings"
                        android:text="@string/btn_options" />
                </LinearLayout>

                <!-- The list with network devices inside the slidingdrawer-->
                <ListView
                    android:id="@+id/output"
                    android:layout_width="fill_parent"
                    android:layout_height="fill_parent"
                    android:cacheColorHint="#00000000"
                    android:dividerHeight="0dip" />
            </LinearLayout>
        </SlidingDrawer>
    </FrameLayout>
 </LinearLayout>

Ive tried RelativeLayout, but I cant get it right.
Sorry for my bad explanation.

  • 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-12T01:46:58+00:00Added an answer on June 12, 2026 at 1:46 am

    If you want to overlap the info pane with the sliding drawer it too (the info pane layiut) needs to be inside the framelayout.

    That simple change should make it work like you want it to.

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

Sidebar

Related Questions

I'm simply not getting this to work. I saw that this network isn't for
I keep getting this RuntimeError which I'm not sure how to fix. Here's what
I am having some problems getting this layout to work properly in IE (both
I'm not really getting how this code does what it does: char shellcode[] =
Not sure why I'm getting this error and can't figure it out? The cycle
Hello not sure why Im getting this error. Basically I get it in these
I'm getting this Hibernate error: org.hibernate.MappingException: Could not determine type for: a.b.c.Results$BusinessDate, for columns:
I'm getting this error on Heroku but not locally (using PostgreSQL on both).. error
i am getting this error failed to execute request because the app-domain could not
I am getting this exception: Collection was modified; enumeration operation may not execute. Directly

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.