gpt4 book ai didi

Android 操作栏抽屉

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:28:26 25 4
gpt4 key购买 nike

我正在搜索有关此处描述的 Acion 酒吧抽屉的一些信息: http://developer.android.com/design/patterns/actionbar.html(“抽屉:抽屉是一个滑出式菜单,允许用户...”)

似乎此功能是 Android 的一部分,没有外部库,但我找不到有关如何实现此功能的任何信息。

最佳答案

but it seems as if it is possible to do this easily without an external library with the help of these ActionBar Drawers,

没有内置小部件可以执行此操作。该站点只是在谈论您可以使用的模式,而不是可用的模式。支持库中提供了最接近内置的一个(这是相当新的)https://android.googlesource.com/platform/frameworks/support/+/master/v4/java/android/support/v4/widget/SlidingPaneLayout.java

您的选择是:

  1. 使用上面使用的支持库实现。
  2. 使用第三方库 https://github.com/jfeinstein10/SlidingMenu , https://github.com/SimonVT/android-menudrawerhttps://github.com/6wunderkinder/android-sliding-layer-lib .
  3. 实现您自己的。

关于Android 操作栏抽屉,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13008088/

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