add click surrounding

This commit is contained in:
lixiaopeng
2020-11-17 16:17:44 +08:00
parent d75ab2742b
commit 012abd52bc
470 changed files with 513 additions and 13495 deletions

View File

@@ -1,61 +0,0 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:ordering="sequentially">
<set android:ordering="together">
<objectAnimator
android:duration="200"
android:propertyName="scaleX"
android:valueTo="0.95f" />
<objectAnimator
android:duration="200"
android:propertyName="scaleY"
android:valueTo="0.95f" />
</set>
<set android:ordering="together">
<objectAnimator
android:duration="200"
android:propertyName="scaleX"
android:valueTo="1f" />
<objectAnimator
android:duration="200"
android:propertyName="scaleY"
android:valueTo="1f" />
</set>
<set android:ordering="together">
<objectAnimator
android:duration="200"
android:propertyName="scaleX"
android:valueTo="1.25f" />
<objectAnimator
android:duration="200"
android:propertyName="scaleY"
android:valueTo="1.25f" />
</set>
<set android:ordering="together">
<objectAnimator
android:duration="200"
android:propertyName="scaleX"
android:valueTo="0.95f" />
<objectAnimator
android:duration="200"
android:propertyName="scaleY"
android:valueTo="0.95f" />
</set>
<set android:ordering="together">
<objectAnimator
android:duration="200"
android:propertyName="scaleX"
android:valueTo="1f" />
<objectAnimator
android:duration="200"
android:propertyName="scaleY"
android:valueTo="1f" />
</set>
</set>

View File

@@ -1,31 +0,0 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:ordering="sequentially">
<objectAnimator
android:duration="100"
android:propertyName="translationX"
android:valueFrom="0"
android:valueTo="-2"
android:valueType="floatType" />
<objectAnimator
android:duration="100"
android:propertyName="translationX"
android:valueFrom="-2"
android:valueTo="0"
android:valueType="floatType" />
<objectAnimator
android:duration="100"
android:propertyName="translationX"
android:valueFrom="0"
android:valueTo="2"
android:valueType="floatType" />
<objectAnimator
android:duration="100"
android:propertyName="translationX"
android:valueFrom="2"
android:valueTo="0"
android:valueType="floatType" />
</set>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:toDegrees="1200">
<shape
android:shape="ring"
android:innerRadiusRatio="3"
android:thicknessRatio="8"
android:useLevel="false">
<gradient
android:endColor="@color/color_545362"
android:startColor="@color/color_171F7FFF"
android:type="sweep"/>
</shape>
</rotate>

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- <item android:drawable="@mipmap/main_video_pause_btn_press" android:state_pressed="true" />-->
<item android:drawable="@drawable/main_video_pause_btn_normal" android:state_pressed="false" />
<item android:drawable="@drawable/main_video_pause_btn_normal" />
</selector>

Some files were not shown because too many files have changed in this diff Show More