Page 320 - 2020학년도 MDP과제발표회 자료집 (통신과) (3)
P. 320
tvLabel.setText(page);
tvname.setText(name);
return view;
}
}
o 창 전환 레이아웃(XML)
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<me.relex.circleindicator.CircleIndicator
android:id="@+id/indicator"
app:ci_drawable="@drawable/black_radius"
app:ci_height="7dp"
app:ci_width="7dp"
app:ci_margin="4dp"
android:layout_width="match_parent"
android:background="#ffffff"
android:layout_height="48dp"/>
<android.support.v4.view.ViewPager
android:id="@+id/vpPager"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
- 332 -