forked from androiddevelop/CodeboyBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
open.html
140 lines (110 loc) · 3.86 KB
/
open.html
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>
<div class="post-container cb-title-top">
<div class="row">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png"/>
</div>
<div class="col-sm-4 col-xs-12 element post-preview">
<a href="https://github.com/androiddevelop/AlignTextView">
<h2 class="post-title">AlignTextView</h2>
<span class="post-content-preview">两端对齐的TextView控件。</span>
</a>
<div class="visible-xs">
<hr>
</div>
</div>
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png"/>
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/androiddevelop/CycleViewPager">
<h2 class="post-title">CycleViewPager</h2>
<span class="post-content-preview">支持循环滚动,自动切换播放的viewpager控件。<a class="hidden-xs"
href="http://codeboy.me/javadoc/CycleViewPager/"
target="_blank">javadoc</a></span>
</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png"/>
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/androiddevelop/FilterFlowLayout">
<h2 class="post-title">FilterFlowLayout</h2>
<span class="post-content-preview">含有过滤功能的流式布局。</span>
</a>
<div class="visible-xs">
<hr>
</div>
</div>
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png"/>
</div>
<div class="col-sm-4 col-xs-12 element post-preview">
<a href="https://github.com/androiddevelop/AndroidScreenshot">
<h2 class="post-title">AndroidScreenshot</h2>
<span class="post-content-preview">在PC上展示手机屏幕,提供点击滑动等操作。</span>
</a>
</div>
</div>
<hr>
<div class="row half">
<div class="col-sm-2 hidden-xs element">
<img src="/img/github.png"/>
</div>
<div class="col-sm-4 col-xs-12 element post-preview cb-row">
<a href="https://github.com/androiddevelop/PhoneLocation">
<h2 class="post-title">PhoneLocation</h2>
<span class="post-content-preview">PhoneLocation是一个解决原生Android系统不自带手机号码归属地问题的Android项目。</span>
</a>
</div>
</div>
<hr>
</div>
<style>
.left-bottom .github-fork-ribbon {
background-color: #090;
}
</style>
<div class="github-fork-ribbon-wrapper left-bottom hidden-xs">
<div class="github-fork-ribbon">
<a href="https://github.com/androiddevelop">Fork me on GitHub</a>
</div>
</div>
<link rel="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]-->