john2020star
john2020star
I found that you have specified the attribute android:tint in , which only exists starting from API level 22. You have specified it in shadow_bottom.xml, shadow_start.xml and shadow_top.xml, avoid using...
android:paddingLeft only exists for starting from API Level 23. Using this attribute can cause the drawable in a wrong image layouts. Avoid using it.
There is a bug as stated in https://stackoverflow.com/questions/27384655/android-gradient-on-lollipop-not-working-api-21. You have specified an integer value in gradientRadius of components_cropper_circle.xml, which can trigger the bug above.
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...
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...
I found that you have specified android:radius in , which only takes effects starting from API Level 23. The ripple effect in the ripple_timer.xml will be affected. Plus, I found...
Hi, I have found there is a compatibility issue in activity_vector_group_details.xml. You forget to add `android:indeterminateTintMode="src_in"`, which can cause different ProgressBar color in API Level