android:background=”?attr/editTextBackground”
1 2 3 4 5 6 7 8 9 10 | < TextView android:layout_width = "wrap_content" android:layout_height = "wrap_content" android:text = "Your text" android:hint = "My hint" android:textColor = "?attr/editTextColor" android:background = "?attr/editTextBackground" android:gravity = "center_vertical" android:textAppearance = "?android:attr/textAppearanceMediumInverse" /> |