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

6 lines
571 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-04 20:08:30 +00:00
<RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_list" android:background="@color/grey_guilds" android:clipToPadding="false" 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>