23 lines
852 B
XML
23 lines
852 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<de.schildbach.wallet.ui.invite.InvitePreviewEnvelopeView
|
|
android:id="@+id/profile_picture_envelope"
|
|
android:layout_width="120dp"
|
|
android:layout_height="120dp"
|
|
android:layout_gravity="center_horizontal" />
|
|
|
|
<TextView
|
|
android:id="@+id/custom_title"
|
|
style="@style/Headline6.Blue"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:gravity="center_horizontal"
|
|
android:textAlignment="gravity"
|
|
android:text="@string/invitation_preview_title" />
|
|
|
|
</LinearLayout> |