use correct filename

This commit is contained in:
jacques 2022-03-13 19:51:26 +01:00
parent 10f2bf2c34
commit b260220039

View file

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:showIn="@layout/WelcomeActivity">
tools:showIn="@layout/welcome_activity">
<androidx.viewpager.widget.ViewPager
@ -44,5 +44,4 @@
android:background="@null"
android:text="@string/skip"
android:textColor="@android:color/white"/>
</RelativeLayout>