simpledialogfragments/src/main/res/layout/simpledialogfragment_form_item_hint.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:orientation="vertical">
<TextView
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="4dp"
android:textAppearance="?android:attr/textAppearanceSmall"
tools:text="Hint" />
</RelativeLayout>