Hi guys and gals,
I found this article that "claims" to be able to get a view's rounded corner radius... which would be useful to get the screen's rounded corner radius by means of root
How can I implement this in B4A?
I found this article that "claims" to be able to get a view's rounded corner radius... which would be useful to get the screen's rounded corner radius by means of root
Rounded corner APIs
Android 12 introduces RoundedCorner and WindowInsets.getRoundedCorner(int position), which provide the radius and center point for rounded corners.
How can I implement this in B4A?