Move from support appcompat to androidx appcompat

Test: Manual
Change-Id: Id9af2504b557d3dd6a2d84786316497cff53d9a3
This commit is contained in:
Liam Clark
2018-11-15 16:00:42 -08:00
parent bd43fbe931
commit 53ee6bc2bf
15 changed files with 40 additions and 43 deletions

View File

@@ -16,14 +16,14 @@
package com.example.android.intentplayground;
import android.content.Context;
import android.content.res.Resources;
import android.support.v4.view.PagerAdapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import androidx.viewpager.widget.PagerAdapter;
import java.util.List;
/**