summaryrefslogtreecommitdiff
path: root/app/src/main/res/navigation
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-02-21 16:32:08 -0300
committerTorsten Grote <t@grobox.de>2020-02-21 16:32:08 -0300
commit5f57c48b526f7f297e307851135fc52a5ea23ab3 (patch)
treeb54e02fdd8cd27553897f079e09dda3e4a9ed1c6 /app/src/main/res/navigation
parent9b07cda04a02f5e8f685feb505db251006fd45fd (diff)
downloadwallet-android-5f57c48b526f7f297e307851135fc52a5ea23ab3.tar.gz
wallet-android-5f57c48b526f7f297e307851135fc52a5ea23ab3.tar.bz2
wallet-android-5f57c48b526f7f297e307851135fc52a5ea23ab3.zip
Fix lint and make all strings translatable
Diffstat (limited to 'app/src/main/res/navigation')
-rw-r--r--app/src/main/res/navigation/nav_graph.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml
index a82d7be..39068ec 100644
--- a/app/src/main/res/navigation/nav_graph.xml
+++ b/app/src/main/res/navigation/nav_graph.xml
@@ -18,7 +18,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/nav_graph"
- app:startDestination="@id/showBalance">
+ app:startDestination="@id/showBalance"
+ tools:ignore="UnusedNavigation">
<fragment
android:id="@+id/showBalance"