commit | 477367d0e8d041179d880c5bf82bc682790d724b | [log] [tgz] |
---|---|---|
author | HrX03 <dn.bianco03@gmail.com> | Fri Dec 11 14:13:28 2020 +0000 |
committer | Kshitij Gupta <kshitijgm@gmail.com> | Mon Dec 21 09:22:26 2020 +0000 |
tree | cb995dfc4339de407302c2242420ff4663af9d03 | |
parent | 57d14559175523a6c23216ae963201df32116da3 [diff] |
plugins: Finally fix tiled panel duplication [ @HrX03 - POSP ] This puts an end to weird ass tiled panel bugs and finally it can be compared to the other panels It required a little refactoring deleting the mirror array and using the volumerow object directly to store the button info. Plus i'm extra dumb and actually forgot to clean up the button view and im like ._. Change-Id: I0effd8067fab6fc0cebff9b2b08488c53ed1457c
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.
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 :) Feel free to track this repository directly!
Special thanks to Alex (treydev) for the ViewTreeInspector animation trick!