Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个简单的SlidingPaneLayout东西,我想要的是:
SlidingPaneLayout
我想要,一点点的滑出视图总是可见的,这样用户总是能看到,有一些东西可以拉出来......就像在环聊中一样。
这有可能吗?
您必须在可滑动视图(顶视图)上设置左边距
例如:android:layout_marginLeft="200dp"
android:layout_marginLeft="200dp"
您使用展示柜来通知用户可以拉出的东西。这将使您的应用看起来更专业。
https://github.com/Espiandev/ShowcaseView