aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 314da28dd77254f706d5eca075418e8bfef22d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# POSP SystemUI Plugins

This repository (currently) houses 4 different SystemUI Volume Panel Plugins.
To build and use these as intended, you may need to pick some changes from our [frameworks/base](https://github.com/PotatoProject/frameworks_base).

Then, compile the following modules:
```
AospPanel
CompactPanel
OreoPanel
TiledPanel
```

**Please refrain from altering packagenames/classpaths and Copyright headers**
Respect original works, we accept contributions via [Gerrit Code Review](review.potatoproject.co) :)
Feel free to track this repository directly!

Special thanks to Alex (treydev) for the ViewTreeInspector animation trick!