I want to draw animations over a webview. My activity's xml structure looks like the structure below:
<FrameLayout>
<LinearLayout>
</LinearLayout>
<WebView/>
<LinearLayout>
</LinearLayout>
</FrameLayout>
Is it possible somehow to create a transparent canvas in order to draw my animation over the webview?
Thanks in advance!