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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -