added my appointments button for logged in user on andriod

This commit is contained in:
Alex
2026-04-07 06:48:36 -06:00
parent 094c2d4a48
commit 0a55014f21
5 changed files with 52 additions and 6 deletions

View File

@@ -130,6 +130,18 @@
</LinearLayout>
<com.google.android.material.button.MaterialButton
android:id="@+id/btnMyAppointments"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="My Appointments"
android:textColor="@color/white"
app:strokeColor="@color/white"
app:rippleColor="#33FFFFFF"
android:checkable="true"/>
</LinearLayout>
<com.prolificinteractive.materialcalendarview.MaterialCalendarView