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

Commit 1d376645 authored by Samuel Fufa's avatar Samuel Fufa Committed by Automerger Merge Worker
Browse files

Merge "introduce medium height layout type" into sc-dev am: 649d23ec

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/14202717

Change-Id: I6822940c58d8821181e7effe5f1610c608b48c18
parents 94d7b5c9 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";
}