All views disappear when I select the apptheme .. android Studio?
All views disappear when I select the apptheme .. android Studio?
put when I change the theme to (Holo Theme) it back again screen ..
apptheme:

holotheme:

Manifest:

1 Answer
1
Try to edit your res/values/style.xml e.g. :
res/values/style.xml
<style name="AppTheme" parent="AppBaseTheme"/>
It is just an example. I think there's nothing behind your "AppTheme" right now.
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.