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

Commit 64046adb authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7213262 from b3a35628 to sc-release

Change-Id: I4df73767dcf7b53a6ca5747bd29c35fb69bc42a7
parents 9cfd0f78 b3a35628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ android_library {
    name: "search_ui",

    sdk_version: "current",
    min_sdk_version: "current",
    min_sdk_version: "26",

    srcs: [
        "src/**/*.java",
+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";
}