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

26 lines
805 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/iv_edit"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
ellipsize="end"
id="@+id/tv_operating_selector"
layout_width="match_parent"
layout_height="40dp"
hint="@string/hml_business_info_2_bank_account_hint"
singleLine="true"
style="@style/2132017192"/>
<ImageView
id="@+id/iv_account_icon"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"/>
<TextView
id="@+id/tv_account_title"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"/>
</FrameLayout>