discord-jadx/app/src/main/res/layout/widget_user_phone_verify.xml

19 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952600_uikit_viewgroup_page">
<ScrollView android:layout_height="match_parent" android:layout_above="@+id/phone_digit_verification_view" style="@style/res_2131952610_uikit_viewgroup_scrollview_page">
<LinearLayout android:gravity="center" android:layout_gravity="center" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.airbnb.lottie.LottieAnimationView style="@style/res_2131952386_uikit_anim_verify_by_phone"/>
<LinearLayout style="@style/res_2131952408_uikit_copy">
<TextView android:text="@string/verification_phone_title" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:gravity="center" android:layout_marginTop="4dp" android:text="@string/verification_phone_description" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<com.discord.views.CodeVerificationView android:id="@+id/phone_digit_verification_view" android:paddingBottom="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true"/>
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951639_apptheme_appbarlayout_flat_transparent">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951670_apptheme_toolbar_transparent"/>
</com.google.android.material.appbar.AppBarLayout>
<ImageView android:id="@+id/close_button" android:padding="16dp" android:foreground="?attr/selectableItemBackgroundBorderless" android:src="?attr/ic_close_24dp" android:layout_alignParentTop="true" android:layout_alignParentRight="true" android:contentDescription="@string/close" style="@style/res_2131952448_uikit_imageview"/>
<com.discord.utilities.dimmer.DimmerView android:id="@+id/dimmer_view" style="@style/res_2131952421_uikit_dimmerview"/>
</RelativeLayout>