Compare commits

...

35 Commits

Author SHA1 Message Date
hmh 04cb540e66 描述本次修改内容
3 months ago
hmh 5ab295cc21 Merge branch 'main' of https://bdgit.educoder.net/peom7hyw9/xmr_gitpractice into hmh_branch
3 months ago
peom7hyw9 dcf728b29f Merge pull request '软件需求规格说明书' (#13) from hzy_branch into main
3 months ago
xmr fe5239d8d0 完善
3 months ago
hzy 0338648c15 提交软件需求规格说明书
3 months ago
hzy b996a3522e Merge branch 'master' of https://bdgit.educoder.net/peom7hyw9/xmr_gitpractice into hzy_branch
3 months ago
hzy 7a982a0944 软件需求规格说明书模板
3 months ago
pa9bpfrfh 8d1da165df Merge pull request '修改1' (#12) from hmh_branch into master
3 months ago
hmh 5bf13f9693 修改
3 months ago
pa9bpfrfh 401967e0da Delete '文档模板-开源软件维护方案及成果.docx'
3 months ago
pa9bpfrfh add0613dbf Delete '文档模板-开源代码质量分析报告.docx'
3 months ago
pa9bpfrfh dd42ed2b38 提交报告
3 months ago
xmr ae11adc7c7 完善文档
3 months ago
xmr 566c476649 Merge branch 'main' of https://bdgit.educoder.net/peom7hyw9/xmr_gitpractice
3 months ago
xmr 1355ebe7ee 完善未写完的部分
3 months ago
pa9bpfrfh 3395cfe8e2 开源代码质量分析报告
3 months ago
pa9bpfrfh 4911ddff06 顺序图
3 months ago
pa9bpfrfh edea00a7ff 类图
3 months ago
pa9bpfrfh c58d86045c 用例图
3 months ago
pa9bpfrfh 77f2ac3f5c 用例图
3 months ago
pa9bpfrfh fb3ce10c35 Merge pull request '1' (#2) from hmh_branch into main
3 months ago
xmr de8296deab 完成文档1.1-1.6,
3 months ago
xmr 742c535dce 增加文件夹,菜单功能
4 months ago
peom7hyw9 ce28043ec5 Merge pull request '顺序图上传' (#5) from hzy_branch into master
4 months ago
peom7hyw9 145ef7920e test
4 months ago
xmr 0fc256150a test2
4 months ago
xmr 4add42618f Merge branch 'main' of https://bdgit.educoder.net/peom7hyw9/xmr_gitpractice
4 months ago
xmr de47de2fe6 test2
4 months ago
xmr 02fac96834 test
4 months ago
peom7hyw9 a6bfaf3373 Merge pull request '顺序图上传' (#3) from hzy_branch into master
4 months ago
hzy 1d98841dda 1、顺序图上传
4 months ago
peom7hyw9 65899c79ea Delete 'doc'
4 months ago
peom7hyw9 ecb5d049c9 ADD file via upload
4 months ago
peom7hyw9 94729e0c32 Delete 'doc'
4 months ago
peom7hyw9 67b534535a ADD file via upload
4 months ago

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<style name="TextAppearanceSuper">
<item name="android:textSize">@dimen/text_font_size_super</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceLarge">
<item name="android:textSize">@dimen/text_font_size_large</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceMedium">
<item name="android:textSize">@dimen/text_font_size_medium</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceNormal">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearancePrimaryItem">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@color/primary_text_dark</item>
</style>
<style name="TextAppearanceSecondaryItem">
<item name="android:textSize">@dimen/text_font_size_small</item>
<item name="android:textColor">@color/secondary_text_dark</item>
</style>
<style name="TextAppearanceUnderMenuIcon">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@android:color/black</item>
</style>
<style name="HighlightTextAppearancePrimary">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@color/primary_text_dark</item>
</style>
<style name="HighlightTextAppearanceSecondary">
<item name="android:textSize">@dimen/text_font_size_small</item>
<item name="android:textColor">@color/secondary_text_dark</item>
</style>
<style name="NoteTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/NoteActionBarStyle</item>
</style>
<style name="NoteActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
<!--<item name="android:displayOptions" />-->
<item name="android:visibility">visible</item>
</style>
</resources>

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.
Loading…
Cancel
Save