added all pages, using premade components

This commit is contained in:
IvanaE 2018-10-04 13:23:53 -04:00
parent 5a97ad2ec8
commit 036c03f07e
18 changed files with 154 additions and 56 deletions

View file

@ -26,4 +26,8 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.jaredrummler:material-spinner:1.2.5'
implementation 'com.android.support:design:28.0.0-alpha3'
implementation 'com.rengwuxian.materialedittext:library:2.1.4'
}