Skip to content

Commit 15ae76c

Browse files
authored
Updated README.md
1 parent 2da88f7 commit 15ae76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class MainActivity extends Activity {
5454
setContentView(R.layout.activity_main);
5555
editor = findViewById(R.id.editor);
5656

57-
//call this to set up themes or modes at load time.
57+
//call this to set up themes or modes at time of creation of view.
5858
//If you are setting the theme or mode through another view's action,
5959
//call setTheme and/or setMode directly
6060
editor.setOnLoadedEditorListener(new OnLoadedEditorListener() {

0 commit comments

Comments
 (0)