20 lines
684 B
XML
20 lines
684 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
tools:viewBindingIgnore="true">
|
|
|
|
<TextView
|
|
android:id="@+id/section_header_textview"
|
|
style="@style/Widget.Vector.TextView.Body"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="8dp"
|
|
android:paddingStart="8dp"
|
|
android:paddingEnd="8dp"
|
|
android:textStyle="bold"
|
|
tools:text="Smiley & Peolple" />
|
|
|
|
</LinearLayout>
|