Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
796 stars 100 forks source link

[Vision Glass] Replace findViewById with binding #1324

Closed felipeerias closed 6 months ago

felipeerias commented 6 months ago

Now that we have a binding in place, it is not necessary to use findViewById to access each individual UI element.

This also removes the need for explicit type casts.

I have used this opportunity to change some of the ID names in the XML layout they use a consistent format.