Fixes #240. To make this easier, I added a script to aid in downloading icons. Checkout F-Droid/tools/download-material-icon.sh for more details. The icons are licensed under the CCv4 attribution license, which I added a shout out to under "License" in the README.md.
		
			
				
	
	
		
			15 lines
		
	
	
		
			464 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			464 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
 | 
						|
 | 
						|
    <item
 | 
						|
        android:id="@+id/action_search"
 | 
						|
        android:icon="@drawable/ic_search_white"
 | 
						|
        android:title="@string/menu_search"
 | 
						|
        android:titleCondensed="@string/menu_search"/>
 | 
						|
 | 
						|
    <item
 | 
						|
        android:id="@+id/action_next"
 | 
						|
        android:icon="@drawable/ic_arrow_forward_white"
 | 
						|
        android:title="@string/next"
 | 
						|
        android:titleCondensed="@string/next"/>
 | 
						|
 | 
						|
</menu> |