Files
NutritionMaster/app/src/main/res/layout/page_1.xml
ScorpioMiku b504741257 viewpager
2018-08-26 17:03:06 +08:00

11 lines
440 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="page1" />
</android.support.constraint.ConstraintLayout>