From 199aa2eb46bf1625d0bbc8b98efe35d158cff9be Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Tue, 8 Feb 2022 12:48:14 +0200 Subject: Implement MyColors in PPC Related Work Items: #4558 --- .../Tango.Touch/Styles/TouchScrollViewer.xaml | 91 ++++++++++++++++++++++ .../Visual_Studio/Tango.Touch/Tango.Touch.csproj | 6 +- .../Visual_Studio/Tango.Touch/Themes/Generic.xaml | 3 +- 3 files changed, 98 insertions(+), 2 deletions(-) create mode 100644 Software/Visual_Studio/Tango.Touch/Styles/TouchScrollViewer.xaml (limited to 'Software/Visual_Studio/Tango.Touch') diff --git a/Software/Visual_Studio/Tango.Touch/Styles/TouchScrollViewer.xaml b/Software/Visual_Studio/Tango.Touch/Styles/TouchScrollViewer.xaml new file mode 100644 index 000000000..cd37a5b6a --- /dev/null +++ b/Software/Visual_Studio/Tango.Touch/Styles/TouchScrollViewer.xaml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj b/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj index ae5ac91e3..58eb68e45 100644 --- a/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj +++ b/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj @@ -155,6 +155,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -488,7 +492,7 @@ - + \ No newline at end of file diff --git a/Software/Visual_Studio/Tango.Touch/Themes/Generic.xaml b/Software/Visual_Studio/Tango.Touch/Themes/Generic.xaml index c2c6c0bc9..0a9ce1282 100644 --- a/Software/Visual_Studio/Tango.Touch/Themes/Generic.xaml +++ b/Software/Visual_Studio/Tango.Touch/Themes/Generic.xaml @@ -62,7 +62,8 @@ - + + -- cgit v1.3.1