Implement 4_ANDROID_UI: Two-tier Frame Selector UI (RecyclerViews, Adapters, Real-time Overlay) with standardized resources (strings, colors, assets configurations)

This commit is contained in:
2026-07-05 16:18:50 +07:00
parent 9f9ec87d54
commit 53926a3f95
14 changed files with 721 additions and 82 deletions
+5
View File
@@ -36,6 +36,11 @@ android {
buildFeatures {
viewBinding = true // Bật ViewBinding để thao tác với giao diện dễ dàng
}
sourceSets {
getByName("main") {
assets.srcDirs("../../assets")
}
}
}
dependencies {