mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-19 13:59:19 +00:00
Rename package to com.machaiv3lli.fdroid
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
android:id="@+id/toolbar_search"
|
||||
android:icon="@drawable/ic_search"
|
||||
android:title="@string/search"
|
||||
app:actionViewClass="com.looker.droidify.widget.FocusSearchView"
|
||||
app:actionViewClass="com.machiav3lli.fdroid.widget.FocusSearchView"
|
||||
app:showAsAction="always|collapseActionView" />
|
||||
|
||||
<item
|
||||
|
@ -1,21 +1,17 @@
|
||||
<?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/exploreTab">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/exploreTab"
|
||||
android:name="com.looker.droidify.ui.fragments.ExploreFragment"
|
||||
tools:layout="@layout/fragment_explore_x" />
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.ExploreFragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/latestTab"
|
||||
android:name="com.looker.droidify.ui.fragments.LatestFragment"
|
||||
tools:layout="@layout/fragment_latest_x" />
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.LatestFragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/installedTab"
|
||||
android:name="com.looker.droidify.ui.fragments.InstalledFragment"
|
||||
tools:layout="@layout/fragment_installed_x" />
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.InstalledFragment" />
|
||||
</navigation>
|
||||
|
@ -6,21 +6,20 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/userTab"
|
||||
android:name="com.looker.droidify.ui.fragments.PrefsUserFragment"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsUserFragment"
|
||||
tools:layout="@layout/fragment_prefs" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/updateTab"
|
||||
android:name="com.looker.droidify.ui.fragments.PrefsUpdatesFragment"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsUpdatesFragment"
|
||||
tools:layout="@layout/fragment_prefs" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/reposTab"
|
||||
android:name="com.looker.droidify.ui.fragments.PrefsRepositoriesFragment"
|
||||
tools:layout="@layout/fragment_repositories_x" />
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsRepositoriesFragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/otherTab"
|
||||
android:name="com.looker.droidify.ui.fragments.PrefsOtherFragment"
|
||||
android:name="com.machiav3lli.fdroid.ui.fragments.PrefsOtherFragment"
|
||||
tools:layout="@layout/fragment_prefs" />
|
||||
</navigation>
|
||||
|
Reference in New Issue
Block a user