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

21 lines
664 B
XML
Raw Permalink 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/layout_category"
background="#353239"
layout_width="match_parent"
layout_height="wrap_content"
foreground="@drawable/ripple_rounded_purple">
<ImageView
id="@+id/imv_category"
layout_width="match_parent"
layout_height="match_parent"/>
<TextView
layout_gravity="bottom"
id="@+id/txv_category_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
textAllCaps="true"
style="@style/2132017897"/>
</FrameLayout>