Newer
Older
org.ntlab.acanthus_client / app / src / main / res / anim / alpha_fadein.xml
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <alpha xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:interpolator="@android:anim/decelerate_interpolator"
  4. android:fromAlpha="0.0"
  5. android:toAlpha="1.0"
  6. android:fillAfter="true"
  7. android:duration="3000"
  8. />