]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/menu/transaction_list.xml
whitespace
[mobile-ledger.git] / app / src / main / res / menu / transaction_list.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