SystemUI: allow devices override audio panel location
Some devices have volume buttons on left side and it not fancy if volume panel will be at right side.
You can override panel location using overlay for SystemUI:
<!-- Allow devices override audio panel location to the left side -->
<bool name="config_audioPanelOnLeftSide">true</bool>
Also includes:
commit f25ce242d9d0ca29d663d79ccb74ebbed02144c3 (HEAD -> pie)
Author: Alex Cruz <alex@dirtyunicorns.com>
Date: Fri Dec 21 22:08:52 2018 -0600
Volume panel: Do the same with less
commit 80fd436c97cb0eda45bd488cdd3ce23b2d1ba141
Author: Kshitij Gupta <kshitijgm@gmail.com>
Date: Wed Dec 26 15:46:18 2018 +0000
VolumeDialogImpl: Fix animation direction logic
- This behaviour was changed in https://github.com/PotatoProject/frameworks_base/commit/f6f78266d42188b2808a735d12b4bca0aa3fafd9
- Correct animation direction for better UX
Signed-off-by: Jagrav Naik <jagravnaik0@gmail.com>
Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
Change-Id: Ice8fe600b5ece5c4f4503c17bcdcc691b471a211
3 files changed