Closed NurAlif closed 3 years ago
Check your styles.xml
and extends Theme.AppCompat theme
.
References
I don't have styles.xml
on my project, Instead, I changed the theme to Theme.AppCompat.DayNight.DarkActionBar
in themes.xml
but those red texts still appear.
have the same problem ...
E/ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class com.skydoves.balloon.vectortext.VectorTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). I/easyWallbox: Scrivo: $DATA,READ,AD I/easyWallbox: Ricevo : $DATA,READ,AD,205,69,118,1000,7,0,0,0,0,100,100,0,0,0,0,210,0,17,0,0,0,0 E/ThemeUtils: View class com.skydoves.balloon.vectortext.VectorTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class com.skydoves.balloon.vectortext.VectorTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). I/easyWallbox: Scrivo: $DATA,READ,AD I/easyWallbox: Ricevo : $DATA,READ,AD,205,69,118,1000,7,0,0,0,0,100,100,0,0,0,0,205,0,17,0,0,0,0 E/ThemeUtils: View class com.skydoves.balloon.vectortext.VectorTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class com.skydoves.balloon.vectortext.VectorTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). E/ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). I/easyWallbox: Scrivo: $DATA,READ,AD
Please complete the following information:
When creating and showing a balloon, In android studio 'run' window shows (with red-colored text):
E/ThemeUtils: View class com.skydoves.balloon.vectortext.VectorTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
E/ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
Code used to create and show balloon:
However, the balloon actually shows correctly.