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

Commit 22a19497 authored by Fan Zhang's avatar Fan Zhang
Browse files

Use rounded back arrow for settings actionbar.

Change-Id: Ie620abc2d78f6a67094d04f38f3b96ef6390d628
Fixes: 65459926
Test: visual
parent d96b97b8
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright (C) 2017 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.
  -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0"
        android:autoMirrored="true"
        android:tint="?attr/colorControlNormal">
    <path
        android:fillColor="@color/white"
        android:pathData="M20,11H7.62l4.88,-4.88a0.996,0.996 0,1 0,-1.41 -1.41l-6.94,6.94c-0.2,0.2 -0.2,0.51 0,0.71l6.94,6.94a0.996,0.996 0,1 0,1.41 -1.41L7.62,13H20c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1z"/>
</vector>
+1 −0
Original line number Diff line number Diff line
@@ -1336,6 +1336,7 @@ please see themes_device_defaults.xml.

    <!-- Default theme for Settings and activities launched from Settings. -->
    <style name="Theme.Material.Settings" parent="Theme.Material.Light.LightStatusBar">
        <item name="homeAsUpIndicator">@drawable/ic_ab_back_material_settings</item>
        <item name="colorPrimary">@color/primary_material_settings_light</item>
        <item name="colorPrimaryDark">@color/primary_dark_material_settings_light</item>
        <item name="colorSecondary">@color/secondary_material_settings_light</item>