apkfuckery/com.discord/res/layout/widget_friends_list_adapter...

6 lines
608 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout style="@style/FriendsList.ItemHeader"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:id="@id/friends_list_pending_item_header_text" style="@style/FriendsList.ItemHeader.Title" />
<TextView android:id="@id/friends_list_pending_item_header_button" android:text="@string/friends_pending_request_expand" app:drawableEndCompat="@drawable/ic_arrow_right_24dp" app:drawableTint="?colorHeaderSecondary" style="@style/FriendsList.ItemHeader.ExpandButton" />
</FrameLayout>