apkfuckery/com.discord/res/layout/guild_template_channels_vie...

5 lines
323 B
XML
Raw Normal View History

2020-02-24 20:20:24 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_template_channels_recycler_view" style="@style/UiKit.ViewGroup.RecyclerView" />
</LinearLayout>