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

Commit fe3aa5d6 authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Create settings for color inversion (1/n)"

parents 96820467 58918f26
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;

}