diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp index dfcd16ebd51be07ae1d75cfbe136a8adf94dac57..a946f1f5f31d320bec1d49c6a09342861aa582e0 100644 --- a/recovery_ui/screen_ui.cpp +++ b/recovery_ui/screen_ui.cpp @@ -1036,12 +1036,14 @@ bool ScreenRecoveryUI::Init(const std::string& locale) { no_command_text_ = LoadLocalizedBitmap("no_command_text"); error_text_ = LoadLocalizedBitmap("error_text"); - e_logo_ = LoadBitmap("logo_image"); back_icon_ = LoadBitmap("ic_back"); back_icon_sel_ = LoadBitmap("ic_back_sel"); if (android::base::GetBoolProperty("ro.boot.dynamic_partitions", false) || android::base::GetBoolProperty("ro.fastbootd.available", false)) { + e_logo_ = LoadBitmap("logo_image_switch"); fastbootd_logo_ = LoadBitmap("fastbootd"); + } else { + e_logo_ = LoadBitmap("logo_image"); } // Background text for "installing_update" could be "installing update" or diff --git a/res-hdpi/images/fastbootd.png b/res-hdpi/images/fastbootd.png index 7ff977cff2cf8945c414f2545805212b12aa66a7..a4a11ecc7b2ff2a54480d2f0c6337fd773e516dd 100644 Binary files a/res-hdpi/images/fastbootd.png and b/res-hdpi/images/fastbootd.png differ diff --git a/res-hdpi/images/logo_image_switch.png b/res-hdpi/images/logo_image_switch.png index a074dfc75fb923eb2d8cdddb70acfb9263a2c3c8..58dedb3ce90f7a0f06456b948f9c08ef46bb9846 100644 Binary files a/res-hdpi/images/logo_image_switch.png and b/res-hdpi/images/logo_image_switch.png differ diff --git a/res-mdpi/images/fastbootd.png b/res-mdpi/images/fastbootd.png index 2797bfa648b464228861c9f38f7d74ad65db543f..9b81be83f3d7ab9b65af31e0e3ace245b3ea02d0 100644 Binary files a/res-mdpi/images/fastbootd.png and b/res-mdpi/images/fastbootd.png differ diff --git a/res-mdpi/images/logo_image_switch.png b/res-mdpi/images/logo_image_switch.png index ba2d18503f6fbd94565b8709850118d24db14e44..2d893127edcd38b94d2c842824bfcb611f21fdd9 100644 Binary files a/res-mdpi/images/logo_image_switch.png and b/res-mdpi/images/logo_image_switch.png differ diff --git a/res-xhdpi/images/fastbootd.png b/res-xhdpi/images/fastbootd.png index e54976b551c2546c8af88521942ceaf112e7a3aa..93fabbe4630025d70a90a9033a636d6fbeb88e53 100644 Binary files a/res-xhdpi/images/fastbootd.png and b/res-xhdpi/images/fastbootd.png differ diff --git a/res-xhdpi/images/logo_image_switch.png b/res-xhdpi/images/logo_image_switch.png index 928cffd7256523a99af47afa523f56ea3f4bd698..82af51ee8cc8e1c41217bdc02da7551a1a11c4cc 100644 Binary files a/res-xhdpi/images/logo_image_switch.png and b/res-xhdpi/images/logo_image_switch.png differ diff --git a/res-xxhdpi/images/fastbootd.png b/res-xxhdpi/images/fastbootd.png index 891776b17943ac4b79a3dbd7652ca68db9d9fe20..9b01e65392c7d8680801e993491786d2caeddebd 100644 Binary files a/res-xxhdpi/images/fastbootd.png and b/res-xxhdpi/images/fastbootd.png differ diff --git a/res-xxhdpi/images/logo_image_switch.png b/res-xxhdpi/images/logo_image_switch.png index af1aed7e44b5669e123ee35bb2e6025b581a52fb..5ec72ea1d0b702d5d59d1ee18af475a032e463d6 100644 Binary files a/res-xxhdpi/images/logo_image_switch.png and b/res-xxhdpi/images/logo_image_switch.png differ diff --git a/res-xxxhdpi/images/fastbootd.png b/res-xxxhdpi/images/fastbootd.png index 220452bf3216b2c16822d422a0cfdce794dc646a..843b24f1f16ff8fca76c32a137f587a39f8a5c91 100644 Binary files a/res-xxxhdpi/images/fastbootd.png and b/res-xxxhdpi/images/fastbootd.png differ diff --git a/res-xxxhdpi/images/logo_image_switch.png b/res-xxxhdpi/images/logo_image_switch.png index cba0ca678d7ddaabb68f043ae4d12ece97afd32c..976a754d5ad77c8552282b447ef2c51523103ae3 100644 Binary files a/res-xxxhdpi/images/logo_image_switch.png and b/res-xxxhdpi/images/logo_image_switch.png differ