Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrannp committed May 19, 2015
2 parents 0f3a3e6 + 41f3346 commit c6b26f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ public class SettingsActivity extends com.fnp.materialpreferences.PreferenceActi
### Result
<img src=assets/result-1.png width=500 height=845 />

### Beware: Do not override library resources intentionless
Check the [resources](library/src/main/res) folder, if you use in your project a resource with the same name as this library, for example, "md_preference_material.xml", your resource will have preference and that might cause the library to fail if you are not doing this intentionally.

More info: https://developer.android.com/tools/projects/index.html#considerations @see "Resource conflicts"

## TODO
- ~~Add toolbar to all PreferenceFragment (including nested screens) ~~
- ~~Add toolbar to all PreferenceFragment (including nested screens)~~
- ~~Proper tint based on accent color~~
- ~~Show title and summary of the preferences in Material format~~
- ~~Proper paddings and margins~~
Expand Down

0 comments on commit c6b26f3

Please sign in to comment.