Fantastic, Thank you
android.view.InflateException: Binary XML file line #49 in xx:layout/alerter_alert_default_layout: Binary XML file line #49 in xx:layout/alerter_alert_default_layout: Error inflating class androidx.appcompat.widget.AppCompatTextView
How to Use v1.02 with android:targetSdkVersion="31" ?
Because v1.10 hide my title bar, i want to keep title bar, could you please help me
SetApplicationAttribute(android:theme, "@style/Theme.AppCompat")
SetApplicationAttribute(android:theme, "@style/myTheme")
CreateResource(values-v21, theme.xml,
<resources>
<style name="myTheme" parent="@style/Theme.AppCompat">
<item name="android:windowNoTitle">false</item>
<item name="android:windowActionBar">true</item>
</style>
</resources>)
hi im facing same problem, android 13, any suggest?hi..
android 13
I get this error..
is there a solution for this..
#AdditionalJar: androidx.appcompat:appcompat
Solution is already implemented.hi im facing same problem, android 13, any suggest?
i got same error in android 12hi..
android 13
I get this error..
is there a solution for this..
#AdditionalJar: androidx.appcompat:appcompat