We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647c3c6 commit d97a6faCopy full SHA for d97a6fa
1 file changed
codeview/src/main/java/com/asd/codeview/CodeView.java
@@ -76,6 +76,7 @@ public CodeView(Context context, int BackgroundColor, int keywordsColor, int Num
76
initialize(context);
77
}
78
private void initialize(Context context) {
79
+ inflate(context, R.layout.layout, this);
80
bg=findViewById(R.id.bg);
81
v=findViewById(R.id.line);
82
line=findViewById(R.id.line_text);
0 commit comments