Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

edittext color

<EditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="Underline color change"
        android:backgroundTint="@android:color/holo_red_light" />  -this line-
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #edittext #color
ADD COMMENT
Topic
Name
4+1 =