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

Commit b3a35628 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Insert EMPTY_DIVIDER LayoutType" into sc-dev

parents 45a5564c 39302058
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";
}