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

24 lines
776 B
XML
Raw Permalink 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="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_donation"
layout_width="match_parent"
layout_height="match_parent"
scaleType="centerCrop"
adjustViewBounds="true"
tint="#4d000000"
contentDescription="@null"/>
<TextView
gravity="bottom"
id="@+id/foundation_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="32dp"
layout_alignBottom="@+id/image_donation"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017994"/>
</RelativeLayout>