btimofeev / UniPatcher

A game console ROM patcher for Android
GNU General Public License v3.0
155 stars 18 forks source link

android:tint is specified in <shape> at API Level 21 #52

Open john2020star opened 3 years ago

john2020star commented 3 years ago

I found that you specified the attribute android:tint for in the files drawer_item_shape.xml. Such an attribute only exists for starting from API Level 22. It can cause the tint colour not supported at API Level 21, avoid using it.