added calendar view to appointments

- NOTE: may have to change appointments abit after backend is updated
This commit is contained in:
Alex
2026-04-03 19:37:43 -06:00
parent 8401d9ef62
commit 5fa9cfd5d6
5 changed files with 149 additions and 20 deletions

View File

@@ -82,6 +82,8 @@ dependencies {
implementation("com.github.bumptech.glide:glide:4.16.0")
annotationProcessor("com.github.bumptech.glide:compiler:4.16.0")
implementation("com.github.prolificinteractive:material-calendarview:2.0.1")
testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core)