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

6 lines
892 B
XML
Raw Normal View History

2020-01-30 10:23:52 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-03-03 02:12:30 +00:00
<com.discord.app.AppViewFlipper android:id="@id/friends_list_flipper" android:background="?colorBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="fill_parent"
2020-03-04 00:13:28 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
2020-02-06 22:18:40 +00:00
<androidx.recyclerview.widget.RecyclerView android:id="@id/friends_list_recycler_v2" android:background="?colorBackgroundPrimary" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.RecyclerView" />
2020-03-04 00:13:28 +00:00
<com.discord.widgets.friends.EmptyFriendsStateView android:id="@id/friends_list_empty_friends_state_view" android:layout_width="fill_parent" android:layout_height="fill_parent" app:ef_title_text_size="@dimen/uikit_textsize_xlarge" />
2020-02-06 22:18:40 +00:00
</com.discord.app.AppViewFlipper>