Increase spacing in task edit screen

Match Google Calendar spacing
pull/1722/head
Alex Baker 2 years ago
parent 5e24e3e977
commit 7ae74e2a85

@ -5,8 +5,8 @@
android:id="@+id/content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/keyline_first"
android:paddingBottom="@dimen/keyline_first"
android:paddingTop="@dimen/task_edit_spacing"
android:paddingBottom="@dimen/task_edit_spacing"
android:paddingStart="0dp"
android:paddingEnd="@dimen/keyline_first"
android:background="?attr/selectableItemBackground"

@ -2,6 +2,7 @@
<resources>
<dimen name="half_keyline_first">8dp</dimen>
<dimen name="quarter_keyline_first">4dp</dimen>
<dimen name="task_edit_spacing">20dp</dimen>
<dimen name="keyline_first">16dp</dimen>
<dimen name="keyline_second">32dp</dimen>
<dimen name="keyline_content_inset">72dp</dimen>

Loading…
Cancel
Save