what-the-bank/resources/res/layout/2131558503.xml

82 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
id="@+id/deejung_landing_parent_layout"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<androidx.appcompat.widget.Toolbar
id="@+id/toolbar_binding"
background="?attr/colorPrimary"
layout_width="match_parent"
layout_height="?attr/actionBarSize"
elevation="2dp"
NOT_FOUND_0x12="0dp">
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
layout_width="match_parent"
layout_height="match_parent">
<TextView
textColor="#7631c1"
ellipsize="end"
id="@+id/tv_toolbar_binding"
layout_width="0dp"
layout_height="wrap_content"
maxLines="1"
layout_weight="1"
layout_marginEnd="8dp"
style="@style/2132017994"/>
<ImageView
id="@+id/imv_deejung_about"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_question_mark"
layout_marginEnd="16dp"/>
</LinearLayout>
</androidx.appcompat.widget.Toolbar>
<ScrollView
id="@+id/root_scroll_view"
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.fragment.app.FragmentContainerView
name="com.scb.phone.view.fragment.cardmanagement.CreditCardDisplayFragment"
id="@+id/fragment_credit_card_display"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="@+id/toolbar"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
divider="@drawable/divider_line"
showDividers="end"
dividerPadding="1dp">
<androidx.fragment.app.FragmentContainerView
name="com.scb.phone.view.fragment.cardmanagement.CreditLimitDisplayFragment"
id="@+id/fragment_credit_limit_display"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="@+id/fragment_credit_card_display"/>
</LinearLayout>
<FrameLayout
id="@+id/fragment_account_source_select"
layout_width="match_parent"
layout_height="wrap_content"/>
<androidx.fragment.app.FragmentContainerView
name="com.scb.phone.view.fragment.cardmanagement.deejungtransfer.DeejungTransferLandingBottomFragment"
id="@+id/fragment_deejung_transfer_landing_bottom"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="@+id/fragment_credit_limit_display"/>
</LinearLayout>
</ScrollView>
</LinearLayout>