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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user