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

Commit 9f452e09 authored by nicolasroard's avatar nicolasroard
Browse files

Improves UI / size

- improves overdraw
- filter change anim
- better borders
- remove unused images

bug:9470514
bug:8658176

Change-Id: I764879be415acbfba5a36f239d1905ec54e2d3cb
parent 0594bd40
Loading
Loading
Loading
Loading
−2.17 KiB (2.18 KiB)
Loading image diff...
+24.9 KiB
Loading image diff...
+6 −0
Original line number Diff line number Diff line
@@ -105,4 +105,10 @@

    </LinearLayout>

    <com.android.gallery3d.filtershow.category.CategorySelected
            android:layout_width="@dimen/category_panel_icon_size"
            android:layout_height="@dimen/category_panel_icon_size"
            android:id="@+id/categorySelectedIndicator"
            android:visibility="invisible"/>

</FrameLayout>
+6 −0
Original line number Diff line number Diff line
@@ -92,4 +92,10 @@

    </LinearLayout>

    <com.android.gallery3d.filtershow.category.CategorySelected
            android:layout_width="@dimen/category_panel_icon_size"
            android:layout_height="@dimen/category_panel_icon_size"
            android:id="@+id/categorySelectedIndicator"
            android:visibility="invisible"/>

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