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

10 lines
439 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="page2" />
</android.support.constraint.ConstraintLayout>