diff options
author | DSIW <dsiw@dsiw-it.de> | 2016-06-10 03:23:35 +0200 |
---|---|---|
committer | DSIW <dsiw@dsiw-it.de> | 2016-06-10 04:50:56 +0200 |
commit | 09f12c81c12ed1993446e98779661d25ced42ad3 (patch) | |
tree | 5cb03fbb889ec281a794e8abdd9b69788d929dd8 /app/src/main/res/drawable/divider.xml | |
parent | b36d082b9f91c4fe6e9c360fe5e2fe914c88589b (diff) |
Remove CardView and use divider for separation
Diffstat (limited to 'app/src/main/res/drawable/divider.xml')
-rw-r--r-- | app/src/main/res/drawable/divider.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/divider.xml b/app/src/main/res/drawable/divider.xml new file mode 100644 index 00000000..cf2134ff --- /dev/null +++ b/app/src/main/res/drawable/divider.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + <size android:height="1dp" /> + <solid android:color="@color/grey_300" /> +</shape>
\ No newline at end of file |