Skip to content

Commit

Permalink
Add option to use hex colors, int colors (Color.RED) or color resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Sep 2, 2014
1 parent 2d1c0d4 commit 314183d
Show file tree
Hide file tree
Showing 15 changed files with 251 additions and 135 deletions.
33 changes: 29 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
.gradle
/local.properties
/.idea/workspace.xml
# Built application files
/*/build/
# Built application files
build/

# Crashlytics configuations
com_crashlytics_export_strings.xml

# Local configuration file (sdk path, etc)
local.properties

# Gradle generated files
.gradle/

# Signing files
.signing/
gradle.properties

# User-specific configurations
.idea/*
*.iml

# OS-specific files
.DS_Store
/build
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/libraries/appcompat_v7_19_1_0.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/support_v4_19_1_0.xml

This file was deleted.

137 changes: 137 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 0 additions & 88 deletions app/app.iml

This file was deleted.

3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:19.+'
compile 'com.android.support:appcompat-v7:20.0.0'
compile 'com.android.support:support-v4:20.0.0'
}
Loading

0 comments on commit 314183d

Please sign in to comment.