12 lines
525 B
XML
12 lines
525 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:viewBindingIgnore="true"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/mic_muted"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
app:srcCompat="@drawable/ic_mic_off_solid_18"
|
|
app:tint="@color/core_white" />
|