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

Commit 8604e358 authored by Likai Ding's avatar Likai Ding
Browse files

SnapdragonGallery: Fix white gallery screen before showing photo

When firsh launch Galler, there is still a white screen.
set GalleryActivity attribute windowBackground to black.

Change-Id: I8d293595a4adb1183c93da0e2a79ee26e9a6ec48
parent 7362c026
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -306,6 +306,7 @@

    <style name="AppTheme" parent="android:Theme.Material.Light">
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
        <item name="android:windowBackground">@android:color/black</item>
        <item name="android:statusBarColor">@android:color/transparent</item>
        <item name="android:windowTranslucentStatus">true</item>
        <item name="android:windowTranslucentNavigation">false</item>