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:
@@ -39,6 +39,7 @@ android {
|
||||
|
||||
buildFeatures {
|
||||
buildConfig = true
|
||||
viewBinding = true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user