Revert "feat: make profile note box be visible at all times"

This reverts commit d6c05f0850.
This commit is contained in:
FineFindus
2023-12-23 10:23:16 +01:00
parent b2d502ae79
commit 42946eca44
4 changed files with 39 additions and 11 deletions

View File

@@ -231,12 +231,13 @@
<EditText
android:id="@+id/note_edit"
android:layout_width="match_parent"
android:minHeight="52dp"
android:maxHeight="200dp"
android:layout_height="match_parent"
android:layout_marginTop="8dp"
android:padding="16dp"
android:background="@null"
android:inputType="text|textMultiLine|textCapSentences"
android:maxHeight="200dp"
android:hint="@string/mo_personal_note"
tools:ignore="RtlSymmetry" />
</org.joinmastodon.android.ui.views.FloatingHintEditTextLayout>