Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawnnypoo committed Nov 8, 2016
1 parent f7316f5 commit 1b11e18
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,26 @@ If you are using Kotlin, extensions methods make it even easier:
checkbox.tint(color)
```

# Currently Supported Views
# Supported Views
Currently, you can tint the following views at run time:
- Button
- Checkbox
- EditText
- ProgressBar
- RadioButton
- SeekBar
- Spinner
- SwitchCompat
- TextView

In addition, you can also tint other things which are somewhat difficult to tint in Android, such as:
- Drawable
- EditText cursor
- TextView cursor
- TextView handles
- TextView selection highlight
- MenuItem
- Toolbar overflow
- View Edget effect (on scroll)
- View Edge effect (on scroll)

# Thanks
Props to the project [Material Dialogs](https://github.com/afollestad/material-dialogs/blob/master/core/src/main/java/com/afollestad/materialdialogs/internal/MDTintHelper.java) where a lot of the tinting code came from.
Expand Down

0 comments on commit 1b11e18

Please sign in to comment.