Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

textinputlayout background color

<com.google.android.material.textfield.TextInputLayout
   app:boxBackgroundColor="@android:color/transparent" 
   android:background="@android:color/transparent">
   <com.google.android.material.textfield.TextInputEditText/>
</com.google.android.material.textfield.TextInputLayout>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #textinputlayout #background #color
ADD COMMENT
Topic
Name
3+5 =