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

Commit

Permalink
fix text/buttons alignment, margin
Browse files Browse the repository at this point in the history
closes #864
  • Loading branch information
sk22 committed Oct 15, 2023
1 parent 0681980 commit 9f0db75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mastodon/src/main/res/layout/item_discover_account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginTop="6dp"
android:layout_marginStart="16dp"
android:layout_gravity="bottom"
android:paddingTop="6dp"
android:paddingTop="3dp"
android:gravity="center_vertical"
android:minHeight="44dp">

Expand Down Expand Up @@ -249,7 +249,7 @@
android:paddingStart="8dp"
android:paddingEnd="4dp"
android:clipToPadding="false"
android:paddingBottom="8dp"
android:paddingBottom="10dp"
android:visibility="gone">

<org.joinmastodon.android.ui.views.ProgressBarButton
Expand Down Expand Up @@ -286,7 +286,7 @@
android:paddingStart="4dp"
android:paddingEnd="16dp"
android:clipToPadding="false"
android:paddingBottom="8dp"
android:paddingBottom="10dp"
android:visibility="gone">

<org.joinmastodon.android.ui.views.ProgressBarButton
Expand Down Expand Up @@ -322,7 +322,7 @@
android:layout_gravity="bottom"
android:paddingStart="8dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:paddingBottom="10dp"
android:clipToPadding="false">

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

0 comments on commit 9f0db75

Please sign in to comment.