Some Android Styling

This commit is contained in:
Florian Märkl 2019-10-02 20:05:18 +02:00
commit 01798ad5c5
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
9 changed files with 202 additions and 47 deletions

View file

@ -49,7 +49,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0"
}