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

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

Merge "Create settings for window magnification (1/n)"

parents 7cab359f d923a69d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2504,4 +2504,14 @@ enum PageId {
    // OS: R
    DIALOG_DALTONIZER_EDIT_SHORTCUT = 1814;

    // OPEN: Settings > Accessibility > Magnification > Settings
    // CATEGORY: SETTINGS
    // OS: R
    ACCESSIBILITY_MAGNIFICATION_SETTINGS = 1815;

    // OPEN: Settings > Accessibility > Magnification > Settings > Magnification area dialog
    // CATEGORY: SETTINGS
    // OS: R
    DIALOG_MAGNIFICATION_CAPABILITY = 1816;

}