diff options
author | cyberta <cyberta@riseup.net> | 2022-12-02 02:08:55 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-02 20:25:19 +0100 |
commit | 5afe57ab868ee9e2e27f5b26b9b14de3519c0402 (patch) | |
tree | ba0d8c4b31d47be1506b3a89843494b67470c1ca /app/src/custom/res/animator | |
parent | 905cf37dc3e5e7a3a3ffdd80b09cb4be3ccfc806 (diff) |
rearranging assets, split them into normal and custom flavor
Diffstat (limited to 'app/src/custom/res/animator')
-rw-r--r-- | app/src/custom/res/animator/alpha2.xml | 10 | ||||
-rw-r--r-- | app/src/custom/res/animator/alpha3.xml | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app/src/custom/res/animator/alpha2.xml b/app/src/custom/res/animator/alpha2.xml new file mode 100644 index 00000000..bf997dea --- /dev/null +++ b/app/src/custom/res/animator/alpha2.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <objectAnimator + android:propertyName="fillAlpha" + android:valueFrom="0" + android:valueTo="1" + android:startOffset="200" + android:duration="250" + android:interpolator="@android:interpolator/linear" /> +</set>
\ No newline at end of file diff --git a/app/src/custom/res/animator/alpha3.xml b/app/src/custom/res/animator/alpha3.xml new file mode 100644 index 00000000..d05f36c2 --- /dev/null +++ b/app/src/custom/res/animator/alpha3.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<set xmlns:android="http://schemas.android.com/apk/res/android"> + +</set>
\ No newline at end of file |