apkfuckery/com.discord/res/layout/community_gating_avatar_vie...

6 lines
774 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/community_gating_avatar" android:layout_width="fill_parent" android:layout_height="fill_parent" app:placeholderImage="@drawable/drawable_squircle_brand_500" app:roundedCornerRadius="16.0dip" />
<TextView android:textColor="?colorInteractiveActive" android:gravity="center" android:id="@id/community_gating_text" android:clickable="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" style="@style/UiKit.TextView" />
</merge>