diff options
author | Christian S <christian@pix-art.de> | 2016-05-05 10:44:56 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-05-05 10:44:56 +0200 |
commit | f99eb2c1d9baf9688a82bfdb63466c0e0e58fad6 (patch) | |
tree | 1cc4359c67c2bc6ff28d380967d811af37a89c3f /libs/audiowife/src/main/res/drawable | |
parent | 8013668850e92f3dbd6e35bc3be9acddd74a9163 (diff) |
added audio player
Diffstat (limited to 'libs/audiowife/src/main/res/drawable')
-rw-r--r-- | libs/audiowife/src/main/res/drawable/gray_border_wo_padding.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/audiowife/src/main/res/drawable/gray_border_wo_padding.xml b/libs/audiowife/src/main/res/drawable/gray_border_wo_padding.xml new file mode 100644 index 000000000..409ed7ccd --- /dev/null +++ b/libs/audiowife/src/main/res/drawable/gray_border_wo_padding.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" > + + + <!-- view border color and width --> + <stroke + android:width="1dp" + android:color="#F2F2F2" > + </stroke> + + <gradient + android:endColor="@android:color/white" + android:startColor="@android:color/white" /> + +</shape>
\ No newline at end of file |