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

Commit 6dc62a8e authored by Becky Qiu's avatar Becky Qiu Committed by Automerger Merge Worker
Browse files

[Toast] Add a new layout type for section header. am: 8a3cadab am: 2627506f

parents 228f818f 2627506f
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";
}