File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
android/src/main/java/com/beefe/picker Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11package com .beefe .picker ;
22
3- import android .content .res .AssetManager ;
43import android .app .Activity ;
54import android .app .Dialog ;
5+ import android .content .res .AssetManager ;
66import android .graphics .Color ;
77import android .graphics .PixelFormat ;
88import android .graphics .Typeface ;
9- import android .support . annotation . Nullable ;
9+ import android .os . Build ;
1010import android .text .TextUtils ;
1111import android .view .Gravity ;
1212import android .view .View ;
1313import android .view .Window ;
1414import android .view .WindowManager ;
1515import android .widget .RelativeLayout ;
1616import android .widget .TextView ;
17- import android .os .Build ;
17+
18+ import androidx .annotation .Nullable ;
1819
1920import com .beefe .picker .util .MIUIUtils ;
2021import com .beefe .picker .view .OnSelectedListener ;
You can’t perform that action at this time.
0 commit comments