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

Commit 5f449e58 authored by narinder Rana's avatar narinder Rana
Browse files

update color control normal and toggle icon color

parent d74ccf74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <style name="ActionBarTheme" parent="@*android:style/ThemeOverlay.Material.Dark.ActionBar">
        <item name="android:colorControlNormal">@color/color_default_primary_text</item>
        <item name="android:colorControlNormal">@color/color_default_blue1</item>
        <item name="android:textSelectHandle">@drawable/text_select_handle_middle</item>
        <item name="android:textSelectHandleLeft">@drawable/text_select_handle_left</item>
        <item name="android:textSelectHandleRight">@drawable/text_select_handle_right</item>
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@ public abstract class DrawerController implements DrawerListener {

        int color=activity.getResources().getColor(R.color.accent);
        toolbar.setTitleTextColor(activity.getResources().getColor(R.color.color_default_foreground));

        mToggle.getDrawerArrowDrawable().setColor(activity.getResources().getColor(R.color.color_default_primary_text));
        return color;
    }
}