discord-jadx/app/src/main/res/layout/widget_friends_list.xml

17 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent">
<com.discord.app.AppViewFlipper android:id="@+id/friends_list_flipper" android:background="?attr/colorBackgroundPrimary" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/action_bar_toolbar_layout">
<androidx.recyclerview.widget.RecyclerView android:id="@+id/friends_list_recycler" android:background="?attr/colorBackgroundPrimary" android:scrollbars="vertical" android:layout_width="match_parent" android:layout_height="match_parent" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
<ScrollView android:layout_gravity="center" style="@style/res_2131952608_uikit_viewgroup_scrollview">
<com.discord.widgets.friends.EmptyFriendsStateView android:id="@+id/friends_list_empty_friends_state_view" android:padding="16dp" app:ef_title_text_size="@dimen/uikit_textsize_xlarge" style="@style/res_2131952587_uikit_viewgroup"/>
</ScrollView>
<ScrollView android:layout_gravity="center" style="@style/res_2131952608_uikit_viewgroup_scrollview">
<com.discord.widgets.friends.EmptyFriendsStateContactSyncView android:id="@+id/friends_list_empty_friends_state_cs_view" android:padding="16dp" app:ef_title_text_size="@dimen/uikit_textsize_xlarge" style="@style/res_2131952587_uikit_viewgroup"/>
</ScrollView>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/friends_list_loading" android:background="?attr/colorBackgroundPrimary" android:scrollbars="vertical" android:layout_width="match_parent" android:layout_height="match_parent" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
</com.discord.app.AppViewFlipper>
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951637_apptheme_appbarlayout">
<androidx.appcompat.widget.Toolbar app:contentInsetStartWithNavigation="0dp" style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
</RelativeLayout>