discord-jadx/app/src/main/res/layout/layout_premium_settings_pay...

10 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/premium_settings_payment_container" android:background="?attr/colorBackgroundSecondary" android:layout_marginTop="8dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/premium_settings_payment_header" android:background="?attr/colorBackgroundPrimary" android:text="@string/billing_step_payment" style="@style/res_2131952494_uikit_settings_item_header"/>
<TextView android:textColor="?attr/colorHeaderPrimary" android:paddingLeft="16dp" android:paddingTop="16dp" android:paddingRight="16dp" android:paddingBottom="4dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/premium_settings_billing_info" style="@style/res_2131952577_uikit_textview_semibold"/>
<TextView android:textColor="?attr/colorTextNormal" android:id="@+id/premium_settings_billing_information" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textColor="?attr/colorTextLink" android:id="@+id/premium_settings_google_play_manage" android:layout_width="match_parent" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" android:text="@string/billing_manage_on_google_play" style="@style/res_2131952561_uikit_textview"/>
<View android:id="@+id/premium_settings_billing_divider" android:background="?attr/colorBackgroundPrimary" android:layout_height="1dp" android:layout_marginBottom="16dp" style="@style/res_2131952422_uikit_divider"/>
<com.google.android.material.button.MaterialButton android:id="@+id/active_subscriptions_bottom_button" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952465_uikit_material_button_secondary"/>
</LinearLayout>