]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_fragment.xml
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / res / layout / transaction_list_fragment.xml
index 115a8a377a50a0a393b0fda6013f6fef5e77a1a2..60b1b1e001104c2053f4efb2960de1df7f4b150a 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 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
@@ -31,7 +31,6 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:orientation="horizontal"
-        android:theme="@style/ThemeOverlay.AppCompat.Light"
         android:visibility="gone">
 
         <TextView
@@ -51,8 +50,8 @@
             android:id="@+id/clearAccountNameFilter"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:background="@drawable/ic_clear_black_24dp"
-            android:backgroundTint="?colorAccent"
+            android:background="@drawable/ic_clear_accent_24dp"
+            android:backgroundTint="?colorSecondary"
             android:clickable="true"
             android:focusable="true" />