altairm
altairm

Reputation: 65

Top sheet like chrome app?

https://i.sstatic.net/3B8m4.png

https://i.sstatic.net/1hqNu.png

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

Answers (1)

jagapathi
jagapathi

Reputation: 1645

Check this Lib

https://github.com/orhanobut/dialogplus

Can add Dialog at Top.

enter image description here

Gradle

compile 'com.orhanobut:dialogplus:1.11@aar'

Upvotes: 2

Related Questions