mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
chore: refactored code
This commit is contained in:
parent
ac2aa49ca1
commit
6e28fbfea5
43 changed files with 1367 additions and 746 deletions
|
@ -19,7 +19,7 @@
|
|||
android:theme="@style/launcherBaseTheme">
|
||||
|
||||
<activity
|
||||
android:name=".HomeActivity"
|
||||
android:name=".ui.HomeActivity"
|
||||
android:exported="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:clearTaskOnLaunch="true"
|
||||
|
@ -33,15 +33,15 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".tutorial.TutorialActivity"
|
||||
android:name="de.jrpie.android.launcher.ui.tutorial.TutorialActivity"
|
||||
android:configChanges="orientation|screenSize" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".list.ListActivity"
|
||||
android:name="de.jrpie.android.launcher.ui.list.ListActivity"
|
||||
android:windowSoftInputMode="adjustResize" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".settings.SettingsActivity"
|
||||
android:name="de.jrpie.android.launcher.ui.settings.SettingsActivity"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:exported="true" >
|
||||
<intent-filter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue