discord-jadx/app/src/main/res/layout/widget_discovery_other_speakers_count.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

5 lines
713 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:background="@drawable/drawable_discovery_card_icon_bg_circle" android:padding="4dp" android:layout_width="20dp" android:layout_height="20dp" android:src="@drawable/ic_mic_grey_24dp" android:layout_marginEnd="8dp" app:tint="?attr/colorInteractiveNormal"/>
<TextView android:id="@+id/other_speakers_count_text" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/UiKit_TextView_Medium_SingleLine"/>
</LinearLayout>