discord-jadx/app/src/main/res/layout/guild_template_channels_view.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

4 lines
322 B
XML

<?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>