eluleci / FlatUI

Android FlatUI Kit
1.67k stars 423 forks source link

flatui:fl_theme issue #51

Open IncBin94 opened 8 years ago

IncBin94 commented 8 years ago

Hi ! after adding the library to my project, i have encountered a problem with the fl_theme attribute, this one doesn't change at all and sticks to blood theme forever, i want to know why the flatui:fl_theme attribute doesn't work with the @array/OtherThemes value ?

PS : i searched the source code and found that in case" setThemeSilent(int theme, Resources resources) " raises an exception, the blood theme applies automatically, does this mean that the problem comes from @array/ value ? or did i miss something ?

thank you in advance ^^