mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-16 11:11:41 +00:00
Match checklist text margins with the same margins that are used for main content title text (#2050)
This commit is contained in:
parent
1907d675ad
commit
06fc773e18
1 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue