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

Commit 7274a28e authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Automerger Merge Worker
Browse files

Add "PLACEHOLDER" and "RICHANSWER_PLACEHOLDER" to LayoutType.java am: bf797435 am: cbb1b4d0

parents 22e8789c cbb1b4d0
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";

}