Fixing thy profile page
This commit is contained in:
parent
d04b09f75f
commit
02e9c5f577
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user