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

Commit b49b6cf7 authored by Clark Scheff's avatar Clark Scheff
Browse files

Themes: Add icon previews to ThemesContract

Change-Id: Icbfbee3404702a29881ad4933721d8beb39bef30
parent d8984e69
Loading
Loading
Loading
Loading
+24 −0
Original line number Original line Diff line number Diff line
@@ -463,5 +463,29 @@ public class ThemesContract {
         * <P>Type: BLOB (bitmap)</P>
         * <P>Type: BLOB (bitmap)</P>
         */
         */
        public static final String NAVBAR_RECENT_BUTTON = "navbar_recent_button";
        public static final String NAVBAR_RECENT_BUTTON = "navbar_recent_button";

        /**
         * Cached image of the 1/4 icons
         * <P>Type: BLOB (bitmap)</P>
         */
        public static final String ICON_PREVIEW_1 = "icon_preview_1";

        /**
         * Cached image of the 2/4 icons
         * <P>Type: BLOB (bitmap)</P>
         */
        public static final String ICON_PREVIEW_2 = "icon_preview_2";

        /**
         * Cached image of the 3/4 icons
         * <P>Type: BLOB (bitmap)</P>
         */
        public static final String ICON_PREVIEW_3 = "icon_preview_3";

        /**
         * Cached image of the 4/4 icons
         * <P>Type: BLOB (bitmap)</P>
         */
        public static final String ICON_PREVIEW_4 = "icon_preview_4";
    }
    }
}
}