Source code from old project. Still not using shared code.

This commit is contained in:
aminecmi
2022-03-22 17:12:14 +01:00
parent 805e408c78
commit bd4d20e858
196 changed files with 14249 additions and 44 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/clear"
android:icon="@drawable/ic_history_white_24dp"
android:title="@string/drawer_action_clear"
app:showAsAction="ifRoom" />
</menu>