gpt4 book ai didi

java - Android:第一个 ListView 元素位于标题栏下方

转载 作者:太空宇宙 更新时间:2023-11-04 12:52:21 25 4
gpt4 key购买 nike

我的标题栏有问题,我吓坏了。当我在 Android 虚拟机中运行该项目时,一切看起来都很好,但在设备上,ListView 的第一个元素消失在标题栏下。与我在虚拟机上的抽屉一样,一切都很好,在设备上,前两个元素位于标题栏下方。

 <?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout
android:id="@+id/fragment_container_idea"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android" >

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"

android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
tools:context="***">

<ListView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_alignParentBottom="true"
android:layout_alignParentTop="true"/>

</LinearLayout>
</android.support.v4.widget.DrawerLayout>

最佳答案

在 ListView 中尝试这个

android:layout_marginTop="20dp"
android:paddingTop="10dp"

关于java - Android:第一个 ListView 元素位于标题栏下方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35700628/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com