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

Commit 43e6323c authored by George Lin's avatar George Lin
Browse files

Wallpaper preview fragment with Compose (3/3)

This to build the basic UI of the wallpaper preview screen with pure
Compose.

Test: Manually tested. See bug.
Bug: 423956081
Flag: com.android.wallpaper.refactor_wallpaper_preview_screen_flag
Change-Id: If57546eff6596fe97a0187fe39aa6e6e5cd52626
parent c121e43e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
// limitations under the License.
//


package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -49,7 +48,6 @@ java_library {
    ],
}


filegroup {
    name: "ThemePicker_Manifest",
    srcs: [
@@ -86,6 +84,7 @@ android_library {
        "androidx.compose.ui_ui-tooling",
        "androidx.lifecycle_lifecycle-runtime-compose",
        "androidx.lifecycle_lifecycle-viewmodel-compose",
        "PlatformComposeSceneTransitionLayout",
    ],

    srcs: [
@@ -152,6 +151,9 @@ android_app {
    platform_apis: true,
    manifest: "AndroidManifest.xml",
    additional_manifests: [":WallpaperPicker2_Manifest"],
    overrides: ["WallpaperPicker", "WallpaperPicker2"],
    overrides: [
        "WallpaperPicker",
        "WallpaperPicker2",
    ],
    static_libs: ["ThemePickerApplicationLib"],
}