Reputation: 65
I am currently using a bottomSheetFragment
in my app for showing quick settings.
I want also provide info like chrome app does when you click the ssl icon. So is this behavior can be achieved using bottom-sheet?
Upvotes: 4
Views: 3636
Reputation: 1645
Check this Lib
Can add Dialog at Top.
Gradle
compile 'com.orhanobut:dialogplus:1.11@aar'
Upvotes: 2