]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_main.xml
drop unnecessary namespace declarations after layout merger
[mobile-ledger.git] / app / src / main / res / layout / activity_main.xml
index 1fc6d8b614f3898242fd2536c64754fceb9cd0d4..0ef2dd98f6707f4a2c1069fbfbf4a1d1fb22eacd 100644 (file)
     </androidx.constraintlayout.widget.ConstraintLayout>
 
     <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:app="http://schemas.android.com/apk/res-auto"
-        xmlns:tools="http://schemas.android.com/tools"
         android:id="@+id/main_app_layout"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
 
             </androidx.constraintlayout.widget.ConstraintLayout>
 
-            <com.google.android.material.navigation.NavigationView xmlns:android="http://schemas.android.com/apk/res/android"
-                xmlns:app="http://schemas.android.com/apk/res-auto"
+            <com.google.android.material.navigation.NavigationView xmlns:app="http://schemas.android.com/apk/res-auto"
                 android:id="@+id/nav_view"
                 android:layout_width="wrap_content"
                 android:layout_height="match_parent"
                                 <TextView
                                     android:id="@+id/nav_account_summary"
                                     style="@style/nav_button"
-                                    android:onClick="onAccountSummaryClicked"
                                     android:text="@string/account_summary_title"
                                     app:drawableStartCompat="@drawable/ic_home_black_24dp"
                                     />
                                 <TextView
                                     android:id="@+id/nav_latest_transactions"
                                     style="@style/nav_button"
-                                    android:onClick="onLatestTransactionsClicked"
                                     android:text="@string/nav_transactions_title"
                                     app:drawableStartCompat="@drawable/ic_event_note_black_24dp"
                                     />
                                     app:drawableStartCompat="@drawable/ic_assignment_black_24dp"
                                     />
 
-                                <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+                                <androidx.constraintlayout.widget.ConstraintLayout
                                     android:id="@+id/nav_profile_list_head_layout"
                                     android:layout_width="match_parent"
                                     android:layout_height="@dimen/thumb_row_height"