diff options
author | Scott Jackson <daneren2005@gmail.com> | 2015-12-20 14:12:37 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2015-12-20 14:12:37 -0800 |
commit | b3cab61a025e1d828785b930e59721c4dbe62a08 (patch) | |
tree | 35db2f6a961878a7d0f586d781714b08f2d74e30 /app/src/main/res/layout | |
parent | 7643d4fb60b91f8cc87510f5f09d841993ec2917 (diff) | |
download | dsub-b3cab61a025e1d828785b930e59721c4dbe62a08.tar.gz dsub-b3cab61a025e1d828785b930e59721c4dbe62a08.tar.bz2 dsub-b3cab61a025e1d828785b930e59721c4dbe62a08.zip |
Add some small shadow to cards
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/album_cell_item.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/basic_cell_item.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/album_cell_item.xml b/app/src/main/res/layout/album_cell_item.xml index b352a5f1..524727a0 100644 --- a/app/src/main/res/layout/album_cell_item.xml +++ b/app/src/main/res/layout/album_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" 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" |