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

Commit bf797435 authored by Anushree Ganjam's avatar Anushree Ganjam
Browse files

Add "PLACEHOLDER" and "RICHANSWER_PLACEHOLDER" to LayoutType.java

This is already on google3 searchUiLib
https://source.corp.google.com/piper///depot/google3/java/com/google/android/apps/miphone/aiai/echo/search/searchuilib/LayoutType.kt;l=30-33;bpv=0;bpt=0;rcl=511567002
and referred by AiAi.

Bug: 269787093
Test: Manual
Change-Id: If19e5198b7d864bacf56febeb5bc7951930915f5
parent 2c54385e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -99,4 +99,12 @@ public class LayoutType {

    // Layout for a quick settings tile
    public static final String QS_TILE = "qs_tile";

    // Placeholder for web suggest.
    public static final String PLACEHOLDER = "placeholder";

    // Placeholder for rich answer cards.
    // Only available on or above version code 3.
    public static final String RICHANSWER_PLACEHOLDER = "richanswer_placeholder";

}