diff options
-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); |