Commit bd6165fb authored by chris.crook's avatar chris.crook

> coyote time

parent 2bb09d82
...@@ -19,6 +19,16 @@ ...@@ -19,6 +19,16 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Booking Details" /> android:text="Booking Details" />
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<Button <Button
android:id="@+id/button48" android:id="@+id/button48"
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -67,9 +77,17 @@ ...@@ -67,9 +77,17 @@
android:inputType="textPersonName" android:inputType="textPersonName"
android:text="Name" /> android:text="Name" />
<CalendarView
android:id="@+id/calendarView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView <TextView
android:id="@+id/textView38" android:id="@+id/textView38"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment