Skip to content

Commit

Permalink
Apply top padding to permission prompt views so that they aren't touc…
Browse files Browse the repository at this point in the history
…hing the views above them
  • Loading branch information
jsoberg committed Jan 25, 2025
1 parent 68c858f commit 36bed31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Habitica/res/layout/activity_task_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
android:id="@+id/notifications_disabled_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/spacing_medium">
android:layout_marginVertical="@dimen/spacing_medium">

<TextView
android:id="@+id/notifications_enabled_text"
Expand All @@ -238,7 +238,7 @@
android:id="@+id/exact_alarm_disabled_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/spacing_medium"
android:layout_marginVertical="@dimen/spacing_medium"
android:background="@drawable/layout_rounded_bg_yellow_10">

<TextView
Expand Down

0 comments on commit 36bed31

Please sign in to comment.