diff --git a/mastodon/src/main/res/drawable/bg_note_edit.xml b/mastodon/src/main/res/drawable/bg_note_edit.xml new file mode 100644 index 000000000..de5184ab8 --- /dev/null +++ b/mastodon/src/main/res/drawable/bg_note_edit.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/mastodon/src/main/res/layout/fragment_profile_about.xml b/mastodon/src/main/res/layout/fragment_profile_about.xml index 6644fe387..e97f751ac 100644 --- a/mastodon/src/main/res/layout/fragment_profile_about.xml +++ b/mastodon/src/main/res/layout/fragment_profile_about.xml @@ -8,9 +8,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/note_edit_wrap" - android:layout_marginTop="0dp" - android:visibility="gone" - android:padding="2dp"> + android:visibility="gone">