Signal-Android/app/src/main/res/drawable/webrtc_call_screen_circle_r...

14 wiersze
440 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<shape android:shape="oval">
<solid android:color="@color/red_700" />
</shape>
</item>
<item android:state_pressed="false">
<shape android:shape="oval">
<solid android:color="@color/red_500" />
</shape>
</item>
</selector>