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

Commit cf9631fb authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 39b06307: am 83705e99: am 205d0cdf: Fix overdraw the correct way...

* commit '39b06307':
  Fix overdraw the correct way...
parents 1d36bee9 39b06307
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>