Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sk22 committed Nov 10, 2023
1 parent bfdaf27 commit 26ab1f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mastodon/src/main/res/layout/fragment_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
android:layout_below="@id/username"
android:id="@+id/note_edit_wrap"
android:layout_marginTop="4dp"
android:layout_marginBottom="16dp"
android:layout_marginBottom="12dp"
android:layout_marginHorizontal="16dp"
android:visibility="gone">

Expand All @@ -234,7 +234,7 @@
android:drawableTint="?android:textColorSecondary"
android:background="@drawable/bg_note_edit"
android:paddingEnd="48dp"
android:paddingHorizontal="16dp"
android:paddingHorizontal="20dp"
android:elevation="0dp"
android:visibility="gone"
android:hint="@string/sk_personal_note"/>
Expand All @@ -251,8 +251,7 @@
android:background="@drawable/bg_button_m3_text_circle"
android:tooltipText="@string/sk_personal_note_confirm"
android:contentDescription="@string/sk_personal_note_confirm"
android:src="@drawable/ic_fluent_checkmark_24_regular"
/>
android:src="@drawable/ic_fluent_checkmark_24_regular"/>
</FrameLayout>

<org.joinmastodon.android.ui.views.LinkedTextView
Expand Down

0 comments on commit 26ab1f8

Please sign in to comment.