apkfuckery/com.discord/res/layout/user_profile_connections_vi...

7 lines
897 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout"
2020-09-16 23:45:23 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:id="@id/user_profile_connections_mutual_guilds_item" android:background="?bg_pressed_highlight" android:text="@string/mutual_guilds" app:drawableEndCompat="?ic_navigate_next" style="@style/UiKit.ListItem.Icon" />
<TextView android:id="@id/user_profile_connections_mutual_friends_item" android:background="?bg_pressed_highlight" android:text="@string/mutual_friends" app:drawableEndCompat="?ic_navigate_next" style="@style/UiKit.ListItem.Icon" />
2020-08-26 17:47:03 +00:00
<androidx.recyclerview.widget.RecyclerView android:id="@id/user_profile_connections_view_recycler" android:contentDescription="@string/connections" style="@style/UiKit.ViewGroup.RecyclerView" />
2020-05-17 12:40:10 +00:00
</LinearLayout>