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

Unified Diff: src/org/adblockplus/sbrowser/contentblocker/Preferences.java

Issue 29356463: Issue 4512 - Move preferences file to xml directory (Closed)
Patch Set: Created Oct. 10, 2016, 2:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/org/adblockplus/sbrowser/contentblocker/MainPreferences.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/sbrowser/contentblocker/Preferences.java
===================================================================
--- a/src/org/adblockplus/sbrowser/contentblocker/Preferences.java
+++ b/src/org/adblockplus/sbrowser/contentblocker/Preferences.java
@@ -23,11 +23,11 @@ import android.os.Bundle;
import android.preference.PreferenceFragment;
public class Preferences extends PreferenceFragment
{
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
- this.addPreferencesFromResource(R.layout.preferences_main);
+ this.addPreferencesFromResource(R.xml.preferences_main);
}
}
« no previous file with comments | « src/org/adblockplus/sbrowser/contentblocker/MainPreferences.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld