textColorError - SDK 28
See original GitHub issueThe use of textColorError
in the style bt_add_card_activity_theme
blocks users from building with SDK and support library 28
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:14 (5 by maintainers)
Top Results From Across the Web
6 - Stack Overflow
My compile and target sdk versions are 28 and buildToolsVersion is 28.0.3. This is the library dependency as in my gradle file. implementation...
Read more >Behavior changes: apps targeting API level 28+
The following behavior changes apply exclusively to apps that are targeting API level 28 or higher. Apps that set targetSdkVersion to API level ......
Read more >Custom Themes | Skillz
You can customize the look of the Skillz UI using our "Custom Theme" feature so that it feels native to your game. Although...
Read more >Diff - 2fd98442e4e0ced6bb30bd57abfd8a34f8142d09^!
diff --git a/sdk/extras/android/support/annotations/android-support-annotations.jar ... AppCompat"> + <item name="textColorError">@color/ ...
Read more >TextInputLayout always falls back to light error color below API ...
<item android:color="?attr/textColorError"/> </selector> values.xml <style name="TextAppearance.Design.Error" parent="TextAppearance.AppCompat.Caption">
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
workaround:
in attrs.xml:
in styles.xml:
This fix is now released and available in 3.7.0.