From 9e533614cb1f10d9d3aa470d23ebc9f7b469e621 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Mon, 13 Feb 2017 13:39:03 +0100 Subject: Replicant branding Signed-off-by: Wolfgang Wiedmeyer --- res-hdpi/images/icon_header.png | Bin 3502 -> 3719 bytes res-mdpi/images/icon_header.png | Bin 2279 -> 2340 bytes res-xhdpi/images/icon_header.png | Bin 5519 -> 5882 bytes res-xxhdpi/images/icon_header.png | Bin 8674 -> 9381 bytes res-xxxhdpi/images/icon_header.png | Bin 12172 -> 12996 bytes screen_ui.cpp | 4 ++-- 6 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res-hdpi/images/icon_header.png b/res-hdpi/images/icon_header.png index c6c35ad..c695479 100644 Binary files a/res-hdpi/images/icon_header.png and b/res-hdpi/images/icon_header.png differ diff --git a/res-mdpi/images/icon_header.png b/res-mdpi/images/icon_header.png index 0fc5723..ee3f98a 100644 Binary files a/res-mdpi/images/icon_header.png and b/res-mdpi/images/icon_header.png differ diff --git a/res-xhdpi/images/icon_header.png b/res-xhdpi/images/icon_header.png index c04c7bb..5c9206c 100644 Binary files a/res-xhdpi/images/icon_header.png and b/res-xhdpi/images/icon_header.png differ diff --git a/res-xxhdpi/images/icon_header.png b/res-xxhdpi/images/icon_header.png index e690d8d..fc574fa 100644 Binary files a/res-xxhdpi/images/icon_header.png and b/res-xxhdpi/images/icon_header.png differ diff --git a/res-xxxhdpi/images/icon_header.png b/res-xxxhdpi/images/icon_header.png index a35f300..e4a3dc6 100644 Binary files a/res-xxxhdpi/images/icon_header.png and b/res-xxxhdpi/images/icon_header.png differ diff --git a/screen_ui.cpp b/screen_ui.cpp index 9ddf482..656ddce 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -211,10 +211,10 @@ void ScreenRecoveryUI::SetColor(UIElement e) { gr_color(106, 103, 102, 255); break; case MENU_SEL_BG_ACTIVE: - gr_color(138, 135, 134, 255); + gr_color(0, 0, 255, 255); break; case MENU_SEL_FG: - gr_color(0, 177, 229, 255); + gr_color(0, 0, 255, 255); break; case LOG: gr_color(196, 196, 196, 255); -- cgit v1.1