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

6 lines
608 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?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" />
2020-09-16 23:45:23 +00:00
<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" />
2020-05-17 12:40:10 +00:00
</FrameLayout>