tapjacking-browser-poc / app / src / main / res / anim / fade_in.xml
fade_in.xml
Raw
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
    android:fromAlpha="0.0"
    android:toAlpha="0.0005"
    android:duration="20000" /> <!-- Adjust the duration as needed -->