]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/menu/profile_details.xml
developer menu item for wiping all local profile data
[mobile-ledger.git] / app / src / main / res / menu / profile_details.xml
index ec883bd8bc72d37d53e36cd441164dd38c0e1e5f..18d01233c639ef27dc230348af944f4fb5e8a706 100644 (file)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
   ~ Copyright © 2019 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
@@ -17,7 +16,8 @@
   -->
 
 <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"
+    xmlns:tools="http://schemas.android.com/tools">
 
     <item
         android:id="@+id/menuDelete"
         android:title="@string/delete_profile"
         android:titleCondensed="@string/delete"
         app:showAsAction="ifRoom" />
+    <item
+        android:id="@+id/menuWipeData"
+        android:title="Wipe profile data"
+        android:titleCondensed="Wipe"
+        app:showAsAction="never"
+        android:visible="false"
+        tools:ignore="HardcodedText" />
 </menu>
\ No newline at end of file