rn-auryc-sdk
Version:
React native bridge library for Auryc SDK
12 lines (11 loc) • 487 B
text/xml
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/nps_button_background" />
<corners
android:bottomRightRadius="@dimen/nps_button_corner_radius"
android:bottomLeftRadius="@dimen/nps_button_corner_radius"
android:topRightRadius="@dimen/nps_button_corner_radius"
android:topLeftRadius="@dimen/nps_button_corner_radius"/>
</shape>