├── README.md ├── SOURCE_URL └── SUMMARY /README.md: -------------------------------------------------------------------------------- 1 | # Translucent Shade 2 | ### Previously known as "Notification Shade Transparency" 3 | 4 | **Compatible with Android 12+, AOSP-based only, GUI application available** 5 | 6 | ![Dark theme preview on Android 15](https://raw.githubusercontent.com/AsyJAIZ/Notification-Shade-Transparency/refs/heads/main/notifshade15d.png)![Light theme preview on Android 15](https://raw.githubusercontent.com/AsyJAIZ/Notification-Shade-Transparency/refs/heads/main/notifshade15l.png) 7 | 8 | ## To-Do 9 | - [x] GUI 10 | - [x] QS tiles part 11 | - [ ] Tint coloring 12 | 13 | ## Older systems preview 14 | ![Light theme preview on Android 13](https://raw.githubusercontent.com/AsyJAIZ/Notification-Shade-Transparency/refs/heads/main/notifshade13.png)![Preview on Android 12 without tint](https://raw.githubusercontent.com/AsyJAIZ/Notification-Shade-Transparency/refs/heads/main/notifshade.png "Preview on Android 12 without tint") 15 | 16 | ### License 17 | This project is licensed under the Apache License, Version 2.0 (the "License"). See [LICENSE](https://github.com/AsyJAIZ/Notification-Shade-Transparency/blob/main/LICENSE) for details. 18 | -------------------------------------------------------------------------------- /SOURCE_URL: -------------------------------------------------------------------------------- 1 | https://github.com/AsyJAIZ/Notification-Shade-Transparency -------------------------------------------------------------------------------- /SUMMARY: -------------------------------------------------------------------------------- 1 | Lets you set up the translucency of your shade the way you want it to be --------------------------------------------------------------------------------