apkfuckery/com.discord/res/layout/widget_choose_plan_adapter_...

5 lines
604 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:paddingLeft="16.0dip" android:paddingRight="16.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?colorHeaderSecondary" android:id="@id/select_subscription_header_text" android:layout_marginTop="8.0dip" android:layout_marginBottom="8.0dip" android:text="@string/billing_switch_plan_current_plan" android:singleLine="true" style="@style/UiKit.TextView.Bold" />
</FrameLayout>