问题标签 [bottom-sheet]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 暗屏并阻止与 BottomSheets 的交互
BottomSheetBehavior 已在 Android 设计支持库 23.2 中引入,但它不会使屏幕的其余部分变暗,也不会阻止与 UI 的其余部分的交互。无论如何这可以实现吗?
java - BottomSheet 的滚动问题 - Android
我需要BottomSheet
停在两个位置。我有以下代码BottomSheet
。
和
这段代码工作正常,除了一件事。第一次我必须向上滚动BottomSheet
,然后我可以向下滚动它。我不能直接向下滚动工作表。
任何帮助将不胜感激。
android - Android ViewPager with RecyclerView works incorrectly inside BottomSheet
When I try to scroll list, sometimes this works incorrect - BottomSheet intercepts the scroll event and hides.
How to reproduce this:
- Open Bottom Sheet
- Change a page of ViewPager
- Try scroll the list
Result: BottomSheet will be hidden.
Here is sample code:
compile 'com.android.support:design:23.4.0'
MainActivity.java
activity_main.xml
Any ideas for a workaround?
java - 底页Android-滚动问题
我需要底片停在两个位置。我有以下代码用于底页。
和
这段代码工作正常,除了一件事。第一次我必须向上滚动底部表格,然后我可以向下滚动它。我不能直接向下滚动工作表。
任何帮助将不胜感激。
android - Android BottomSheetBehavior,如何禁用快照?
标准 android BottomSheetBehavior 具有树状态:隐藏、折叠和展开。
我想允许用户在折叠和展开之间“离开”底部工作表。现在,使用默认行为,它将根据最接近的折叠或展开对齐。我应该如何禁用此快照功能?