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

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -