mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
Activity transitions, usability MainActivity, green accent color
This commit is contained in:
parent
a0d81da63d
commit
ff39986715
22 changed files with 255 additions and 226 deletions
|
@ -1,4 +1,5 @@
|
|||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'android-apt'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
|
@ -34,6 +35,8 @@ dependencies {
|
|||
compile 'com.android.support:support-v4:23.3.0'
|
||||
|
||||
// More libraries
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
compile 'com.getbase:floatingactionbutton:1.9.1'
|
||||
compile 'com.jakewharton:butterknife:8.0.1'
|
||||
apt 'com.jakewharton:butterknife-compiler:8.0.1'
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue