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

Commit e8454353 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7290612 from 649d23ec to sc-release

Change-Id: I83a1e475a5097c340fcf6cf24f4fdcf76c23e261
parents 1d8fc94f 649d23ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ public class LayoutType {

    // will replace ICON_DOUBLE_* ICON_SINGLE_* layouts
    public static final String ICON_HORIZONTAL_TEXT = "icon_row";
    public static final String HORIZONTAL_MEDIUM_TEXT = "icon_row_medium";
    public static final String SMALL_ICON_HORIZONTAL_TEXT = "short_icon_row";

    // This layout creates square thumbnail image (currently 3 column)
@@ -67,4 +68,7 @@ public class LayoutType {

    // horizontal bar to be inserted between fallback search results and low confidence section
    public static final String EMPTY_DIVIDER = "empty_divider";

    // layout representing quick calculations
    public static final String CALCULATOR = "calculator";
}