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

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

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

* commit '83705e99':
  Fix overdraw the correct way...
parents 188a0e33 83705e99
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/mainView"
    android:id="@+id/mainView">
    android:background="@color/background_screen" >


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