rn-actionsheet-module
Version:
React Native ActionSheet for Android (BottomSheetDialog) & IOS (ActionSheetIOS)
15 lines (14 loc) • 507 B
text/xml
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<!-- draw a 4 dp width border around the rectangle shape -->
<stroke android:color="#EEEEEE" android:width="1sp"/>
</shape>
</item>
<item android:bottom="1sp">
<shape android:shape="rectangle">
<solid android:color="@android:color/white"/>
</shape>
</item>
</layer-list>