Skip to content

Commit c19f625

Browse files
committed
update readme
1 parent aac9faf commit c19f625

File tree

9 files changed

+40
-3
lines changed

9 files changed

+40
-3
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
/repo
1212
.trace
1313

14-
14+
*.project
15+
*.settings/
16+
*.classpath

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,16 @@
1515

1616
扫一扫体验
1717

18+
<details>
19+
<summary>打开</summary>
20+
1821
![扫一扫体验](https://raw.githubusercontent.com/REBOOTERS/Images/master/AndroidAnimationExercise/screen/download.png)
1922

23+
</details>
24+
25+
26+
27+
2028

2129
## ImitateFragment (模仿三方应用特效)
2230

@@ -94,6 +102,10 @@ imitate 内的内容全部由 kotlin 语言实现,后续所有内容都会往
94102

95103
<img width=300 src="https://raw.githubusercontent.com/REBOOTERS/Images/master/AndroidAnimationExercise/screen/move.gif"/><img width=300 src="https://raw.githubusercontent.com/REBOOTERS/Images/master/AndroidAnimationExercise/screen/-move.gif"/>
96104

105+
<details>
106+
<summary>更多</summary>
107+
108+
97109
## 仿QQ侧滑菜单效果
98110

99111
<img width=300 src="https://raw.githubusercontent.com/REBOOTERS/Images/master/AndroidAnimationExercise/screen/qq.gif"/><img width=300 src="https://raw.githubusercontent.com/REBOOTERS/Images/master/AndroidAnimationExercise/screen/menu_3d.gif"/>
@@ -136,3 +148,4 @@ imitate 内的内容全部由 kotlin 语言实现,后续所有内容都会往
136148

137149

138150

151+
</details>

app/.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/build
22
/test
3-
/release
3+
/release
4+
*.project
5+
*.settings/
6+
*.classpath

buildSrc/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
/build
2+
/bin
3+
*.project
4+
*.settings/
5+
*.classpath

dateview/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/build
2+
*.project
3+
*.settings/
4+
*.classpath

fast-list/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/build
2+
*.project
3+
*.settings/
4+
*.classpath

gif-revert/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/build
2+
*.project
3+
*.settings/
4+
*.classpath

imitate/.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
/release
33
/free
44
.apk
5-
output.json
5+
output.json
6+
*.project
7+
*.settings/
8+
*.classpath

skeleton/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/build
2+
*.project
3+
*.settings/
4+
*.classpath

0 commit comments

Comments
 (0)