Android theme naming reference -
in res/values/styles.xml
<style name="apptheme1" parent="theme.appcompat.light"></style> <style name="appthem2" parent="@android:style/theme"></style> <style name="apptheme3" parent="theme"></style>
apptheme1 , apptheme2 correct, why apptheme3 error?
there no "theme" ,you should add path android find it. "@android:style/theme" in "styles" file "theme.appcompat.light" in "values" file
Comments
Post a Comment