Skip to content

Commit

Permalink
removed non-used navigation fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Oct 25, 2020
1 parent 8dccd7a commit 3db14d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
17 changes: 1 addition & 16 deletions app/src/main/res/navigation/mobile_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<fragment
android:id="@+id/nav_about"
android:name="com.cyb3rko.logviewerforopenhab.AboutFragment"
android:label="About"
tools:layout="@layout/fragment_terms_of_use">
android:label="About">
</fragment>

<fragment
Expand All @@ -32,18 +31,4 @@
android:label="About Icons">
</fragment>

<fragment
android:id="@+id/nav_privacy_policy"
android:name="com.cyb3rko.logviewerforopenhab.PrivacyPolicyFragment"
android:label="Privacy Policy"
tools:layout="@layout/fragment_privacy_policy">
</fragment>

<fragment
android:id="@+id/nav_terms_of_use"
android:name="com.cyb3rko.logviewerforopenhab.TermsOfUseFragment"
android:label="Terms of Use"
tools:layout="@layout/fragment_terms_of_use">
</fragment>

</navigation>
17 changes: 1 addition & 16 deletions app/src/main/res/navigation/mobile_navigation2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<fragment
android:id="@+id/nav_about"
android:name="com.cyb3rko.logviewerforopenhab.AboutFragment"
android:label="About"
tools:layout="@layout/fragment_terms_of_use">
android:label="About">
</fragment>

<fragment
Expand All @@ -32,18 +31,4 @@
android:label="About Icons">
</fragment>

<fragment
android:id="@+id/nav_privacy_policy"
android:name="com.cyb3rko.logviewerforopenhab.PrivacyPolicyFragment"
android:label="Privacy Policy"
tools:layout="@layout/fragment_privacy_policy">
</fragment>

<fragment
android:id="@+id/nav_terms_of_use"
android:name="com.cyb3rko.logviewerforopenhab.TermsOfUseFragment"
android:label="Terms of Use"
tools:layout="@layout/fragment_terms_of_use">
</fragment>

</navigation>

0 comments on commit 3db14d3

Please sign in to comment.