튜토리얼 수정
|
@ -31,8 +31,6 @@ class OnBoardingActivity : BaseActivity<ActivityOnboardingBinding>(
|
|||
adapter.addFragment(OnBoardingFragment(R.drawable.img_guide_2))
|
||||
adapter.addFragment(OnBoardingFragment(R.drawable.img_guide_3))
|
||||
adapter.addFragment(OnBoardingFragment(R.drawable.img_guide_4))
|
||||
adapter.addFragment(OnBoardingFragment(R.drawable.img_guide_5))
|
||||
adapter.addFragment(OnBoardingFragment(R.drawable.img_guide_6))
|
||||
binding.viewPager.adapter = adapter
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 775 KiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 560 KiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 652 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 699 KiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 554 KiB |
Before Width: | Height: | Size: 252 KiB |
|
@ -37,7 +37,7 @@
|
|||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:text="시작하기"
|
||||
android:textColor="@color/color_1313bc"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="18.3sp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/rl_root"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/rl_root"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/color_ccf0ff">
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/image_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitXY"
|
||||
android:contentDescription="@null"
|
||||
tools:src="@drawable/img_guide_1" />
|
||||
|
||||
|
|