From 97d1fd5a237ec348f080ea167ea507084828f104 Mon Sep 17 00:00:00 2001 From: SuthiYuvaraj <92777079+SuthiYuvaraj@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:16:09 +0530 Subject: [PATCH 1/5] Update TaskView.xaml --- .../Pages/Controls/TaskView.xaml | 64 +++++++++++-------- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git a/10.0/Apps/DeveloperBalance/Pages/Controls/TaskView.xaml b/10.0/Apps/DeveloperBalance/Pages/Controls/TaskView.xaml index 0790fd47b..1075199a4 100644 --- a/10.0/Apps/DeveloperBalance/Pages/Controls/TaskView.xaml +++ b/10.0/Apps/DeveloperBalance/Pages/Controls/TaskView.xaml @@ -10,7 +10,7 @@ StrokeShape="RoundRectangle 20" Background="{AppThemeBinding Light={StaticResource LightSecondaryBackground}, Dark={StaticResource DarkSecondaryBackground}}" x:DataType="models:ProjectTask"> - + @@ -19,15 +19,15 @@ VerticalOptions="Fill" IsActive="{Binding IsBusy, Source={RelativeSource AncestorType={x:Type pageModels:IProjectTaskPageModel}}, x:DataType=pageModels:IProjectTaskPageModel}"> - - - - - - -