Implemented View Binding to reduce code

- project uses view binding now so we don have to do
getViewbyId to refer to the xml
This commit is contained in:
Alex
2026-04-05 22:50:25 -06:00
parent 1137688d60
commit d62113c0f5
26 changed files with 773 additions and 1084 deletions

View File

@@ -39,6 +39,7 @@ android {
buildFeatures {
buildConfig = true
viewBinding = true
}
buildTypes {