File tree 6 files changed +4
-4
lines changed
6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Temporary Items
30
30
# Android
31
31
32
32
# Built application files
33
- * .apk
33
+ # *.apk
34
34
* .ap_
35
35
36
36
# Files for the Dalvik VM
Original file line number Diff line number Diff line change 31
31
32
32
以下是效果图,就没生成 gif 动图了,关键是不知道怎么搞~~
33
33
34
- ![ ] ( img /img1.png)
34
+ ![ ] ( imgs /img1.png)
35
35
36
36
* 图一:运行效果截图*
37
37
@@ -95,7 +95,7 @@ public class MainActivity extends ActionBarActivity {
95
95
96
96
使用了继承的设计,相当于在以前的继承关系中插入了一层,大概的类图如下所示:
97
97
98
- ![ ] ( img /img2.png)
98
+ ![ ] ( imgs /img2.png)
99
99
100
100
* 图二:设计的框架结果,应用层的 Activity 继承自框架中的 ` SlideBackActivity ` *
101
101
@@ -107,7 +107,7 @@ SlideFrameLayout:1
107
107
108
108
也就是说,PreviewView 在最下面,SlideFrameLayout 在最上在,对用户可见,当用户开始滑动时,把上面的 SlideFrameLayout 进行偏移,那么自然就看到下在的 PreviewView 了。 如下图所示:
109
109
110
- ![ ] ( img /img3.png)
110
+ ![ ] ( imgs /img3.png)
111
111
112
112
* 图三:` SlideFrameLayout ` 与 ` PreviewView ` 的Z轴关系*
113
113
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments