gpt4 book ai didi

android - 使标题永久可见

转载 作者:搜寻专家 更新时间:2023-11-01 09:14:59 24 4
gpt4 key购买 nike

在我的自定义列表 Activity 中,我在我的列表 Activity 中添加了标题,当列表被填充时它工作正常,当列表为空时标题也消失了,所以是否有任何选项可以在列表 Activity 中放置永久标题.

我的 XML 代码是,

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:background="@drawable/background">

<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:layout_marginTop="10dip"
android:layout_marginBottom="10dip"
android:drawSelectorOnTop="false"
android:cacheColorHint="@color/black"/>

<TextView
android:id="@android:id/empty"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:textSize="24dip"
android:text="@string/empty"/>

ad_header.xml

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

<ImageView
android:id="@+id/add"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_gravity="center"
android:layout_weight="1"
android:paddingTop="5dip"
android:paddingBottom="5dip"
android:src="@drawable/add_new_item"
android:background="@color/white"/>

谢谢。

最佳答案

这是与您的问题相关的另一个话题 Android: Adding static header to the top of a ListActivity

关于android - 使标题永久可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5348430/

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