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

Commit 8e8b4745 authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Use transparent background in Activity

Ensure the Activity's window can show the wallpaper behind it

Bug: 146390764
Bug: 149374062
Change-Id: I6de921b57480071a4d69e99146753fd33050089e
parent af79933f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ LOCAL_USE_AAPT2 := true
LOCAL_MODULE_TAGS := optional

LOCAL_STATIC_ANDROID_LIBRARIES := WallpaperPicker2CommonDepsLib
LOCAL_STATIC_JAVA_LIBRARIES := styleprotosnano SystemUI-statsd
LOCAL_STATIC_JAVA_LIBRARIES := styleprotosnano SystemUI-statsd SystemUISharedLib
LOCAL_PROGUARD_ENABLED := disabled
LOCAL_SDK_VERSION := system_current

+4 −0
Original line number Diff line number Diff line
@@ -38,6 +38,10 @@
        <item name="android:windowNoTitle">true</item>
        <item name="android:fitsSystemWindows">false</item>
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>

        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowDisablePreview">true</item>
    </style>

    <!-- Bottom nav -->