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

Commit 205d0cdf authored by nicolasroard's avatar nicolasroard
Browse files

Fix overdraw the correct way...

bug:7634701
Change-Id: Ifa7061dac35e948120c1a481c40bcf107f7ee6e1
parent 6e9123a6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -18,8 +18,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/mainView"
    android:background="@color/background_screen" >
    android:id="@+id/mainView">

    <LinearLayout
        android:id="@+id/imageStatePanel"
+1 −2
Original line number Diff line number Diff line
@@ -29,8 +29,7 @@
        <item name="android:colorBackgroundCacheHint">@null</item>
    </style>
    <style name="Theme.FilterShow" parent="Theme.Gallery">
        <item name="android:windowBackground">@null</item>
        <item name="android:windowContentOverlay">@null</item>
        <item name="android:windowBackground">@color/background_screen</item>
    </style>
    <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
        <item name="android:displayOptions">useLogo|showHome</item>