Skip to content

Commit

Permalink
Fix scroll layout
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Nov 4, 2024
1 parent 415664c commit f91ac5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/main/res/layout/fragment_notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
android:textAlignment="center"
android:textSize="20sp" />

<Switch
android:id="@+id/newFollows"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:text="@string/active_follows" />

<Switch
android:id="@+id/broadcast"
android:layout_width="match_parent"
Expand All @@ -62,6 +55,13 @@
android:textAlignment="center"
android:textSize="20sp" />

<Switch
android:id="@+id/newFollows"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:text="@string/active_follows" />

<Switch
android:id="@+id/newReplies"
android:layout_width="match_parent"
Expand Down

0 comments on commit f91ac5b

Please sign in to comment.