- Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathopen.html
More file actions
Latest commit
140 lines (110 loc) · 3.86 KB
/
Copy pathopen.html
File metadata and controls
140 lines (110 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
---
layout: page
title: "Open"
description: "自由 包容 发展 共赢"
header-img: "img/open-bg.jpg"
---
<style>
@media screen and (min-width:768px){
.element {
display: table-cell;
vertical-align: middle;
float: none !important;
}
.half{
width:50%;
}
}
@media screen and (max-width:767px){
.row {
position: relative;
top:0px;
margin-bottom:0px;
}
hr{
margin-top:30px ;
margin-bottom:0px;
}
.cb-title-top{
margin-top:0px;
}
}
</style>
<divclass="post-container cb-title-top">
<divclass="row">
<divclass="col-sm-2 hidden-xs element">
<imgsrc="/img/github.png"/>
</div>
<divclass="col-sm-4 col-xs-12 element post-preview">
<ahref="https://github.com/androiddevelop/AlignTextView">
<h2class="post-title">AlignTextView</h2>
<spanclass="post-content-preview">两端对齐的TextView控件。</span>
</a>
<divclass="visible-xs">
<hr>
</div>
</div>
<divclass="col-sm-2 hidden-xs element">
<imgsrc="/img/github.png"/>
</div>
<divclass="col-sm-4 col-xs-12 element post-preview cb-row">
<ahref="https://github.com/androiddevelop/CycleViewPager">
<h2class="post-title">CycleViewPager</h2>
<spanclass="post-content-preview">支持循环滚动,自动切换播放的viewpager控件。<aclass="hidden-xs"
href="http://codeboy.me/javadoc/CycleViewPager/"
target="_blank">javadoc</a></span>
</a>
</div>
</div>
<hr>
<divclass="row">
<divclass="col-sm-2 hidden-xs element">
<imgsrc="/img/github.png"/>
</div>
<divclass="col-sm-4 col-xs-12 element post-preview cb-row">
<ahref="https://github.com/androiddevelop/FilterFlowLayout">
<h2class="post-title">FilterFlowLayout</h2>
<spanclass="post-content-preview">含有过滤功能的流式布局。</span>
</a>
<divclass="visible-xs">
<hr>
</div>
</div>
<divclass="col-sm-2 hidden-xs element">
<imgsrc="/img/github.png"/>
</div>
<divclass="col-sm-4 col-xs-12 element post-preview">
<ahref="https://github.com/androiddevelop/AndroidScreenshot">
<h2class="post-title">AndroidScreenshot</h2>
<spanclass="post-content-preview">在PC上展示手机屏幕,提供点击滑动等操作。</span>
</a>
</div>
</div>
<hr>
<divclass="row half">
<divclass="col-sm-2 hidden-xs element">
<imgsrc="/img/github.png"/>
</div>
<divclass="col-sm-4 col-xs-12 element post-preview cb-row">
<ahref="https://github.com/androiddevelop/PhoneLocation">
<h2class="post-title">PhoneLocation</h2>
<spanclass="post-content-preview">PhoneLocation是一个解决原生Android系统不自带手机号码归属地问题的Android项目。</span>
</a>
</div>
</div>
<hr>
</div>
<style>
.left-bottom .github-fork-ribbon {
background-color:#090;
}
</style>
<divclass="github-fork-ribbon-wrapper left-bottom hidden-xs">
<divclass="github-fork-ribbon">
<ahref="https://github.com/androiddevelop">Fork me on GitHub</a>
</div>
</div>
<linkrel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.ie.min.css" />
<![endif]-->