mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 06:35:46 +00:00
[#101] Small refactorings on TaskForm
This commit is contained in:
parent
7f4ac9278a
commit
de70efb20d
1 changed files with 3 additions and 1 deletions
|
|
@ -76,6 +76,7 @@
|
|||
android:id="@+id/task_actions_wrapper"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
|
@ -215,6 +216,7 @@
|
|||
android:id="@+id/task_startdate_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="140dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
|
@ -224,7 +226,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:text="@string/start_date"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
|
||||
<DatePicker
|
||||
android:id="@+id/task_startdate_picker"
|
||||
|
|
|
|||
Loading…
Reference in a new issue