|
|
|
@ -8,8 +8,8 @@
|
|
|
|
|
android:id="@+id/date_group"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
android:layout_marginTop="@dimen/half_keyline_first"
|
|
|
|
|
android:layout_marginBottom="@dimen/half_keyline_first"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintRight_toLeftOf="@id/guideline"
|
|
|
|
@ -83,8 +83,8 @@
|
|
|
|
|
android:id="@+id/time_group"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
|
android:layout_marginBottom="16dp"
|
|
|
|
|
android:layout_marginTop="@dimen/half_keyline_first"
|
|
|
|
|
android:layout_marginBottom="@dimen/half_keyline_first"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
app:layout_constraintLeft_toRightOf="@id/guideline"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|