View Full Version : ارتفاع لیست ویو
  
sara@sara
دوشنبه 29 اردیبهشت 1393, 16:43 عصر
سلام دوستان من یه اکتیویتی دارم که شامل یه فوتر و یک لیست ویو و یک دکمه انتهای لیست ویو است وقتی آیتمهای لیست ویو خیلی زیاد میشوند دیگه فوتر و دکمه انتهایی صفحه دیده نمیشه و فقط آیتمهای لیست ویو دیده می شوند کسی هست بدونه که  باید چه کنم ؟؟؟؟
saeed_g21
دوشنبه 29 اردیبهشت 1393, 16:46 عصر
کد xml مربوطه رو بده
sara_orkide
دوشنبه 29 اردیبهشت 1393, 19:34 عصر
اینم کد :
<ScrollView  xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="fill_parent"  android:layout_height="fill_parent"  android:fillViewport="true">  <RelativeLayout              android:layout_width="fill_parent"        android:layout_height="wrap_content" android:background="@drawable/bg">                <!--  Header  Starts-->        <LinearLayout android:id="@+id/header"                android:layout_width="fill_parent"                android:layout_height="wrap_content"                android:background="@layout/header_gradient"                 android:paddingTop="5dip"                android:paddingBottom="5dip">                <!-- Logo Start-->                <ImageView android:src="@drawable/logo"                            android:layout_width="wrap_content"                            android:layout_height="wrap_content"                            android:layout_marginLeft="10dip"/>                <!-- Logo Ends -->        </LinearLayout>        <!--  Header Ends -->          <!-- Footer Start -->        <com.JabizParda.TellReport.Footer_Repeat            android:id="@+id/footerRepeat1"            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:layout_alignParentBottom="true"             >        </com.JabizParda.TellReport.Footer_Repeat>        <!-- Footer Ends -->                <!-- Form -->        <LinearLayout          xmlns:android="http://schemas.android.com/apk/res/android"          android:orientation="vertical"          android:layout_width="match_parent"          android:layout_height="wrap_content"          android:padding="10dip"          android:layout_below="@id/header">                <ListView        android:id="@+id/lstContent"        android:layout_width="match_parent"        android:layout_height="wrap_content" android:dividerHeight="0dip" android:divider="@null">        <!-- Preview: listitem=@layout/adapter_jarayem -->    </ListView></LinearLayout>        <!-- Form Ends -->                  </RelativeLayout></ScrollView>
 
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.