• 1397/07/08

مشکل به ترتیب نبودن جایگاه گزینه ها :

سلام آقای مدائنی
یک تولبار بالای صفحه دارم
یک تولبار پایین
مشکل آنجاست که لیست ویو مابین این دو نمیفته  یعنی از بالای صفحه نمایش داده میشه و میفته روی تولبار بالایی

 

این هم ساختار لایوت

 

 

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#ffffff">
        <android.support.v7.widget.Toolbar
        android:id="@+id/MytoolBar"
        android:layout_height="wrap_content"
        android:layout_width="match_parent"
        android:minHeight="?android:attr/actionBarSize"
        android:background="?attr/colorPrimary"
        android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
        app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
  
    <ListView
        android:minWidth="25px"
        android:minHeight="25px"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/lvFriends" />

        <android.support.v7.widget.Toolbar
        android:id="@+id/MyButtomToolBar"
        android:layout_height="wrap_content"
        android:layout_width="match_parent"
        android:minHeight="?android:attr/actionBarSize"
        android:background="?attr/colorPrimary"
        android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
        app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
        android:layout_alignParentBottom="true"
    />
</RelativeLayout>

  • 1397/07/08
  • ساعت 07:32

سلام

به listview میتونید margin_top بدید

احتمال layout را درست نچیدید


logo-samandehi