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

5 lines
274 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">
<TextView android:id="@id/friends_list_item_header_text" style="@style/FriendsList.ItemHeader.Title" />
</FrameLayout>