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

43 lines
1.8 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_car_container"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/custom_car_section_label"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x7="@string/car_list_title"/>
<com.scb.phone.view.custom.easycash.CustomCarSelector
id="@+id/custom_car_selector"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
id="@+id/custom_car_detail_section_label"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x7="@string/car_detail_title"/>
<com.scb.phone.view.custom.easycash.CustomSeparatedViews
id="@+id/custom_car_detail_content"
layout_width="match_parent"
layout_height="wrap_content"/>
<Button
id="@+id/btn_action"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/next"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>
</LinearLayout>