Skip to content

Commit

Permalink
修改文件夹名称
Browse files Browse the repository at this point in the history
  • Loading branch information
李洪 committed Oct 29, 2016
1 parent 84df744 commit 18473d4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Temporary Items
# Android

# Built application files
*.apk
#*.apk
*.ap_

# Files for the Dalvik VM
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

以下是效果图,就没生成 gif 动图了,关键是不知道怎么搞~~

![](img/img1.png)
![](imgs/img1.png)

*图一:运行效果截图*

Expand Down Expand Up @@ -95,7 +95,7 @@ public class MainActivity extends ActionBarActivity {

使用了继承的设计,相当于在以前的继承关系中插入了一层,大概的类图如下所示:

![](img/img2.png)
![](imgs/img2.png)

*图二:设计的框架结果,应用层的 Activity 继承自框架中的 `SlideBackActivity`*

Expand All @@ -107,7 +107,7 @@ SlideFrameLayout:1

也就是说,PreviewView 在最下面,SlideFrameLayout 在最上在,对用户可见,当用户开始滑动时,把上面的 SlideFrameLayout 进行偏移,那么自然就看到下在的 PreviewView 了。 如下图所示:

![](img/img3.png)
![](imgs/img3.png)

*图三:`SlideFrameLayout``PreviewView` 的Z轴关系*

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added output/sample-debug.apk
Binary file not shown.

0 comments on commit 18473d4

Please sign in to comment.