what-the-bank/resources/res/layout/2131558613.xml

45 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<LinearLayout
orientation="vertical"
background="#f5f3f6"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_hml_ota_first_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_ota_info_first_title"
style="@style/2132017848"/>
<TextView
id="@+id/tv_hml_ota_first_description"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_ota_info_first_description"
style="@style/2132017920"/>
<TextView
id="@+id/tv_hml_ota_second_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/hml_ota_info_second_title"
style="@style/2132017848"/>
<TextView
id="@+id/tv_hml_ota_second_description"
paddingTop="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/hml_ota_info_second_description"
style="@style/2132017920"/>
</LinearLayout>
</LinearLayout>