discord-jadx/app/src/main/res/layout/widget_guilds_list_item_gui...

3 lines
543 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_gravity="center" android:id="@+id/guilds_item_profile_avatar" android:background="?attr/selectableItemBackgroundBorderless" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:src="@drawable/ic_help_24dp" android:contentDescription="@string/create_server_button_cta_mobile" app:tint="?attr/colorInteractiveMuted"/>