mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
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:
parent
a828b90bb2
commit
7669c44b4d
34 changed files with 604 additions and 489 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue