aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/basic_cell_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/basic_cell_item.xml')
-rw-r--r--app/src/main/res/layout/basic_cell_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/basic_cell_item.xml b/app/src/main/res/layout/basic_cell_item.xml
index 55734b1e..fcfb6da5 100644
--- a/app/src/main/res/layout/basic_cell_item.xml
+++ b/app/src/main/res/layout/basic_cell_item.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<github.daneren2005.dsub.view.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:layout_margin="2dp">
<LinearLayout
android:orientation="vertical"