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

19 lines
2.2 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" style="@style/res_2131952600_uikit_viewgroup_page">
<ScrollView android:layout_gravity="top" android:layout_height="match_parent" android:layout_marginLeft="16dp" android:layout_marginTop="32dp" android:layout_marginRight="16dp" android:foregroundGravity="top" style="@style/res_2131952608_uikit_viewgroup_scrollview">
<LinearLayout android:layout_gravity="top" android:orientation="vertical" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout style="@style/res_2131952408_uikit_copy">
<TextView android:id="@+id/user_phone_title" android:text="@string/enter_phone_title" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:gravity="center" android:id="@+id/user_phone_add_description_note" android:layout_marginTop="16dp" android:text="@string/enter_phone_description" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
<com.discord.views.phone.PhoneOrEmailInputView android:id="@+id/user_phone_add_number" android:layout_width="match_parent" android:layout_height="wrap_content" app:force_mode="2" app:hint="@string/phone_verification_phone_label"/>
<com.google.android.material.button.MaterialButton android:enabled="false" android:id="@+id/user_phone_add_next" android:text="@string/next" style="@style/res_2131952583_uikit_user_phone_manage_confirm"/>
<TextView android:textColor="@color/status_red_500" android:gravity="center" android:id="@+id/remove_phone" android:text="@string/user_settings_account_remove_phone_number_button" style="@style/res_2131952490_uikit_settings_item"/>
</LinearLayout>
</ScrollView>
<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>
<com.discord.utilities.dimmer.DimmerView android:id="@+id/dimmer_view" style="@style/res_2131952421_uikit_dimmerview"/>
</FrameLayout>