26 lines
1011 B
XML
26 lines
1011 B
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"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="20dp"
|
||
|
paddingEnd="20dp">
|
||
|
<com.scb.phone.view.custom.common.CustomHorizontalProgressBar
|
||
|
id="@+id/custom_progress_bar_sme_loan_status"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x9="@drawable/card_red_yellow_progress_bar"
|
||
|
NOT_FOUND_0xa="@color/2131099816"
|
||
|
NOT_FOUND_0xb="fonts/db_heavent_regular.ttf"/>
|
||
|
</LinearLayout>
|
||
|
<View style="@style/2132018228"/>
|
||
|
</LinearLayout>
|