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

Commit 38fc3c7b authored by jackqdyulei's avatar jackqdyulei
Browse files

Remove qs_tile_text and qs_dual_tile_caret

1. Replace the qs_tile_text with textColorSecondary
2. Remove the qs_dual_tile_caret because cannot find
usage about it.

Bug: 33413513
Test: Manual
Change-Id: Ib7a8be74b6e39de9a4cda0b6de887598f4a9621b
parent 85e2fa4e
Loading
Loading
Loading
Loading
+0 −22
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<!--
  ~ Copyright (C) 2015 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
  -->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="@color/qs_tile_disabled_color" />
    <item android:color="#B3FFFFFF" /> <!-- 70% white -->
</selector>
 No newline at end of file
+0 −25
Original line number Original line Diff line number Diff line
<!--
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.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24.0dp"
        android:height="24.0dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0">

    <path
        android:fillColor="@color/qs_tile_text"
        android:pathData="M14.0,20.0l10.0,10.0 10.0,-10.0z"/>
</vector>
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@
     <TextView android:id="@+id/tile_label"
     <TextView android:id="@+id/tile_label"
            android:layout_width="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="@color/qs_tile_text"
            android:textColor="?android:attr/textColorSecondary"
            android:gravity="center_horizontal"
            android:gravity="center_horizontal"
            android:minLines="2"
            android:minLines="2"
            android:padding="0dp"
            android:padding="0dp"