summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/menu/activity_main_drawer.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-01 15:11:55 -0300
committerTorsten Grote <t@grobox.de>2020-04-01 15:11:55 -0300
commit9401b3e8f0d6f49751a4d203502cfb76842599c0 (patch)
treeb5fda8690ce0f43027d560064442e610981f85a4 /wallet/src/main/res/menu/activity_main_drawer.xml
parentb2bec204e214e6b077c4c1901d07fabec27104e9 (diff)
downloadtaler-android-9401b3e8f0d6f49751a4d203502cfb76842599c0.tar.gz
taler-android-9401b3e8f0d6f49751a4d203502cfb76842599c0.tar.bz2
taler-android-9401b3e8f0d6f49751a4d203502cfb76842599c0.zip
[wallet] automatic code cleanup
Diffstat (limited to 'wallet/src/main/res/menu/activity_main_drawer.xml')
-rw-r--r--wallet/src/main/res/menu/activity_main_drawer.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/wallet/src/main/res/menu/activity_main_drawer.xml b/wallet/src/main/res/menu/activity_main_drawer.xml
index 5eee6cc..49119f8 100644
--- a/wallet/src/main/res/menu/activity_main_drawer.xml
+++ b/wallet/src/main/res/menu/activity_main_drawer.xml
@@ -15,27 +15,27 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- tools:showIn="@layout/activity_main">
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:showIn="@layout/activity_main">
<group android:checkableBehavior="single">
<item
- android:id="@+id/nav_home"
- android:icon="@drawable/ic_account_balance_wallet"
- android:title="@string/balances_title"
- tools:checked="true" />
+ android:id="@+id/nav_home"
+ android:icon="@drawable/ic_account_balance_wallet"
+ android:title="@string/balances_title"
+ tools:checked="true" />
<item
- android:id="@+id/nav_history"
- android:icon="@drawable/ic_history_black_24dp"
- android:title="@string/menu_history" />
+ android:id="@+id/nav_history"
+ android:icon="@drawable/ic_history_black_24dp"
+ android:title="@string/menu_history" />
<item
- android:id="@+id/nav_settings"
- android:icon="@drawable/ic_settings"
- android:title="@string/menu_settings" />
+ android:id="@+id/nav_settings"
+ android:icon="@drawable/ic_settings"
+ android:title="@string/menu_settings" />
<item
- android:id="@+id/nav_pending_operations"
- android:icon="@drawable/ic_sync"
- android:title="@string/pending_operations_title" />
+ android:id="@+id/nav_pending_operations"
+ android:icon="@drawable/ic_sync"
+ android:title="@string/pending_operations_title" />
</group>
</menu>