Improved the look of cards, removed redundant code

This commit is contained in:
Deniz Düzgören
2019-05-08 08:08:04 +02:00
parent 1dcf875f85
commit 4c3d011c6f
16 changed files with 260 additions and 635 deletions
+5 -5
View File
@@ -6,11 +6,11 @@
app:cardCornerRadius="4dp"
android:clickable="true"
android:focusable="true"
android:layout_marginStart="4dp"
android:layout_marginEnd="4dp"
android:layout_marginTop="1dp"
android:layout_marginBottom="1dp"
app:cardElevation="1dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:layout_marginTop="3dp"
android:layout_marginBottom="3dp"
app:cardElevation="2dp"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout