Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/resources/xml/preferences_abb_adblocking.xml

Issue 29572644: Noissue - Lint adjustments
Patch Set: Removing shared prefs editor commit() to apply() change Created Oct. 12, 2017, 9:14 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:gecko="http://schemas.android.com/apk/res-auto"
4 android:title="@string/abb_pref_category_adblocking" > 3 android:title="@string/abb_pref_category_adblocking" >
5 <org.adblockplus.browser.SubscriptionPreferenceCategory 4 <org.adblockplus.browser.SubscriptionPreferenceCategory
6 android:title="@string/abb_adblocking_active_languages" 5 android:title="@string/abb_adblocking_active_languages"
7 android:key="android.not_a_preference.adblockbrowser.subscriptionEna bled" /> 6 android:key="android.not_a_preference.adblockbrowser.subscriptionEna bled" />
8 <org.adblockplus.browser.SubscriptionPreferenceCategory 7 <org.adblockplus.browser.SubscriptionPreferenceCategory
9 android:title="@string/abb_adblocking_available_languages" 8 android:title="@string/abb_adblocking_available_languages"
10 android:key="android.not_a_preference.adblockbrowser.subscriptionAva ilable" /> 9 android:key="android.not_a_preference.adblockbrowser.subscriptionAva ilable" />
11 </PreferenceScreen> 10 </PreferenceScreen>
12 11
OLDNEW

Powered by Google App Engine
This is Rietveld