discord-jadx/app/src/main/res/layout/view_voice_user.xml

6 lines
948 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge 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">
<com.facebook.drawee.view.SimpleDraweeView android:layout_gravity="center" android:id="@+id/voice_user_avatar" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="4dp" app:actualImageScaleType="2" app:fadeDuration="0" app:roundAsCircle="true"/>
<TextView android:textSize="18sp" android:textColor="@color/primary_100" android:gravity="center" android:layout_gravity="center" android:id="@+id/voice_user_name_display" android:background="@drawable/drawable_bg_voice_user_overlay" android:visibility="gone" android:layout_width="match_parent" android:layout_height="match_parent" android:singleLine="true" style="@style/res_2131952562_uikit_textview_bold"/>
</merge>