Guest User

Untitled

a guest
Nov 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <style name="TextAppearence.App.TextInputLayoutError"
  2. parent="TextAppearence.App.TextInputLayout">
  3. <item name="android:textColor">@color/colorPink</item>
  4. <item name="android:textColorHint">@color/colorPink</item>
  5. <item name="android:textSize">15sp</item>
  6. </style>
  7.  
  8.  
  9.  
  10. textinputlayout.setHintTextAppearance(R.style.TextAppearence_App_TextInputLayoutError);
Add Comment
Please, Sign In to add comment