Skip to content

Commit b6b3c79

Browse files
committed
Update: Update READEM #83
1 parent 98c3b48 commit b6b3c79

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
### How to use
88

9-
So, how do you take advantage of her?
9+
>dev branch is currently maintained by [troyliu0105](https://github.com/troyliu0105), he will continue to reconstruct the building blocks and increase the fun of the function, if you also like, then welcome **Star** and **Fork** this branch!
1010
1111
Well, actually, I have to help you complete the overall framework set up, you need to do is just based on actual demand, simply replace data at source, and modify UI, you can quickly complete a new application development!
1212

README.z.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Building Blocks - 积木
22
=====================
33

4-
>**积木** - 一个以知乎日报作为数据展现内容;以抽屉菜单作为功能扩展入口;依循 Material Design 作为主导设计 UI 的应用;好吧,酷
4+
>**积木** - 一个以知乎日报作为数据展现内容;以抽屉菜单作为功能扩展入口;依循 Material Design 作为主导设计 UI 的应用;我知道,这听起来就很酷
55
66
### How to use - 如何使用
77

8+
>dev 分支由 [troyliu0105](https://github.com/troyliu0105) 同学维护,他会不断对积木进行重构与增加好玩的功能,如果你也喜欢,那么欢迎 **Star****Fork** 此分支!
9+
810
那么,你该如何利用「她」呢?
911

1012
好啦,其实我已经帮你完成了应用整体框架的搭建,你需要做的,仅仅是依据自己的实际需求,简单的替换下数据来源,比如在 [APIStore](http://apistore.baidu.com/) 上就有详细的类别供你选择,然后再改改 UI,一款全新应用就完成啦!

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
applicationId "me.itangqi.buildingblocks"
99
minSdkVersion 16
1010
targetSdkVersion 22
11-
versionCode 59
11+
versionCode 60
1212
versionName "0.5.1"
1313
}
1414
buildTypes {

app/src/main/res/values-v21/styles.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
<style name="Base.Theme.AppTheme" parent="Theme.AppTheme">
55
<item name="android:windowIsTranslucent">true</item>
6-
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
7-
<item name="android:statusBarColor">@android:color/transparent</item>
86
</style>
97

108
<style name="Root.Theme.AppTheme" parent="Base.Theme.AppTheme">

0 commit comments

Comments
 (0)