For #22698 - Remove unused mozac_browser_menu_item_switch.xml resource

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent c27714a314
commit 2c5cfb2447

@ -789,17 +789,6 @@
column="5"/>
</issue>
<issue
id="UseSwitchCompatOrMaterialXml"
message="Use `SwitchCompat` from AppCompat or `SwitchMaterial` from Material library"
errorLine1="&lt;Switch xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/mozac_browser_menu_item_switch.xml"
line="5"
column="1"/>
</issue>
<issue
id="UseSwitchCompatOrMaterialXml"
message="Use `SwitchCompat` from AppCompat or `SwitchMaterial` from Material library"
@ -6850,17 +6839,6 @@
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.layout.mozac_browser_menu_item_switch` appears to be unused"
errorLine1="&lt;Switch xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
errorLine2="^">
<location
file="src/main/res/layout/mozac_browser_menu_item_switch.xml"
line="5"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.anim.placeholder_animation` appears to be unused"

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<Switch xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/Mozac.Browser.Menu.Item.Text"
android:layout_width="match_parent"
android:layout_height="@dimen/mozac_browser_menu_item_container_layout_height"
android:orientation="vertical"
android:paddingStart="16dp"
android:paddingEnd="16dp"/>
Loading…
Cancel
Save