apkfuckery/com.discord/res/layout/widget_guilds_list.xml

6 lines
546 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="?colorBackgroundTertiary" android:layout_width="wrap_content" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_list" style="@style/UiKit.GuildsList" />
<ViewStub android:id="@id/guild_list_unreads_stub" android:layout="@layout/widget_channels_list_unreads" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</RelativeLayout>