react-native-picker-module-delete
Version:
React Native Picker Module for Android & IOS
14 lines (13 loc) • 436 B
text/xml
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<stroke android:color="#80EEEEEE" android:width="1sp"/>
</shape>
</item>
<item android:bottom="1sp">
<shape android:shape="rectangle">
<solid android:color="@android:color/white"/>
</shape>
</item>
</layer-list>