Browse Source

added missing changes

PankajBranch
Hemant Khadase 2 years ago
parent
commit
f3429340f1
3 changed files with 4 additions and 32 deletions
  1. +1
    -6
      app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepFourBajajFDFragment.kt
  2. +3
    -3
      app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt
  3. +0
    -23
      app/src/main/res/layout/fragment_bajajfd_step_two.xml

+ 1
- 6
app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepFourBajajFDFragment.kt View File

@ -25,7 +25,7 @@ class StepFourBajajFDFragment : Fragment() {
private lateinit var stepFourBajajFDViewModel: StepFourBajajFDViewModel
private var _binding: FragmentBajajfdStepFourBinding? = null
private val binding get() = _binding!!
var uniqueId: String? = ""
private var uniqueId: String? = ""
private lateinit var bajajFDInterface: BajajFDInterface
@ -52,11 +52,6 @@ class StepFourBajajFDFragment : Fragment() {
stepFourBajajFDViewModel = (activity as BajajFdMainActivity).stepFourBajajFDViewModel
binding.tvInvestedAmount.text = ""
binding.tvTenure.text = ""
binding.tvInterestPayout.text = ""
binding.tvRateOfInterest.text = ""
binding.checkBox.setOnCheckedChangeListener { _, _ ->
}


+ 3
- 3
app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt View File

@ -97,10 +97,10 @@ class StepThreeBajajFDFragment : Fragment() {
stepThreeBajajFDViewModel = (activity as BajajFdMainActivity).stepThreeBajajFDViewModel
binding.btnNext.setOnClickListener {
if (validate()) {
// if (validate()) {
//
// bajajFDInterface.stepThreeApi((activity as BajajFdMainActivity).createFDRequest)
}
bajajFDInterface.stepThreeApi((activity as BajajFdMainActivity).createFDRequest)
// }
}
binding.btnBack.setOnClickListener {
(activity as BajajFdMainActivity).binding.viewPager.currentItem = 1


+ 0
- 23
app/src/main/res/layout/fragment_bajajfd_step_two.xml View File

@ -1023,29 +1023,6 @@
</LinearLayout>
<!-- <RadioGroup-->
<!-- android:id="@+id/rgPaymentMode"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginStart="@dimen/margin_10"-->
<!-- android:orientation="horizontal">-->
<!-- <RadioButton-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:buttonTint="@color/black"-->
<!-- android:checked="true"-->
<!-- android:text="@string/Upi" />-->
<!-- <RadioButton-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginStart="50dp"-->
<!-- android:buttonTint="@color/black"-->
<!-- android:text="@string/netBanking" />-->
<!-- </RadioGroup>-->
<TextView
style="@style/regularStyle"
android:layout_width="wrap_content"


Loading…
Cancel
Save

Powered by TurnKey Linux.