Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.

This commit is contained in:
Alex Ning
2019-07-12 11:31:28 +08:00
parent 68d3a7b09f
commit fcc34b45d4
18 changed files with 217 additions and 38 deletions

View File

@@ -33,8 +33,8 @@ repositories {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0-beta01'
implementation 'com.google.android.material:material:1.1.0-alpha07'
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'com.google.android.material:material:1.1.0-alpha08'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'