discord-jadx/app/src/main/res/layout-v22/widget_profile_marketing_sh...

10 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundPrimary" android:layout_width="match_parent" android:layout_height="wrap_content">
<LinearLayout android:gravity="center_horizontal" android:padding="16dp" style="@style/UiKit_ViewGroup_LinearLayout">
<ImageView android:id="@+id/profile_marketing_image" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:src="@drawable/img_profile_marketing"/>
<com.discord.views.ScreenTitleView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="16dp" app:stv_subtitle="@string/profile_customization_marketing_tooltip_body" app:stv_title="@string/profile_customization_marketing_tooltip_header"/>
<com.google.android.material.button.MaterialButton android:textSize="@dimen/uikit_textsize_large" android:id="@+id/profile_marketing_update_profile_button" android:paddingTop="12dp" android:paddingBottom="12dp" android:text="@string/profile_customization_marketing_tooltip_cta_mobile" android:paddingVertical="12dp" style="@style/UiKit_Material_Button"/>
<com.google.android.material.button.MaterialButton android:id="@+id/profile_marketing_skip_button" android:text="@string/skip_for_now" style="@style/UiKit_Material_Button_Transparent_Fit"/>
</LinearLayout>
</FrameLayout>