1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 07:11:11 +01:00

Reimplemented the settings to allow customization with colors

This commit is contained in:
vanitasvitae 2016-10-16 02:43:38 +02:00
parent ebc70fdff0
commit 06c8b06feb
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
30 changed files with 2270 additions and 300 deletions

View file

@ -50,7 +50,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.1.0' //Don't update. Broken up to 24.2.1
compile 'com.android.support:support-v4:24.2.1'
compile "com.android.support:customtabs:24.2.1"
compile 'com.android.support:customtabs:24.2.1'
compile 'com.android.support:cardview-v7:24.2.1'
// More libraries
compile 'com.jakewharton:butterknife:8.0.1'