Open ukrbugreporter opened 1 year ago
you can already do this, if you play with the settings.
Don't know if that is possible through xposed hook, but I will give it a try.
you can already do this, if you play with the settings.
I tried, but I was not satisfied with the result.
any updates on this?
any updates on this?
QS tile animations (expand/collapse) are hard to modify through xposed. So no further progress yet.
Might not be directly applicable to iconify, but the custom ROM "DerpFest" has this functionality and it works and looks great. Not sure how they're achieving it, probably totally custom system UI. ](url)
Is there happening anything anymore with this topic or is it dead?
Is there happening anything anymore with this topic or is it dead?
Sorry for the late response, I already tried to implement it and the best I could do is a tiny circle icon with text below the icon. Couldn't change the size of the icon any way so abandoned it for now.
how about implementing something like masks, similar to launcher app icons that you can get different shapes
This is as close as I can get to an A11 QQS layout in LineageOS 21, just going all in on 2-row layout and using vertical icon labels. Unfortunately the old 1x6 (QQS) and 3x3 (QS) layouts are beyond what can be bent in LineageOS's SystemUI, as they ship Material3 clean with no other styling changes like some ROMs. Even 5 columns are unsupported.
I found that I only regularly used 7 or 8 of the toggles in A11 full Quick Settings anyway, so this fits in the Quick-Quick-Settings panel with even less swipes. Just need Brightness Slider in QQS and it'll almost be muscle memory complete again.
Describe the feature
Add an option to switch from Material 3 pill-shaped QS tiles to pre-Android 12 QS style with round (or one of other available shapes) tiles.
Why would it be useful to add?
A more familiar and (for some) more convenient way to use the QS panel.
Example(s)
Example implementation in RisingOS (formerly RiceDroid)
Additional context
No response