@bob.hardcoder/react-native-incoming-call
Version:
Fork of improved version of react-native-incoming-call by bkdev98 and icc-guerrero
12 lines • 383 B
text/xml
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="8dp"
android:color="@color/background_secondary" />
<solid android:color="#ffffff" />
<padding
android:left="1dp"
android:right="1dp"
android:bottom="1dp"
android:top="1dp" />
<corners android:radius="60dp" />
</shape>