you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
728 stars 30 forks source link

fix: annotation tool doesn't work full screen #200

Closed SuhasDissa closed 11 months ago

SuhasDissa commented 11 months ago

fix #199

Bnyro commented 11 months ago

I'd prefer a function for that:

fun getWindowLayoutParams(size: Int): WindowManager.LayoutParams {
    return WindowManager.LayoutParams(size, size, ..., ..., ...)
}