Added CustomCursorAdapters for each PagerType

Functional -> Still update and toggle availability need to be implemented.
This commit is contained in:
Alexander Doerflinger
2017-08-17 12:28:36 +02:00
parent a9fa61bac4
commit 2b4515c284
9 changed files with 776 additions and 75 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
minSdkVersion 16
targetSdkVersion 25
versionCode 8
versionName "0.1.8"
versionCode 9
versionName "0.1.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -29,6 +29,7 @@ dependencies {
compile 'com.afollestad.material-dialogs:core:0.9.4.3'
compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
compile 'devlight.io:navigationtabbar:1.2.5'
compile 'com.android.support:cardview-v7:25.3.1'
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:25.3.1'
}