37 lines
1.3 KiB
XML
37 lines
1.3 KiB
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">
|
|
<androidx.cardview.widget.CardView
|
|
id="@+id/card_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="8dp"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp">
|
|
<RelativeLayout
|
|
layout_gravity="center_horizontal"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/logo_image"
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
scaleType="centerCrop"
|
|
adjustViewBounds="true"
|
|
layout_alignParentLeft="true"
|
|
layout_centerVertical="true"
|
|
contentDescription="@null"
|
|
layout_marginEnd="16dp"/>
|
|
<TextView
|
|
id="@+id/foundation_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_centerVertical="true"
|
|
layout_toEndOf="@+id/logo_image"
|
|
style="@style/2132017876"/>
|
|
</RelativeLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</RelativeLayout>
|