summaryrefslogtreecommitdiff
path: root/res/layout/activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/activity.xml')
-rw-r--r--res/layout/activity.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/activity.xml b/res/layout/activity.xml
index 2138c5a..86c36e2 100644
--- a/res/layout/activity.xml
+++ b/res/layout/activity.xml
@@ -14,16 +14,16 @@
limitations under the License.
-->
-<android.support.v4.view.ViewPager
+<androidx.viewpager.widget.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <android.support.v4.view.PagerTitleStrip
+ <androidx.viewpager.widget.PagerTitleStrip
android:id="@+id/titles"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top" />
-</android.support.v4.view.ViewPager>
+</androidx.viewpager.widget.ViewPager>