Skip to content

Commit a833eb5

Browse files
committed
replacing widget checklist margins with paddings
1 parent 13dbe73 commit a833eb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/res/layout/item_checklist_widget.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
android:layout_width="match_parent"
77
android:layout_height="wrap_content"
88
android:layout_centerVertical="true"
9-
android:layout_marginTop="@dimen/medium_margin"
10-
android:layout_marginRight="@dimen/medium_margin"
11-
android:layout_marginBottom="@dimen/medium_margin"
129
android:layout_toLeftOf="@+id/checklist_image"
1310
android:paddingLeft="@dimen/activity_margin"
11+
android:paddingTop="@dimen/medium_margin"
12+
android:paddingRight="@dimen/medium_margin"
13+
android:paddingBottom="@dimen/medium_margin"
1414
android:textSize="@dimen/bigger_text_size"
1515
tools:text="Butter"/>

0 commit comments

Comments
 (0)