You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,21 +40,26 @@ CodeProcessor.init(this);
40
40
41
41
Having done ones on app start you can classify language for different snippets more faster, because algorithm needs time for training on sets for presented listings of languages library have.
<b>Options</b> helps to easily set necessary params, such as code & language, color theme, shortcut params & line click listener. Some params are unnecessary.
85
+
Options helps to easily set necessary params, such as code & language, color theme, shortcut params & code line click listener. Some params are unnecessary.
81
86
82
-
When view initialized (options or adapter set) you can manipulate options in various ways:
87
+
When view initialized (options or adapter are set) you can manipulate options in various ways:
83
88
```java
84
89
codeView.getOptions()
85
90
.withCode(R.string.listing_java)
@@ -93,7 +98,7 @@ There are some default themes (see full list below):
0 commit comments