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

Commit bea7431c authored by Stephen Bird's avatar Stephen Bird
Browse files

Fix back arrow discoloration in action bar

Change-Id: Ic428a0e4fb7802f1983e7c575adb904c1f6fd65d
(cherry picked from commit 2ed65f04)
parent 7cf35abe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
                    android:layout_width="match_parent"
                    android:minHeight="?android:attr/actionBarSize"
                    android:background="?android:attr/colorPrimary"
                    android:theme="@android:style/Theme.Material"/>
                    android:theme="@style/FileManager.NavigationActionBar"/>

            <!-- Navigation View -->
            <com.cyanogenmod.filemanager.ui.widgets.NavigationView
+5 −1
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@
        <item name="android:background">@color/material_palette_blue_primary</item>
    </style>

    <style name="FileManager.NavigationActionBar" parent="@android:style/Theme.Material">
       <item name="android:colorControlNormal">@android:color/white</item>
    </style>

    <!-- Title -->
    <style name="title_text_appearance">
        <item name="android:textSize">@dimen/title_text_size</item>