mkiziltay / BottomSheetDialog

Creating Dialog Screen from Bottom side.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BottomSheetDialog

  • min sdk version : API 26
  • Target sdk version : API 31
  • We used BottomSheetDialog.class in this project.

Code Written Directories

  • MainActivity.java
  • bottom_background.xml
  • bottom_sheet_background.xml => dialog layout background
  • layout_bottom_sheet.xml => dialog layout.
  • colors.xml => this colors used in project.
  • themes.xml => this theme options will be displayed when dialog opened ( Transparent theme ).

Used : Images & Vectors

  • favorite.xml
  • share.xml
  • resim.png

Used : Libraries

add this two library to path : ./build.gradle(project:app)

1- Rounded Image View

  • implementation 'com.makeramen:roundedimageview:2.3.0'

2- Material Design

  • implementation 'com.google.android.material:material:1.5.0'

Screen View Example

Adding Reminders

About

Creating Dialog Screen from Bottom side.


Languages

Language:Java 100.0%