apkfuckery/com.discord/res/layout/widget_voice_dm_user.xml

6 lines
665 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="38.0dip" android:layout_height="38.0dip" android:layout_marginLeft="4.0dip" android:layout_marginTop="4.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="12.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:id="@id/voice_dm_user_ring" android:background="@drawable/drawable_circle_speaking" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/voice_dm_user" android:layout_centerInParent="true" style="@style/Avatar.Standard" />
</RelativeLayout>