10 lines
320 B
XML
10 lines
320 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
textSize="18sp"
|
||
|
id="@+id/tv_remark"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/ccm_e_statement_selection_remark"
|
||
|
style="@style/2132017674"/>
|