Skip to content

Commit

Permalink
update android support library to androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
luohao-david committed Feb 7, 2021
1 parent d13ec99 commit a98d990
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions android/src/main/java/com/beefe/picker/PickerViewModule.java
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
package com.beefe.picker;

import android.content.res.AssetManager;
import android.app.Activity;
import android.app.Dialog;
import android.content.res.AssetManager;
import android.graphics.Color;
import android.graphics.PixelFormat;
import android.graphics.Typeface;
import android.support.annotation.Nullable;
import android.os.Build;
import android.text.TextUtils;
import android.view.Gravity;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import android.widget.RelativeLayout;
import android.widget.TextView;
import android.os.Build;

import androidx.annotation.Nullable;

import com.beefe.picker.util.MIUIUtils;
import com.beefe.picker.view.OnSelectedListener;
Expand Down

0 comments on commit a98d990

Please sign in to comment.