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

8 lines
891 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/primary_600" android:layout_height="match_parent" style="@style/res_2131952590_uikit_viewgroup_coordinatorlayout">
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951638_apptheme_appbarlayout_flat">
<androidx.appcompat.widget.Toolbar app:navigationIcon="?attr/ic_action_bar_back" style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/user_mutual_friends_recycler_view" style="@style/res_2131952604_uikit_viewgroup_recyclerview_appbarscrollingviewbehavior"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>