Loading packages/SystemUI/res/layout/volume_dnd_icon.xmldeleted 100644 → 0 +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 packages/SystemUI/tools/lint/baseline.xml +0 −33 Original line number Diff line number Diff line Loading @@ -1270,17 +1270,6 @@ column="1"/> </issue> <issue id="MergeRootFrame" message="This `<FrameLayout>` can be replaced with a `<merge>` tag" errorLine1="<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" Loading Loading @@ -88847,17 +88836,6 @@ column="5"/> </issue> <issue id="ContentDescription" message="[Accessibility] Missing `contentDescription` attribute on image" errorLine1=" <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" Loading Loading @@ -89783,15 +89761,4 @@ column="22"/> </issue> <issue id="RtlHardcoded" message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" errorLine1=" android:layout_gravity="right|top"" errorLine2=" ~~~~~~~~~"> <location file="res/layout/volume_dnd_icon.xml" line="26" column="33"/> </issue> </issues> Loading
packages/SystemUI/res/layout/volume_dnd_icon.xmldeleted 100644 → 0 +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
packages/SystemUI/tools/lint/baseline.xml +0 −33 Original line number Diff line number Diff line Loading @@ -1270,17 +1270,6 @@ column="1"/> </issue> <issue id="MergeRootFrame" message="This `<FrameLayout>` can be replaced with a `<merge>` tag" errorLine1="<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" Loading Loading @@ -88847,17 +88836,6 @@ column="5"/> </issue> <issue id="ContentDescription" message="[Accessibility] Missing `contentDescription` attribute on image" errorLine1=" <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" Loading Loading @@ -89783,15 +89761,4 @@ column="22"/> </issue> <issue id="RtlHardcoded" message="Use "`end`" instead of "`right`" to ensure correct behavior in right-to-left locales" errorLine1=" android:layout_gravity="right|top"" errorLine2=" ~~~~~~~~~"> <location file="res/layout/volume_dnd_icon.xml" line="26" column="33"/> </issue> </issues>