UNPKG
weex-plugin-image-picker
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.1
image-picker extend for weex
weex-plugin-image-picker
/
playground
/
android
/
app
/
build
/
intermediates
/
res
/
merged
/
debug
/
drawable
/
dialog_custom_bg.xml
8 lines
(5 loc)
•
185 B
text/xml
View Raw
1
2
3
4
5
6
7
8
<
shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"rectangle"
>
<
solid
android:color
=
"#a8333333"
/>
<
corners
android:radius
=
"5dp"
/>
</
shape
>