aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/transition/web_context_enter.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-19 00:28:56 -0700
committerGitHub <noreply@github.com>2017-07-19 00:28:56 -0700
commit495b1bd49835070ca43a523831caee0f70079604 (patch)
tree7b8d56aa22fcf3a9fd1bf566a17fe1997180288a /app/src/main/res/transition/web_context_enter.xml
parente4679b1663fa78a99c6c8225e454595c6c6f4e38 (diff)
downloadfrost-495b1bd49835070ca43a523831caee0f70079604.tar.gz
frost-495b1bd49835070ca43a523831caee0f70079604.tar.bz2
frost-495b1bd49835070ca43a523831caee0f70079604.zip
Dev - minor updates (#73)v1.3.3
* Add lint * Add new libs * Update libs and add friends tab * Aggressively hide nonrecent posts * Update dependencies * Add php to most recents * Add full size image downloader * Fix css cleaner
Diffstat (limited to 'app/src/main/res/transition/web_context_enter.xml')
-rw-r--r--app/src/main/res/transition/web_context_enter.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/src/main/res/transition/web_context_enter.xml b/app/src/main/res/transition/web_context_enter.xml
deleted file mode 100644
index 213ace90..00000000
--- a/app/src/main/res/transition/web_context_enter.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:interpolator/linear_out_slow_in"
- android:transitionOrdering="together">
-
- <fade android:duration="200">
- <targets>
- <target android:targetId="@id/menu_container" />
- </targets>
- </fade>
-
- <slide
- android:duration="400"
- android:slideEdge="bottom"
- android:startDelay="1000">
- <targets>
- <target android:excludeId="@android:id/navigationBarBackground" />
- <target android:excludeId="@android:id/statusBarBackground" />
- <target android:excludeId="@id/menu_container" />
- </targets>
- </slide>
-
-</transitionSet> \ No newline at end of file