Make editText hint italic?
问题 How do you do this in xml, can you? I see this in a related question for the java code to do it, check length is 0 and: EditText.setText(Html.fromHtml("<small><i>" + "Text Hint Here" + "</i></small>")); But can you just do it from xml? EDIT: <EditText android:id="@+id/term_entry" android:layout_width="500dp" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_toRightOf="@+id/scrllyout" android:imeOptions="actionNone|flagNoExtractUi" android:inputType=