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

41 lines
7.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:background="?attr/primary_600" android:layout_height="match_parent" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<androidx.appcompat.widget.Toolbar android:background="@color/transparent" app:navigationIcon="?attr/ic_action_bar_close" style="@style/res_2131951666_apptheme_toolbar"/>
<androidx.constraintlayout.widget.ConstraintLayout android:layout_height="0dp" android:layout_weight="1" android:paddingStart="16dp" android:paddingEnd="16dp" style="@style/res_2131952589_uikit_viewgroup_constraintlayout">
<LinearLayout android:id="@+id/nux_guild_template_section_top" app:layout_constraintBottom_toTopOf="@+id/nux_guild_template_section_custom_label" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" app:layout_constraintVertical_bias="0" app:layout_constraintVertical_chainStyle="2" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:layout_gravity="center" android:layout_marginBottom="8dp" android:text="@string/guild_template_selector_title" style="@style/res_2131952564_uikit_textview_h1_bold"/>
</LinearLayout>
<TextView android:gravity="center" android:layout_gravity="center" android:id="@+id/nux_guild_template_section_custom_label" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" android:text="@string/guild_template_selector_description" app:layout_constraintBottom_toTopOf="@+id/nux_guild_template_section_custom" app:layout_constraintTop_toBottomOf="@+id/nux_guild_template_section_top" style="@style/res_2131952561_uikit_textview"/>
<androidx.core.widget.NestedScrollView android:id="@+id/nux_guild_template_section_custom" android:layout_height="wrap_content" app:layout_constrainedHeight="true" app:layout_constraintBottom_toTopOf="@+id/nux_guild_template_section_bottom" app:layout_constraintEnd_toEndOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/nux_guild_template_section_custom_label" style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.google.android.material.card.MaterialCardView android:id="@+id/nux_guild_template_action_create" android:layout_marginBottom="24dp" style="@style/res_2131952049_nux_guildtemplates_card">
<TextView android:text="@string/guild_template_header_create" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_create" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
</com.google.android.material.card.MaterialCardView>
<TextView android:textAppearance="@style/res_2131952535_uikit_textappearance_listitem_label" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp" android:text="@string/guild_template_selector_option_header"/>
<com.google.android.material.card.MaterialCardView android:id="@+id/nux_guild_template_action_gaming" android:layout_marginBottom="8dp" style="@style/res_2131952049_nux_guildtemplates_card">
<TextView android:text="@string/guild_template_header_gaming" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_gaming" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView android:id="@+id/nux_guild_template_action_club" android:layout_marginBottom="8dp" style="@style/res_2131952049_nux_guildtemplates_card">
<TextView android:text="@string/guild_template_header_school_club" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_club" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView android:id="@+id/nux_guild_template_action_study" android:layout_marginBottom="8dp" style="@style/res_2131952049_nux_guildtemplates_card">
<TextView android:text="@string/guild_template_header_study" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_study" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView android:id="@+id/nux_guild_template_action_friend" android:layout_marginBottom="8dp" style="@style/res_2131952049_nux_guildtemplates_card">
<TextView android:text="@string/guild_template_header_friend" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_friend" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView android:id="@+id/nux_guild_template_action_creator" android:layout_marginBottom="8dp" style="@style/res_2131952049_nux_guildtemplates_card">
<TextView android:text="@string/guild_template_header_creator" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_creator" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView android:id="@+id/nux_guild_template_action_community" android:layout_marginBottom="8dp" style="@style/res_2131952049_nux_guildtemplates_card">
<TextView android:text="@string/guild_template_header_community" app:drawableEndCompat="@drawable/icon_carrot" app:drawableStartCompat="@drawable/drawable_guild_template_community" style="@style/res_2131952050_nux_guildtemplates_card_action"/>
</com.google.android.material.card.MaterialCardView>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout android:id="@+id/nux_guild_template_section_bottom" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toBottomOf="@+id/nux_guild_template_section_custom" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textSize="@dimen/uikit_textsize_xlarge" android:layout_gravity="center_horizontal" android:layout_marginBottom="16dp" android:text="@string/nuf_have_an_invite_already" style="@style/res_2131952577_uikit_textview_semibold"/>
<com.google.android.material.button.MaterialButton android:id="@+id/nux_guild_template_action_join" android:text="@string/nuf_join_a_friend" style="@style/res_2131952465_uikit_material_button_secondary"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>