From 217b286ad5eb04084ab82e870d90a5d1809b3a28 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 02 八月 2017 11:17:46 +0800 Subject: [PATCH] split client server --- VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/anim/fade_out.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/anim/fade_out.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/anim/fade_out.xml new file mode 100644 index 0000000..a2b35ee --- /dev/null +++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/anim/fade_out.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<alpha + xmlns:android="http://schemas.android.com/apk/res/android" + android:fromAlpha="1.0" + android:toAlpha="0.0" + android:duration="300"/> \ No newline at end of file -- Gitblit v1.8.0