gpt4 book ai didi

java - 动态设置滑动抽屉高度

转载 作者:行者123 更新时间:2023-12-01 19:18:50 25 4
gpt4 key购买 nike

我想动态或静态地定义滑动抽屉的高度。下面是我的 xml 布局文件。任何建议将不胜感激。

<?xml version="1.0" encoding="utf-8"?>

    <SlidingDrawer android:layout_width="fill_parent"
android:id="@+id/SlidingDrawer" android:handle="@+id/slideHandleButton"
android:content="@+id/contentLayout" android:layout_height="wrap_content">
<ImageView android:layout_width="fill_parent"
android:layout_height="wrap_content" android:id="@+id/slideHandleButton"
android:background="@drawable/icon_movie"></ImageView>
<LinearLayout android:layout_width="fill_parent"
android:id="@+id/contentLayout" android:gravity="center"
android:background="#C0C0C0" android:layout_height="wrap_content">
<Gallery android:id="@+id/gallery" android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
</SlidingDrawer>
</FrameLayout>

最佳答案

您可以将高度设置为特定高度,例如 200dp,也可以使用类似 this workaround 的值。如果您想使用wrap_content

关于java - 动态设置滑动抽屉高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5355367/

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