discord-jadx/app/src/main/res/layout/user_profile_connections_vi...

7 lines
976 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/user_profile_connections_mutual_guilds_item" android:background="?attr/bg_pressed_highlight" android:text="@string/mutual_guilds" app:drawableEndCompat="?attr/ic_navigate_next" style="@style/res_2131952452_uikit_listitem_icon"/>
<TextView android:id="@+id/user_profile_connections_mutual_friends_item" android:background="?attr/bg_pressed_highlight" android:text="@string/mutual_friends" app:drawableEndCompat="?attr/ic_navigate_next" style="@style/res_2131952452_uikit_listitem_icon"/>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/user_profile_connections_view_recycler" android:contentDescription="@string/connections" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
</LinearLayout>