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

9 lines
846 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952610_uikit_viewgroup_scrollview_page">
<LinearLayout style="@style/res_2131952592_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/res_2131952504_uikit_sheet_header_title"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/guild_selector_list" android:paddingTop="4dp" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>