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

Commit 2627506f 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

parents df20a016 8a3cadab
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";
}