Skip to content

Commit

Permalink
qs styles: Prefer the new trim/dualtone styles
Browse files Browse the repository at this point in the history
Instead of having like 3 overlays per shape, why not adapt them to the system shape?

Change-Id: I5c6ca09fbef9eca6092de41a34a26d842d4342c3
  • Loading branch information
eldainosor authored and stevn4127 committed Aug 20, 2020
1 parent 54fab53 commit 9ff0e60
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ public class ThemesUtils {

public static final String[] QS_TILE_THEMES = {
"default_qstile",
"com.android.systemui.qstile.circletrim",
"com.android.systemui.qstile.dualtonecircletrim",
"com.android.systemui.qstile.squircletrim",
"com.bootleggers.qstile.trim",
"com.bootleggers.qstile.dualtone",
"com.bootleggers.qstile.dualtonetrim",
"com.bootleggers.qstile.cookie",
"com.bootleggers.qstile.deletround",
"com.bootleggers.qstile.inktober",
Expand Down

0 comments on commit 9ff0e60

Please sign in to comment.