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

63 lines
2.0 KiB
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="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"/>
<LinearLayout
gravity="center_horizontal"
orientation="horizontal"
id="@+id/layout_point_value"
background="#ffffff"
paddingTop="4dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatTextView
id="@+id/tv_point_value"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017978"/>
<androidx.appcompat.widget.AppCompatTextView
id="@+id/tv_point_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="8dp"
NOT_FOUND_0xe="1"
style="@style/2132017970"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/tv_unable"
background="#ffffff"
paddingTop="24dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017923"/>
<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>