remove old-style list animations
This commit is contained in:
parent
da2428b6da
commit
100ce3413e
@ -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>
|
|
||||||
|
|
@ -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>
|
|
||||||
|
|
@ -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"
|
|
||||||
/>
|
|
@ -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
1
org.fox.ttrss/src/main/res/layout/cats_fragment.xml
Normal file → Executable file
@ -13,7 +13,6 @@
|
|||||||
android:id="@+id/feeds"
|
android:id="@+id/feeds"
|
||||||
android:dividerHeight="0dp"
|
android:dividerHeight="0dp"
|
||||||
android:divider="@null"
|
android:divider="@null"
|
||||||
android:layoutAnimation="@anim/layout_feeds"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" >
|
android:layout_height="match_parent" >
|
||||||
</ListView>
|
</ListView>
|
||||||
|
1
org.fox.ttrss/src/main/res/layout/feeds_fragment.xml
Normal file → Executable file
1
org.fox.ttrss/src/main/res/layout/feeds_fragment.xml
Normal file → Executable file
@ -13,7 +13,6 @@
|
|||||||
android:id="@+id/feeds"
|
android:id="@+id/feeds"
|
||||||
android:dividerHeight="0dp"
|
android:dividerHeight="0dp"
|
||||||
android:divider="@null"
|
android:divider="@null"
|
||||||
android:layoutAnimation="@anim/layout_feeds"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" >
|
android:layout_height="match_parent" >
|
||||||
</ListView>
|
</ListView>
|
||||||
|
1
org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
Normal file → Executable file
1
org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
Normal file → Executable file
@ -12,7 +12,6 @@
|
|||||||
<ListView
|
<ListView
|
||||||
android:id="@+id/headlines_list"
|
android:id="@+id/headlines_list"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layoutAnimation="@anim/layout_headline"
|
|
||||||
android:layout_height="match_parent" >
|
android:layout_height="match_parent" >
|
||||||
</ListView>
|
</ListView>
|
||||||
</android.support.v4.widget.SwipeRefreshLayout>
|
</android.support.v4.widget.SwipeRefreshLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user