replacing widget checklist margins with paddings

This commit is contained in:
tibbi 2019-01-25 23:58:57 +01:00
parent 13dbe73709
commit a833eb5c0b
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginTop="@dimen/medium_margin"
android:layout_marginRight="@dimen/medium_margin"
android:layout_marginBottom="@dimen/medium_margin"
android:layout_toLeftOf="@+id/checklist_image"
android:paddingLeft="@dimen/activity_margin"
android:paddingTop="@dimen/medium_margin"
android:paddingRight="@dimen/medium_margin"
android:paddingBottom="@dimen/medium_margin"
android:textSize="@dimen/bigger_text_size"
tools:text="Butter"/>