Files
brave-core/android/java/res/anim/cycle.xml
T
samartnik e3d6adc374 [Android] Fixes for lint errors
Fixes there 2 errors:
../../chrome/android/java/res/layout/new_tab_page_layout.xml:110: Error: Duplicate id @+id/search_provider_logo, already defined earlier in this layout [DuplicateIds]
                android:id="@+id/search_provider_logo"

../../chrome/android/java/res/anim/cycle.xml:2: Error: Suspicious namespace: should start with http:// [NamespaceTypo]
<cycleInterpolator xmlns:android="schemas.android.com/apk/res/android"
2020-09-11 14:45:34 -04:00

3 lines
143 B
XML

<?xml version="1.0" encoding="utf-8"?>
<cycleInterpolator xmlns:android="http://schemas.android.com/apk/res/android"
android:cycles="11" />