The notification curtain on Xiaomi smartphones is not just a functional element, but a business card of the interface. MIUI. Standard panel design can seem boring or uncomfortable, especially if you are used to the style of other firmware (for example, Android One or ColorOS). ADB.
In this article, weβll look at all the available methods, from official settings in Themes to manually editing system files for advanced users, how to make the curtain transparent, change its color, add new controls or even replace it with the style of iOS or Pixel, and what pitfalls await when using informal modifications and how to avoid them.
1. Official MIUI Topics: The Easiest Way
The safest and fastest method is to use the built-in Themes app. Xiaomi offers hundreds of free and paid themes, many of which change not only the wallpaper, but also the design of the notification curtain. Here's how it works:
- π± Open the Themes app (icon with brush on the home screen).
- π In the search bar, enter the request: notification curtain, notification panel or notification panel.
- π¨ Scroll through the results and pick the topic you like. Pay attention to the screenshots, there should be an example of a curtain.
- π₯ Click Apply and Confirm Changes.
Some themes only change the color gamut, others completely redesign the layout of elements. For example, the Pixel Experience theme mimics the style of the Google Pixel, and iOS Style adds rounded corners and characteristic icons. Important: after applying the theme, reboot your smartphone β sometimes the changes only take effect after the reboot.
The downside is that there's limited choice. Most themes only change the curtain cosmetically, without affecting functionality. If you want more flexibility, read on.
2.Tune transparency and color through hidden parameters
MIUI 12-15 has hidden settings that allow you to change the transparency of the curtain and background color without setting themes.This method works on most models (Redmi Note 10/11/12, POCO X3/X4/X5, Xiaomi 11T/12/13), but requires activation of the developer mode.
First, turn on the developer options:
- Go to Settings. β The phone.
- Click 7 times on the MIUI version (you will be notified of becoming a developer!).
- Back to Settings β Additionally. β For developers.
You can now change the curtain parameters:
- In For Developers, look for Notification Shade Transparency (or Notification Shade Transparency).
- Move the slider to adjust the level of transparency (0% to 100%).
- To change the background color, use the Color of the notification panel (not available on all devices).
Enable the developer mode
Backup settings (Settings β Google β Backup)
Check the version of MIUI (Settings β About the phone)
Close all background applications-->
β οΈ Attention: On some firmware (MIUI Global or EEA) If you don't have these, try updating the system or using alternative methods in the following sections.
3. Use of third-party launchers for customization
If the built-in themes don't suit, you can install a third-party launcher that supports changing the style of the curtain.
- π Nova Launcher + TeslaUnread plugin β allows you to configure notifications and quick settings panel.
- π Lawnchair β imitates the style of Pixel and supports a transparent curtain.
- π§ Hyperion Launcher β Flexible appearance settings, including notification panel.
Example of settings through Nova Launcher:
- Install Nova Launcher from Google Play.
- Go to Settings Nova β Notifications.
- Activate the option to Show notifications in the curtain.
- In the Notification Style section, select Compact or Advanced.
β οΈ Warning: Third-party launchers donβt replace the system curtain completely, they only modify the display. Some features (e.g., quick settings) may not work properly.
π‘
If after installing the launcher the curtain began to lay, clear the cache of the Settings application β Applications β System applications β Launcher
4. Manual editing of system files (for advanced)
This method is suitable for experienced users who are ready to work with ADB or Root. It allows you to change the curtain at the system file level, but requires caution - incorrect actions can lead to a bootloop.
Editing methods:
- π Through ADB: Change in parameters /system/framework/framework-res.apk.
- π§ Root rights: editing files in /system/priv-app/SystemUI.
- π₯οΈ Through TWRP: Installation of modified.apk files.
Example of a team to change transparency through ADB:
adb shell settings put global notification_shade_transparency 0.7Where 0.7 is the level of transparency (from 0.0 to 1.0).
| Parameter | Description | Example of meaning |
|---|---|---|
| notification_shade_bg_color | Background color curtain in ARGB format | #FF1A1A1A (black) |
| notification_shade_transparency | Level of transparency (0β1) | 0.5 |
| qs_panel_alpha | Transparency of the Quick Settings Panel | 200 (0β255) |
| notification_shade_header_image | The Way to Custom Headline | /sdcard/header.png |
β οΈ Note: Before editing system files, make a full backup through TWRP Mi Flash Tool. Changes can reset after update MIUI.
What if the curtain stopped working after editing?
5. Installation of custom firmware (Magisk-modules and Xposed)
For maximum customization, you can install custom firmware or modules for Magisk/Xposed.
- π MIUI Mix: Firmware with advanced curtain settings (supports Redmi and POCO).
- ποΈ GravityBox [MM/NOUGAT/OREO]: Module for Xposed, allowing you to change the style of notifications.
- πΌοΈ Notification Panel Customizer: Module for Magisk that adds transparency and custom icons.
Instructions for installation of GravityBox:
- Install Magisk Manager and get Root rights.
- Download GravityBox[Q].apk (for Android 10+).
- Open Magisk, go to Modules β Install from storage.
- Select GravityBox and restart your phone.
- Launch the GravityBox app and go to the Notification Panel β Style.
β οΈ Castom firmware and modules may disrupt Google Pay, Banking applications and Widevine L1 (downgrade 480p).
π‘
Magisk modules are the most flexible way to customize, but require Root rights and disable some security features (such as SafetyNet).
Alternative methods: applications and widgets
If you don't want to interfere with system files, you can use add-ons that mimic custom curtains.
- π² Notification Panel Customizer β allows you to change the color, transparency and location of elements.
- π³ QuickStep β an alternative panel of quick settings with support for themes.
- π¨ Hex Installer β utility for installing custom icons and styles.
Example of settings with Notification Panel Customizer:
- Install the app from Google Play.
- Grant permission to Overlay over other applications.
- Select the style of the curtain in the Themes section.
- Set up transparency, color and location of the icons.
The downside of these applications is that they don't replace the system curtain, they just overlap over it, and they can cause lags or conflicts with other programs.