apkfuckery/com.discord/res/layout/payment_method_list_header.xml

3 lines
379 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-09-02 04:07:20 +00:00
<TextView android:textAppearance="@style/UiKit.Settings.Item.Header" android:id="@id/payment_method_header" android:paddingLeft="16.0dip" android:paddingRight="16.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16.0dip"
2020-05-17 12:40:10 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" />