From 011b14567274db9c0c0341cbe429a4c73f17bd47 Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Tue, 1 Dec 2015 12:42:53 +0100 Subject: [PATCH] Added buttons and text, binding to toggleswitch --- HueUWP/App.xaml | 2 +- HueUWP/MainPage.xaml | 91 +++++++++++++++++++++++------------------ HueUWP/MainPage.xaml.cs | 10 +++++ 3 files changed, 62 insertions(+), 41 deletions(-) diff --git a/HueUWP/App.xaml b/HueUWP/App.xaml index 80724e5..da19261 100644 --- a/HueUWP/App.xaml +++ b/HueUWP/App.xaml @@ -2,7 +2,7 @@ x:Class="HueUWP.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:BindingToCommandsUWP" + xmlns:local="using:HueUWP" RequestedTheme="Light"> diff --git a/HueUWP/MainPage.xaml b/HueUWP/MainPage.xaml index 0d9560a..99f146d 100644 --- a/HueUWP/MainPage.xaml +++ b/HueUWP/MainPage.xaml @@ -1,41 +1,52 @@ - - - - - - - - - - - - - - - - - Off - On - - - - - - - - + + + + + + + + + + Hue Lights + +