mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Optimize imports (#3272)
This commit is contained in:
parent
57a8aefde6
commit
f7cca31c53
119 changed files with 420 additions and 353 deletions
|
|
@ -2,14 +2,12 @@ package fr.free.nrw.commons;
|
|||
|
||||
import android.net.Uri;
|
||||
import android.text.Html;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.viewpager.widget.PagerAdapter;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.TextView;
|
||||
|
||||
import androidx.viewpager.widget.PagerAdapter;
|
||||
import org.wikipedia.util.StringUtil;
|
||||
|
||||
public class WelcomePagerAdapter extends PagerAdapter {
|
||||
private static final int[] PAGE_LAYOUTS = new int[]{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue