Update history fragment

This commit is contained in:
Koitharu
2020-02-23 14:43:40 +02:00
parent d7eebcd795
commit ac935eb203
10 changed files with 129 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_remove"
android:title="@string/remove" />
</menu>