]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_row.xml
restore transaction list card margins, default elevation
[mobile-ledger.git] / app / src / main / res / layout / transaction_list_row.xml
index 6cfe719de829c2927e960f154ba4dfa7ed3dc7cc..a3afe2f78460acfbcaab5256950f7de181199135 100644 (file)
@@ -1,7 +1,7 @@
 <?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
         style="@style/Widget.MaterialComponents.CardView"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:layout_marginHorizontal="@dimen/activity_horizontal_margin"
-        android:layout_marginVertical="1dp"
+        android:layout_margin="8dp"
         android:visibility="visible"
         app:cardCornerRadius="4dp"
-        app:cardElevation="2dp"
         app:cardUseCompatPadding="false"
         >