UNPKG
react-native-tamara-sdk
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Tamara React Native SDK
tamara.co
react-native-tamara-sdk
/
android
/
src
/
main
/
res
/
drawable
/
tw_dialog_bg.xml
6 lines
•
232 B
text/xml
View Raw
1
2
3
4
5
6
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"rectangle"
>
<
solid
android:color
=
"@android:color/white"
/>
<
corners
android:radius
=
"20dip"
/>
</
shape
>