gpt4 book ai didi

Android SlidingDrawer 处理程序的图像

转载 作者:行者123 更新时间:2023-11-29 18:14:18 29 4
gpt4 key购买 nike

我想使用我自己的图像作为处理程序的图像。

enter image description here

如何将默认处理程序图像更改为其他图像?谢谢,埃亚尔。

最佳答案

您可以使用 ImageViewsrc 指向您的图像作为句柄:

<SlidingDrawer
android:id="@+id/drawer"
android:layout_width="fill_parent"
android:layout_height="fill_parent"

android:handle="@+id/handle"
android:content="@+id/content">

<ImageView
android:id="@id/handle"
android:src="@drawable/my_image"
android:layout_width="wrap_content"
android:layout_height="fill_parent" />

....

</SlidingDrawer>

您可能希望将该图像转换为 9patch,以便可以拉伸(stretch)它以填充窗口的高度。

关于Android SlidingDrawer 处理程序的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8979734/

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