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

Commit 045f47f8 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Add Widget related layout types to LayoutType

Bug: 177223401
Test: Manual
Change-Id: I990c25fe267499c8119e751e4d00c467c7a7f5ef
parent 0b3194c9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -55,5 +55,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
}