<?xml version="1.0" encoding="utf-8"?>
|
<FrameLayout
|
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"
|
android:paddingTop="@dimen/dimen4">
|
<TextView
|
android:id="@+id/tv_section_head"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:text="@string/app_name"
|
android:textColor="@color/main_color_2"
|
android:padding="@dimen/dimen4">
|
</TextView>
|
</FrameLayout>
|