Files
sodalive-android/app/src/main/res/layout/fragment_onboarding.xml
2024-02-14 23:59:28 +09:00

17 lines
560 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rl_root"
android:layout_width="match_parent"
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" />
</RelativeLayout>