Skip to content

Commit 99b31b7

Browse files
authored
Update README.md
1 parent be600e5 commit 99b31b7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Syntax-View-Android
22
Beautiful Android Syntax View with line counter it will automatically highlight the code,you can design your own IDE using this view
33

4+
# Example
5+
Colors can be modified as you want
6+
7+
![Screenshot](http://cryptobrewery.net/scn/3.png)
8+
49
# How to add to your app
510

611
add this to your dependencies in build.gradle file
@@ -68,14 +73,6 @@ setContentView(syntax_view);
6873
SyntaxView syntax_view = new SyntaxView(this,"#2b2b2b","#cc7832","#4a85a3","#cc7832","#6a8759");
6974
setContentView(syntax_view);
7075
```
71-
72-
73-
# Example
74-
Colors can be modified as you want
75-
76-
![Screenshot](http://cryptobrewery.net/scn/3.png)
77-
78-
7976
# Changes:
8077
6/25/2018:
8178
- Uploaded Syntax View

0 commit comments

Comments
 (0)