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

42 lines
1.3 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"
gravity="center_horizontal"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<FrameLayout
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
id="@+id/imv_tier"
layout_width="wrap_content"
layout_height="48dp"
layout_marginTop="8dp"
contentDescription="@null"/>
<TextView
gravity="center"
layout_gravity="end"
id="@+id/txv_reward_count"
background="@drawable/shape_notification_category_critical"
layout_width="18dp"
layout_height="18dp"
layout_marginTop="4dp"
style="@style/2132017895"/>
</FrameLayout>
<TextView
textColor="#353239"
id="@+id/txv_tier_name"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017658"/>
<TextView
textColor="#736e78"
id="@+id/txv_tier_range"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"
style="@style/2132017701"/>
</LinearLayout>