dkhawk 6efedc0c04 feat: Refactor onClick attributes and fix build issues
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`.
2025-10-09 21:35:51 -06:00
..
2025-10-03 09:47:17 -07:00