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