Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.

This commit is contained in:
Alex Ning
2019-06-13 12:16:04 +08:00
parent ef8daed571
commit 42c7b316f3
17 changed files with 346 additions and 44 deletions

View File

@@ -33,7 +33,7 @@ repositories {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0-alpha05'
implementation 'androidx.appcompat:appcompat:1.1.0-beta01'
implementation 'com.google.android.material:material:1.1.0-alpha07'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
@@ -75,4 +75,5 @@ dependencies {
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3'
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'com.github.chinalwb:are:0.1.5'
}