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

Commit c6e166c6 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7302914 from b6285a9f to sc-v2-release

Change-Id: I0f7e23fd45fa5bad59d13c9ced7155245d4b89d0
parents 9777febd b6285a9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
        android:color="?android:colorAccent" />
    <item
        android:state_checked="false"
        android:color="@color/bottom_bar_icon_unchecked_color" />
        android:color="?android:textColorTertiary" />
</selector>
 No newline at end of file
+7 −3
Original line number Diff line number Diff line
@@ -15,7 +15,11 @@
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:alpha="0.16" android:color="@color/edit_background_base" android:state_hovered="true"/>
    <item android:alpha="0.04" android:color="@color/edit_background_base" android:state_enabled="false"/>
    <item android:alpha="0.05" android:color="@color/edit_background_base"/>
    <item android:alpha="0.16"
        android:color="?android:textColorTertiary"
        android:state_hovered="true"/>
    <item android:alpha="0.04"
        android:color="?android:textColorTertiary"
        android:state_enabled="false"/>
    <item android:alpha="0.05" android:color="?android:textColorTertiary"/>
</selector>
 No newline at end of file
+3 −2
Original line number Diff line number Diff line
@@ -13,12 +13,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
    <item>
        <shape android:shape="oval">
            <size android:width="@dimen/center_check_size"
                android:height="@dimen/center_check_size" />
            <solid android:color="@color/center_check_color" />
            <solid android:color="?androidprv:attr/colorAccentPrimaryVariant" />
        </shape>
    </item>
    <item>
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/icon_background" />
    <background android:drawable="?android:colorAccent" />
    <foreground>
        <inset android:inset="16.6%" android:drawable="@drawable/icon_foreground" />
    </foreground>

res/drawable/ic_tune.xml

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
<!--
     Copyright (C) 2019 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="20dp"
    android:height="20dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M3,17v2h6v-2H3zM3,5v2h10V5H3zM13,21v-2h8v-2h-8v-2h-2v6H13zM7,9v2H3v2h4v2h2V9H7zM21,13v-2H11v2H21zM15,9h2V7h4V5h-4V3h-2V9z"/>
</vector>
Loading