SystemUI: Enable three icon switching within QS DND tile
This expands the QS DND tile to use three states instead of two. Java commits by @nicholaschum What this does: - Removes the two states (true/false) clause {? XXX:YYY;} and uses an switch(mZen) instead for the two cases and the default. If in the future, we want to add another tile, just add another case. - Adds two vector drawables originally by Cataclysm dev @atl4ntis, modified and reformatted - this allows for themers to theme this resource as well by adding the two new drawables. PS1: Uses if/elsif/else clause PS2: Update to use switch(mZen) clause Change-Id: If34e225bdc81e944a12ffd764a521de934aca3b3
Loading
Please register or sign in to comment