Kind of new with B4x. I am trying to implement button animation, i.e., when button is clicked, the text should fade. Found this link on the forum
https://www.b4x.com/android/forum/threads/animation-fade-in-and-out.63610/
The MeowMeow.zip over here https://www.b4x.com/android/forum/attachments/meowmeow-test-zip.41624/ works fine.
But in the Manifest editor, if I change the minsdkversion to 7 and targetsdkversion to 23.
And add the following lines,
the animation doesnt seem to work.
I am using version 7.8
Thank you.
https://www.b4x.com/android/forum/threads/animation-fade-in-and-out.63610/
The MeowMeow.zip over here https://www.b4x.com/android/forum/attachments/meowmeow-test-zip.41624/ works fine.
But in the Manifest editor, if I change the minsdkversion to 7 and targetsdkversion to 23.
And add the following lines,
B4X:
SetApplicationAttribute("android:theme", "@style/AppTheme")
CreateResource(values, theme.xml,
<resources>
<style name="AppTheme" parent="android:Theme.Material.Light">
</style>
</resources>
)
the animation doesnt seem to work.
I am using version 7.8
Thank you.