Created new menu with item "Clear History"

This commit is contained in:
Omar 2022-03-04 14:04:21 +02:00
parent 71282919d3
commit 4562afd544

View file

@ -0,0 +1,10 @@
<?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_clear_history"
android:title="@string/clear_history"
app:showAsAction="never"
android:visible="false"
/>
</menu>