온보딩 튜토리얼 추가

This commit is contained in:
2023-08-18 16:41:36 +09:00
parent 3d96fab0f6
commit 9fa6ccb786
20 changed files with 222 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
<?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:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_ccf0ff">
<ImageView
android:id="@+id/image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="@null"
tools:src="@drawable/img_guide_1" />
</RelativeLayout>