zhengkunpeng_branch
zkp 2 years ago
parent 45725618b0
commit 59702962b2

@ -1,14 +1,3 @@
# 2023年秋软件工程实践任务一--1
seminote
小组成员:郑鲲鹏,李泽锴,周柯杏
实践内容:小米便签代码的阅读、标注和分析
实践时间2023.11.20-
实践记录:
1. 2023.11.23 zkp加入分支管理
2. 2023.11.23 18:37 OK all of us are in the correct project
3. 2023.11.26 22:30 creat new zhengkunpeng_branch
4. 2023.11.27 9:19 creat new zhoukexing_branch
zkp加入

21
proguard-rules.pro vendored

@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

@ -0,0 +1,11 @@
# 2023年秋软件工程实践任务一--1
小组成员:郑鲲鹏,李泽锴,周柯杏
实践内容:小米便签代码的阅读、标注和分析
实践时间2023.11.20-
实践记录:
1. 2023.11.23 zkp加入分支管理

@ -63,7 +63,7 @@
</style>
<style name="NoteActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
<!--<item name="android:displayOptions" />-->
<item name="android:visibility">visible</item>
<item name="android:displayOptions" />
<item name="android:visibility">gone</item>
</style>
</resources>
Loading…
Cancel
Save