]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_fragment.xml
major refactor, make account summary and transaction list fragments, part of the...
[mobile-ledger.git] / app / src / main / res / layout / transaction_list_fragment.xml
index ead3956e9def3f5b61c31cfc29472f37a437ec87..4a41acc7d3f3c54c92ae0756d5a233f9826bf17b 100644 (file)
@@ -23,7 +23,7 @@
     android:layout_height="match_parent"
     app:layout_behavior="@string/appbar_scrolling_view_behavior"
     app:layout_constraintBottom_toBottomOf="parent"
-    tools:context=".TransactionListActivity">
+    tools:context="net.ktnx.mobileledger.ui.activity.MainActivity">
 
     <LinearLayout
         android:id="@+id/last_update_row"
                 android:layout_weight="1" />
 
             <TextView
-                android:id="@+id/textView3"
+                android:id="@+id/clearAccountNameFilter"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:background="@drawable/ic_clear_black_24dp"
                 android:clickable="true"
-                android:onClick="onClearAccountNameClick" />
+                android:onClick="onViewClicked"
+                android:focusable="true" />
 
         </LinearLayout>