mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	adding undo/redo menu items
This commit is contained in:
		| @@ -45,7 +45,7 @@ ext { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation 'com.simplemobiletools:commons:4.4.27' |     implementation 'com.simplemobiletools:commons:4.5.0' | ||||||
|     implementation 'com.facebook.stetho:stetho:1.5.0' |     implementation 'com.facebook.stetho:stetho:1.5.0' | ||||||
|  |  | ||||||
|     debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion" |     debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion" | ||||||
|   | |||||||
| @@ -6,6 +6,16 @@ | |||||||
|         android:icon="@drawable/ic_save" |         android:icon="@drawable/ic_save" | ||||||
|         android:title="@string/save" |         android:title="@string/save" | ||||||
|         app:showAsAction="ifRoom"/> |         app:showAsAction="ifRoom"/> | ||||||
|  |     <item | ||||||
|  |         android:id="@+id/undo" | ||||||
|  |         android:icon="@drawable/ic_undo" | ||||||
|  |         android:title="@string/undo" | ||||||
|  |         app:showAsAction="ifRoom"/> | ||||||
|  |     <item | ||||||
|  |         android:id="@+id/redo" | ||||||
|  |         android:icon="@drawable/ic_redo" | ||||||
|  |         android:title="@string/redo" | ||||||
|  |         app:showAsAction="ifRoom"/> | ||||||
|     <item |     <item | ||||||
|         android:id="@+id/open_note" |         android:id="@+id/open_note" | ||||||
|         android:icon="@drawable/ic_open" |         android:icon="@drawable/ic_open" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user