AospPanel: Improve touch width

This fixes an issue when device is in landscape mode, the taps go through Volume panel and doesnt open expanded panel, instead triggers activity of underlying application.

Signed-off-by: drpradsms <dr.pradsms@gmail.com>
Change-Id: I0d2bcf5040bb6dc154cbfcf95d353337cff4c922
Signed-off-by: Joey Huab <joey@evolution-x.org>
Signed-off-by: Ayan Mukherjee <mukherjeeayan725@gmail.com>
1 file changed
tree: 8c299ac1ab8cfdbeb2b9c2959439ad39f31323d5
  1. AospPanel/
  2. CompactPanel/
  3. OreoPanel/
  4. TiledPanel/
  5. VolumePluginCommon/
  6. plugins.mk
  7. README.md
README.md

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.

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!