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 124a10c619
commit 4b9bf4dff4
26 changed files with 773 additions and 1084 deletions

View File

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