Added Settings Activity and new Color Scheme

This commit is contained in:
vanitasvitae 2015-02-24 22:04:02 +01:00
parent 965aee43dd
commit 656a25d944
21 changed files with 366 additions and 24 deletions

View file

@ -13,12 +13,11 @@ android {
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:21.+'
}