Style game history. Add functionality to delete and open game from history.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-21 13:04:45 +01:00
parent 63f213bc75
commit 6d0192df18
7 changed files with 112 additions and 39 deletions

View File

@@ -13,5 +13,8 @@
<string name="on">Ein</string>
<string name="off">Aus</string>
<string name="newGame">Neues Spiel</string>
<string name="created">"Erstellt: %s "</string>
<string name="modified">Bearbeitet: %s</string>
<string name="delete_all">Alle löschen</string>
</resources>

View File

@@ -16,4 +16,7 @@
<string name="on">On</string>
<string name="off">Off</string>
<string name="newGame">New Game</string>
<string name="created">Created: %s</string>
<string name="modified">Modified: %s</string>
<string name="delete_all">Delete all</string>
</resources>