diff --git a/doc/~$祥-羊涛-开源软件泛读、标注和维护报告文档.docx b/doc/~$祥-羊涛-开源软件泛读、标注和维护报告文档.docx new file mode 100644 index 0000000..8626dc8 Binary files /dev/null and b/doc/~$祥-羊涛-开源软件泛读、标注和维护报告文档.docx differ diff --git a/doc/实践模板-开源软件泛读、标注和维护报告文档.docx b/doc/实践模板-开源软件泛读、标注和维护报告文档.docx deleted file mode 100644 index 1833f4e..0000000 Binary files a/doc/实践模板-开源软件泛读、标注和维护报告文档.docx and /dev/null differ diff --git a/doc/黄志祥-羊涛-开源软件泛读、标注和维护报告文档.docx b/doc/黄志祥-羊涛-开源软件泛读、标注和维护报告文档.docx new file mode 100644 index 0000000..299c706 Binary files /dev/null and b/doc/黄志祥-羊涛-开源软件泛读、标注和维护报告文档.docx differ diff --git a/doc/实践模板-开源软件的质量分析报告文档.docx b/doc/黄志祥-羊涛-开源软件的质量分析报告文档.docx similarity index 100% rename from doc/实践模板-开源软件的质量分析报告文档.docx rename to doc/黄志祥-羊涛-开源软件的质量分析报告文档.docx diff --git a/src/mi_note/app/src/main/AndroidManifest.xml b/src/mi_note/app/src/main/AndroidManifest.xml index e69b2d8..c1abf9e 100644 --- a/src/mi_note/app/src/main/AndroidManifest.xml +++ b/src/mi_note/app/src/main/AndroidManifest.xml @@ -19,7 +19,8 @@ xmlns:tools="http://schemas.android.com/tools" package="net.micode.notes" android:versionCode="1" - android:versionName="0.1" > + android:versionName="0.1" + tools:ignore="GradleOverrides"> @@ -33,27 +34,37 @@ + android:label="@string/app_name"> - + + + + + + + android:theme="@style/Theme.AppCompat.Light.DarkActionBar" > @@ -83,9 +94,11 @@ + android:multiprocess="true" + android:exported="false" /> @@ -99,6 +112,7 @@ android:resource="@xml/widget_2x_info" /> @@ -113,18 +127,20 @@ android:resource="@xml/widget_4x_info" /> - + + () { diff --git a/src/mi_note/app/src/main/res/layout/note_list.xml b/src/mi_note/app/src/main/res/layout/note_list.xml index 6b25d38..bb17545 100644 --- a/src/mi_note/app/src/main/res/layout/note_list.xml +++ b/src/mi_note/app/src/main/res/layout/note_list.xml @@ -45,7 +45,7 @@ android:cacheColorHint="@null" android:listSelector="@android:color/transparent" android:divider="@null" - android:fadingEdge="@null" /> + android:fadingEdge="none" />