mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Move activities and fragments to respective packages
Move com.termux.TermuxSettingsActivity to com.termux.app.activities.SettingsActivity Move com.termux.TermuxHepActivity to com.termux.app.activities.HelpActivity Move com.termux.settings.DebuggingPreferencesFragment to com.termux.app.fragments.settings.DebuggingPreferencesFragment
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
</activity-alias>
|
||||
|
||||
<activity
|
||||
android:name=".app.TermuxHelpActivity"
|
||||
android:name=".app.activities.HelpActivity"
|
||||
android:exported="false"
|
||||
android:label="@string/application_name"
|
||||
android:parentActivityName=".app.TermuxActivity"
|
||||
@@ -97,7 +97,7 @@
|
||||
android:theme="@android:style/Theme.Material.Light.DarkActionBar" />
|
||||
|
||||
<activity
|
||||
android:name=".app.TermuxSettingsActivity"
|
||||
android:name=".app.activities.SettingsActivity"
|
||||
android:label="@string/title_activity_termux_settings"
|
||||
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />
|
||||
|
||||
|
Reference in New Issue
Block a user