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

Commit 3c7a0a5a 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 am: 6dc62a8e

parents 505b474b 6dc62a8e
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";
}