summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/menu/history.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/res/menu/history.xml')
-rw-r--r--wallet/src/main/res/menu/history.xml23
1 files changed, 11 insertions, 12 deletions
diff --git a/wallet/src/main/res/menu/history.xml b/wallet/src/main/res/menu/history.xml
index 755323b..bd50f5d 100644
--- a/wallet/src/main/res/menu/history.xml
+++ b/wallet/src/main/res/menu/history.xml
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
~ This file is part of GNU Taler
~ (C) 2020 Taler Systems S.A.
~
@@ -16,16 +15,16 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
+ xmlns:app="http://schemas.android.com/apk/res-auto">
<item
- android:id="@+id/show_all_history"
- android:checkable="true"
- android:checked="false"
- android:title="@string/history_show_all"
- app:showAsAction="never" />
+ android:id="@+id/show_all_history"
+ android:checkable="true"
+ android:checked="false"
+ android:title="@string/history_show_all"
+ app:showAsAction="never" />
<item
- android:id="@+id/reload_history"
- android:orderInCategory="100"
- android:title="@string/history_reload"
- app:showAsAction="never" />
+ android:id="@+id/reload_history"
+ android:orderInCategory="100"
+ android:title="@string/history_reload"
+ app:showAsAction="never" />
</menu>