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

56 lines
1.6 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"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<TextView
gravity="center"
layout_gravity="center"
id="@+id/tv_you_have"
background="#ffffff"
paddingTop="24dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/prepaid_you_have"
style="@style/2132017923"/>
<TextView
gravity="center"
layout_gravity="center"
id="@+id/tv_point_value"
background="#ffffff"
paddingTop="8dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017977"/>
<TextView
gravity="center"
id="@+id/tv_unable"
background="#ffffff"
paddingTop="24dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017923"/>
<include
background="#ffffff"
layout_width="match_parent"
layout_height="72dp"
layout="@layout/2131559307"/>
<View
layout_width="match_parent"
layout_height="1dp"
style="@style/2132018228"/>
<TextView
id="@+id/tv_remark"
background="#f5f3f6"
paddingTop="8dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017546"/>
</LinearLayout>