]> git.ktnx.net Git - mobile-ledger.git/commitdiff
restore transaction list card margins, default elevation
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 14 Jun 2020 13:06:58 +0000 (16:06 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 16 Jun 2020 05:23:36 +0000 (05:23 +0000)
more air between cards and less on the sides

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"
         >