|
|
@ -10,6 +10,7 @@
|
|
|
|
android:id="@+id/np_datetime_year"
|
|
|
|
android:id="@+id/np_datetime_year"
|
|
|
|
android:layout_width="@dimen/_121dp"
|
|
|
|
android:layout_width="@dimen/_121dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:focusable="true"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
@ -21,6 +22,7 @@
|
|
|
|
android:id="@+id/np_datetime_month"
|
|
|
|
android:id="@+id/np_datetime_month"
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:focusable="true"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_year"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_year"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
@ -32,6 +34,7 @@
|
|
|
|
android:id="@+id/np_datetime_day"
|
|
|
|
android:id="@+id/np_datetime_day"
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:focusable="true"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_month"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_month"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
@ -44,6 +47,7 @@
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
|
|
|
android:focusable="true"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_day"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_day"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
@ -55,6 +59,7 @@
|
|
|
|
android:id="@+id/np_datetime_minute"
|
|
|
|
android:id="@+id/np_datetime_minute"
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_width="@dimen/_90dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:focusable="true"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_hour"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/np_datetime_hour"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|