styles.xml (1063B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources> 6 <style name="MozTextInputLayout" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox"> 7 <item name="boxStrokeColor">@color/mozacBoxStrokeColor</item> 8 <item name="boxStrokeWidth">2dp</item> 9 <item name="android:theme">@style/MozacPromptLoginTextInputLayoutCursorAppearance</item> 10 </style> 11 <style name="MozDialogStyle" parent="Theme.Design.Light.BottomSheetDialog"> 12 <item name="android:windowIsFloating">false</item> 13 <item name="android:windowSoftInputMode">adjustResize</item> 14 </style> 15 <style name="MozacPromptLoginTextInputLayoutCursorAppearance" parent="ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox"> 16 <item name="colorControlActivated">?mozacPromptLoginEditTextCursorColor</item> 17 </style> 18 </resources>