24 lines
776 B
XML
24 lines
776 B
XML
<?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>
|