1<?xml version="1.0" encoding="utf-8"?> 2<merge 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:tools="http://schemas.android.com/tools" 5 tools:parentTag="android.widget.FrameLayout"> 6 7 <TextView 8 android:id="@+id/titleView" 9 android:layout_width="wrap_content" 10 android:layout_height="wrap_content" 11 android:layout_marginBottom="8dp" 12 android:layout_marginLeft="24dp" 13 android:layout_marginTop="8dp" 14 android:textSize="18sp"/> 15 16 17</merge>