Rename packages and move files

- Rename MainActivity to HomeActivity
- Move functions.kt one level up
- Rename package `extern` to `libraries`
- Fix layouts and layout elements (nomenclature: 
`activity_fragment_element`)
- Move SectionsPagerAdapter code into the related activity kotlin file
This commit is contained in:
Finn M Glas 2020-06-17 20:42:45 +02:00
parent a828b90bb2
commit 7669c44b4d
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
34 changed files with 604 additions and 489 deletions

View file

@ -14,7 +14,7 @@
android:supportsRtl="true"
android:theme="@style/finnmglasTheme">
<activity android:name=".MainActivity"
<activity android:name=".HomeActivity"
android:screenOrientation="portrait"
tools:ignore="LockedOrientationActivity">
<intent-filter>
@ -28,7 +28,7 @@
android:screenOrientation="portrait"
tools:ignore="LockedOrientationActivity">
</activity>
<activity android:name=".choose.ChooseActivity"
<activity android:name=".list.ListActivity"
android:screenOrientation="portrait"
tools:ignore="LockedOrientationActivity">
</activity>