From a386ee67ee7b69f312d919dd27afc4158509016e Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 12 Jan 2019 04:27:58 +0000 Subject: [PATCH] move account name filter from the transaction list to the main header --- app/src/main/res/layout/activity_main.xml | 31 ++++++++++++++++++- .../res/layout/transaction_list_fragment.xml | 28 ----------------- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 833b5fb2..656af511 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -57,10 +57,39 @@ 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"> + + + + + + + + + + diff --git a/app/src/main/res/layout/transaction_list_fragment.xml b/app/src/main/res/layout/transaction_list_fragment.xml index bcee9855..919b590b 100644 --- a/app/src/main/res/layout/transaction_list_fragment.xml +++ b/app/src/main/res/layout/transaction_list_fragment.xml @@ -34,34 +34,6 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> - - - - - - - - - -- 2.39.2