48 lines
1.6 KiB
XML
48 lines
1.6 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">
|
||
|
<TextView
|
||
|
id="@+id/photo_left_header_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<ImageView
|
||
|
id="@+id/photo_left_image_view"
|
||
|
visibility="invisible"
|
||
|
layout_width="54dp"
|
||
|
layout_height="80dp"
|
||
|
layout_margin="16dp"
|
||
|
scaleType="centerCrop"
|
||
|
layout_below="@+id/photo_left_header_text_view"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/photo_left_title_text_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
maxLines="4"
|
||
|
layout_alignTop="@+id/photo_left_image_view"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_toEndOf="@+id/photo_left_image_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/second_text_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
maxLines="5"
|
||
|
layout_below="@+id/photo_left_title_text_view"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_toEndOf="@+id/photo_left_image_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017925"/>
|
||
|
</RelativeLayout>
|