List View Below Image

Posted by sairam333 on Stack Overflow See other posts from Stack Overflow or by sairam333
Published on 2010-04-01T12:07:06Z Indexed on 2010/04/01 12:13 UTC
Read the original article Hit count: 359

Filed under:

Hi I want a list view and below of that list view i want one image.when i use the below code the list view and image view are appeared only in Portrait mode but not landscape mode,Can any one gie me the suggestions for displaying that list view and image view in Landscape also.My xml code is `

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

    <com.fitzengineering.teslaworldnet.presentationlayer.TransparentPanel
            android:id="@+id/transparent_panel" 
            android:layout_width="fill_parent"
            android:paddingTop="5sp"
            android:paddingLeft="5sp"
            android:paddingRight="5sp" android:layout_height="wrap_content" android:paddingBottom="5sp">

--> `

Thanks in adnance

© Stack Overflow or respective owner

Related posts about android