dash-wallet icon indicating copy to clipboard operation
dash-wallet copied to clipboard

android:tint specified in <shape>

Open john2020star opened this issue 3 years ago • 1 comments

I found that you specified android:tint in of the file progress_horizontal.xml, which is not supported at API Level 21. It can cause the color of the drawable displaying inconsistently. Avoid using it.

john2020star avatar Mar 29 '21 12:03 john2020star

There are some other places where this will need to be fixed as well.

HashEngineering avatar Sep 23 '21 05:09 HashEngineering

Android SDK 21 is no longer supported. The current min SDK is 23 (Android 6).

HashEngineering avatar Sep 14 '23 05:09 HashEngineering