mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Remove: Obsolete navigation xmls
This commit is contained in:
parent
b97d173866
commit
db17185d37
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/toolbar_search"
|
||||
android:icon="@drawable/ic_search"
|
||||
android:title="@string/search"
|
||||
app:actionViewClass="com.machiav3lli.fdroid.widget.FocusSearchView"
|
||||
app:showAsAction="always|collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/sync_repos"
|
||||
android:icon="@drawable/ic_sync"
|
||||
android:onClick="syncManual"
|
||||
android:title="@string/sync_repositories"
|
||||
app:showAsAction="ifRoom|collapseActionView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/settings"
|
||||
android:icon="@drawable/ic_tune"
|
||||
android:onClick="navigateSettings"
|
||||
android:title="@string/settings"
|
||||
app:showAsAction="ifRoom" />
|
||||
</menu>
|
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/exploreTab"
|
||||
android:icon="@drawable/ic_public"
|
||||
android:title="@string/explore" />
|
||||
<item
|
||||
android:id="@+id/latestTab"
|
||||
android:icon="@drawable/ic_new_releases"
|
||||
android:title="@string/latest" />
|
||||
<item
|
||||
android:id="@+id/installedTab"
|
||||
android:icon="@drawable/ic_launch"
|
||||
android:title="@string/installed" />
|
||||
</menu>
|
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/userTab"
|
||||
android:icon="@drawable/ic_person"
|
||||
android:title="@string/prefs_personalization" />
|
||||
<item
|
||||
android:id="@+id/updateTab"
|
||||
android:icon="@drawable/ic_download"
|
||||
android:title="@string/updates" />
|
||||
<item
|
||||
android:id="@+id/reposTab"
|
||||
android:icon="@drawable/ic_repos"
|
||||
android:title="@string/repositories" />
|
||||
<item
|
||||
android:id="@+id/otherTab"
|
||||
android:icon="@drawable/ic_tune"
|
||||
android:title="@string/other" />
|
||||
</menu>
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
app:startDestination="@id/exploreTab">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/exploreTab"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.ExploreFragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/latestTab"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.LatestFragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/installedTab"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.InstalledFragment" />
|
||||
</navigation>
|
@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
app:startDestination="@id/userTab">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/userTab"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsUserFragment"
|
||||
tools:layout="@layout/fragment_prefs" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/updateTab"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsUpdatesFragment"
|
||||
tools:layout="@layout/fragment_prefs" />
|
||||
|
||||
<!--fragment
|
||||
android:id="@+id/reposTab"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsRepositoriesFragment" /-->
|
||||
|
||||
<fragment
|
||||
android:id="@+id/otherTab"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsOtherFragment"
|
||||
tools:layout="@layout/fragment_prefs" />
|
||||
</navigation>
|
Loading…
x
Reference in New Issue
Block a user