mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
10 lines
No EOL
250 B
XML
10 lines
No EOL
250 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fillAfter="true">
|
|
|
|
<alpha
|
|
android:duration="1000"
|
|
android:fromAlpha="1.0"
|
|
android:toAlpha="0.5" />
|
|
|
|
</set> |