changes made in styles.xml are not reflecting in my android studio project


changes made in styles.xml are not reflecting in my android studio project


<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Primary theme color of the app (sets background color of app bar) -->
<item name="colorPrimary">#FF9800</item>
<!-- Primary dark theme color of the app (sets color of status bar) -->
<item name="colorPrimaryDark">#FB8C00</item>
<!-- Background color of buttons in the app -->
<item name="colorButtonNormal">#FF9800</item>
</style>
</resources>



I tried to Invalidate cashes/restart, syncing with gradle again, clean build but, even checked androidMenifest.xml file. Everything looks fine, but i am still not able to use styles.xml to change style of my app.
someone please suggest what should i do?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Opening a url is failing in Swift

Possible Unhandled Promise Rejection (id: 0): ReferenceError: user is not defined ReferenceError: user is not defined