mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
change file names
This commit is contained in:
parent
9f816764b8
commit
6390b7977c
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ public class WelcomeActivity extends AppCompatActivity {
|
|||
}
|
||||
|
||||
prefManager.setFirstTimeLaunch(false);
|
||||
setContentView(R.layout.activity_welcome);
|
||||
setContentView(R.layout.WelcomeActivity);
|
||||
|
||||
setFullScreen();
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:showIn="@layout/activity_welcome">
|
||||
tools:showIn="@layout/WelcomeActivity">
|
||||
|
||||
|
||||
<androidx.viewpager.widget.ViewPager
|
Loading…
Reference in a new issue