garretyoder / Colorful

Android runtime theme library
Apache License 2.0
2.13k stars 193 forks source link

Load style resources by name not by id #31

Open garretyoder opened 6 years ago

garretyoder commented 6 years ago

Resource IDs are not 100% guaranteed to never change and this could potentially cause problems. We should be loading style resources internally by string name over res id int.