]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_main.xml
drop unused attribute
[mobile-ledger.git] / app / src / main / res / layout / activity_main.xml
index cce9ad17949b4911359b71090b9b3eccf4347f05..793a290116482f3baeef3e396ee04d21cef74c4a 100644 (file)
             android:layout_width="match_parent"
             android:layout_height="match_parent">
 
+            <include layout="@layout/loading" />
+
             <androidx.constraintlayout.widget.ConstraintLayout
+                android:visibility="gone"
                 android:id="@+id/pager_layout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent">
                     app:backgroundTint="?colorAccent"
                     app:layout_constraintBottom_toBottomOf="parent"
                     app:layout_constraintEnd_toEndOf="parent"
-                    app:srcCompat="@drawable/svg_thick_plus_white" />
+                    app:maxImageSize="36dp"
+                    app:srcCompat="@drawable/ic_add_white_24dp" />
 
                 <LinearLayout
                     android:id="@+id/main_header"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:orientation="vertical"
-                    android:theme="@style/AppTheme"
                     app:layout_constraintEnd_toEndOf="parent"
                     app:layout_constraintStart_toStartOf="parent"
                     app:layout_constraintTop_toTopOf="parent">
@@ -81,6 +84,7 @@
                         <AutoCompleteTextView
                             android:id="@+id/transaction_filter_account_name"
                             android:layout_width="0dp"
+                            android:textColor="?textColor"
                             android:layout_height="wrap_content"
                             android:layout_weight="1" />
 
                     android:id="@+id/root_frame"
                     android:layout_width="match_parent"
                     android:layout_height="0dp"
-                    app:layout_behavior="@string/appbar_scrolling_view_behavior"
                     app:layout_constraintBottom_toBottomOf="parent"
                     app:layout_constraintTop_toBottomOf="@+id/main_header">