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

15 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout 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">
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951638_apptheme_appbarlayout_flat">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951666_apptheme_toolbar"/>
</com.google.android.material.appbar.AppBarLayout>
<ScrollView app:layout_behavior="@string/action_bar_scrolling_view_behavior" style="@style/res_2131952608_uikit_viewgroup_scrollview">
<LinearLayout android:paddingLeft="16dp" android:paddingTop="8dp" android:paddingRight="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.google.android.material.textfield.TextInputLayout android:id="@+id/edit_account_email_wrap" android:hint="@string/email" style="@style/res_2131952556_uikit_textinputlayout_primary">
<com.google.android.material.textfield.TextInputEditText android:imeOptions="actionDone" style="@style/res_2131952550_uikit_textinputlayout_edittext_singleline_email"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</ScrollView>
<com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/settings_account_save" android:contentDescription="@string/save" style="@style/res_2131952121_settings_floatingactionbutton_save"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>