gpt4 book ai didi

android - 可扩展 ListView 图标已删除但仍占用空白空间

转载 作者:太空狗 更新时间:2023-10-29 15:09:58 24 4
gpt4 key购买 nike

我有一个扩展 ListView 我删除了图标但空间仍然是空的

enter image description here

如何去掉空格。

XML:

<RelativeLayout 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"
tools:context=".DirectorActivity" >

<ExpandableListView
android:id="@+id/expandable_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:transcriptMode="alwaysScroll"
android:cacheColorHint="#00000000"
android:listSelector="@android:color/transparent"
android:layout_below="@+id/heading_textView"
android:layout_marginTop="16dp"
android:groupIndicator="@null"
android:divider="@android:color/transparent">
</ExpandableListView>

最佳答案

我也遇到过这个问题,我已经申请了 android:groupIndicator="@null" 但它对我不起作用。

我认为那只是在那个地方隐藏图标,而不是删除图标。

所以我关注了some other example并根据我的要求编辑该代码。

请尝试一次,希望对您有用。

关于android - 可扩展 ListView 图标已删除但仍占用空白空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17692514/

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