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

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

Merge "[Toast] Add a new layout type for rich answers." into tm-qpr-dev am:...

Merge "[Toast] Add a new layout type for rich answers." into tm-qpr-dev am: 59b6ad2d am: 492d3e3b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/20417808



Change-Id: Ie2e8e8b7440edec488795a53ff8a9657501eda23
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1dfda8dd 492d3e3b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,4 +83,8 @@ public class LayoutType {

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

    // layout for a tall card with header and image, and no icon.
    public static final String TALL_CARD_WITH_IMAGE_NO_ICON = "tall_card_with_image_no_icon";

}