Skip to content

Commit

Permalink
Merge pull request #17 from zfman/dev
Browse files Browse the repository at this point in the history
v2.0.3
  • Loading branch information
zfman authored Sep 2, 2018
2 parents 274f41b + 1306e6c commit 9f00470
Show file tree
Hide file tree
Showing 118 changed files with 22,749 additions and 538 deletions.
Binary file not shown.
29 changes: 29 additions & 0 deletions AndroidTimetableView/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions AndroidTimetableView/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AndroidTimetableView/TimetableView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ publish {
repoName='Maven'
groupId = 'com.zhuangfei'//jcenter上的路径
artifactId = 'TimetableView'//项目名称
publishVersion = '2.0.2'//版本号
publishVersion = '2.0.3'//版本号
desc = 'A beautiful Android based curriculum schedule widget'//描述,不重要
website = 'https://github.com/zfman/TimetableView'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
}
17 changes: 8 additions & 9 deletions AndroidTimetableView/TimetableView/res/layout/view_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
android:orientation="horizontal">
<LinearLayout
android:id="@+id/weekPanel_0"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:paddingBottom="5dp"
android:background="@color/app_white"
android:orientation="vertical">
Expand All @@ -25,55 +24,55 @@
android:id="@+id/weekPanel_1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1.5"
android:layout_weight="1"
android:layout_marginBottom="5dp"
android:orientation="vertical"></LinearLayout>

<LinearLayout
android:id="@+id/weekPanel_2"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1.5"
android:layout_weight="1"
android:layout_marginBottom="5dp"
android:orientation="vertical"></LinearLayout>

<LinearLayout
android:id="@+id/weekPanel_3"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1.5"
android:layout_weight="1"
android:layout_marginBottom="5dp"
android:orientation="vertical"></LinearLayout>

<LinearLayout
android:id="@+id/weekPanel_4"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1.5"
android:layout_weight="1"
android:layout_marginBottom="5dp"
android:orientation="vertical"></LinearLayout>

<LinearLayout
android:id="@+id/weekPanel_5"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1.5"
android:layout_weight="1"
android:layout_marginBottom="5dp"
android:orientation="vertical"></LinearLayout>

<LinearLayout
android:id="@+id/weekPanel_6"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1.5"
android:layout_weight="1"
android:layout_marginBottom="5dp"
android:orientation="vertical"></LinearLayout>

<LinearLayout
android:id="@+id/weekPanel_7"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1.5"
android:layout_weight="1"
android:layout_marginBottom="5dp"
android:orientation="vertical"></LinearLayout>
</LinearLayout>
Expand Down
Loading

0 comments on commit 9f00470

Please sign in to comment.