]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_main.xml
first step towards pattern-assisted auto-filling of transactions
[mobile-ledger.git] / app / src / main / res / layout / activity_main.xml
index d30b88a1015dd95dffed8db4a71e3dd2dac56518..ede0f620caea7d06b558f391f861a5a1bbc22e04 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:layout_height="match_parent"
         android:background="?android:attr/colorBackground"
         android:orientation="vertical"
-        android:visibility="gone"
+        android:visibility="visible"
         >
 
         <com.google.android.material.floatingactionbutton.FloatingActionButton
                                 </LinearLayout>
 
                             </LinearLayout>
+                            <TextView
+                                android:id="@+id/nav_patterns"
+                                style="@style/nav_button"
+                                android:text="@string/nav_patterns"
+                                app:drawableStartCompat="@drawable/ic_baseline_auto_graph_24"
+                                />
 
                         </LinearLayout>
                     </ScrollView>