Skip to content

Commit

Permalink
Match checklist text margins with the same margins that are used for …
Browse files Browse the repository at this point in the history
…main content title text (#2050)
  • Loading branch information
jsoberg authored Feb 7, 2024
1 parent 1907d67 commit 06fc773
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Habitica/res/layout/checklist_item_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
style="@style/Body2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
android:paddingStart="16dp"
android:layout_gravity="center_vertical"/>
android:paddingVertical="5dp"
android:layout_marginHorizontal="@dimen/task_text_padding"
android:layout_gravity="center_vertical"
tools:text="Example checklist item" />
</LinearLayout>

0 comments on commit 06fc773

Please sign in to comment.