mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
Name adjustments and minor fixes
+ Fix `top-margin` in the choose activity + Rename `ViewPager` files for Settings to contain the string 'Settings' + Rename `firstStartup` to `Tutorial` + Remove unused library imports in `SettingsActivity.kt`
This commit is contained in:
parent
09738cd648
commit
b46c9d76d3
9 changed files with 10 additions and 22 deletions
|
@ -24,7 +24,7 @@
|
|||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".FirstStartupActivity"
|
||||
<activity android:name=".TutorialActivity"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="LockedOrientationActivity">
|
||||
</activity>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue