diff options
Diffstat (limited to 'res/drawable/blacktheme_background.xml')
| -rw-r--r-- | res/drawable/blacktheme_background.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/res/drawable/blacktheme_background.xml b/res/drawable/blacktheme_background.xml new file mode 100644 index 000000000..d445e9d01 --- /dev/null +++ b/res/drawable/blacktheme_background.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item> + <shape android:shape="rectangle"> + <solid android:color="@color/blacktheme_color_topborder"/> + <padding + android:left="0dp" + android:right="0dp" + android:bottom="0dp" + android:top="@dimen/blacktheme_width_topborder"/> + </shape> + </item> + <item> + <shape android:shape="rectangle"> + <solid android:color="@color/blacktheme_color_background"/> + </shape> + </item> +</layer-list>
\ No newline at end of file |
