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