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

19 lines
668 B
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
background="@drawable/ripple_purple_white_bg"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.ThaiTextView
id="@+id/occupation_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="10dp"
layout_marginBottom="10dp"
layout_marginStart="16dp"
style="@style/2132017876"/>
<View
layout_below="@+id/occupation_description"
style="@style/2132018228"/>
</RelativeLayout>