]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
first step towards pattern-assisted auto-filling of transactions
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index aca6ce21ddb8b0a56653e3701c32541d246545eb..a865bf9d67aca8cca0ab9cbf41bf08fad098edb0 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2020 Damyan Ivanov.
+  ~ Copyright © 2021 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
         android:roundIcon="@drawable/app_icon_round"
         android:supportsRtl="true"
         tools:ignore="GoogleAppIndexingWarning">
+        <activity
+            android:name=".ui.activity.PatternsActivity"
+            android:label="@string/title_activity_patterns"
+            android:theme="@style/AppTheme.default" />
         <activity
             android:name=".ui.activity.SplashActivity"
             android:label="@string/app_name"