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

9 lines
785 B
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">
<TextView android:id="@id/guild_actions_overview_header_tv" android:layout_marginTop="16.0dip" android:layout_marginBottom="16.0dip" android:text="@string/guild_select" android:layout_marginStart="16.0dip" style="@style/UiKit.Sheet.Header.Title" />
<View style="@style/UiKit.Settings.Divider" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_selector_list" android:paddingTop="4.0dip" style="@style/UiKit.ViewGroup.RecyclerView" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>