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 1
1
package com .beefe .picker ;
2
2
3
- import android .content .res .AssetManager ;
4
3
import android .app .Activity ;
5
4
import android .app .Dialog ;
5
+ import android .content .res .AssetManager ;
6
6
import android .graphics .Color ;
7
7
import android .graphics .PixelFormat ;
8
8
import android .graphics .Typeface ;
9
- import android .support . annotation . Nullable ;
9
+ import android .os . Build ;
10
10
import android .text .TextUtils ;
11
11
import android .view .Gravity ;
12
12
import android .view .View ;
13
13
import android .view .Window ;
14
14
import android .view .WindowManager ;
15
15
import android .widget .RelativeLayout ;
16
16
import android .widget .TextView ;
17
- import android .os .Build ;
17
+
18
+ import androidx .annotation .Nullable ;
18
19
19
20
import com .beefe .picker .util .MIUIUtils ;
20
21
import com .beefe .picker .view .OnSelectedListener ;
You can’t perform that action at this time.
0 commit comments