discord-jadx/app/src/main/res/layout/widget_announcement_guild_profile_sheet.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

12 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/UiKit_ViewGroup_NestedScrollView">
<LinearLayout android:background="?attr/colorBackgroundSecondary" android:paddingTop="16dp" android:paddingBottom="16dp" android:layout_height="wrap_content" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/UiKit_ViewGroup_LinearLayout">
<com.facebook.drawee.view.SimpleDraweeView android:id="@+id/announcement_guild_avatar" android:layout_width="@dimen/avatar_size_xxlarge" android:layout_height="@dimen/avatar_size_xxlarge" android:layout_marginBottom="16dp" app:roundedCornerRadius="16dp"/>
<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp" style="@style/UiKit_ViewGroup_LinearLayout_Horizontal">
<ImageView android:layout_gravity="center" android:id="@+id/announcement_guild_staff_icon" android:visibility="visible" android:layout_width="@dimen/avatar_size_medium" android:layout_height="@dimen/avatar_size_medium" android:src="@drawable/ic_staff_badge_blurple_24dp" android:importantForAccessibility="no" android:layout_marginEnd="8dp"/>
<TextView android:id="@+id/announcement_guild_name" android:text="@string/announcement_guild_popout_name" style="@style/UiKit_TextView_H1"/>
</LinearLayout>
<TextView android:id="@+id/announcement_guild_description" android:layout_marginBottom="16dp" android:text="@string/announcement_guild_description" style="@style/UiKit_TextView"/>
<TextView android:id="@+id/announcement_guild_here_to_help" android:text="@string/announcement_guild_here_to_help" style="@style/UiKit_TextView"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>