diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-02-13 13:39:03 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-02-13 13:39:03 +0100 |
commit | 9e533614cb1f10d9d3aa470d23ebc9f7b469e621 (patch) | |
tree | 88f6d1c80960cb09758446e1cd660cb608fa53b0 | |
parent | 3b2581b47411a4a18db3593b0b51dbf8d6d64ae7 (diff) | |
download | bootable_recovery-9e533614cb1f10d9d3aa470d23ebc9f7b469e621.zip bootable_recovery-9e533614cb1f10d9d3aa470d23ebc9f7b469e621.tar.gz bootable_recovery-9e533614cb1f10d9d3aa470d23ebc9f7b469e621.tar.bz2 |
Replicant brandingreplicant-6.0-beta-0002replicant-6.0
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | res-hdpi/images/icon_header.png | bin | 3502 -> 3719 bytes | |||
-rw-r--r-- | res-mdpi/images/icon_header.png | bin | 2279 -> 2340 bytes | |||
-rw-r--r-- | res-xhdpi/images/icon_header.png | bin | 5519 -> 5882 bytes | |||
-rw-r--r-- | res-xxhdpi/images/icon_header.png | bin | 8674 -> 9381 bytes | |||
-rw-r--r-- | res-xxxhdpi/images/icon_header.png | bin | 12172 -> 12996 bytes | |||
-rw-r--r-- | 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 Binary files differindex c6c35ad..c695479 100644 --- a/res-hdpi/images/icon_header.png +++ b/res-hdpi/images/icon_header.png diff --git a/res-mdpi/images/icon_header.png b/res-mdpi/images/icon_header.png Binary files differindex 0fc5723..ee3f98a 100644 --- a/res-mdpi/images/icon_header.png +++ b/res-mdpi/images/icon_header.png diff --git a/res-xhdpi/images/icon_header.png b/res-xhdpi/images/icon_header.png Binary files differindex c04c7bb..5c9206c 100644 --- a/res-xhdpi/images/icon_header.png +++ b/res-xhdpi/images/icon_header.png diff --git a/res-xxhdpi/images/icon_header.png b/res-xxhdpi/images/icon_header.png Binary files differindex e690d8d..fc574fa 100644 --- a/res-xxhdpi/images/icon_header.png +++ b/res-xxhdpi/images/icon_header.png diff --git a/res-xxxhdpi/images/icon_header.png b/res-xxxhdpi/images/icon_header.png Binary files differindex a35f300..e4a3dc6 100644 --- a/res-xxxhdpi/images/icon_header.png +++ b/res-xxxhdpi/images/icon_header.png 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); |