Skip to content

Instantly share code, notes, and snippets.

@Ochornma
Created April 22, 2021 15:46
Show Gist options
  • Select an option

  • Save Ochornma/693e968fc5f021c898d331f586be0360 to your computer and use it in GitHub Desktop.

Select an option

Save Ochornma/693e968fc5f021c898d331f586be0360 to your computer and use it in GitHub Desktop.
<?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"
android:id="@+id/nav_graph"
app:startDestination="@id/navigation_onBoarding">
<fragment
android:id="@+id/navigation_onBoarding"
android:name="com.app.softkash.onboarding.OnboardingFragment"
android:label=""
tools:layout="@layout/onboarding_fragment" />
<fragment
android:id="@+id/navigation_home"
android:name="com.app.softkash.ui.home.HomeFragment"
android:label=""
tools:layout="@layout/home_fragment" />
<fragment
android:id="@+id/navigation_logIn"
android:name="com.app.softkash.ui.login.LogInFragment"
android:label=""
tools:layout="@layout/log_in_fragment" />
<fragment
android:id="@+id/navigation_register"
android:name="com.app.softkash.ui.register.RegisterFragment"
android:label=""
tools:layout="@layout/register_fragment" />
<fragment
android:id="@+id/navigation_loan"
android:name="com.app.softkash.ui.loan.LoanFragment"
android:label=""
tools:layout="@layout/fragment_loan" />
<fragment
android:id="@+id/navigation_payback"
android:name="com.app.softkash.ui.loan.PaybackFragment"
android:label=""
tools:layout="@layout/fragment_payback" />
<fragment
android:id="@+id/navigation_DashBoard"
android:name="com.app.softkash.ui.dashboard.DashBoardFragment"
android:label=""
tools:layout="@layout/dash_board_fragment" />
<fragment
android:id="@+id/navigation_menu"
android:name="com.app.softkash.ui.menu.MenuFragment"
android:label=""
tools:layout="@layout/fragment_menu" />
<fragment
android:id="@+id/navigation_profile"
android:name="com.app.softkash.ui.profile.ProfileFragment"
android:label=""
tools:layout="@layout/profile_fragment" />
<fragment
android:id="@+id/navigation_pinLock"
android:name="com.app.softkash.ui.pinLock.PinLockFragment"
android:label=""
tools:layout="@layout/fragment_pin_lock" />
<fragment
android:id="@+id/navigation_loanCalculator"
android:name="com.app.softkash.ui.loanCalculator.LoanCalculatorFragment"
android:label=""
tools:layout="@layout/fragment_loan_calculator" />
<fragment
android:id="@+id/navigation_personalLoanReason"
android:name="com.app.softkash.ui.personalLoan.PersonalLoanReasonFragment"
android:label=""
tools:layout="@layout/fragment_personal_loan_reason" />
<fragment
android:id="@+id/navigation_personalLoanAmount"
android:name="com.app.softkash.ui.personalLoan.PersonalLoanAmountFragment"
android:label=""
tools:layout="@layout/fragment_personal_loan_amount" />
<fragment
android:id="@+id/navigation_verifyBVN"
android:name="com.app.softkash.ui.bvnVerify.VerifyBVN"
android:label=""
tools:layout="@layout/fragment_verify_bvn" />
<fragment
android:id="@+id/navigation_personalLoanSummary"
android:name="com.app.softkash.ui.personalLoan.PersonalSummaryFragment"
android:label=""
tools:layout="@layout/fragment_personal_summary" />
<fragment
android:id="@+id/navigation_businessLoanReason"
android:name="com.app.softkash.ui.businessLoan.BusinessLoanReasonFragment"
android:label=""
tools:layout="@layout/fragment_business_loan_reason" />
<fragment
android:id="@+id/navigation_businessLoanDocument"
android:name="com.app.softkash.ui.businessLoan.BusinessLoanDocumentFragment"
android:label=""
tools:layout="@layout/fragment_business_loan_document" />
<fragment
android:id="@+id/navigation_businessLoanAmount"
android:name="com.app.softkash.ui.businessLoan.BusinessLoanAmountFragment"
android:label=""
tools:layout="@layout/fragment_business_loan_amount" />
<fragment
android:id="@+id/navigation_businessSummary"
android:name="com.app.softkash.ui.businessLoan.BusinessSummaryFragment"
android:label=""
tools:layout="@layout/fragment_business_summary" />
<fragment
android:id="@+id/navigation_loanHistory"
android:name="com.app.softkash.ui.loanHistory.LoanHistoryFragment"
android:label=""
tools:layout="@layout/loan_history_fragment" />
<fragment
android:id="@+id/navigation_referral"
android:name="com.app.softkash.ui.profile.nextOfKin.NextOfKinFragment"
android:label=""
tools:layout="@layout/next_of_kin_fragment" />
<fragment
android:id="@+id/navigation_noNetwork"
android:name="com.app.softkash.ui.network.NetworkFragment"
android:label=""
tools:layout="@layout/fragment_network" />
<fragment
android:id="@+id/navigation_OTP"
android:name="com.app.softkash.ui.otp.OTPFragment"
android:label=""
tools:layout="@layout/fragment_o_t_p" />
<fragment
android:id="@+id/navigation_about"
android:name="com.app.softkash.ui.menu.about.AboutSoftKashFragment"
android:label=""
tools:layout="@layout/fragment_about_soft_kash" />
<fragment
android:id="@+id/navigation_recentNews"
android:name="com.app.softkash.ui.menu.recentNews.RecentNewsFragment"
android:label=""
tools:layout="@layout/fragment_recent_news" />
<fragment
android:id="@+id/navigation_faq"
android:name="com.app.softkash.ui.menu.FAQFragment"
android:label=""
tools:layout="@layout/fragment_f_a_q" />
<fragment
android:id="@+id/navigation_contactUs"
android:name="com.app.softkash.ui.menu.ContactUsFragment"
android:label=""
tools:layout="@layout/fragment_contact_us" />
<fragment
android:id="@+id/navigation_privacyPolicy"
android:name="com.app.softkash.ui.menu.PrivacyPoliciesFragment"
android:label=""
tools:layout="@layout/fragment_privacy_policies" />
<fragment
android:id="@+id/navigation_CardVerify"
android:name="com.app.softkash.ui.card.CardVerificationFragment"
android:label=""
tools:layout="@layout/card_verify_fragment" />
<fragment
android:id="@+id/navigation_employer"
android:name="com.app.softkash.ui.profile.employer.EmployerFragment"
android:label=""
tools:layout="@layout/employer_fragment" />
<fragment
android:id="@+id/navigation_shareAndEarn"
android:name="com.app.softkash.ui.referAndEarn.ReferAndEarnFragment"
android:label=""
tools:layout="@layout/refer_and_earn_fragment" />
<fragment
android:id="@+id/navigation_personalInfo"
android:name="com.app.softkash.ui.profile.personalInfo.PersonalInfoFragment"
android:label=""
tools:layout="@layout/personal_info_fragment" />
<fragment
android:id="@+id/navigation_nextOfKin"
android:name="com.app.softkash.ui.profile.nextOfKin.NextOfKinFragment"
android:label=""
tools:layout="@layout/next_of_kin_fragment" />
<fragment
android:id="@+id/navigation_security"
android:name="com.app.softkash.ui.profile.security.SecurityFragment"
android:label=""
tools:layout="@layout/security_fragment" />
<fragment
android:id="@+id/navigation_paybackBankTransfer"
android:name="com.app.softkash.ui.loan.paybackOptions.PaybackTransferFragment"
android:label=""
tools:layout="@layout/payback_transfer_fragment" />
<fragment
android:id="@+id/navigation_paybackCardransfer"
android:name="com.app.softkash.ui.loan.paybackOptions.PaybackCardFragment"
android:label=""
tools:layout="@layout/payback_card_fragment" />
<fragment
android:id="@+id/navigation_paybackUssd"
android:name="com.app.softkash.ui.loan.paybackOptions.PayBackUSSDFragment"
android:label=""
tools:layout="@layout/pay_back_u_s_s_d_fragment" />
<fragment
android:id="@+id/navigation_withdrawal"
android:name="com.app.softkash.ui.withdraw.WithdrawFragment"
android:label=""
tools:layout="@layout/withdraw_fragment" />
<fragment
android:id="@+id/navigation_paybackData"
android:name="com.app.softkash.ui.loan.paybackData.PaybackDataFragment"
android:label=""
tools:layout="@layout/payback_data_fragment" />
<fragment
android:id="@+id/navigation_transactionHistory"
android:name="com.app.softkash.ui.transactionHistory.TransactionHistoryFragment"
android:label=""
tools:layout="@layout/transaction_history_fragment" />
<fragment
android:id="@+id/navigation_bvn_not_verified"
android:name="com.app.softkash.ui.bvnNotVerified.BVNNotVerifiedFragment"
android:label=""
tools:layout="@layout/fragment_b_v_n_not_verified" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment