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

9 lines
771 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/UiKit_ViewGroup_ScrollView_Page">
<LinearLayout style="@style/UiKit_ViewGroup_LinearLayout">
<TextView android:id="@+id/guild_actions_overview_header_tv" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" android:text="@string/guild_select" android:layout_marginStart="16dp" style="@style/UiKit_Sheet_Header_Title"/>
<View style="@style/UiKit_Settings_Divider"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/guild_selector_list" android:paddingTop="4dp" style="@style/UiKit_ViewGroup_RecyclerView"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>