|
@ -5,306 +5,364 @@ |
|
|
android:id="@+id/constraintLayout" |
|
|
android:id="@+id/constraintLayout" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_gravity="center_vertical" |
|
|
|
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
|
|
|
|
|
|
android:background="@color/color_EFEFEF" |
|
|
tool:context="com.nivesh.production.bajajfd.ui.fragment.StepOneFragment"> |
|
|
tool:context="com.nivesh.production.bajajfd.ui.fragment.StepOneFragment"> |
|
|
|
|
|
|
|
|
<ScrollView |
|
|
<ScrollView |
|
|
android:id="@+id/scrollView" |
|
|
android:id="@+id/scrollView" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:layout_marginBottom="60dp" |
|
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
android:fillViewport="true" |
|
|
android:fillViewport="true" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@id/btnNext"> |
|
|
|
|
|
|
|
|
android:layout_marginLeft="@dimen/margin_5" |
|
|
|
|
|
android:layout_marginRight="@dimen/margin_5" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
|
|
|
style="@style/CustomCardViewStyle" |
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
|
|
|
app:cardElevation="1dp" |
|
|
|
|
|
app:cardUseCompatPadding="true"> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
|
|
|
android:padding="10dp" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
|
|
|
android:id="@+id/card_view_1" |
|
|
|
|
|
style="@style/CustomCardViewTopStyle" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
|
app:cardPreventCornerOverlap="false"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:padding="@dimen/_2sdp" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tv_fd_label" |
|
|
|
|
|
style="@style/tv_semi_bold" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
|
|
android:id="@+id/constraintLayout2" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/bajaj_finance" /> |
|
|
|
|
|
|
|
|
android:padding="@dimen/margin_10"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
android:id="@+id/logo" |
|
|
|
|
|
android:layout_width="@dimen/margin_150" |
|
|
|
|
|
android:layout_height="18dp" |
|
|
|
|
|
android:src="@drawable/bajaj_logo" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" |
|
|
|
|
|
android:contentDescription="@string/content_description"/> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tv_fd_rating" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="Rating: FAAA by CRISIL" |
|
|
|
|
|
android:textColor="@color/light_text" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
|
|
<!-- android:id="@+id/txt_inv_amount"--> |
|
|
|
|
|
<!-- style="@style/tv_regular"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_marginTop="@dimen/margin_18"--> |
|
|
|
|
|
<!-- android:text="@string/investment_amount_fd"--> |
|
|
|
|
|
<!-- android:textColor="@color/text_default"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_12" />--> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_5"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
|
|
<!-- android:id="@+id/rs"--> |
|
|
|
|
|
<!-- style="@style/tv_regular"--> |
|
|
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:gravity="center_vertical"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/_5sdp"--> |
|
|
|
|
|
<!-- android:paddingTop="3dp"--> |
|
|
|
|
|
<!-- android:paddingEnd="@dimen/_1sdp"--> |
|
|
|
|
|
<!-- android:layout_centerVertical="true"--> |
|
|
|
|
|
<!-- android:paddingBottom="3dp"--> |
|
|
|
|
|
<!-- android:text="@string/rs"--> |
|
|
|
|
|
<!-- android:textColor="@color/text_default"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14" />--> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tv_fd_rating" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="Ratings: CRISIL AAA/Stable & ICRA AAA/Stable" |
|
|
|
|
|
android:textColor="@color/light_text" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/logo" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tilDepositAmount" |
|
|
android:id="@+id/tilDepositAmount" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:hint="Select Investment Amount"> |
|
|
|
|
|
|
|
|
android:hint="Select Investment Amount" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_fd_rating" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:drawableLeft="@drawable/svg_rs" |
|
|
|
|
|
android:padding="@dimen/margin_5" |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
|
|
android:drawableStart="@drawable/svg_rs" |
|
|
android:inputType="number" |
|
|
android:inputType="number" |
|
|
android:maxLength="12"/> |
|
|
|
|
|
|
|
|
android:maxLength="12" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<!-- <EditText--> |
|
|
|
|
|
<!-- android:id="@+id/edit_deposit_amount"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_centerInParent="true"--> |
|
|
|
|
|
<!-- android:layout_toEndOf="@+id/rs"--> |
|
|
|
|
|
<!-- android:background="@null"--> |
|
|
|
|
|
<!-- android:imeOptions="actionNext"--> |
|
|
|
|
|
<!-- android:inputType="number"--> |
|
|
|
|
|
<!-- android:lines="1"--> |
|
|
|
|
|
<!-- android:maxEms="12"--> |
|
|
|
|
|
<!-- android:maxLines="1"--> |
|
|
|
|
|
<!-- android:textColor="@color/text_default"--> |
|
|
|
|
|
<!-- android:textCursorDrawable="@drawable/cursor_color"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14" />--> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tv_" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_18" |
|
|
|
|
|
android:text="@string/select_interest_payout" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
|
|
<!-- android:id="@+id/txt_interest_payout"--> |
|
|
|
|
|
<!-- style="@style/tv_regular"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="?android:attr/actionBarSize"--> |
|
|
|
|
|
<!-- android:layout_marginTop="@dimen/_2sdp"--> |
|
|
|
|
|
<!-- android:background="@drawable/rounded_corner_with_line"--> |
|
|
|
|
|
<!-- android:drawableEnd="@drawable/ic_arrow_down"--> |
|
|
|
|
|
<!-- android:drawablePadding="@dimen/_9sdp"--> |
|
|
|
|
|
<!-- android:gravity="center_vertical"--> |
|
|
|
|
|
<!-- android:hint="@string/tv_select_hint"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/margin_20"--> |
|
|
|
|
|
<!-- android:paddingEnd="@dimen/margin_30"--> |
|
|
|
|
|
<!-- android:textColor="@color/text_default"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_16" />--> |
|
|
|
|
|
|
|
|
|
|
|
<Spinner |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:entries="@array/intrest_payout_list"/> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvDepositLabel" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_18" |
|
|
|
|
|
android:text="@string/select_interest_payout" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tilDepositAmount" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
|
|
|
|
|
|
|
|
<Spinner |
|
|
|
|
|
android:id="@+id/spInterestPayout" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:paddingStart="@dimen/margin_10" |
|
|
|
|
|
android:paddingEnd="0dp" |
|
|
|
|
|
android:entries="@array/intrest_payout_list" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvDepositLabel" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/_7sdp" |
|
|
|
|
|
android:text="@string/select_interest_tenure" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/txt_interest_tenure" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
|
|
android:layout_marginTop="@dimen/_2sdp" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:drawableEnd="@drawable/ic_arrow_down" |
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
|
android:hint="@string/tv_select_hint" |
|
|
|
|
|
android:paddingLeft="@dimen/_5sdp" |
|
|
|
|
|
android:paddingRight="@dimen/margin_30" |
|
|
|
|
|
android:text="" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvInvestmentTenure" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/_7sdp" |
|
|
|
|
|
android:text="@string/select_interest_tenure" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/spInterestPayout" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
|
android:layout_marginTop="@dimen/_10sdp" |
|
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvInterestTenure" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
|
android:hint="@string/tv_select_hint" |
|
|
|
|
|
android:paddingStart="@dimen/_5sdp" |
|
|
|
|
|
android:paddingEnd="@dimen/margin_30" |
|
|
|
|
|
android:text="" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvInvestmentTenure" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" |
|
|
|
|
|
app:drawableRightCompat="@drawable/ic_arrow_down"/> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvSwitchLabel" |
|
|
style="@style/tv_regular" |
|
|
style="@style/tv_regular" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/upto_0.25" /> |
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
|
|
|
android:text="@string/upto_0.25" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvInterestTenure" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.018" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
|
|
android:id="@+id/swSeniorCitizen" |
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/upto_0.25_next" |
|
|
|
|
|
android:textColor="@color/black" |
|
|
|
|
|
android:layout_marginStart="@dimen/margin_3" |
|
|
|
|
|
android:textSize="@dimen/margin_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/tvSwitchLabel" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvInterestTenure" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.018" /> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
|
|
android:id="@+id/constraintLayout3" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
<Switch |
|
|
|
|
|
android:id="@+id/switch1" |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvMaturityInstruction" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textColor="@color/black" |
|
|
|
|
|
android:layout_marginLeft="@dimen/_2sdp" |
|
|
|
|
|
android:text="@string/upto_0.25_next" /> |
|
|
|
|
|
|
|
|
android:background="@color/grey_bg" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/maturity_instructions" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvAutomatically" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/additional_detail_one" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvMaturityInstruction" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" |
|
|
|
|
|
app:drawableLeftCompat="@drawable/svg_grey_bullet" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvAdditional" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/additional_detail_two" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvAutomatically" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" |
|
|
|
|
|
app:drawableLeftCompat="@drawable/svg_grey_bullet"/> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:background="@color/grey_bg" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_25" |
|
|
|
|
|
android:text="@string/maturity_instructions"/> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvInterestAmount" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/additional_detail_three" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvAdditional" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" |
|
|
|
|
|
app:drawableLeftCompat="@drawable/svg_grey_bullet"/> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/_2sdp" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvTaxDeducted" |
|
|
|
|
|
style="@style/tv_semi_bold" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
|
|
|
android:text="@string/tax_deducted_at_source_tds" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvInterestAmount" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:drawableLeft="@drawable/svg_grey_bullet" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/additional_detail_one"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:drawableLeft="@drawable/svg_grey_bullet" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/additional_detail_two"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:drawableLeft="@drawable/svg_grey_bullet" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/additional_detail_three"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_semi_bold" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/margin_10" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:text="@string/tax_deducted_at_source_tds" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvUploadFormLabel" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:text="Please ensure to upload the Form 15 G / H, when you receive a mail from the |
|
|
|
|
|
Company for the same" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvTaxDeducted" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:text="Please ensure to upload the Form 15 G / H, when you receive a mail from the |
|
|
|
|
|
Company for the same"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:drawableLeft="@drawable/svg_grey_bullet" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/deduct_tds"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:paddingLeft="@dimen/margin_10" |
|
|
|
|
|
android:paddingRight="@dimen/margin_10" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:text="In case you are eligible for non deduction of TDS then please submit |
|
|
|
|
|
15G/H form to Bajaj or Nivesh team"/> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvDeductTaxableLabel" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:text="@string/deduct_tds" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvUploadFormLabel" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.0" |
|
|
|
|
|
app:drawableLeftCompat="@drawable/svg_grey_bullet"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvSubmitLabel" |
|
|
|
|
|
style="@style/tv_regular" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:paddingLeft="@dimen/margin_10" |
|
|
|
|
|
android:paddingRight="@dimen/margin_10" |
|
|
|
|
|
android:text="In case you are eligible for non deduction of TDS then please submit |
|
|
|
|
|
15G/H form to Bajaj or Nivesh team" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
android:paddingBottom="@dimen/margin_20" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvDeductTaxableLabel" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
|
|
|
android:id="@+id/card_view_2" |
|
|
|
|
|
style="@style/CustomCardViewBottomStyle" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
app:cardBackgroundColor="@color/bg_color_info" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/card_view_1" |
|
|
|
|
|
android:background="@drawable/bajaj_logo" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.0" |
|
|
|
|
|
app:cardPreventCornerOverlap="true"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:gravity="center" |
|
|
android:orientation="vertical" |
|
|
android:orientation="vertical" |
|
|
android:padding="@dimen/margin_20" |
|
|
|
|
|
android:background="@color/bg_color_info" |
|
|
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
|
android:padding="@dimen/margin_20"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
@ -316,19 +374,19 @@ Company for the same"/> |
|
|
style="@style/tv_regular" |
|
|
style="@style/tv_regular" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/margin_16" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
android:text="Non- Cumulative ROI:"/> |
|
|
|
|
|
|
|
|
android:text="Non- Cumulative ROI:" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/margin_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
style="@style/tv_regular" |
|
|
style="@style/tv_regular" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginStart="@dimen/margin_2" |
|
|
|
|
|
android:text="7.5 %" |
|
|
android:textColor="@color/text_color_blue" |
|
|
android:textColor="@color/text_color_blue" |
|
|
android:textSize="@dimen/margin_16" |
|
|
|
|
|
android:layout_marginLeft="@dimen/margin_2" |
|
|
|
|
|
android:text="7.5 %"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/margin_16" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
@ -342,19 +400,19 @@ Company for the same"/> |
|
|
style="@style/tv_regular" |
|
|
style="@style/tv_regular" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/margin_16" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
android:text="Regular Interest Payment:"/> |
|
|
|
|
|
|
|
|
android:text="Regular Interest Payment:" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/margin_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
style="@style/tv_regular" |
|
|
style="@style/tv_regular" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginStart="@dimen/margin_2" |
|
|
|
|
|
android:text="Quarterly" |
|
|
android:textColor="@color/text_color_blue" |
|
|
android:textColor="@color/text_color_blue" |
|
|
android:textSize="@dimen/margin_16" |
|
|
|
|
|
android:layout_marginLeft="@dimen/margin_2" |
|
|
|
|
|
android:text="Quarterly"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/margin_16" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
@ -368,41 +426,42 @@ Company for the same"/> |
|
|
style="@style/tv_regular" |
|
|
style="@style/tv_regular" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/margin_16" |
|
|
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
android:text="Maturity Amount:"/> |
|
|
|
|
|
|
|
|
android:text="Maturity Amount:" |
|
|
|
|
|
android:textColor="@color/text_color_dark" |
|
|
|
|
|
android:textSize="@dimen/margin_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
style="@style/tv_regular" |
|
|
style="@style/tv_regular" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginStart="@dimen/margin_2" |
|
|
|
|
|
android:text="5XXXXXX" |
|
|
android:textColor="@color/text_color_blue" |
|
|
android:textColor="@color/text_color_blue" |
|
|
android:textSize="@dimen/margin_16" |
|
|
|
|
|
android:layout_marginLeft="@dimen/margin_2" |
|
|
|
|
|
android:text="5XXXXXX"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/margin_16" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
|
android:id="@+id/btnNext" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="10dp" |
|
|
|
|
|
android:layout_marginBottom="10dp" |
|
|
|
|
|
android:backgroundTint="@color/colorPrimary" |
|
|
|
|
|
android:text="@string/next" |
|
|
|
|
|
android:textColor="#FFFFFF" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/card_view_2" /> |
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
|
android:id="@+id/btnNext" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="10dp" |
|
|
|
|
|
android:layout_marginBottom="10dp" |
|
|
|
|
|
android:text="@string/next" |
|
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
|
android:backgroundTint="@color/colorPrimary" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/scrollView" /> |
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |