14 lines
486 B
XML
14 lines
486 B
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
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/auto_bo_biz_info_biz_name_sub_title"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_alignParentStart="true"
|
||
|
style="@style/2132017915"/>
|
||
|
</RelativeLayout>
|