apkfuckery/com.discord/res/layout/widget_friends_list_adapter_item_header.xml
2020-02-06 23:18:40 +01:00

5 lines
274 B
XML

<?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>