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

Commit f84af763 authored by Michael Bestas's avatar Michael Bestas Committed by Abhisek Devkota
Browse files

QS: Add heads up tile (2/2)

Change-Id: I27eedf95ed200ab24f79380d6dd29c676775806b
parent b6ff0b2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1039,6 +1039,7 @@
    <string name="qs_tile_visualizer" translatable="false">AudioFX</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>

    <string name="qs_main_tiles_title">Enlarge first row</string>
    <string name="qs_main_tiles_summary_on">Two main tiles on the first row</string>
+4 −0
Original line number Diff line number Diff line
@@ -149,6 +149,10 @@ public class QSTileHolder {
                resourceName = "ic_qs_usb_tether_on";
                stringId = R.string.qs_tile_usb_tether;
                break;
            case QSConstants.TILE_HEADS_UP:
                resourceName = "ic_qs_heads_up_on";
                stringId = R.string.qs_tile_heads_up;
                break;
            default:
                return null;
        }