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

Commit f04be277 authored by Behnam Heydarshahi's avatar Behnam Heydarshahi Committed by Android (Google) Code Review
Browse files

Merge "Remove volume_dnd_icon.xml" into main

parents 9eda1eea f68639d1
Loading
Loading
Loading
Loading
+0 −31
Original line number Diff line number Diff line
<!--
     Copyright (C) 2018 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.
-->
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/dnd_icon"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="bottom"
    android:layout_marginTop="6dp"
    android:layout_marginBottom="6dp">

    <ImageView
        android:layout_width="14dp"
        android:layout_height="14dp"
        android:layout_gravity="center"
        android:src="@*android:drawable/ic_qs_dnd"
        android:tint="?android:attr/textColorTertiary"/>
</FrameLayout>
 No newline at end of file
+0 −33
Original line number Diff line number Diff line
@@ -1270,17 +1270,6 @@
            column="1"/>
    </issue>
    <issue
        id="MergeRootFrame"
        message="This `&lt;FrameLayout>` can be replaced with a `&lt;merge>` tag"
        errorLine1="&lt;FrameLayout"
        errorLine2="^">
        <location
            file="res/layout/volume_dnd_icon.xml"
            line="16"
            column="1"/>
    </issue>
    <issue
        id="InefficientWeight"
        message="Use a `layout_height` of `0dp` instead of `wrap_content` for better performance"
@@ -88847,17 +88836,6 @@
            column="5"/>
    </issue>
    <issue
        id="ContentDescription"
        message="[Accessibility] Missing `contentDescription` attribute on image"
        errorLine1="    &lt;ImageView"
        errorLine2="    ^">
        <location
            file="res/layout/volume_dnd_icon.xml"
            line="23"
            column="5"/>
    </issue>
    <issue
        id="ContentDescription"
        message="[Accessibility] Missing `contentDescription` attribute on image"
@@ -89783,15 +89761,4 @@
            column="22"/>
    </issue>
    <issue
        id="RtlHardcoded"
        message="Use &quot;`end`&quot; instead of &quot;`right`&quot; to ensure correct behavior in right-to-left locales"
        errorLine1="        android:layout_gravity=&quot;right|top&quot;"
        errorLine2="                                ~~~~~~~~~">
        <location
            file="res/layout/volume_dnd_icon.xml"
            line="26"
            column="33"/>
    </issue>
</issues>