summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-10 10:03:03 +0300
committerAndrew Dolgov <[email protected]>2015-06-10 10:03:03 +0300
commitb07f3831888f60adb3b63a50bb3b4675765c217b (patch)
treec8be59028523f309c4df3154c892e19db1ad3dda /org.fox.ttcomics
parentc9e35e4be6e3e57cdd4451426f4a5220a9b787ca (diff)
Revert "add basic raise for list items"
This reverts commit c9e35e4be6e3e57cdd4451426f4a5220a9b787ca.
Diffstat (limited to 'org.fox.ttcomics')
-rw-r--r--org.fox.ttcomics/src/main/res/anim/raise.xml16
-rwxr-xr-xorg.fox.ttcomics/src/main/res/layout/comics_grid_row.xml1
2 files changed, 0 insertions, 17 deletions
diff --git a/org.fox.ttcomics/src/main/res/anim/raise.xml b/org.fox.ttcomics/src/main/res/anim/raise.xml
deleted file mode 100644
index 2ecdc09..0000000
--- a/org.fox.ttcomics/src/main/res/anim/raise.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="true" android:state_pressed="true">
- <objectAnimator
- android:duration="@android:integer/config_shortAnimTime"
- android:propertyName="translationZ"
- android:valueTo="8dp"
- android:valueType="floatType" />
- </item>
- <item>
- <objectAnimator
- android:duration="@android:integer/config_shortAnimTime"
- android:propertyName="translationZ"
- android:valueTo="0dp"
- android:valueType="floatType" />
- </item>
-</selector> \ No newline at end of file
diff --git a/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml b/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml
index fbbe5ca..ac1af32 100755
--- a/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml
+++ b/org.fox.ttcomics/src/main/res/layout/comics_grid_row.xml
@@ -3,7 +3,6 @@
xmlns:card_view="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
- android:stateListAnimator="@anim/raise"
android:id="@+id/comics_list_row"
android:layout_width="160dp"
android:layout_height="210dp"