Created new menu with item "Clear History"
This commit is contained in:
parent
71282919d3
commit
4562afd544
1 changed files with 10 additions and 0 deletions
10
app/src/main/res/menu/menu_clear_history.xml
Normal file
10
app/src/main/res/menu/menu_clear_history.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue