remove old-style list animations

This commit is contained in:
Andrew Dolgov 2015-02-12 12:16:56 +03:00
parent da2428b6da
commit 100ce3413e
7 changed files with 0 additions and 36 deletions

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator">
<alpha
android:fromAlpha="0"
android:toAlpha="1"
android:duration="150"
/>
</set>

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator">
<alpha
android:fromAlpha="0"
android:toAlpha="1"
android:duration="250"
/>
<translate
android:fromXDelta="100%p"
android:toXDelta="0"
android:duration="250"
/>
</set>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
android:delay="20%"
android:animation="@anim/feed_item"
/>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layoutAnimation xmlns:android="http://schemas.android.com/apk/res/android"
android:delay="20%"
android:animation="@anim/headline_item"
/>

1
org.fox.ttrss/src/main/res/layout/cats_fragment.xml Normal file → Executable file
View File

@ -13,7 +13,6 @@
android:id="@+id/feeds"
android:dividerHeight="0dp"
android:divider="@null"
android:layoutAnimation="@anim/layout_feeds"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ListView>

1
org.fox.ttrss/src/main/res/layout/feeds_fragment.xml Normal file → Executable file
View File

@ -13,7 +13,6 @@
android:id="@+id/feeds"
android:dividerHeight="0dp"
android:divider="@null"
android:layoutAnimation="@anim/layout_feeds"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ListView>

View File

@ -12,7 +12,6 @@
<ListView
android:id="@+id/headlines_list"
android:layout_width="match_parent"
android:layoutAnimation="@anim/layout_headline"
android:layout_height="match_parent" >
</ListView>
</android.support.v4.widget.SwipeRefreshLayout>