SkillAgentSearch skills...

BottomSheetExample

A sample project with the new BottomSheet classes from the android support library

Install / Use

/learn @rubensousa/BottomSheetExample
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BottomSheetExample

A sample project with the new BottomSheet classes from the android support library

For a simpler integration, consider using this: https://github.com/rubensousa/BottomSheetBuilder

Modes included

  • Simple view (A LinearLayout is used in this sample)
  • BottomSheetDialog
  • BottomSheetDialogFragment

Simple view how-to

  • Place a new view as a direct child of CoordinatorLayout (preferably as the last one, so it lays on top of all other views)

  • Set it's behavior to:

      app:layout_behavior="@string/bottom_sheet_behavior"
      
    

Screenshots

<img src="screens/screen-view.png" width="350"> <img src="screens/screen-dialog.png" width="350">

Dependencies

compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'

Related Skills

View on GitHub
GitHub Stars128
CategoryCustomer
Updated6mo ago
Forks26

Languages

Java

Security Score

72/100

Audited on Sep 23, 2025

No findings