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

23 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.discord.widgets.settings.profile.TouchInterceptingCoordinatorLayout 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>
<androidx.core.widget.NestedScrollView android:id="@+id/settings_profile_scroll" style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:id="@+id/profile_container" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.widgets.user.profile.UserProfileHeaderView android:id="@+id/user_settings_profile_header_view" android:layout_width="match_parent" android:layout_height="wrap_content" app:user_profile_header_background_color="?attr/colorBackgroundSecondary"/>
<TextView android:id="@+id/bio_header" android:text="@string/user_popout_about_me" style="@style/res_2131952618_userprofile_section_header"/>
<androidx.cardview.widget.CardView android:id="@+id/bio_preview_card" app:cardBackgroundColor="?attr/colorBackgroundSecondary" style="@style/res_2131952617_userprofile_section_card">
<com.discord.utilities.view.text.LinkifiedTextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorHeaderSecondary" android:id="@+id/bio_preview_text" android:padding="16dp" android:maxLines="6" android:lineSpacingMultiplier="1.25" style="@style/res_2131952561_uikit_textview"/>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView android:id="@+id/bio_editor_card" app:cardBackgroundColor="?attr/colorBackgroundSecondaryAlt" app:strokeColor="?attr/colorBackgroundTertiary" app:strokeWidth="1dp" style="@style/res_2131952617_userprofile_section_card">
<com.google.android.material.textfield.TextInputLayout android:id="@+id/bio_editor_text_input_field_wrap" android:layout_marginBottom="8dp" android:hint="@string/user_settings_about_me_hint" app:boxBackgroundColor="?attr/colorBackgroundSecondaryAlt" app:counterEnabled="true" app:counterMaxLength="@integer/custom_profiles_bio_max_length" style="@style/res_2131952543_uikit_textinputlayout">
<com.google.android.material.textfield.TextInputEditText android:id="@+id/bio_editor_text_input_field" android:maxLines="6" android:maxLength="@integer/custom_profiles_bio_max_length" android:imeOptions="actionDone" style="@style/res_2131952545_uikit_textinputlayout_edittext_multiline"/>
</com.google.android.material.textfield.TextInputLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/save_fab" android:contentDescription="@string/save" style="@style/res_2131952121_settings_floatingactionbutton_save"/>
<com.discord.utilities.dimmer.DimmerView android:id="@+id/dimmer_view" style="@style/res_2131952421_uikit_dimmerview"/>
</com.discord.widgets.settings.profile.TouchInterceptingCoordinatorLayout>