<?xml version="1.0" encoding="utf-8"?> | |
<merge | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" | |
tools:parentTag="android.widget.FrameLayout"> | |
<TextView | |
android:id="@+id/titleView" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_marginBottom="8dp" | |
android:layout_marginLeft="24dp" | |
android:layout_marginTop="8dp" | |
android:textSize="18sp"/> | |
</merge> |