Most modern Android devices feature physical rounded corners, which causes the Kazv UI to be clipped on these devices. This diff uses `getRoundedCorner` (introduced in Android SDK 31) to retrieve device corner information and applies appropriate margins to the `SendMessageBox`.
Type: add