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

> coyote time

parent 2bb09d82
...@@ -19,57 +19,75 @@ ...@@ -19,57 +19,75 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Booking Details" /> android:text="Booking Details" />
<Button <androidx.core.widget.NestedScrollView
android:id="@+id/button48"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:onClick="goback" android:fillViewport="true">
android:text="Back"
app:rippleColor="#f00" />
<Button <LinearLayout
android:id="@+id/button57" android:layout_width="match_parent"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:layout_height="wrap_content" android:orientation="vertical">
android:onClick="timeslot1"
android:text="9:00-11:00"
app:rippleColor="#0f0" />
<Button <Button
android:id="@+id/button58" android:id="@+id/button48"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="timeslot2" android:onClick="goback"
android:text="11:00-13:00" android:text="Back"
app:rippleColor="#0f0" /> app:rippleColor="#f00" />
<Button <Button
android:id="@+id/button59" android:id="@+id/button57"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="timeslot3" android:onClick="timeslot1"
android:text="13:00-15:00" android:text="9:00-11:00"
app:rippleColor="#0f0" /> app:rippleColor="#0f0" />
<Button <Button
android:id="@+id/button60" android:id="@+id/button58"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="timeslot4" android:onClick="timeslot2"
android:text="15:00-17:00" android:text="11:00-13:00"
app:rippleColor="#0f0" /> app:rippleColor="#0f0" />
<EditText <Button
android:id="@+id/YEET2" android:id="@+id/button59"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0px" android:layout_height="wrap_content"
android:ems="10" android:onClick="timeslot3"
android:inputType="textPersonName" android:text="13:00-15:00"
android:text="Name" /> app:rippleColor="#0f0" />
<Button
android:id="@+id/button60"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="timeslot4"
android:text="15:00-17:00"
app:rippleColor="#0f0" />
<EditText
android:id="@+id/YEET2"
android:layout_width="match_parent"
android:layout_height="0px"
android:ems="10"
android:inputType="textPersonName"
android:text="Name" />
<CalendarView
android:id="@+id/calendarView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/textView38"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<TextView
android:id="@+id/textView38"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout> </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