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

Side by Side Diff: mobile/android/base/resources/xml/preferences_abb_more_blocking.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_more_blocking" > 3 android:title="@string/abb_pref_category_more_blocking" >
5 4
6 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup 5 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup
7 android:persistent="false" /> 6 android:persistent="false" />
8 7
9 <org.adblockplus.browser.UrlInputOpenerPreference 8 <org.adblockplus.browser.UrlInputOpenerPreference
10 android:title="@string/abb_pref_category_add_other_list" 9 android:title="@string/abb_pref_category_add_other_list"
11 android:layout="@layout/abb_custom_prefscreen" /> 10 android:layout="@layout/abb_custom_prefscreen" />
12 11
13 </PreferenceScreen> 12 </PreferenceScreen>
14 13
OLDNEW

Powered by Google App Engine
This is Rietveld