diff options
Diffstat (limited to 'res/drawable/separator_dark.xml')
| -rw-r--r-- | res/drawable/separator_dark.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/drawable/separator_dark.xml b/res/drawable/separator_dark.xml new file mode 100644 index 0000000..ece89e1 --- /dev/null +++ b/res/drawable/separator_dark.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"> + <solid + android:color="#22FFFFFF" /> +</shape>
\ No newline at end of file |
