Issue
I have one theme -> theme1
it has to pick the drawable from the drawable-theme1 folder.
is there any way?
Solution
Currently there is no way to use a theme name as drawable folder qualifier
The available qualifiers are in the table 2 at this link: https://developer.android.com/guide/topics/resources/providing-resources#AlternativeResources
If you can't find a valid alternative using the provided ones maybe you should think if a "drawable-theme" folder is the right approach to solve your problem
Answered By - MatPag
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.