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

Commit 8a3cadab authored by Becky Qiu's avatar Becky Qiu
Browse files

[Toast] Add a new layout type for section header.

Bug: 227627523
Test: manual
Change-Id: I488fd030e2c4ee3e5d7183ee53d48acd0cb5db4d
parent c37ae1c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -73,4 +73,7 @@ public class LayoutType {

    // layout representing quick calculations
    public static final String CALCULATOR = "calculator";

    // layout for the section header
    public static final String SECTION_HEADER = "section_header";
}