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

Commit af18df70 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Automerger Merge Worker
Browse files

Add LayoutType.SMALL_ICON_HORIZONTAL_TEXT_THUMBNAIL am: 7b7d7dbe

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

Change-Id: Iaa86bb7d85dc7d4e1a67c03e0591f07b78545e69
parents a8866f82 7b7d7dbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ public class LayoutType {
    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";
    public static final String SMALL_ICON_HORIZONTAL_TEXT_THUMBNAIL = "short_icon_row_thumbnail";

    // This layout creates square thumbnail image (currently 3 column)
    public static final String THUMBNAIL = "thumbnail";