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

Commit befc03bc authored by Ben Reich's avatar Ben Reich
Browse files

Revert "Update the file list sort icon"

This reverts commit a71b4b97.

Reason for revert: This test is failing on all environments. It's not
immediately clear why it's being ran on bots that don't have the flag
enabled. We have a train to board this week, so let's revert the test
for now (the flag is disabled by default) and reland once we've worked
out why it's running on those environments.

Bug: b/393339189, b/377771803
Change-Id: I240dac105fad1df76de54d6fa045ec39df7c7c0d
parent a71b4b97
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -15,12 +15,14 @@
    limitations under the License.
  -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="28dp"
    android:height="32dp"
    android:viewportHeight="32"
    android:viewportWidth="28">
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:fillColor="?attr/colorOnSecondaryContainer"
        android:pathData="M13.25 19.125V10.75c0-.208.07-.382.208-.52A.74.74 0 0 1 14 10c.208 0 .382.076.52.23.154.138.23.312.23.52v8.375l3.667-3.667a.718.718 0 0 1 .52-.229c.209 0 .39.077.542.23.153.152.23.333.23.541a.718.718 0 0 1-.23.52l-4.958 4.96a.786.786 0 0 1-.25.166.85.85 0 0 1-.271.041c-.097 0-.194-.013-.292-.041a.878.878 0 0 1-.229-.167l-4.958-4.958A.718.718 0 0 1 8.29 16a.822.822 0 0 1 .25-.542.718.718 0 0 1 .521-.229.74.74 0 0 1 .542.23l3.646 3.666Z" />
        android:pathData="M0 0h24v24H0V0z" />
    <path
        android:fillColor="?android:textColorSecondary"
        android:pathData="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z" />
</vector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->

<rotate xmlns:android="http://schemas.android.com/apk/res/android"
        android:drawable="@drawable/ic_sort_icon"
        android:drawable="@drawable/ic_arrow_upward"
        android:fromDegrees="0"
        android:toDegrees="180"
        android:pivotX="50%"
+0 −98
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2024 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_focused="true"
        android:state_hovered="true">
        <layer-list>
            <item>
                <shape
                    android:background="?attr/colorSurfaceBright"
                    android:shape="rectangle"
                    android:tint="?attr/colorSecondaryContainer"
                    android:tintMode="multiply">
                    <corners android:radius="14dp" />
                    <size
                        android:width="28dp"
                        android:height="32dp" />
                    <solid android:color="?attr/colorSecondaryContainer" />
                    <stroke
                        android:width="@dimen/focus_ring_width"
                        android:color="?attr/colorSecondary" />
                </shape>
            </item>
            <item android:drawable="@drawable/ic_arrow_upward" />
        </layer-list>
    </item>
    <item
        android:state_focused="false"
        android:state_hovered="true">
        <layer-list>
            <item>
                <shape
                    android:background="?attr/colorSurfaceBright"
                    android:shape="rectangle"
                    android:tint="?attr/colorSecondaryContainer"
                    android:tintMode="multiply">
                    <corners android:radius="14dp" />
                    <size
                        android:width="28dp"
                        android:height="32dp" />
                    <solid android:color="?attr/colorSecondaryContainer" />
                </shape>
            </item>
            <item android:drawable="@drawable/ic_arrow_upward" />
        </layer-list>
    </item>
    <item
        android:state_focused="true"
        android:state_hovered="false">
        <layer-list>
            <item>
                <shape
                    android:background="?attr/colorSurfaceBright"
                    android:shape="rectangle">
                    <corners android:radius="14dp" />
                    <size
                        android:width="28dp"
                        android:height="32dp" />
                    <solid android:color="?attr/colorSecondaryContainer" />
                    <stroke
                        android:width="@dimen/focus_ring_width"
                        android:color="?attr/colorSecondary" />
                </shape>
            </item>
            <item android:drawable="@drawable/ic_arrow_upward" />
        </layer-list>
    </item>
    <item>
        <layer-list>
            <item>
                <shape
                    android:background="?attr/colorSurfaceBright"
                    android:shape="rectangle">
                    <corners android:radius="14dp" />
                    <size
                        android:width="28dp"
                        android:height="32dp" />
                    <solid android:color="?attr/colorSecondaryContainer" />
                </shape>
            </item>
            <item android:drawable="@drawable/ic_arrow_upward" />
        </layer-list>
    </item>
</selector>
 No newline at end of file
+5 −10
Original line number Diff line number Diff line
@@ -54,8 +54,7 @@
                android:layout_height="match_parent"
                android:layout_weight="0.4"
                android:layout_marginEnd="12dp"
                android:clickable="true"
                android:focusable="false"
                android:focusable="true"
                android:gravity="center_vertical"
                android:orientation="horizontal"
                android:animateLayoutChanges="true">
@@ -69,8 +68,7 @@
                android:layout_height="match_parent"
                android:layout_weight="0"
                android:layout_marginEnd="0dp"
                android:clickable="true"
                android:focusable="false"
                android:focusable="true"
                android:gravity="center_vertical"
                android:orientation="horizontal"
                android:animateLayoutChanges="true">
@@ -84,8 +82,7 @@
                android:layout_height="match_parent"
                android:layout_weight="0.2"
                android:layout_marginEnd="12dp"
                android:clickable="true"
                android:focusable="false"
                android:focusable="true"
                android:gravity="center_vertical"
                android:orientation="horizontal"
                android:animateLayoutChanges="true">
@@ -99,8 +96,7 @@
                android:layout_height="match_parent"
                android:layout_weight="0.2"
                android:layout_marginEnd="12dp"
                android:clickable="true"
                android:focusable="false"
                android:focusable="true"
                android:gravity="center_vertical"
                android:orientation="horizontal"
                android:animateLayoutChanges="true">
@@ -114,8 +110,7 @@
                android:layout_height="match_parent"
                android:layout_weight="0.2"
                android:layout_marginEnd="12dp"
                android:clickable="true"
                android:focusable="false"
                android:focusable="true"
                android:gravity="center_vertical"
                android:orientation="horizontal"
                android:animateLayoutChanges="true">
+0 −3
Original line number Diff line number Diff line
@@ -32,9 +32,6 @@
        android:layout_width="@dimen/doc_header_sort_icon_size"
        android:layout_marginStart="3dp"
        android:visibility="gone"
        android:focusable="true"
        android:clickable="true"
        android:background="?attr/colorSurfaceBright"
        android:src="@drawable/ic_sort_arrow"
        android:contentDescription="@null"/>
</merge>
 No newline at end of file
Loading