88 lines
3.0 KiB
XML
88 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
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"
|
|
text="@string/movie_details"
|
|
textAllCaps="true"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017871"/>
|
|
<LinearLayout
|
|
gravity="center_vertical"
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<ImageView
|
|
layout_gravity="top"
|
|
id="@+id/photo_left_image_view"
|
|
layout_width="80dp"
|
|
layout_height="80dp"
|
|
scaleType="centerCrop"/>
|
|
<LinearLayout
|
|
gravity="end"
|
|
layout_gravity="end"
|
|
orientation="vertical"
|
|
id="@+id/gifting_details_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="8dp">
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/photo_left_title_text_view"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
gravity="end"
|
|
id="@+id/second_text_view"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
style="@style/2132017664"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
gravity="end"
|
|
id="@+id/third_text_view"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
style="@style/2132017664"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/fourth_text_view"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x11="@+id/photo_left_title_text_view"
|
|
NOT_FOUND_0x12="@+id/photo_left_title_text_view"
|
|
NOT_FOUND_0x13="@+id/third_text_view"
|
|
style="@style/2132017664"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/photo_left_item_divider"
|
|
background="#eae7ec"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginStart="16dp"/>
|
|
<View
|
|
id="@+id/photo_left_item_divider_full"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|