mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 22:58:23 +00:00
9 lines
251 B
XML
9 lines
251 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<bitmap android:src="@drawable/voip_export"
|
|
android:tint="?attr/drawableTintColor"/>
|
|
</item>
|
|
</selector>
|
|
|
|
|