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

Commit 58918f26 authored by menghanli's avatar menghanli
Browse files

Create settings for color inversion (1/n)

Add constants for color inversion settings and dialog.

Bug: 146019226
Test: none, just a metrics change
Change-Id: I4d85083c5f725db5609f6c5955b53b8a72afd234
parent 519a2d15
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2517,4 +2517,14 @@ enum PageId {
    // OS: R
    DIALOG_MAGNIFICATION_CAPABILITY = 1816;

    // OPEN: Settings > Accessibility > Color inversion
    // CATEGORY: SETTINGS
    // OS: R
    ACCESSIBILITY_COLOR_INVERSION_SETTINGS = 1817;

    // OPEN: Settings > Accessibility > Color inversion > Edit shortcut dialog
    // CATEGORY: SETTINGS
    // OS: R
    DIALOG_COLOR_INVERSION_EDIT_SHORTCUT = 1818;

}