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

5 lines
322 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/UiKit_ViewGroup_LinearLayout">
<androidx.recyclerview.widget.RecyclerView android:id="@+id/guild_template_channels_recycler_view" style="@style/UiKit_ViewGroup_RecyclerView"/>
</LinearLayout>