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

Commit e8c53eba authored by Brian Attwell's avatar Brian Attwell
Browse files

Improve homeAsUpIcon used in ActionBarContextView

Bug: 17882055
Change-Id: I81ca8305fa4fb4ffe1461b8235cd3a57f270cfd4
parent 9867cbe7
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2014 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/ic_close_dk"
    android:autoMirrored="true"
    android:tint="@android:color/black" />
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
        <item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
        <!-- Style for the overflow button in the actionbar. -->
        <item name="android:actionOverflowButtonStyle">@style/ContactsActionBarOverflowQP</item>
        <item name="android:actionModeCloseDrawable">@drawable/ic_close_lt</item>
        <item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item>
        <item name="android:textColorPrimary">@color/primary_text_color</item>
        <item name="android:textColorSecondary">@color/secondary_text_color</item>