The volume slider on Xiaomi Redmi smartphones is not just a functional element, but part of the MIUI brand design. Many users do not realize that its appearance can be changed, from minimalistic βappleβ style to animated options with color accents. Moreover, some firmware hidden alternative display modes that are not activated through the standard settings menu.
If you are annoyed by the current design of the volume control, it is not readable in the sun or just want a variety, this article will help. We will analyze all the available ways to change style (including hidden ones), explain how to return the standard look, and warn against typical errors that lead to sound failures. Instructions are relevant for the Redmi Note 10/11/12, Redmi 9/10/13 and other models on MIUI 12-14 (including global and Chinese versions).
1. Standard method: change style through MIUI settings
The safest method is to use built-in personalization options. Xiaomi offers several pre-installed volume slider styles, but their location depends on the firmware version. Here's how to find this menu:
- Open the Settings app (cog icon).
- Go to Sound and Vibration (or Sound in older versions of MIUI).
- Scroll down and select Volume Style (in some firmware, the item is called Volume Slider Appearance).
- On the screen will appear available options - tap on your favorite to apply.
If Volume Style is not on the menu, your version of MIUI does not support it, in which case you can move on to the hidden methods (Section 3).
Affordable styles in MIUI 14:
- π¨ Classic - gray slider with white tags (by default).
- π Color β a gradient background that changes the shade depending on the volume level.
- π± iOS-like β a round regulator with a thin line (similar to iPhone).
- π₯ Dynamic β animated slider with the effect of βfireβ or βwaveβ (available on all models).
β οΈ Note: Some Redmis with custom firmware (e.g. Xiaomi.eu) may display styles incorrectly β the slider becomes transparent or merges with the background. β Annexes β Application management β Three points. β Resetting application settings.
2. Alternative method: use of MIUI themes
If you donβt like the built-in styles, you can install a third-party theme that will change the volume slider design, which works on all versions of MIUI, but requires access to the Theme Store (it is blocked in some regions).
Instructions:
- Open the Themes app (brush icon).
- In the search bar, enter volume slider or volume style.
- Choose your favorite topic (pay attention to the rating and reviews!).
- Click Apply - the style of the slider will change automatically.
Popular themes for changing volume design:
- π Dark Volume β Dark slider with neon accents.
- π Candy Volume β Candy style with pastel flowers.
- π€ Material You - adaptive design for wallpaper color (requires) MIUI 13+).
π‘
Before installing themes, check the date of their last update. Old themes (2021 and earlier) can conflict with newer versions of MIUI and cause lags when adjusting volume.
| Method of changing style | Pluses | Cons | Is root required? |
|---|---|---|---|
| Standard settings of MIUI | Quickly, safely, does not require additional action. | Limited choice of styles | No. |
| Installation of themes from the Store | Large selection of designs, free of charge | They may conflict with firmware, not all themes support the slider. | No. |
| Editing system files (see Section 3) | Maximum customization, unique styles | Risk of damaging system requires backup | Yes. |
3. Hidden Volume Styles: How to Activate Through ADB
Xiaomi Redmi firmware has hidden volume slider styles that don't appear in the standard menu. ADB-This method is suitable for power users and requires connecting a smartphone to a PC.
Step-by-step:
- Turn on Developer Mode on your phone: Settings β About Phone β MIUI version (shap 7 times).
- Activate Debugging by USB in the Developer Menu.
- Connect Redmi to your computer and open the command line (Windows) or the terminal (Mac/Linux).
- Enter the command to check the connection: Adb devices should appear serial number of your device.
- Use one of the commands to change style: adb shell settings put global volume_panel_style 0 # Adb shell settings put global volume_panel_style 1 # Adb shell settings put global volume_panel_style 2 # iOS-like adb shell settings put global volume_panel_style 3 # Dynamic (if maintained)
- Reboot your phone to make the changes take effect.
If the style has not changed after the execution of the commands, then your firmware does not support this function, in which case you can try to modify the system files (section 4).
List of all hidden styles for MIUI 14
β οΈ Attention: Misuse of the right ADB-The commands may cause the sound system to malfunction, for example, if you enter a non-existent style number (e.g., a non-existent style number, volume_panel_style 99), The volume slider can disappear completely, and in this case, only resetting or flashing the flashing will help.
4. Manual editing of system files (for advanced)
This method allows you to completely redesign the volume slider design, but requires root rights and knowledge of the structure of the MIUI system files. We do not recommend it for beginners, but if you are willing to take a chance, follow the instructions:
Tools required:
- π± Xiaomi Redmi smartphone with unlocked bootloader and root rights (for example, through Magisk).
- π» PC fitted ADB and Fastboot.
- π Backup of the file /system/media/theme/default/com.android.systemui/res/drawable/volume_panel_bg.xml.
- π¨ Editorial XML (For example, Notepad.++ or VS Code).
Algorithm of action:
- Download the system file of the volume slider from the phone: adb pull /system/media/theme/default/com.android.systemui/res/drawable/volume_panel_bg.xml
- Open the file in the editor and change the settings: background color: <solid color="#FF1E88E5"/> (replace HEX-Transparency: android:alpha="0.8" (significance 0 before 1). Rounding radius: <corners android:radius="16dp"/>.
adb push volume_panel_bg.xml /system/media/theme/default/com.android.systemui/res/drawable/
adb shell chmod 644 /system/media/theme/default/com.android.systemui/res/drawable/volume_panel_bg.xmlReset the device.
Backup the current firmware through TWRP|
Check the availability of root rights (Magisk Manager app) |
Download the original file volume_panel_bg.xml kickback|
Make sure the battery is 50 times charged%+ (Avoiding disconnection during the process)-->
If the volume slider stopped showing after the changes or MIUI started to slow down, restore the original file from the backup or follow the command:
adb shell rm /system/media/theme/default/com.android.systemui/res/drawable/volume_panel_bg.xml5. Addressing Volume Style Issues
When the volume slider is redesigned, there may be bugs: a missing regulator, no response to touch, or an incorrect display. Here's how to fix them:
Problem 1: The slider does not appear when you press the volume buttons
- π Reboot your phone β 70% of the time it solves the problem.
- π Check if the sound is turned off in Settings β Sound. β Quiet regime.
- π οΈ Reset the application settings System UI: adb shell pm clear com.android.systemui
Problem 2: Style reset after MIUI update
Firmware updates often reset user settings to bring back the previous design:
- π Repeat the steps from Section 3 (ADB-team).
- π₯ If you use a theme, reinstall it from the theme store.
- π Manual modifications to system files will require repeated editing (see Section 4).
Problem 3: The slider is not fully displayed or cropped
This is a typical mistake after setting custom themes.
- π¨ Set a standard theme MIUI: Settings β Topics β Standard.
- π§ Change the density of the screen (DPI) Developer settings on 440 or 480.
- π₯οΈ If the problem remains, reset the display settings: Settings β Screen. β Resetting screen settings.
π‘
Before any manipulation of the volume style, create a restore point in TWRP or backup through Xiaomi Cloud, which will allow you to quickly roll back changes if something goes wrong.
6. Additional audio settings on Xiaomi Redmi
In addition to the appearance of the slider, MIUI has other useful options for customizing the sound:
Set up individual volume levels
- π Media - music, video, games.
- π Calls β the volume of incoming calls.
- π Notifications β message signals.
- π¨ The alarm clock is the sound of the alarm clock.
To split the adjustment, go to Settings β Sound β Additional β Separate the volume controls.
Equalizer and sound effects
MIUI has a built-in equalizer to improve the sound:
- Open the settings β Sound β Sound quality.
- Select a profile (Bases, Clarity, User).
- Adjust sliders manually or turn on Adaptive sound (automatic optimization for headphones).
Vibration when changing volume
To enable tactile recoil when pressing volume buttons:
- Go to Settings β Sound and vibration β Vibration.
- Activate the Vibration option when you press the volume buttons.