question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

textColorError - SDK 28

See original GitHub issue

The use of textColorError in the style bt_add_card_activity_theme blocks users from building with SDK and support library 28

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

14reactions
dschuermanncommented, Jul 10, 2018

workaround:

in attrs.xml:

    <declare-styleable name="foo">
        <attr name="textColorError" format="color" />
    </declare-styleable>

in styles.xml:

    <style name="foo">
        <item name="textColorError">@color/colorPrimary</item>
    </style>
6reactions
quinnjncommented, Oct 12, 2018

This fix is now released and available in 3.7.0.

implementation 'com.braintreepayments.api:drop-in:3.7.0'
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found