diff options
Diffstat (limited to 'res/drawable/actionbar_separator.xml')
| -rw-r--r-- | res/drawable/actionbar_separator.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable/actionbar_separator.xml b/res/drawable/actionbar_separator.xml new file mode 100644 index 0000000..72c42f9 --- /dev/null +++ b/res/drawable/actionbar_separator.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + <gradient + android:startColor="#44000000" + android:endColor="#AAFFFFFF" + android:angle="0" /> +</shape>
\ No newline at end of file |
