Iconify icon indicating copy to clipboard operation
Iconify copied to clipboard

[FEATURE] Add Android 11 style QS

Open ukrbugreporter opened this issue 1 year ago • 9 comments

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)

image

Example implementation in RisingOS (formerly RiceDroid)

Additional context

No response

ukrbugreporter avatar Aug 13 '23 21:08 ukrbugreporter

you can already do this, if you play with the settings.

goblin535353 avatar Aug 17 '23 16:08 goblin535353

Don't know if that is possible through xposed hook, but I will give it a try.

Mahmud0808 avatar Aug 20 '23 14:08 Mahmud0808

you can already do this, if you play with the settings.

I tried, but I was not satisfied with the result.

tadekdudek avatar Aug 21 '23 10:08 tadekdudek

any updates on this?

gaussandhisgun avatar Dec 02 '23 16:12 gaussandhisgun

any updates on this?

QS tile animations (expand/collapse) are hard to modify through xposed. So no further progress yet.

Mahmud0808 avatar Dec 18 '23 07:12 Mahmud0808

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. Screenshot_20240215-125742_DerpLauncher Screenshot_20240215-125737_DerpLauncher ](url)

PrrlHKR avatar Feb 15 '24 18:02 PrrlHKR

Is there happening anything anymore with this topic or is it dead?

elisenlebkuch avatar Aug 17 '24 10:08 elisenlebkuch

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.

Mahmud0808 avatar Sep 21 '24 03:09 Mahmud0808

how about implementing something like masks, similar to launcher app icons that you can get different shapes

jeanrivera avatar Sep 21 '24 04:09 jeanrivera

Screenshot_20241011-002514_Lawnchair (Debug)

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.

breakingspell avatar Oct 11 '24 05:10 breakingspell