Answers for "com.google.android.material.textfield.TextInputLayout cursor color change"

0

com.google.android.material.textfield.TextInputLayout cursor color change

<com.google.android.material.textfield.TextInputLayout                
    style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
    android:theme="@style/ThemeOverlay.AppTheme.TextInputEditText.Outlined"
    ....>


// In colors.xml
<style name="ThemeOverlay.AppTheme.TextInputEditText.Outlined" parent="">
    <item name="colorPrimary">@color/...</item>
</style>
Posted by: Guest on October-22-2021

Code answers related to "com.google.android.material.textfield.TextInputLayout cursor color change"

Browse Popular Code Answers by Language