aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-02-13 13:39:03 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-02-13 13:39:03 +0100
commit9e533614cb1f10d9d3aa470d23ebc9f7b469e621 (patch)
tree88f6d1c80960cb09758446e1cd660cb608fa53b0
parent3b2581b47411a4a18db3593b0b51dbf8d6d64ae7 (diff)
downloadbootable_recovery-9e533614cb1f10d9d3aa470d23ebc9f7b469e621.zip
bootable_recovery-9e533614cb1f10d9d3aa470d23ebc9f7b469e621.tar.gz
bootable_recovery-9e533614cb1f10d9d3aa470d23ebc9f7b469e621.tar.bz2
Replicant branding
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--res-hdpi/images/icon_header.pngbin3502 -> 3719 bytes
-rw-r--r--res-mdpi/images/icon_header.pngbin2279 -> 2340 bytes
-rw-r--r--res-xhdpi/images/icon_header.pngbin5519 -> 5882 bytes
-rw-r--r--res-xxhdpi/images/icon_header.pngbin8674 -> 9381 bytes
-rw-r--r--res-xxxhdpi/images/icon_header.pngbin12172 -> 12996 bytes
-rw-r--r--screen_ui.cpp4
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
--- a/res-hdpi/images/icon_header.png
+++ b/res-hdpi/images/icon_header.png
Binary files differ
diff --git a/res-mdpi/images/icon_header.png b/res-mdpi/images/icon_header.png
index 0fc5723..ee3f98a 100644
--- a/res-mdpi/images/icon_header.png
+++ b/res-mdpi/images/icon_header.png
Binary files differ
diff --git a/res-xhdpi/images/icon_header.png b/res-xhdpi/images/icon_header.png
index c04c7bb..5c9206c 100644
--- a/res-xhdpi/images/icon_header.png
+++ b/res-xhdpi/images/icon_header.png
Binary files differ
diff --git a/res-xxhdpi/images/icon_header.png b/res-xxhdpi/images/icon_header.png
index e690d8d..fc574fa 100644
--- a/res-xxhdpi/images/icon_header.png
+++ b/res-xxhdpi/images/icon_header.png
Binary files differ
diff --git a/res-xxxhdpi/images/icon_header.png b/res-xxxhdpi/images/icon_header.png
index a35f300..e4a3dc6 100644
--- a/res-xxxhdpi/images/icon_header.png
+++ b/res-xxxhdpi/images/icon_header.png
Binary files 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);