]> git.ktnx.net Git - mobile-ledger.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 14 Jun 2020 13:19:56 +0000 (16:19 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 16 Jun 2020 05:23:36 +0000 (05:23 +0000)
app/src/main/res/menu/transaction_list.xml
app/src/main/res/values/strings.xml

index 323f4c520f4f9c296638fedd2b28bbc746a6608a..b803e194dcf01136932fdb9bb6963c2ff43af955 100644 (file)
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Copyright © 2019 Damyan Ivanov.
+<?xml version="1.0" encoding="utf-8"?><!--
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
   -->
 
-<menu xmlns:app="http://schemas.android.com/apk/res-auto"
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:tools="http://schemas.android.com/tools"
+    >
 
     <item
-        tools:context="net.ktnx.mobileledger.ui.activity.MainActivity"
         android:id="@+id/menu_transaction_list_filter"
         android:icon="@drawable/ic_filter_list_white_24dp"
         android:title="Filter"
-        app:showAsAction="always" />
+        app:showAsAction="always"
+        tools:context="net.ktnx.mobileledger.ui.activity.MainActivity"
+        />
 </menu>
\ No newline at end of file
index 9327f4a3c15104b868f19e13fb6ee6878f6de4da..715486a9ae065b248142750f5825361c134c0e1a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
     <string name="icon">icon</string>
     <string name="show_comments_switch">Comments</string>
     <string name="show_comment_input_by_default">Show comment fields by default</string>
+    <string name="filter_menu_title">Filter</string>
+    <string name="go_to_date_menu_title">Go to date</string>
 </resources>