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

6 lines
934 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:gravity="center" android:id="@+id/guilds_item_avatar_wrap" android:layout_width="@dimen/avatar_size_large" android:layout_height="@dimen/avatar_size_large" android:layout_centerInParent="true">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/guild_avatar" android:layout_width="match_parent" android:layout_height="match_parent" app:fadeDuration="50" app:placeholderImage="?attr/colorBackgroundSecondary" app:roundAsCircle="true"/>
<TextView android:textSize="8dp" android:textColor="?attr/colorInteractiveActive" android:gravity="center" android:id="@+id/guild_text" android:clickable="false" android:layout_width="match_parent" android:layout_height="match_parent" android:singleLine="true" style="@style/res_2131952561_uikit_textview"/>
</merge>