java - Trying to create toolbar and getting rendering error -


im trying create toolbar im getting error. searched , didnt found solution. error: following classes not found: android.support.v7.widget api version 16. styles.xml file:

<style name="apptheme" parent="theme.appcompat.light.noactionbar">     <item name="colorprimary">@color/colorprimary</item>     <item name="colorprimarydark">@color/colorprimarydark</item>     <!-- customize theme here. --> </style> 


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -