discord-jadx/app/src/main/res/layout/widget_screen_share_nfx_sheet.xml
Juby210 7b1810ed2e
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:51:56 +02:00

10 lines
1.8 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/UiKit_ViewGroup_NestedScrollView">
<LinearLayout android:gravity="center_horizontal" android:padding="16dp" style="@style/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/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/UiKit_TextView"/>
<TextView android:textAppearance="@style/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/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/UiKit_Material_Button"/>
<TextView android:textAppearance="@style/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/UiKit_TextView"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>