mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
This commit continues the process of replacing `android:onClick` attributes with programmatic click listeners using View Binding. The following activities have been updated: - `CameraDemoActivity`: All `onClick` attributes have been refactored. - `UiSettingsDemoActivity`: All `onClick` attributes have been refactored. Additionally, this commit includes: - A fix for a crash in `VisibleRegionDemoActivity` caused by a `NullPointerException` in `OnMapAndViewReadyListener`. - An increase in the Gradle heap size to prevent out-of-memory errors during the build. - A fix for a lint error in `options_demo.xml`.