ActionBar icons not showing after the update of Android Studio -


i don't know if of guys facing same problem. have added strings, done programming in menu_main.xml, added holo dark theme none of seems working. before update working fine. me guys...

<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context=".mainactivity"> <item android:id="@+id/action_settings" android:title="@string/action_settings"     android:orderincategory="100" app:showasaction="ifroom" /> <item android:id="@+id/action_share" android:title="@string/action_share"     android:orderincategory="100" app:showasaction="ifroom" /></menu>  <string name="hello_world">hello world!</string> <string name="action_settings">settings</string> <string name="action_share">share</string> <string name="action_search">search</string> 


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -