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

17 lines
1.7 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/res_2131952610_uikit_viewgroup_scrollview_page">
<LinearLayout android:paddingBottom="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<androidx.constraintlayout.widget.ConstraintLayout style="@style/res_2131952501_uikit_sheet_header">
<androidx.constraintlayout.widget.Guideline style="@style/res_2131952500_uikit_sheet_guideline"/>
<LinearLayout android:orientation="vertical" style="@style/res_2131952502_uikit_sheet_header_contents">
<TextView android:layout_width="match_parent" android:text="@string/instant_invite" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<TextView android:id="@+id/invite_actions_title" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<TextView android:id="@+id/invite_actions_revoke" android:text="@string/revoke" app:drawableStartCompat="@drawable/ic_remove_circle_outline_red_24dp" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/invite_actions_copy" android:text="@string/copy" app:drawableStartCompat="?attr/ic_copy" style="@style/res_2131952495_uikit_settings_item_icon"/>
<TextView android:id="@+id/invite_actions_share" android:text="@string/share" app:drawableStartCompat="?attr/ic_share" style="@style/res_2131952495_uikit_settings_item_icon"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>