From 27a390bfcc7120fe673a6fb18b2f1b47d192f49b Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 22 Oct 2012 23:21:12 +0400 Subject: update icons --- Juick/ApplicationIcon.png | Bin 749 -> 3274 bytes Juick/ApplicationTile.png | Bin 5278 -> 4187 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Juick/ApplicationIcon.png b/Juick/ApplicationIcon.png index c87126b..6fc266c 100644 Binary files a/Juick/ApplicationIcon.png and b/Juick/ApplicationIcon.png differ diff --git a/Juick/ApplicationTile.png b/Juick/ApplicationTile.png index 31cd1d3..96d0872 100644 Binary files a/Juick/ApplicationTile.png and b/Juick/ApplicationTile.png differ -- cgit v1.2.3 From 1d1cc1f47aba3835cb94a71658c9678929a1ca7d Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 22 Oct 2012 23:21:42 +0400 Subject: use Pivot layout --- Juick/MainPage.xaml | 32 ++++++++++++++++++++++++-------- Juick/NewPostView.xaml | 2 +- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/Juick/MainPage.xaml b/Juick/MainPage.xaml index 4b0c537..bdaff7f 100644 --- a/Juick/MainPage.xaml +++ b/Juick/MainPage.xaml @@ -25,11 +25,22 @@ - - + + + - + + + @@ -40,7 +51,7 @@ - + @@ -78,8 +89,11 @@ - - + + + + + @@ -127,8 +141,10 @@ - - + + + + diff --git a/Juick/NewPostView.xaml b/Juick/NewPostView.xaml index 1065488..f3a911b 100644 --- a/Juick/NewPostView.xaml +++ b/Juick/NewPostView.xaml @@ -22,7 +22,7 @@ - + -- cgit v1.2.3 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