Reputation: 24
I need to create a xamarin forms application that will work on half of the screen. As default, layouts fill the screen. How could i do this by layout or contentView or ContentPage?
Upvotes: 0
Views: 166
Reputation: 1934
Xamarin forms don't have this kind of function(half screen)
Although there a thing called widget on android,Android Floating Widget is nothing but overlay views drawn over applications. To allow drawing views over other applications.you can refer to here to know more https://www.journaldev.com/14673/android-floating-widget
and here is a related queston with the working solution:How can I do this floating action button where can run even in background mode in Xamarin forms
Upvotes: 1