From cf3a226ded0c0e8198b122ced76327ad1fcb42a0 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 23 Oct 2012 22:28:15 +0400 Subject: add vectored icon --- CommonResources/Application.svg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CommonResources/Application.svg diff --git a/CommonResources/Application.svg b/CommonResources/Application.svg new file mode 100644 index 0000000..39571bd --- /dev/null +++ b/CommonResources/Application.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3 From 04e73bf48831a65baebddc4f815517e9b840d476 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 23 Oct 2012 22:32:02 +0400 Subject: downcase --- Juick/LoginView.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Juick/LoginView.xaml b/Juick/LoginView.xaml index db5e193..e7b61e8 100644 --- a/Juick/LoginView.xaml +++ b/Juick/LoginView.xaml @@ -22,7 +22,7 @@ - + -- cgit v1.2.3 From 6b84ed69bdceea6873897898144792fa4fa12cf4 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 6 Jan 2013 22:22:03 +0400 Subject: splash screen --- CommonResources/Application.svg | 1 - CommonResources/SplashScreenImage.svg | 29 +++++++++++++++++++++++++++++ Juick/SplashScreenImage.jpg | Bin 9417 -> 17118 bytes 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 CommonResources/SplashScreenImage.svg diff --git a/CommonResources/Application.svg b/CommonResources/Application.svg index 39571bd..36a47cc 100644 --- a/CommonResources/Application.svg +++ b/CommonResources/Application.svg @@ -1,6 +1,5 @@ - diff --git a/CommonResources/SplashScreenImage.svg b/CommonResources/SplashScreenImage.svg new file mode 100644 index 0000000..5cd1632 --- /dev/null +++ b/CommonResources/SplashScreenImage.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Juick/SplashScreenImage.jpg b/Juick/SplashScreenImage.jpg index 353b192..5feee2e 100644 Binary files a/Juick/SplashScreenImage.jpg and b/Juick/SplashScreenImage.jpg differ -- cgit v1.2.3