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

Commit 7b7d7dbe authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Add LayoutType.SMALL_ICON_HORIZONTAL_TEXT_THUMBNAIL

Test: manual
Bug: 196586652
Change-Id: Ie1096b388e58f8551f5ee44208bb4767982b8b7c
parent 5254da1a
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";