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

21 lines
2.5 KiB
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:background="?attr/primary_630" style="@style/res_2131952593_uikit_viewgroup_linearlayout_bottomsheet">
<LinearLayout android:background="?attr/primary_630" android:paddingBottom="@dimen/list_bottom_padding" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:background="?attr/colorBackgroundPrimary" android:padding="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:padding="0dp" android:text="@string/form_label_instant_invite_channel" android:paddingStart="0dp" android:paddingEnd="0dp" style="@style/res_2131952494_uikit_settings_item_header"/>
<Spinner android:id="@+id/guild_invite_channel_spinner" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:popupBackground="?attr/colorPrimary"/>
<View android:background="?attr/primary_400" android:layout_width="match_parent" android:layout_height="0.25dp"/>
</LinearLayout>
<TextView android:text="@string/expire_after" style="@style/res_2131952494_uikit_settings_item_header"/>
<HorizontalScrollView style="@style/res_2131952609_uikit_viewgroup_scrollview_horizontal">
<RadioGroup android:orientation="horizontal" android:id="@+id/guild_invite_expires_after_radiogroup" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
</HorizontalScrollView>
<TextView android:text="@string/max_number_of_uses" style="@style/res_2131952494_uikit_settings_item_header"/>
<HorizontalScrollView style="@style/res_2131952609_uikit_viewgroup_scrollview_horizontal">
<RadioGroup android:orientation="horizontal" android:id="@+id/guild_invite_max_uses_radiogroup" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
</HorizontalScrollView>
<com.discord.views.CheckedSetting android:id="@+id/guild_invite_temporary_membership" app:cs_subtext="@string/temporary_membership_explanation" app:cs_text="@string/grant_temporary_membership" app:cs_view_type="2" style="@style/res_2131952404_uikit_checkedsetting_themed"/>
<com.google.android.material.button.MaterialButton android:id="@+id/guild_invite_generate_link" android:layout_margin="16dp" android:text="@string/create_link" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>
</merge>