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

11 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:background="?attr/colorBackgroundPrimary" style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:gravity="center_horizontal" android:padding="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:layout_width="300dp" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:layout_marginBottom="16dp" android:src="@drawable/screen_share_nfx_illustration" android:importantForAccessibility="no"/>
<TextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textSize="@dimen/uikit_textsize_xxlarge" android:textColor="?attr/colorHeaderPrimary" android:layout_marginBottom="8dp" android:text="@string/screen_share_nfx_title" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textAppearance="@style/res_2131952531_uikit_textappearance" android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorHeaderSecondary" android:layout_marginBottom="8dp" android:text="@string/screen_share_nfx_body" android:textAlignment="center" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.button.MaterialButton android:id="@+id/screen_share_nfx_cta" android:layout_marginBottom="8dp" android:text="@string/screen_share_nfx_try" style="@style/res_2131952456_uikit_material_button"/>
<TextView android:textAppearance="@style/res_2131952539_uikit_textappearance_semibold" android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorHeaderSecondary" android:id="@+id/screen_share_nfx_cancel_button" android:background="?attr/bg_pressed_highlight" android:padding="8dp" android:text="@string/screen_share_nfx_skip" android:textAlignment="center" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>