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:
Finn M Glas 2020-05-28 18:42:58 +02:00
parent 09738cd648
commit b46c9d76d3
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
9 changed files with 10 additions and 22 deletions

View file

@ -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>