Skip to content

Commit d97a6fa

Browse files
committed
beta 0.1.3
1 parent 647c3c6 commit d97a6fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codeview/src/main/java/com/asd/codeview/CodeView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public CodeView(Context context, int BackgroundColor, int keywordsColor, int Num
7676
initialize(context);
7777
}
7878
private void initialize(Context context) {
79+
inflate(context, R.layout.layout, this);
7980
bg=findViewById(R.id.bg);
8081
v=findViewById(R.id.line);
8182
line=findViewById(R.id.line_text);

0 commit comments

Comments
 (0)