mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-15 18:12:19 +00:00
Accessible call answering/rejecting and content descriptions.
This commit is contained in:
8
res/drawable/webrtc_camera_flip_button.xml
Normal file
8
res/drawable/webrtc_camera_flip_button.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/webrtc_camera_front_button" android:state_checked="true" />
|
||||
|
||||
<item android:drawable="@drawable/webrtc_camera_rear_button" android:state_checked="false" />
|
||||
|
||||
</selector>
|
||||
Reference in New Issue
Block a user