We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dbe73 commit a833eb5Copy full SHA for a833eb5
app/src/main/res/layout/item_checklist_widget.xml
@@ -6,10 +6,10 @@
6
android:layout_width="match_parent"
7
android:layout_height="wrap_content"
8
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"
12
android:layout_toLeftOf="@+id/checklist_image"
13
android:paddingLeft="@dimen/activity_margin"
+ android:paddingTop="@dimen/medium_margin"
+ android:paddingRight="@dimen/medium_margin"
+ android:paddingBottom="@dimen/medium_margin"
14
android:textSize="@dimen/bigger_text_size"
15
tools:text="Butter"/>
0 commit comments