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

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

Add LayoutType.SMALL_ICON_HORIZONTAL_TEXT_THUMBNAIL am: 7b7d7dbe am: af18df70

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

Change-Id: Ic27a3163a3ae437a97131b378eb94e696acddbf0
parents f001e536 af18df70
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";