File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/src/main/java/com/android/view Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
import android .graphics .drawable .Drawable ;
8
8
import android .graphics .drawable .GradientDrawable ;
9
9
import android .os .Build ;
10
- import android .support .annotation .Nullable ;
11
10
import android .text .TextUtils ;
12
11
import android .text .method .DigitsKeyListener ;
13
12
import android .util .AttributeSet ;
@@ -225,12 +224,12 @@ public TextGroupView(Context context) {
225
224
initAttrs (context , null );
226
225
}
227
226
228
- public TextGroupView (Context context , @ Nullable AttributeSet attrs ) {
227
+ public TextGroupView (Context context , AttributeSet attrs ) {
229
228
super (context , attrs );
230
229
initAttrs (context , attrs );
231
230
}
232
231
233
- public TextGroupView (Context context , @ Nullable AttributeSet attrs , int defStyleAttr ) {
232
+ public TextGroupView (Context context , AttributeSet attrs , int defStyleAttr ) {
234
233
super (context , attrs , defStyleAttr );
235
234
initAttrs (context , attrs );
236
235
}
You can’t perform that action at this time.
0 commit comments