I get some problem , I get error
I/AppCompatViewInflater: app:theme is now deprecated. Please move to using android:theme instead.
but my xml is not use app:theme
and my styles.xml is have
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/color_orange</item>
<item name="colorPrimaryDark">@color/color_orange</item>
<item name="colorAccent">@color/color_orange</item>
</style>
</resources>
I don't know about error , How to fix it