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

Commit 1b50a6d3 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Revert "On device search UI template name cleanup"

Revert submission 14356454-uitemplate

Reason for revert: icon_text(s)_row is still being used from aiai side
Reverted Changes:
I370ef3cb3:ui template cleanup and name change for medium ico...
Ib34da62d4:On device search UI template name cleanup
Bug: 184369338
Change-Id: If7b792370d30757337257482cf1fb6be37ac8b59
parent 309cd327
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -27,14 +27,22 @@ public class LayoutType {
    //      text
    public static final String ICON_SINGLE_VERTICAL_TEXT = "icon";

    // Below three layouts render
    // Below three layouts (to be deprecated) and two layouts render
    // {@link SearchTarget}s in following layout.
    //     ------                            ------   ------
    //    |      | title                    |(opt)|  |(opt)|
    //    | icon | subtitle (optional)      | icon|  | icon|
    //     ------                            ------  ------
    @Deprecated
    public static final String ICON_SINGLE_HORIZONTAL_TEXT = "icon_text_row";
    @Deprecated
    public static final String ICON_DOUBLE_HORIZONTAL_TEXT = "icon_texts_row";
    @Deprecated
    public static final String ICON_DOUBLE_HORIZONTAL_TEXT_BUTTON = "icon_texts_button";

    // will replace ICON_DOUBLE_* ICON_SINGLE_* layouts
    public static final String ICON_HORIZONTAL_TEXT = "icon_row";
    public static final String MEDIUM_ICON_HORIZONTAL_TEXT = "medium_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)