How to change option menu icon in the action bar?

The following lines should be updated in app -> main -> res -> values -> Styles.xml <!– Application theme. –> <style name=”AppTheme” parent=”AppBaseTheme”> <!– All customizations that are NOT specific to a particular API-level can go here. –> <item name=”android:actionOverflowButtonStyle”>@style/MyActionButtonOverflow</item> </style> <!– Style to replace actionbar overflow icon. set item ‘android:actionOverflowButtonStyle’ in AppTheme –> <style … Read more

How to import set of icons into Android Studio project

Edit : After Android Studios 1.5 android support Vector Asset Studio. Follow this, which says: To start Vector Asset Studio: In Android Studio, open an Android app project. In the Project window, select the Android view. Right-click the res folder and select New > Vector Asset. Old Answer Go to Settings > Plugin > Browse … Read more