react-native-ironsource
Version:
App Monetization and Ads Manegement through Iron Source
24 lines • 907 B
text/xml
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" >
<shape android:shape="rectangle" >
<corners android:radius="20dp" />
<stroke android:width="2dp" android:color="#49437a" />
<solid android:color="#dddddd"/>
</shape>
</item>
<item android:state_focused="true">
<shape android:shape="rectangle" >
<corners android:radius="20dp" />
<stroke android:width="2dp" android:color="#49437a" />
<solid android:color="#ffffff"/>
</shape>
</item>
<item >
<shape android:shape="rectangle" >
<corners android:radius="20dp" />
<stroke android:width="2dp" android:color="#49437a" />
<solid android:color="#ffffff"/>
</shape>
</item>
</selector>