Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7885625 authored by stofstik's avatar stofstik Committed by Michael Bestas
Browse files

Added show volume to tile chooser

Change-Id: I60e521096852669ffe4d379b24d6a25de0a2d6f4
JIRA: CYAN-6721
parent d222ae55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1011,6 +1011,7 @@
    <string name="qs_tile_lockscreen">Lock screen</string>
    <string name="qs_tile_lte">LTE</string>
    <string name="qs_tile_visualizer" translatable="false">AudioFX</string>
    <string name="qs_tile_volume_panel">Volume panel</string>
    <string name="qs_tile_screen_timeout">Screen timeout</string>
    <string name="qs_tile_usb_tether">USB tethering</string>
    <string name="qs_tile_heads_up">Heads up</string>
+4 −0
Original line number Diff line number Diff line
@@ -136,6 +136,10 @@ public class QSTileHolder {
                resourceName = "ic_qs_visualizer_static";
                stringId = R.string.qs_tile_visualizer;
                break;
            case QSConstants.TILE_VOLUME:
                resourceName = "ic_qs_volume_panel";
                stringId = R.string.qs_tile_volume_panel;
                break;
            case QSConstants.TILE_SCREEN_TIMEOUT:
                resourceName = "ic_qs_screen_timeout_vector";
                stringId = R.string.qs_tile_screen_timeout;