mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
use correct filename
This commit is contained in:
parent
10f2bf2c34
commit
b260220039
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
Loading…
Reference in a new issue