Fixing thy profile page

This commit is contained in:
LucasGGamerM 2023-02-07 18:32:46 -03:00
parent d04b09f75f
commit 02e9c5f577
1 changed files with 11 additions and 11 deletions

View File

@ -216,16 +216,16 @@
/> />
</FrameLayout> </FrameLayout>
<org.joinmastodon.android.ui.views.LinkedTextView <!-- <org.joinmastodon.android.ui.views.LinkedTextView-->
android:id="@+id/bio" <!-- android:id="@+id/bio"-->
android:layout_width="match_parent" <!-- android:layout_width="match_parent"-->
android:layout_height="wrap_content" <!-- android:layout_height="wrap_content"-->
android:layout_below="@id/note_edit_wrap" <!-- android:layout_below="@id/note_edit_wrap"-->
android:layout_marginLeft="16dp" <!-- android:layout_marginLeft="16dp"-->
android:layout_marginRight="16dp" <!-- android:layout_marginRight="16dp"-->
android:textAppearance="@style/m3_body_large" <!-- android:textAppearance="@style/m3_body_large"-->
android:textSize="16sp" <!-- android:textSize="16sp"-->
tools:text="Founder, CEO and lead developer @Mastodon, Germany." /> <!-- tools:text="Founder, CEO and lead developer @Mastodon, Germany." />-->
<EditText <EditText
android:id="@+id/name_edit" android:id="@+id/name_edit"
@ -247,7 +247,7 @@
android:id="@+id/bio_container" android:id="@+id/bio_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/username" android:layout_below="@id/note_edit_wrap"
android:layout_marginHorizontal="16dp"> android:layout_marginHorizontal="16dp">
<org.joinmastodon.android.ui.views.LinkedTextView <org.joinmastodon.android.ui.views.LinkedTextView