13 lines
416 B
XML
13 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_group_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginStart="24dp"
|
|
style="@style/2132017967"/>
|
|
</LinearLayout>
|