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

Commit 39302058 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Insert EMPTY_DIVIDER LayoutType

Bug: 182503404
Test: manual
Change-Id: I126d95c66d69174978445f940f309dc4bf5ec537
parent ffd6798d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,4 +61,7 @@ public class LayoutType {

    // horizontal bar to be inserted between fallback search results and low confidence section
    public static final String DIVIDER = "divider";

    // horizontal bar to be inserted between fallback search results and low confidence section
    public static final String EMPTY_DIVIDER = "empty_divider";
}