File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 
library/src/main/java/com/github/ahmadaghazadeh/editor/processor Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5656import  android .view .inputmethod .EditorInfo ;
5757import  android .widget .Scroller ;
5858import  android .widget .TextView ;
59+ import  android .graphics .Color ;
5960
6061import  com .github .ahmadaghazadeh .editor .R ;
6162import  com .github .ahmadaghazadeh .editor .document .commons .LineObject ;
@@ -239,7 +240,7 @@ protected void initTheme() {
239240        mLineNumberPaint .setTextSize (getTextSize ());
240241
241242        mLinePaint  = new  StylePaint (false , false );
242-         mLinePaint .setColor (mLineNumberPaint . getColor ( ));
243+         mLinePaint .setColor (Color . parseColor ( "#606060" ));
243244        mLinePaint .setStyle (StylePaint .Style .STROKE );
244245
245246
@@ -1652,4 +1653,4 @@ public void afterTextChanged(Editable editable) {
16521653    }
16531654
16541655    //endregion METHODS 
1655- }
1656+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments