discord-jadx/app/src/main/res/layout/layout_premium_settings_payment.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

9 lines
1.9 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/UiKit_ViewGroup_LinearLayout">
<TextView android:id="@+id/premium_settings_payment_header" android:background="?attr/colorBackgroundPrimary" android:text="@string/billing_step_payment" style="@style/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/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/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/UiKit_TextView"/>
<View android:id="@+id/premium_settings_billing_divider" android:background="?attr/colorBackgroundPrimary" android:layout_height="1dp" android:layout_marginBottom="16dp" style="@style/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/UiKit_Material_Button_Secondary"/>
</LinearLayout>