Added GameSelection + Logic

Now First screen is a game selection screen, second screen is the
settings screen where characters, karts, etc can be found.
This commit is contained in:
Alexander Doerflinger
2017-08-18 14:18:09 +02:00
parent e906031de4
commit d3912b3f16
35 changed files with 910 additions and 170 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
minSdkVersion 16
targetSdkVersion 25
versionCode 12
versionName "0.1.12"
versionCode 16
versionName "0.1.16"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -32,6 +32,6 @@ dependencies {
compile 'devlight.io:navigationtabbar:1.2.5'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'de.hdodenhof:circleimageview:2.1.0'
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:25.3.1'
testCompile 'junit:junit:4.12'
}