Skip to content
Snippets Groups Projects
rss_feed_manage_actions.xml 338 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="utf-8"?>
    <menu
    	xmlns:android="http://schemas.android.com/apk/res/android"
    	xmlns:app="http://schemas.android.com/apk/res-auto">
    
    	<item
    		android:id="@+id/action_rss_feeds_import"
    		android:icon="@drawable/ic_add_white"
    		android:title="@string/blogs_rss_feeds_import"
    		app:showAsAction="always"/>
    
    </menu>