Creato menu drawer dinamico

This commit is contained in:
2019-10-22 19:22:25 +02:00
parent 02d0ac04a9
commit a0f2dfc4a6
20 changed files with 477 additions and 219 deletions

View File

@@ -22,4 +22,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.1.0'
}