Refresh List, Gui

Refresch List by swipe
Gui update
    User image
    User Image round
    Full width CardView
This commit is contained in:
Georg Reisinger
2019-01-26 19:05:08 +01:00
parent dc55cca26c
commit 071f6b9be2
7 changed files with 272 additions and 40 deletions

View File

@ -32,4 +32,6 @@ dependencies {
implementation 'com.firebaseui:firebase-ui-auth:4.1.0'
// http://mvnrepository.com/artifact/postgresql/postgresql
implementation group: 'postgresql', name: 'postgresql', version: '9.1-901.jdbc4'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.android.support:swiperefreshlayout:28.0.0-alpha1'
}