We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da88f7 commit 15ae76cCopy full SHA for 15ae76c
README.md
@@ -54,7 +54,7 @@ public class MainActivity extends Activity {
54
setContentView(R.layout.activity_main);
55
editor = findViewById(R.id.editor);
56
57
- //call this to set up themes or modes at load time.
+ //call this to set up themes or modes at time of creation of view.
58
//If you are setting the theme or mode through another view's action,
59
//call setTheme and/or setMode directly
60
editor.setOnLoadedEditorListener(new OnLoadedEditorListener() {
0 commit comments