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

24 lines
792 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="96dp"
layout_height="wrap_content">
<ImageView
id="@+id/category_icon_image_view"
layout_width="32dp"
layout_height="32dp"
layout_marginTop="8dp"
scaleType="centerInside"
layout_alignParentTop="true"
layout_centerHorizontal="true"/>
<TextView
gravity="center"
id="@+id/category_description_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_below="@+id/category_icon_image_view"
layout_marginStart="4dp"
layout_marginEnd="4dp"
style="@style/2132017943"/>
</RelativeLayout>