В этом стиле идет дефолтный серый цвет обводки этого бокса и треугольника .
Я хочу изменить их цвета на синий.
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin10"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu">
<AutoCompleteTextView
android:id="@+id/cropsAuto"
android:textSize="@dimen/text_size"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:inputType="none"
android:text="@string/choose_one_of_them" />
Как мне это сделать ?