176 lines
6.0 KiB
XML
176 lines
6.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/qr_code_header"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/qr_code_image_view"
|
||
|
layout_width="180dp"
|
||
|
layout_height="180dp"
|
||
|
layout_marginTop="2dp"
|
||
|
layout_marginBottom="2dp"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/qr_code_footnote"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017844"/>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/details_header_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/movie_details"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017848"/>
|
||
|
<ImageView
|
||
|
id="@+id/poster_image_view"
|
||
|
layout_width="43dp"
|
||
|
layout_height="63dp"
|
||
|
layout_marginTop="16dp"
|
||
|
scaleType="centerCrop"
|
||
|
layout_below="@+id/details_header_text_view"
|
||
|
layout_marginEnd="16dp"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/title_text_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignTop="@+id/poster_image_view"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_toEndOf="@+id/poster_image_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017880"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/cinema_location_text_view"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_below="@+id/title_text_view"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_toEndOf="@+id/poster_image_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017849"/>
|
||
|
</RelativeLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/showtime_header_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/showtime"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017848"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/cinema_header_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/cinema"
|
||
|
layout_alignParentRight="true"
|
||
|
textAllCaps="true"
|
||
|
layout_toEndOf="@+id/showtime_header_text_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017848"/>
|
||
|
<TextView
|
||
|
id="@+id/showtime_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/showtime_header_text_view"
|
||
|
style="@style/2132017880"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/cinema_number_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/cinema_header_text_view"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_toEndOf="@+id/showtime_text_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017880"/>
|
||
|
</RelativeLayout>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/seat_header_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/seat"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017848"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/booking_id_header_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/booking_id"
|
||
|
layout_alignParentRight="true"
|
||
|
textAllCaps="true"
|
||
|
layout_toEndOf="@+id/seat_header_text_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017848"/>
|
||
|
<TextView
|
||
|
id="@+id/seat_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/seat_header_text_view"
|
||
|
style="@style/2132017880"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/booking_id_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/booking_id_header_text_view"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_toEndOf="@+id/seat_text_view"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017880"/>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|