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

Commit 2a404dc6 authored by ChenJean's avatar ChenJean
Browse files

Support caption second UI structure (1/n)

Add constants for captions appearance and more options.

Bug: 143502915
Test: manual
Change-Id: I1cea63a5988277bff71e803d59be0eda3c03baef
parent 7f7c31f9
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -716,7 +716,7 @@ enum PageId {
    // OS: 6.0
    ACCESSIBILITY = 2;

    // OPEN: Settings > Accessibility > Captions
    // OPEN: Settings > Accessibility > Captions preference
    // CATEGORY: SETTINGS
    // OS: 6.0
    ACCESSIBILITY_CAPTION_PROPERTIES = 3;
@@ -2527,4 +2527,14 @@ enum PageId {
    // OS: R
    DIALOG_COLOR_INVERSION_EDIT_SHORTCUT = 1818;

    // OPEN: Settings > Accessibility > Captions preference > Captions appearance
    // CATEGORY: SETTINGS
    // OS: R
    ACCESSIBILITY_CAPTION_APPEARANCE = 1819;

    // OPEN: Settings > Accessibility > Captions preference > More options
    // CATEGORY: SETTINGS
    // OS: R
    ACCESSIBILITY_CAPTION_MORE_OPTIONS = 1820;

}