apkfuckery/com.discord/res/layout/widget_guild_actions_add.xml

13 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView style="@style/UiKit.ViewGroup.ScrollView.Page"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout">
<androidx.constraintlayout.widget.ConstraintLayout style="@style/UiKit.Sheet.Header">
<androidx.constraintlayout.widget.Guideline style="@style/UiKit.Sheet.Guideline" />
<TextView android:id="@id/guild_actions_overview_header_tv" android:text="@string/add_a_server" style="@style/UiKit.Sheet.Header.Title" />
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/UiKit.Settings.Divider" />
<TextView android:id="@id/guild_actions_add_join" android:text="@string/join_server_button_cta_mobile" android:drawableLeft="?ic_join_server" android:drawableStart="?ic_join_server" style="@style/UiKit.Settings.Item.Icon" />
<TextView android:id="@id/guild_actions_add_create" android:text="@string/create_server_button_cta_mobile" android:drawableLeft="?ic_add_circle_outline" android:drawableStart="?ic_add_circle_outline" style="@style/UiKit.Settings.Item.Icon" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>