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

Commit 24691e4b authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "Add Widget related layout types to LayoutType" into sc-dev

parents d2db4cb3 045f47f8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -56,5 +56,12 @@ public class LayoutType {
    // TODO: add diagram
    public static final String TEXT_HEADER = "header";


    // Widget bitmap preview
    public static final String WIDGET_PREVIEW = "widget_preview";

    // Live widget search result
    public static final String WIDGET_LIVE = "widget_live";

    // TODO: replace the plugin item types with these string constants
}