Added onClick from Albumviewscreen.kt

This commit is contained in:
genki
2026-01-10 22:00:23 -05:00
parent 11a1a33764
commit 52c5643b5b
5 changed files with 356 additions and 108 deletions

View File

@@ -85,4 +85,7 @@ dependencies {
// Gson for storing FloatArrays in Room
implementation(libs.gson)
// Zoomable
implementation(libs.zoomable)
}