27 lines
870 B
XML
27 lines
870 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/success_view_container"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<TextView
|
||
|
id="@+id/title_text"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/laser_id_help_text"
|
||
|
style="@style/2132017851"/>
|
||
|
<ImageView
|
||
|
id="@+id/id_image"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="24dp"
|
||
|
src="@drawable/laser_id_updated"
|
||
|
scaleType="fitCenter"
|
||
|
adjustViewBounds="true"
|
||
|
layout_below="@+id/title_text"
|
||
|
layout_marginStart="24dp"
|
||
|
layout_marginEnd="24dp"/>
|
||
|
</RelativeLayout>
|