1728107553@qq.com 1 month ago
parent 7fcfc2bc2b
commit 215866bb44

@ -0,0 +1,2 @@
#Wed Jun 18 12:40:38 CST 2025
gradle.version=8.11.1

@ -0,0 +1,2 @@
#Wed Jun 18 12:40:34 CST 2025
java.home=D\:\\Android Studio\\jbr

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidProjectSystem">
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
</component>
</project>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="21" />
</component>
</project>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetSelector">
<selectionStates>
<SelectionState runConfigName="miui-notes-develop">
<option name="selectionMode" value="DROPDOWN" />
</SelectionState>
</selectionStates>
</component>
</project>

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="CHOOSE_PER_TEST" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>
</project>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectMigrations">
<option name="MigrateToGradleLocalJavaHome">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</component>
</project>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.intellij.execution.junit.AbstractAllInDirectoryConfigurationProducer" />
<option value="com.intellij.execution.junit.AllInPackageConfigurationProducer" />
<option value="com.intellij.execution.junit.PatternConfigurationProducer" />
<option value="com.intellij.execution.junit.TestInClassConfigurationProducer" />
<option value="com.intellij.execution.junit.UniqueIdConfigurationProducer" />
<option value="com.intellij.execution.junit.testDiscovery.JUnitTestDiscoveryConfigurationProducer" />
<option value="org.jetbrains.kotlin.idea.junit.KotlinJUnitRunConfigurationProducer" />
<option value="org.jetbrains.kotlin.idea.junit.KotlinPatternConfigurationProducer" />
</set>
</option>
</component>
</project>

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 吴柚柚
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

@ -0,0 +1,24 @@
# MIUI-Notes
#### 介绍
小米便签扩展项目
#### 安装教程
1. clone到本地上导入Android Studio
2. 可在模拟器上运行
#### 使用说明
1. API21-26均可API选择过高可能导致部分功能不适配
#### 功能亮点
在小米便签开源项目APP原有功能的基础上增加如下功能
1. 字数统计
2. 文字高亮
3. 字体更改
4. 隐私模式(隐藏当前标签列表)
5. 便签置顶(待完善)

@ -0,0 +1,40 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion '30.0.2'
namespace 'net.micode.notes'
defaultConfig {
applicationId "net.micode.notes"
minSdkVersion 21
targetSdkVersion 24
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.2'
}
}
allprojects {
repositories {
jcenter()
google()
}
}
tasks.withType(JavaCompile){
options.encoding = "UTF-8"
}

@ -0,0 +1,21 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "0.1",
"outputFile": "miui-notes-develop-debug.apk"
}
],
"elementType": "File",
"minSdkVersionForDexing": 24
}

@ -0,0 +1,10 @@
{
"version": 3,
"artifactType": {
"type": "COMPATIBLE_SCREEN_MANIFEST",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": []
}

@ -0,0 +1,101 @@
#Wed Jun 18 12:44:19 CST 2025
net.micode.notes-main-6\:/color/primary_text_dark.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_primary_text_dark.xml.flat
net.micode.notes-main-6\:/color/secondary_text_dark.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_secondary_text_dark.xml.flat
net.micode.notes-main-6\:/drawable-hdpi/bg_btn_set_color.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_btn_set_color.png.flat
net.micode.notes-main-6\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_color_btn_mask.png.flat
net.micode.notes-main-6\:/drawable-hdpi/call_record.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_call_record.png.flat
net.micode.notes-main-6\:/drawable-hdpi/clock.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_clock.png.flat
net.micode.notes-main-6\:/drawable-hdpi/delete.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_delete.png.flat
net.micode.notes-main-6\:/drawable-hdpi/dropdown_icon.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_dropdown_icon.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_blue.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_blue.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_green.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_green.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_red.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_red.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_title_blue.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_blue.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_title_green.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_green.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_title_red.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_red.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_title_white.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_white.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_yellow.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_white.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_white.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/edit_yellow.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_yellow.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/font_large.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_large.png.flat
net.micode.notes-main-6\:/drawable-hdpi/font_normal.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_normal.png.flat
net.micode.notes-main-6\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_size_selector_bg.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/font_small.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_small.png.flat
net.micode.notes-main-6\:/drawable-hdpi/font_super.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_super.png.flat
net.micode.notes-main-6\:/drawable-hdpi/highlight.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_highlight.png.flat
net.micode.notes-main-6\:/drawable-hdpi/icon_app.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_icon_app.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_background.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_background.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_blue_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_down.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_blue_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_middle.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_blue_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_single.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_blue_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_up.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_folder.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_folder.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_footer_bg.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_footer_bg.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_green_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_down.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_green_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_middle.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_green_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_single.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_green_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_up.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_red_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_down.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_red_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_middle.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_red_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_single.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_red_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_up.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_white_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_down.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_white_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_middle.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_white_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_single.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_white_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_up.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_yellow_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_down.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_middle.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_yellow_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_single.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/list_yellow_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_up.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/menu_delete.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_delete.png.flat
net.micode.notes-main-6\:/drawable-hdpi/menu_move.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_move.png.flat
net.micode.notes-main-6\:/drawable-hdpi/menu_top.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_top.png.flat
net.micode.notes-main-6\:/drawable-hdpi/new_note_normal.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_normal.png.flat
net.micode.notes-main-6\:/drawable-hdpi/new_note_pressed.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_pressed.png.flat
net.micode.notes-main-6\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_note_edit_color_selector_panel.png.flat
net.micode.notes-main-6\:/drawable-hdpi/notification.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_notification.png.flat
net.micode.notes-main-6\:/drawable-hdpi/remove_highlight.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_remove_highlight.png.flat
net.micode.notes-main-6\:/drawable-hdpi/search_result.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_search_result.png.flat
net.micode.notes-main-6\:/drawable-hdpi/selected.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_selected.png.flat
net.micode.notes-main-6\:/drawable-hdpi/title_alert.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_alert.png.flat
net.micode.notes-main-6\:/drawable-hdpi/title_bar_bg.9.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_bar_bg.9.png.flat
net.micode.notes-main-6\:/drawable-hdpi/top.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_top.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_2x_blue.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_blue.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_2x_green.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_green.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_2x_red.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_red.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_2x_white.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_white.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_2x_yellow.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_yellow.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_4x_blue.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_blue.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_4x_green.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_green.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_4x_red.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_red.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_4x_white.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_white.png.flat
net.micode.notes-main-6\:/drawable-hdpi/widget_4x_yellow.png=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_yellow.png.flat
net.micode.notes-main-6\:/drawable/new_note.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_new_note.xml.flat
net.micode.notes-main-6\:/layout/account_dialog_title.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_account_dialog_title.xml.flat
net.micode.notes-main-6\:/layout/add_account_text.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_add_account_text.xml.flat
net.micode.notes-main-6\:/layout/datetime_picker.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_datetime_picker.xml.flat
net.micode.notes-main-6\:/layout/dialog_edit_text.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_dialog_edit_text.xml.flat
net.micode.notes-main-6\:/layout/dialog_input.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_dialog_input.xml.flat
net.micode.notes-main-6\:/layout/folder_list_item.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_folder_list_item.xml.flat
net.micode.notes-main-6\:/layout/note_edit.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit.xml.flat
net.micode.notes-main-6\:/layout/note_edit_list_item.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit_list_item.xml.flat
net.micode.notes-main-6\:/layout/note_item.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_item.xml.flat
net.micode.notes-main-6\:/layout/note_list.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list.xml.flat
net.micode.notes-main-6\:/layout/note_list_dropdown_menu.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_dropdown_menu.xml.flat
net.micode.notes-main-6\:/layout/note_list_footer.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_footer.xml.flat
net.micode.notes-main-6\:/layout/settings_header.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_settings_header.xml.flat
net.micode.notes-main-6\:/layout/widget_2x.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_2x.xml.flat
net.micode.notes-main-6\:/layout/widget_4x.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_4x.xml.flat
net.micode.notes-main-6\:/menu/call_note_edit.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_note_edit.xml.flat
net.micode.notes-main-6\:/menu/call_record_folder.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_record_folder.xml.flat
net.micode.notes-main-6\:/menu/note_edit.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_edit.xml.flat
net.micode.notes-main-6\:/menu/note_list.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list.xml.flat
net.micode.notes-main-6\:/menu/note_list_dropdown.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_dropdown.xml.flat
net.micode.notes-main-6\:/menu/note_list_options.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_options.xml.flat
net.micode.notes-main-6\:/menu/sub_folder.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_sub_folder.xml.flat
net.micode.notes-main-6\:/raw-zh-rCN/introduction=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw-zh-rCN_introduction.flat
net.micode.notes-main-6\:/raw/introduction=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw_introduction.flat
net.micode.notes-main-6\:/xml/preferences.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_preferences.xml.flat
net.micode.notes-main-6\:/xml/searchable.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_searchable.xml.flat
net.micode.notes-main-6\:/xml/widget_2x_info.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_2x_info.xml.flat
net.micode.notes-main-6\:/xml/widget_4x_info.xml=D\:\\miui-notes-develop\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_4x_info.xml.flat

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="menu_share_ways">
<item>短信</item>
<item>邮件</item>
</string-array>
<plurals name="search_results_title">
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 条符合“<ns1:g id="SEARCH">%2$s</ns1:g>”的搜索结果</item>
</plurals>
<string name="alert_message_delete_folder">确认删除文件夹及所包含的便签吗?</string>
<string name="alert_message_delete_note">确认要删除该条便签吗?</string>
<string name="alert_message_delete_notes">确认要删除所选的 %d 条便签吗?</string>
<string name="alert_message_top_notes">确认要置顶所选的便签吗?</string>
<string name="alert_title_delete">删除</string>
<string name="alert_title_top">置顶</string>
<string name="app_name">便签</string>
<string name="app_widget2x2">便签2x2</string>
<string name="app_widget4x4">便签4x4</string>
<string name="button_delete">删除</string>
<string name="call_record_folder_name">通话便签</string>
<string name="datetime_dialog_cancel">取消</string>
<string name="datetime_dialog_ok">设置</string>
<string name="delete_remind_time_message">成功删除提醒</string>
<string name="error_note_empty_for_clock">不能为空便签设置闹钟提醒</string>
<string name="error_note_empty_for_send_to_desktop">不能将空便签发送到桌面</string>
<string name="error_note_not_exist">要查看的便签不存在</string>
<string name="error_sdcard_export">导出文本时发生错误请检查SD卡</string>
<string name="error_sdcard_unmounted">SD卡被占用不能操作</string>
<string name="error_sync_cancelled">同步已取消</string>
<string name="error_sync_internal">同步失败,发生内部错误</string>
<string name="error_sync_network">同步失败,请检查网络和帐号设置</string>
<string name="failed_sdcard_export">导出失败</string>
<string name="folder_exist">文件夹 %1$s 已存在,请重新命名</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
<string name="format_exported_file_location">已将文本文件(%1$s)输出至SD卡(%2$s)目录</string>
<string name="format_move_notes_to_folder">已将所选 %1$d 条便签移到 %2$s 文件夹</string>
<string name="hint_foler_name">请输入名称</string>
<string name="info_note_enter_desktop">已添加到桌面</string>
<string name="menu_alert">提醒我</string>
<string name="menu_change_font">更改字体</string>
<string name="menu_create_folder">新建文件夹</string>
<string name="menu_delete">删除</string>
<string name="menu_delete_top">取消置顶</string>
<string name="menu_deselect_all">取消全选</string>
<string name="menu_export_text">导出文本</string>
<string name="menu_folder_change_name">修改文件夹名称</string>
<string name="menu_folder_delete">刪除文件夹</string>
<string name="menu_folder_view">查看文件夹</string>
<string name="menu_font_black">加粗</string>
<string name="menu_font_cursive">手写</string>
<string name="menu_font_large"></string>
<string name="menu_font_light">等线</string>
<string name="menu_font_monospace">等宽</string>
<string name="menu_font_normal">正常</string>
<string name="menu_font_size">文字大小</string>
<string name="menu_font_small"></string>
<string name="menu_font_super">超大</string>
<string name="menu_list_mode">进入清单模式</string>
<string name="menu_move">移动到文件夹</string>
<string name="menu_move_parent_folder">上一级文件夹</string>
<string name="menu_normal_mode">退出清单模式</string>
<string name="menu_quit_secret">退出隐私模式</string>
<string name="menu_remove_remind">删除提醒</string>
<string name="menu_search">搜索</string>
<string name="menu_secret">进入隐私模式</string>
<string name="menu_select_all">全选</string>
<string name="menu_select_none">没有选中项,操作无效</string>
<string name="menu_select_title">选中了 %d 项</string>
<string name="menu_send_to_desktop">发送到桌面</string>
<string name="menu_setting">设置</string>
<string name="menu_share">分享</string>
<string name="menu_sync">同步</string>
<string name="menu_sync_cancel">取消同步</string>
<string name="menu_title_select_folder">选择文件夹</string>
<string name="menu_top">置顶</string>
<string name="note_alert_expired">已过期</string>
<string name="note_link_email">发送邮件</string>
<string name="note_link_other">打开地图</string>
<string name="note_link_tel">呼叫电话</string>
<string name="note_link_web">浏览网页</string>
<string name="notealert_enter">查看</string>
<string name="notealert_ok">知道了</string>
<string name="notelist_menu_new">新建便签</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">与google task同步便签记录</string>
<string name="preferences_account_title">同步账号</string>
<string name="preferences_add_account">添加账号</string>
<string name="preferences_bg_random_appear_title">新建便签背景颜色随机</string>
<string name="preferences_button_sync_cancel">取消同步</string>
<string name="preferences_button_sync_immediately">立即同步</string>
<string name="preferences_dialog_change_account_title">当前帐号 %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">如更换同步帐号,过去的帐号同步信息将被清空,再次切换的同时可能会造成数据重复</string>
<string name="preferences_dialog_select_account_tips">请选择google帐号便签将与该帐号的google task内容同步。</string>
<string name="preferences_dialog_select_account_title">同步便签</string>
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
<string name="preferences_menu_cancel">取消</string>
<string name="preferences_menu_change_account">更换账号</string>
<string name="preferences_menu_remove_account">删除账号</string>
<string name="preferences_title">设置</string>
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帐号</string>
<string name="preferences_toast_success_set_accout">同步帐号已设置为%1$s</string>
<string name="search">便签</string>
<string name="search_hint">搜索便签</string>
<string name="search_label">正在搜索便签</string>
<string name="search_setting_description">便签中的文字</string>
<string name="set_remind_time_message">创建提醒</string>
<string name="success_sdcard_export">导出成功</string>
<string name="success_sync_account">与%1$s同步成功</string>
<string name="sync_progress_init_list">正在获取服务器便签列表...</string>
<string name="sync_progress_login">登录%1$s...</string>
<string name="sync_progress_syncing">正在同步本地便签...</string>
<string name="ticker_cancel">同步已取消</string>
<string name="ticker_fail">同步失败</string>
<string name="ticker_success">同步成功</string>
<string name="ticker_syncing">同步便签...</string>
<string name="widget_havenot_content">没有关联内容,点击新建便签。</string>
<string name="widget_under_visit_mode">访客模式下,便签内容不可见</string>
</resources>

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="menu_share_ways">
<item>短信</item>
<item>郵件</item>
</string-array>
<plurals name="search_results_title">
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 條符合”<ns1:g id="SEARCH">%2$s</ns1:g>“的搜尋結果</item>
</plurals>
<string name="alert_message_delete_folder">確認刪除檔夾及所包含的便簽嗎?</string>
<string name="alert_message_delete_note">确认要删除該條便籤嗎?</string>
<string name="alert_message_delete_notes">确认要刪除所選的 %d 條便籤嗎?</string>
<string name="alert_message_top_notes">确认要置顶所選的便籤嗎?</string>
<string name="alert_title_delete">刪除</string>
<string name="alert_title_top">置顶</string>
<string name="app_name">便簽</string>
<string name="app_widget2x2">便簽2x2</string>
<string name="app_widget4x4">便簽4x4</string>
<string name="button_delete">刪除</string>
<string name="call_record_folder_name">通話便籤</string>
<string name="datetime_dialog_cancel">取消</string>
<string name="datetime_dialog_ok">設置</string>
<string name="delete_remind_time_message">成功刪除提醒</string>
<string name="error_note_empty_for_clock">不能爲空便籤設置鬧鐘提醒</string>
<string name="error_note_empty_for_send_to_desktop">不能將空便籤發送到桌面</string>
<string name="error_note_not_exist">要查看的便籤不存在</string>
<string name="error_sdcard_export">導出TXT時發生錯誤請檢查SD卡</string>
<string name="error_sdcard_unmounted">SD卡被佔用不能操作</string>
<string name="error_sync_cancelled">同步已取消</string>
<string name="error_sync_internal">同步失敗,發生內部錯誤</string>
<string name="error_sync_network">同步失敗,請檢查網絡和帳號設置</string>
<string name="failed_sdcard_export">導出失敗</string>
<string name="folder_exist">文件夾 %1$s 已存在,請重新命名</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
<string name="format_exported_file_location">已將文本文件(%1$s)導出至SD(%2$s)目錄</string>
<string name="format_move_notes_to_folder">已將所選 %1$d 便籤移到 %2$s 文件夾</string>
<string name="hint_foler_name">請輸入名稱</string>
<string name="info_note_enter_desktop">已添加到桌面</string>
<string name="menu_alert">提醒我</string>
<string name="menu_change_font">更改字体</string>
<string name="menu_create_folder">新建文件夾</string>
<string name="menu_delete">刪除</string>
<string name="menu_delete_top">取消置顶</string>
<string name="menu_deselect_all">取消全選</string>
<string name="menu_export_text">導出文本</string>
<string name="menu_folder_change_name">修改文件夾名稱</string>
<string name="menu_folder_delete">刪除文件夾</string>
<string name="menu_folder_view">查看文件夾</string>
<string name="menu_font_large"></string>
<string name="menu_font_normal">正常</string>
<string name="menu_font_size">文字大小</string>
<string name="menu_font_small"></string>
<string name="menu_font_super">超大</string>
<string name="menu_list_mode">進入清單模式</string>
<string name="menu_move">移動到文件夾</string>
<string name="menu_move_parent_folder">上一級文件夾</string>
<string name="menu_normal_mode">退出清單模式</string>
<string name="menu_quit_secret">退出隐私模式</string>
<string name="menu_remove_remind">刪除提醒</string>
<string name="menu_search">搜尋</string>
<string name="menu_secret">进入隐私模式</string>
<string name="menu_select_all">全選</string>
<string name="menu_select_none">沒有選中項,操作無效</string>
<string name="menu_select_title">選中了 %d 項</string>
<string name="menu_send_to_desktop">發送到桌面</string>
<string name="menu_setting">設置</string>
<string name="menu_share">分享</string>
<string name="menu_sync">同步</string>
<string name="menu_sync_cancel">取消同步</string>
<string name="menu_title_select_folder">選擇文件夾</string>
<string name="menu_top">置顶</string>
<string name="note_alert_expired">已過期</string>
<string name="note_link_email">發送郵件</string>
<string name="note_link_other">打開地圖</string>
<string name="note_link_tel">呼叫電話</string>
<string name="note_link_web">浏覽網頁</string>
<string name="notealert_enter">查看</string>
<string name="notealert_ok">知道了</string>
<string name="notelist_menu_new">新建便簽</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">与google task同步便簽記錄</string>
<string name="preferences_account_title">同步賬號</string>
<string name="preferences_add_account">添加賬號</string>
<string name="preferences_bg_random_appear_title">新建便籤背景顏色隨機</string>
<string name="preferences_button_sync_cancel">取消同步</string>
<string name="preferences_button_sync_immediately">立即同步</string>
<string name="preferences_dialog_change_account_title">當前帳號 %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">如更換同步帳號,過去的帳號同步信息將被清空,再次切換的同時可能會造成數據重復</string>
<string name="preferences_dialog_select_account_tips">請選擇google帳號便簽將與該帳號的google task內容同步。</string>
<string name="preferences_dialog_select_account_title">同步便簽</string>
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
<string name="preferences_menu_cancel">取消</string>
<string name="preferences_menu_change_account">更換賬號</string>
<string name="preferences_menu_remove_account">刪除賬號</string>
<string name="preferences_title">設置</string>
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帳號</string>
<string name="preferences_toast_success_set_accout">同步帳號已設置為%1$s</string>
<string name="search">便籤</string>
<string name="search_hint">搜索便籤</string>
<string name="search_label">正在搜索便籤</string>
<string name="search_setting_description">便籤中的文字</string>
<string name="set_remind_time_message">創建提醒</string>
<string name="success_sdcard_export">導出成功</string>
<string name="success_sync_account">與%1$s同步成功</string>
<string name="sync_progress_init_list">正在獲取服務器便籤列表...</string>
<string name="sync_progress_login">登陸%1$s...</string>
<string name="sync_progress_syncing">正在同步本地便籤...</string>
<string name="ticker_cancel">同步已取消</string>
<string name="ticker_fail">同步失敗</string>
<string name="ticker_success">同步成功</string>
<string name="ticker_syncing">同步便簽...</string>
<string name="widget_havenot_content">沒有關聯內容,點擊新建便簽。</string>
<string name="widget_under_visit_mode">訪客模式下,便籤內容不可見</string>
</resources>

@ -0,0 +1,203 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="format_for_exported_note">
<item>-%s</item>
<item>--%s</item>
<item>--%s</item>
<item>--%s</item>
</string-array>
<string-array name="menu_share_ways">
<item>Messaging</item>
<item>Email</item>
</string-array>
<color name="highlight_color">#FFFF00</color>
<color name="user_query_highlight">#335b5b5b</color>
<dimen name="text_font_size_large">26sp</dimen>
<dimen name="text_font_size_medium">20sp</dimen>
<dimen name="text_font_size_normal">17sp</dimen>
<dimen name="text_font_size_small">14sp</dimen>
<dimen name="text_font_size_super">33sp</dimen>
<plurals name="search_results_title">
<item quantity="one"><ns1:g example="1" id="number">%1$s</ns1:g> result for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
<item quantity="other"><ns1:g example="15" id="number">%1$s</ns1:g> results for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
</plurals>
<string name="alert_message_delete_folder">Confirm to delete folder and its notes?</string>
<string name="alert_message_delete_note">Confirm to delete this note?</string>
<string name="alert_message_delete_notes">Confirm to delete the selected %d notes?</string>
<string name="alert_message_top_notes">Confirm to top the selected this notes?</string>
<string name="alert_title_delete">Delete selected notes</string>
<string name="alert_title_top">Top selected notes</string>
<string name="app_name">Notes</string>
<string name="app_widget2x2">Notes 2x2</string>
<string name="app_widget4x4">Notes 4x4</string>
<string name="button_delete">Delete</string>
<string name="call_record_folder_name">Call notes</string>
<string name="datetime_dialog_cancel">cancel</string>
<string name="datetime_dialog_ok">set</string>
<string name="delete_remind_time_message">Delete reminder successfully</string>
<string name="error_note_empty_for_clock">Sorry, can not set clock on empty note</string>
<string name="error_note_empty_for_send_to_desktop">Sorry, can not send and empty note to home</string>
<string name="error_note_not_exist">The note is not exist</string>
<string name="error_sdcard_export">Export failed, please check SD card</string>
<string name="error_sdcard_unmounted">SD card busy, not available now</string>
<string name="error_sync_cancelled">Sync is canceled</string>
<string name="error_sync_internal">Sync failed, internal error occurs</string>
<string name="error_sync_network">Sync failed, please check network and account settings</string>
<string name="failed_sdcard_export">Export fail</string>
<string name="file_name_txt_format">notes_%s.txt</string>
<string name="file_path">/MIUI/notes/</string>
<string name="folder_exist">The folder %1$s exist, please rename</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MMMd kk:mm</string>
<string name="format_exported_file_location">Export text file (%1$s) to SD (%2$s) directory</string>
<string name="format_folder_files_count">(%d)</string>
<string name="format_move_notes_to_folder">Have moved selected %1$d notes to %2$s folder</string>
<string name="highlight"/>
<string name="hint_foler_name">Input name</string>
<string name="info_note_enter_desktop">Note added to home</string>
<string name="menu_alert">Remind me</string>
<string name="menu_change_font">Change font</string>
<string name="menu_create_folder">New Folder</string>
<string name="menu_delete">Delete</string>
<string name="menu_delete_top">Delete top</string>
<string name="menu_deselect_all">Deselect all</string>
<string name="menu_export_text">Export text</string>
<string name="menu_folder_change_name">Change folder name</string>
<string name="menu_folder_delete">Delete folder</string>
<string name="menu_folder_view">View folder</string>
<string name="menu_font_black">Black</string>
<string name="menu_font_cursive">Cursive</string>
<string name="menu_font_large">Large</string>
<string name="menu_font_light">Light</string>
<string name="menu_font_monospace">Monospace</string>
<string name="menu_font_normal">Medium</string>
<string name="menu_font_size">Font size</string>
<string name="menu_font_small">Small</string>
<string name="menu_font_super">Super</string>
<string name="menu_list_mode">Enter check list</string>
<string name="menu_move">Move to folder</string>
<string name="menu_move_parent_folder">Parent folder</string>
<string name="menu_normal_mode">Leave check list</string>
<string name="menu_quit_secret">quit secret model</string>
<string name="menu_remove_remind">Delete reminder</string>
<string name="menu_search">Search</string>
<string name="menu_secret">secret model</string>
<string name="menu_select_all">Select all</string>
<string name="menu_select_none">Nothing selected, the operation is invalid</string>
<string name="menu_select_title">%d selected</string>
<string name="menu_send_to_desktop">Send to home</string>
<string name="menu_setting">Settings</string>
<string name="menu_share">Share</string>
<string name="menu_sync">Sync</string>
<string name="menu_sync_cancel">Cancel syncing</string>
<string name="menu_title_select_folder">Select folder</string>
<string name="menu_top">Top</string>
<string name="note_alert_expired">Expired</string>
<string name="note_link_email">Send email</string>
<string name="note_link_other">Open map</string>
<string name="note_link_tel">Call</string>
<string name="note_link_web">Browse web</string>
<string name="notealert_enter">Take a look</string>
<string name="notealert_ok">Got it</string>
<string name="notelist_menu_new">Add note</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">Sync notes with google task</string>
<string name="preferences_account_title">Sync account</string>
<string name="preferences_add_account">Add account</string>
<string name="preferences_bg_random_appear_title">New note background color random</string>
<string name="preferences_button_sync_cancel">Cancel syncing</string>
<string name="preferences_button_sync_immediately">Sync immediately</string>
<string name="preferences_dialog_change_account_title">Current account %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">All sync related information will be deleted, which may result in duplicated items sometime</string>
<string name="preferences_dialog_select_account_tips">Please select a google account. Local notes will be synced with google task.</string>
<string name="preferences_dialog_select_account_title">Sync notes</string>
<string name="preferences_last_sync_time">Last sync time %1$s</string>
<string name="preferences_last_sync_time_format">yyyy-MM-dd hh:mm:ss</string>
<string name="preferences_menu_cancel">Cancel</string>
<string name="preferences_menu_change_account">Change sync account</string>
<string name="preferences_menu_remove_account">Remove sync account</string>
<string name="preferences_title">Settings</string>
<string name="preferences_toast_cannot_change_account">Cannot change the account because sync is in progress</string>
<string name="preferences_toast_success_set_accout">%1$s has been set as the sync account</string>
<string name="remove_highlight"/>
<string name="search">Notes</string>
<string name="search_hint">Search notes</string>
<string name="search_label">Searching Notes</string>
<string name="search_setting_description">Text in your notes</string>
<string name="set_remind_time_message">Set reminder</string>
<string name="success_sdcard_export">Export successful</string>
<string name="success_sync_account">Sync is successful with account %1$s</string>
<string name="sync_progress_init_list">Getting remote note list...</string>
<string name="sync_progress_login">Logging into %1$s...</string>
<string name="sync_progress_syncing">Synchronize local notes with Google Task...</string>
<string name="ticker_cancel">Sync is canceled</string>
<string name="ticker_fail">Sync is failed</string>
<string name="ticker_success">Sync is successful</string>
<string name="ticker_syncing">Syncing notes...</string>
<string name="widget_havenot_content">No associated note found, click to create associated note.</string>
<string name="widget_under_visit_mode">Privacy modecan not see note content</string>
<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="NoteActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
<item name="android:visibility">visible</item>
</style>
<style name="NoteTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/NoteActionBarStyle</item>
</style>
<style name="TextAppearanceBlack">
<item name="android:fontFamily">sans-serif-black</item>
<item name="android:textSize">30sp</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceCursive">
<item name="android:fontFamily">cursive</item>
<item name="android:textSize">30sp</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="TextAppearanceLight">
<item name="android:fontFamily">sans-serif-light</item>
<item name="android:textSize">30sp</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="TextAppearanceMonospace">
<item name="android:fontFamily">monospace</item>
<item name="android:textSize">30sp</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="TextAppearanceSuper">
<item name="android:textSize">@dimen/text_font_size_super</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceUnderMenuIcon">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@android:color/black</item>
</style>
</resources>

@ -0,0 +1,101 @@
#Wed Jun 18 12:44:22 CST 2025
net.micode.notes-main-5\:/color/primary_text_dark.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\color\\primary_text_dark.xml
net.micode.notes-main-5\:/color/secondary_text_dark.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\color\\secondary_text_dark.xml
net.micode.notes-main-5\:/drawable-hdpi/bg_btn_set_color.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\bg_btn_set_color.png
net.micode.notes-main-5\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\bg_color_btn_mask.png
net.micode.notes-main-5\:/drawable-hdpi/call_record.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\call_record.png
net.micode.notes-main-5\:/drawable-hdpi/clock.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\clock.png
net.micode.notes-main-5\:/drawable-hdpi/delete.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\delete.png
net.micode.notes-main-5\:/drawable-hdpi/dropdown_icon.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\dropdown_icon.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_blue.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_blue.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_green.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_green.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_red.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_red.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_title_blue.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_title_blue.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_title_green.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_title_green.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_title_red.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_title_red.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_title_white.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_title_white.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_title_yellow.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_white.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_white.9.png
net.micode.notes-main-5\:/drawable-hdpi/edit_yellow.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\edit_yellow.9.png
net.micode.notes-main-5\:/drawable-hdpi/font_large.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\font_large.png
net.micode.notes-main-5\:/drawable-hdpi/font_normal.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\font_normal.png
net.micode.notes-main-5\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\font_size_selector_bg.9.png
net.micode.notes-main-5\:/drawable-hdpi/font_small.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\font_small.png
net.micode.notes-main-5\:/drawable-hdpi/font_super.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\font_super.png
net.micode.notes-main-5\:/drawable-hdpi/highlight.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\highlight.png
net.micode.notes-main-5\:/drawable-hdpi/icon_app.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\icon_app.png
net.micode.notes-main-5\:/drawable-hdpi/list_background.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_background.png
net.micode.notes-main-5\:/drawable-hdpi/list_blue_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_blue_down.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_blue_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_blue_middle.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_blue_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_blue_single.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_blue_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_blue_up.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_folder.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_folder.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_footer_bg.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_footer_bg.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_green_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_green_down.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_green_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_green_middle.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_green_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_green_single.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_green_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_green_up.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_red_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_red_down.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_red_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_red_middle.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_red_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_red_single.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_red_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_red_up.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_white_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_white_down.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_white_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_white_middle.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_white_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_white_single.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_white_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_white_up.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_yellow_down.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_yellow_down.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_yellow_middle.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_yellow_single.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_yellow_single.9.png
net.micode.notes-main-5\:/drawable-hdpi/list_yellow_up.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\list_yellow_up.9.png
net.micode.notes-main-5\:/drawable-hdpi/menu_delete.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\menu_delete.png
net.micode.notes-main-5\:/drawable-hdpi/menu_move.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\menu_move.png
net.micode.notes-main-5\:/drawable-hdpi/menu_top.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\menu_top.png
net.micode.notes-main-5\:/drawable-hdpi/new_note_normal.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\new_note_normal.png
net.micode.notes-main-5\:/drawable-hdpi/new_note_pressed.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\new_note_pressed.png
net.micode.notes-main-5\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\note_edit_color_selector_panel.png
net.micode.notes-main-5\:/drawable-hdpi/notification.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\notification.png
net.micode.notes-main-5\:/drawable-hdpi/remove_highlight.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\remove_highlight.png
net.micode.notes-main-5\:/drawable-hdpi/search_result.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\search_result.png
net.micode.notes-main-5\:/drawable-hdpi/selected.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\selected.png
net.micode.notes-main-5\:/drawable-hdpi/title_alert.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\title_alert.png
net.micode.notes-main-5\:/drawable-hdpi/title_bar_bg.9.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\title_bar_bg.9.png
net.micode.notes-main-5\:/drawable-hdpi/top.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\top.png
net.micode.notes-main-5\:/drawable-hdpi/widget_2x_blue.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_2x_blue.png
net.micode.notes-main-5\:/drawable-hdpi/widget_2x_green.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_2x_green.png
net.micode.notes-main-5\:/drawable-hdpi/widget_2x_red.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_2x_red.png
net.micode.notes-main-5\:/drawable-hdpi/widget_2x_white.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_2x_white.png
net.micode.notes-main-5\:/drawable-hdpi/widget_2x_yellow.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_2x_yellow.png
net.micode.notes-main-5\:/drawable-hdpi/widget_4x_blue.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_4x_blue.png
net.micode.notes-main-5\:/drawable-hdpi/widget_4x_green.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_4x_green.png
net.micode.notes-main-5\:/drawable-hdpi/widget_4x_red.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_4x_red.png
net.micode.notes-main-5\:/drawable-hdpi/widget_4x_white.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_4x_white.png
net.micode.notes-main-5\:/drawable-hdpi/widget_4x_yellow.png=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable-hdpi-v4\\widget_4x_yellow.png
net.micode.notes-main-5\:/drawable/new_note.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\drawable\\new_note.xml
net.micode.notes-main-5\:/layout/account_dialog_title.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\account_dialog_title.xml
net.micode.notes-main-5\:/layout/add_account_text.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\add_account_text.xml
net.micode.notes-main-5\:/layout/datetime_picker.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\datetime_picker.xml
net.micode.notes-main-5\:/layout/dialog_edit_text.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\dialog_edit_text.xml
net.micode.notes-main-5\:/layout/dialog_input.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\dialog_input.xml
net.micode.notes-main-5\:/layout/folder_list_item.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\folder_list_item.xml
net.micode.notes-main-5\:/layout/note_edit.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\note_edit.xml
net.micode.notes-main-5\:/layout/note_edit_list_item.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\note_edit_list_item.xml
net.micode.notes-main-5\:/layout/note_item.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\note_item.xml
net.micode.notes-main-5\:/layout/note_list.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\note_list.xml
net.micode.notes-main-5\:/layout/note_list_dropdown_menu.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\note_list_dropdown_menu.xml
net.micode.notes-main-5\:/layout/note_list_footer.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\note_list_footer.xml
net.micode.notes-main-5\:/layout/settings_header.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\settings_header.xml
net.micode.notes-main-5\:/layout/widget_2x.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\widget_2x.xml
net.micode.notes-main-5\:/layout/widget_4x.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\layout\\widget_4x.xml
net.micode.notes-main-5\:/menu/call_note_edit.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\menu\\call_note_edit.xml
net.micode.notes-main-5\:/menu/call_record_folder.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\menu\\call_record_folder.xml
net.micode.notes-main-5\:/menu/note_edit.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\menu\\note_edit.xml
net.micode.notes-main-5\:/menu/note_list.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\menu\\note_list.xml
net.micode.notes-main-5\:/menu/note_list_dropdown.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\menu\\note_list_dropdown.xml
net.micode.notes-main-5\:/menu/note_list_options.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\menu\\note_list_options.xml
net.micode.notes-main-5\:/menu/sub_folder.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\menu\\sub_folder.xml
net.micode.notes-main-5\:/raw-zh-rCN/introduction=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\raw-zh-rCN\\introduction
net.micode.notes-main-5\:/raw/introduction=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\raw\\introduction
net.micode.notes-main-5\:/xml/preferences.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\preferences.xml
net.micode.notes-main-5\:/xml/searchable.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\searchable.xml
net.micode.notes-main-5\:/xml/widget_2x_info.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\widget_2x_info.xml
net.micode.notes-main-5\:/xml/widget_4x_info.xml=D\:\\miui-notes-develop\\build\\intermediates\\packaged_res\\debug\\packageDebugResources\\xml\\widget_4x_info.xml

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="menu_share_ways">
<item>短信</item>
<item>邮件</item>
</string-array>
<plurals name="search_results_title">
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 条符合“<ns1:g id="SEARCH">%2$s</ns1:g>”的搜索结果</item>
</plurals>
<string name="alert_message_delete_folder">确认删除文件夹及所包含的便签吗?</string>
<string name="alert_message_delete_note">确认要删除该条便签吗?</string>
<string name="alert_message_delete_notes">确认要删除所选的 %d 条便签吗?</string>
<string name="alert_message_top_notes">确认要置顶所选的便签吗?</string>
<string name="alert_title_delete">删除</string>
<string name="alert_title_top">置顶</string>
<string name="app_name">便签</string>
<string name="app_widget2x2">便签2x2</string>
<string name="app_widget4x4">便签4x4</string>
<string name="button_delete">删除</string>
<string name="call_record_folder_name">通话便签</string>
<string name="datetime_dialog_cancel">取消</string>
<string name="datetime_dialog_ok">设置</string>
<string name="delete_remind_time_message">成功删除提醒</string>
<string name="error_note_empty_for_clock">不能为空便签设置闹钟提醒</string>
<string name="error_note_empty_for_send_to_desktop">不能将空便签发送到桌面</string>
<string name="error_note_not_exist">要查看的便签不存在</string>
<string name="error_sdcard_export">导出文本时发生错误请检查SD卡</string>
<string name="error_sdcard_unmounted">SD卡被占用不能操作</string>
<string name="error_sync_cancelled">同步已取消</string>
<string name="error_sync_internal">同步失败,发生内部错误</string>
<string name="error_sync_network">同步失败,请检查网络和帐号设置</string>
<string name="failed_sdcard_export">导出失败</string>
<string name="folder_exist">文件夹 %1$s 已存在,请重新命名</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
<string name="format_exported_file_location">已将文本文件(%1$s)输出至SD卡(%2$s)目录</string>
<string name="format_move_notes_to_folder">已将所选 %1$d 条便签移到 %2$s 文件夹</string>
<string name="hint_foler_name">请输入名称</string>
<string name="info_note_enter_desktop">已添加到桌面</string>
<string name="menu_alert">提醒我</string>
<string name="menu_change_font">更改字体</string>
<string name="menu_create_folder">新建文件夹</string>
<string name="menu_delete">删除</string>
<string name="menu_delete_top">取消置顶</string>
<string name="menu_deselect_all">取消全选</string>
<string name="menu_export_text">导出文本</string>
<string name="menu_folder_change_name">修改文件夹名称</string>
<string name="menu_folder_delete">刪除文件夹</string>
<string name="menu_folder_view">查看文件夹</string>
<string name="menu_font_black">加粗</string>
<string name="menu_font_cursive">手写</string>
<string name="menu_font_large"></string>
<string name="menu_font_light">等线</string>
<string name="menu_font_monospace">等宽</string>
<string name="menu_font_normal">正常</string>
<string name="menu_font_size">文字大小</string>
<string name="menu_font_small"></string>
<string name="menu_font_super">超大</string>
<string name="menu_list_mode">进入清单模式</string>
<string name="menu_move">移动到文件夹</string>
<string name="menu_move_parent_folder">上一级文件夹</string>
<string name="menu_normal_mode">退出清单模式</string>
<string name="menu_quit_secret">退出隐私模式</string>
<string name="menu_remove_remind">删除提醒</string>
<string name="menu_search">搜索</string>
<string name="menu_secret">进入隐私模式</string>
<string name="menu_select_all">全选</string>
<string name="menu_select_none">没有选中项,操作无效</string>
<string name="menu_select_title">选中了 %d 项</string>
<string name="menu_send_to_desktop">发送到桌面</string>
<string name="menu_setting">设置</string>
<string name="menu_share">分享</string>
<string name="menu_sync">同步</string>
<string name="menu_sync_cancel">取消同步</string>
<string name="menu_title_select_folder">选择文件夹</string>
<string name="menu_top">置顶</string>
<string name="note_alert_expired">已过期</string>
<string name="note_link_email">发送邮件</string>
<string name="note_link_other">打开地图</string>
<string name="note_link_tel">呼叫电话</string>
<string name="note_link_web">浏览网页</string>
<string name="notealert_enter">查看</string>
<string name="notealert_ok">知道了</string>
<string name="notelist_menu_new">新建便签</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">与google task同步便签记录</string>
<string name="preferences_account_title">同步账号</string>
<string name="preferences_add_account">添加账号</string>
<string name="preferences_bg_random_appear_title">新建便签背景颜色随机</string>
<string name="preferences_button_sync_cancel">取消同步</string>
<string name="preferences_button_sync_immediately">立即同步</string>
<string name="preferences_dialog_change_account_title">当前帐号 %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">如更换同步帐号,过去的帐号同步信息将被清空,再次切换的同时可能会造成数据重复</string>
<string name="preferences_dialog_select_account_tips">请选择google帐号便签将与该帐号的google task内容同步。</string>
<string name="preferences_dialog_select_account_title">同步便签</string>
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
<string name="preferences_menu_cancel">取消</string>
<string name="preferences_menu_change_account">更换账号</string>
<string name="preferences_menu_remove_account">删除账号</string>
<string name="preferences_title">设置</string>
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帐号</string>
<string name="preferences_toast_success_set_accout">同步帐号已设置为%1$s</string>
<string name="search">便签</string>
<string name="search_hint">搜索便签</string>
<string name="search_label">正在搜索便签</string>
<string name="search_setting_description">便签中的文字</string>
<string name="set_remind_time_message">创建提醒</string>
<string name="success_sdcard_export">导出成功</string>
<string name="success_sync_account">与%1$s同步成功</string>
<string name="sync_progress_init_list">正在获取服务器便签列表...</string>
<string name="sync_progress_login">登录%1$s...</string>
<string name="sync_progress_syncing">正在同步本地便签...</string>
<string name="ticker_cancel">同步已取消</string>
<string name="ticker_fail">同步失败</string>
<string name="ticker_success">同步成功</string>
<string name="ticker_syncing">同步便签...</string>
<string name="widget_havenot_content">没有关联内容,点击新建便签。</string>
<string name="widget_under_visit_mode">访客模式下,便签内容不可见</string>
</resources>

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="menu_share_ways">
<item>短信</item>
<item>郵件</item>
</string-array>
<plurals name="search_results_title">
<item quantity="other"><ns1:g id="NUMBER">%1$s</ns1:g> 條符合”<ns1:g id="SEARCH">%2$s</ns1:g>“的搜尋結果</item>
</plurals>
<string name="alert_message_delete_folder">確認刪除檔夾及所包含的便簽嗎?</string>
<string name="alert_message_delete_note">确认要删除該條便籤嗎?</string>
<string name="alert_message_delete_notes">确认要刪除所選的 %d 條便籤嗎?</string>
<string name="alert_message_top_notes">确认要置顶所選的便籤嗎?</string>
<string name="alert_title_delete">刪除</string>
<string name="alert_title_top">置顶</string>
<string name="app_name">便簽</string>
<string name="app_widget2x2">便簽2x2</string>
<string name="app_widget4x4">便簽4x4</string>
<string name="button_delete">刪除</string>
<string name="call_record_folder_name">通話便籤</string>
<string name="datetime_dialog_cancel">取消</string>
<string name="datetime_dialog_ok">設置</string>
<string name="delete_remind_time_message">成功刪除提醒</string>
<string name="error_note_empty_for_clock">不能爲空便籤設置鬧鐘提醒</string>
<string name="error_note_empty_for_send_to_desktop">不能將空便籤發送到桌面</string>
<string name="error_note_not_exist">要查看的便籤不存在</string>
<string name="error_sdcard_export">導出TXT時發生錯誤請檢查SD卡</string>
<string name="error_sdcard_unmounted">SD卡被佔用不能操作</string>
<string name="error_sync_cancelled">同步已取消</string>
<string name="error_sync_internal">同步失敗,發生內部錯誤</string>
<string name="error_sync_network">同步失敗,請檢查網絡和帳號設置</string>
<string name="failed_sdcard_export">導出失敗</string>
<string name="folder_exist">文件夾 %1$s 已存在,請重新命名</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MM月dd日 kk:mm</string>
<string name="format_exported_file_location">已將文本文件(%1$s)導出至SD(%2$s)目錄</string>
<string name="format_move_notes_to_folder">已將所選 %1$d 便籤移到 %2$s 文件夾</string>
<string name="hint_foler_name">請輸入名稱</string>
<string name="info_note_enter_desktop">已添加到桌面</string>
<string name="menu_alert">提醒我</string>
<string name="menu_change_font">更改字体</string>
<string name="menu_create_folder">新建文件夾</string>
<string name="menu_delete">刪除</string>
<string name="menu_delete_top">取消置顶</string>
<string name="menu_deselect_all">取消全選</string>
<string name="menu_export_text">導出文本</string>
<string name="menu_folder_change_name">修改文件夾名稱</string>
<string name="menu_folder_delete">刪除文件夾</string>
<string name="menu_folder_view">查看文件夾</string>
<string name="menu_font_large"></string>
<string name="menu_font_normal">正常</string>
<string name="menu_font_size">文字大小</string>
<string name="menu_font_small"></string>
<string name="menu_font_super">超大</string>
<string name="menu_list_mode">進入清單模式</string>
<string name="menu_move">移動到文件夾</string>
<string name="menu_move_parent_folder">上一級文件夾</string>
<string name="menu_normal_mode">退出清單模式</string>
<string name="menu_quit_secret">退出隐私模式</string>
<string name="menu_remove_remind">刪除提醒</string>
<string name="menu_search">搜尋</string>
<string name="menu_secret">进入隐私模式</string>
<string name="menu_select_all">全選</string>
<string name="menu_select_none">沒有選中項,操作無效</string>
<string name="menu_select_title">選中了 %d 項</string>
<string name="menu_send_to_desktop">發送到桌面</string>
<string name="menu_setting">設置</string>
<string name="menu_share">分享</string>
<string name="menu_sync">同步</string>
<string name="menu_sync_cancel">取消同步</string>
<string name="menu_title_select_folder">選擇文件夾</string>
<string name="menu_top">置顶</string>
<string name="note_alert_expired">已過期</string>
<string name="note_link_email">發送郵件</string>
<string name="note_link_other">打開地圖</string>
<string name="note_link_tel">呼叫電話</string>
<string name="note_link_web">浏覽網頁</string>
<string name="notealert_enter">查看</string>
<string name="notealert_ok">知道了</string>
<string name="notelist_menu_new">新建便簽</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">与google task同步便簽記錄</string>
<string name="preferences_account_title">同步賬號</string>
<string name="preferences_add_account">添加賬號</string>
<string name="preferences_bg_random_appear_title">新建便籤背景顏色隨機</string>
<string name="preferences_button_sync_cancel">取消同步</string>
<string name="preferences_button_sync_immediately">立即同步</string>
<string name="preferences_dialog_change_account_title">當前帳號 %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">如更換同步帳號,過去的帳號同步信息將被清空,再次切換的同時可能會造成數據重復</string>
<string name="preferences_dialog_select_account_tips">請選擇google帳號便簽將與該帳號的google task內容同步。</string>
<string name="preferences_dialog_select_account_title">同步便簽</string>
<string name="preferences_last_sync_time">上次同步于 %1$s</string>
<string name="preferences_menu_cancel">取消</string>
<string name="preferences_menu_change_account">更換賬號</string>
<string name="preferences_menu_remove_account">刪除賬號</string>
<string name="preferences_title">設置</string>
<string name="preferences_toast_cannot_change_account">正在同步中,不能修改同步帳號</string>
<string name="preferences_toast_success_set_accout">同步帳號已設置為%1$s</string>
<string name="search">便籤</string>
<string name="search_hint">搜索便籤</string>
<string name="search_label">正在搜索便籤</string>
<string name="search_setting_description">便籤中的文字</string>
<string name="set_remind_time_message">創建提醒</string>
<string name="success_sdcard_export">導出成功</string>
<string name="success_sync_account">與%1$s同步成功</string>
<string name="sync_progress_init_list">正在獲取服務器便籤列表...</string>
<string name="sync_progress_login">登陸%1$s...</string>
<string name="sync_progress_syncing">正在同步本地便籤...</string>
<string name="ticker_cancel">同步已取消</string>
<string name="ticker_fail">同步失敗</string>
<string name="ticker_success">同步成功</string>
<string name="ticker_syncing">同步便簽...</string>
<string name="widget_havenot_content">沒有關聯內容,點擊新建便簽。</string>
<string name="widget_under_visit_mode">訪客模式下,便籤內容不可見</string>
</resources>

@ -0,0 +1,203 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="format_for_exported_note">
<item>-%s</item>
<item>--%s</item>
<item>--%s</item>
<item>--%s</item>
</string-array>
<string-array name="menu_share_ways">
<item>Messaging</item>
<item>Email</item>
</string-array>
<color name="highlight_color">#FFFF00</color>
<color name="user_query_highlight">#335b5b5b</color>
<dimen name="text_font_size_large">26sp</dimen>
<dimen name="text_font_size_medium">20sp</dimen>
<dimen name="text_font_size_normal">17sp</dimen>
<dimen name="text_font_size_small">14sp</dimen>
<dimen name="text_font_size_super">33sp</dimen>
<plurals name="search_results_title">
<item quantity="one"><ns1:g example="1" id="number">%1$s</ns1:g> result for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
<item quantity="other"><ns1:g example="15" id="number">%1$s</ns1:g> results for \"<ns1:g example="???" id="search">%2$s</ns1:g>\"</item>
</plurals>
<string name="alert_message_delete_folder">Confirm to delete folder and its notes?</string>
<string name="alert_message_delete_note">Confirm to delete this note?</string>
<string name="alert_message_delete_notes">Confirm to delete the selected %d notes?</string>
<string name="alert_message_top_notes">Confirm to top the selected this notes?</string>
<string name="alert_title_delete">Delete selected notes</string>
<string name="alert_title_top">Top selected notes</string>
<string name="app_name">Notes</string>
<string name="app_widget2x2">Notes 2x2</string>
<string name="app_widget4x4">Notes 4x4</string>
<string name="button_delete">Delete</string>
<string name="call_record_folder_name">Call notes</string>
<string name="datetime_dialog_cancel">cancel</string>
<string name="datetime_dialog_ok">set</string>
<string name="delete_remind_time_message">Delete reminder successfully</string>
<string name="error_note_empty_for_clock">Sorry, can not set clock on empty note</string>
<string name="error_note_empty_for_send_to_desktop">Sorry, can not send and empty note to home</string>
<string name="error_note_not_exist">The note is not exist</string>
<string name="error_sdcard_export">Export failed, please check SD card</string>
<string name="error_sdcard_unmounted">SD card busy, not available now</string>
<string name="error_sync_cancelled">Sync is canceled</string>
<string name="error_sync_internal">Sync failed, internal error occurs</string>
<string name="error_sync_network">Sync failed, please check network and account settings</string>
<string name="failed_sdcard_export">Export fail</string>
<string name="file_name_txt_format">notes_%s.txt</string>
<string name="file_path">/MIUI/notes/</string>
<string name="folder_exist">The folder %1$s exist, please rename</string>
<string name="format_date_ymd">yyyyMMdd</string>
<string name="format_datetime_mdhm">MMMd kk:mm</string>
<string name="format_exported_file_location">Export text file (%1$s) to SD (%2$s) directory</string>
<string name="format_folder_files_count">(%d)</string>
<string name="format_move_notes_to_folder">Have moved selected %1$d notes to %2$s folder</string>
<string name="highlight"/>
<string name="hint_foler_name">Input name</string>
<string name="info_note_enter_desktop">Note added to home</string>
<string name="menu_alert">Remind me</string>
<string name="menu_change_font">Change font</string>
<string name="menu_create_folder">New Folder</string>
<string name="menu_delete">Delete</string>
<string name="menu_delete_top">Delete top</string>
<string name="menu_deselect_all">Deselect all</string>
<string name="menu_export_text">Export text</string>
<string name="menu_folder_change_name">Change folder name</string>
<string name="menu_folder_delete">Delete folder</string>
<string name="menu_folder_view">View folder</string>
<string name="menu_font_black">Black</string>
<string name="menu_font_cursive">Cursive</string>
<string name="menu_font_large">Large</string>
<string name="menu_font_light">Light</string>
<string name="menu_font_monospace">Monospace</string>
<string name="menu_font_normal">Medium</string>
<string name="menu_font_size">Font size</string>
<string name="menu_font_small">Small</string>
<string name="menu_font_super">Super</string>
<string name="menu_list_mode">Enter check list</string>
<string name="menu_move">Move to folder</string>
<string name="menu_move_parent_folder">Parent folder</string>
<string name="menu_normal_mode">Leave check list</string>
<string name="menu_quit_secret">quit secret model</string>
<string name="menu_remove_remind">Delete reminder</string>
<string name="menu_search">Search</string>
<string name="menu_secret">secret model</string>
<string name="menu_select_all">Select all</string>
<string name="menu_select_none">Nothing selected, the operation is invalid</string>
<string name="menu_select_title">%d selected</string>
<string name="menu_send_to_desktop">Send to home</string>
<string name="menu_setting">Settings</string>
<string name="menu_share">Share</string>
<string name="menu_sync">Sync</string>
<string name="menu_sync_cancel">Cancel syncing</string>
<string name="menu_title_select_folder">Select folder</string>
<string name="menu_top">Top</string>
<string name="note_alert_expired">Expired</string>
<string name="note_link_email">Send email</string>
<string name="note_link_other">Open map</string>
<string name="note_link_tel">Call</string>
<string name="note_link_web">Browse web</string>
<string name="notealert_enter">Take a look</string>
<string name="notealert_ok">Got it</string>
<string name="notelist_menu_new">Add note</string>
<string name="notelist_string_info">...</string>
<string name="preferences_account_summary">Sync notes with google task</string>
<string name="preferences_account_title">Sync account</string>
<string name="preferences_add_account">Add account</string>
<string name="preferences_bg_random_appear_title">New note background color random</string>
<string name="preferences_button_sync_cancel">Cancel syncing</string>
<string name="preferences_button_sync_immediately">Sync immediately</string>
<string name="preferences_dialog_change_account_title">Current account %1$s</string>
<string name="preferences_dialog_change_account_warn_msg">All sync related information will be deleted, which may result in duplicated items sometime</string>
<string name="preferences_dialog_select_account_tips">Please select a google account. Local notes will be synced with google task.</string>
<string name="preferences_dialog_select_account_title">Sync notes</string>
<string name="preferences_last_sync_time">Last sync time %1$s</string>
<string name="preferences_last_sync_time_format">yyyy-MM-dd hh:mm:ss</string>
<string name="preferences_menu_cancel">Cancel</string>
<string name="preferences_menu_change_account">Change sync account</string>
<string name="preferences_menu_remove_account">Remove sync account</string>
<string name="preferences_title">Settings</string>
<string name="preferences_toast_cannot_change_account">Cannot change the account because sync is in progress</string>
<string name="preferences_toast_success_set_accout">%1$s has been set as the sync account</string>
<string name="remove_highlight"/>
<string name="search">Notes</string>
<string name="search_hint">Search notes</string>
<string name="search_label">Searching Notes</string>
<string name="search_setting_description">Text in your notes</string>
<string name="set_remind_time_message">Set reminder</string>
<string name="success_sdcard_export">Export successful</string>
<string name="success_sync_account">Sync is successful with account %1$s</string>
<string name="sync_progress_init_list">Getting remote note list...</string>
<string name="sync_progress_login">Logging into %1$s...</string>
<string name="sync_progress_syncing">Synchronize local notes with Google Task...</string>
<string name="ticker_cancel">Sync is canceled</string>
<string name="ticker_fail">Sync is failed</string>
<string name="ticker_success">Sync is successful</string>
<string name="ticker_syncing">Syncing notes...</string>
<string name="widget_havenot_content">No associated note found, click to create associated note.</string>
<string name="widget_under_visit_mode">Privacy modecan not see note content</string>
<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="NoteActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid">
<item name="android:visibility">visible</item>
</style>
<style name="NoteTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/NoteActionBarStyle</item>
</style>
<style name="TextAppearanceBlack">
<item name="android:fontFamily">sans-serif-black</item>
<item name="android:textSize">30sp</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceCursive">
<item name="android:fontFamily">cursive</item>
<item name="android:textSize">30sp</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="TextAppearanceLight">
<item name="android:fontFamily">sans-serif-light</item>
<item name="android:textSize">30sp</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="TextAppearanceMonospace">
<item name="android:fontFamily">monospace</item>
<item name="android:textSize">30sp</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="TextAppearanceSuper">
<item name="android:textSize">@dimen/text_font_size_super</item>
<item name="android:textColorLink">#0000ff</item>
</style>
<style name="TextAppearanceUnderMenuIcon">
<item name="android:textSize">@dimen/text_font_size_normal</item>
<item name="android:textColor">@android:color/black</item>
</style>
</resources>

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\miui-notes-develop\src\main\assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\miui-notes-develop\src\debug\assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\miui-notes-develop\build\intermediates\shader_assets\debug\compileDebugShaders\out"/></dataSet></merger>

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\miui-notes-develop\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\miui-notes-develop\src\debug\jniLibs"/></dataSet></merger>

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\miui-notes-develop\src\main\shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\miui-notes-develop\src\debug\shaders"/></dataSet></merger>

@ -0,0 +1,22 @@
#Wed Jun 18 12:45:42 CST 2025
base.0=D\:\\miui-notes-develop\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
base.1=D\:\\miui-notes-develop\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\11\\classes.dex
base.2=D\:\\miui-notes-develop\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\12\\classes.dex
base.3=D\:\\miui-notes-develop\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\13\\classes.dex
base.4=D\:\\miui-notes-develop\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\15\\classes.dex
base.5=D\:\\miui-notes-develop\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\4\\classes.dex
base.6=D\:\\miui-notes-develop\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\5\\classes.dex
path.0=0/classes.dex
path.1=11/classes.dex
path.2=12/classes.dex
path.3=13/classes.dex
path.4=15/classes.dex
path.5=4/classes.dex
path.6=5/classes.dex
renamed.0=classes.dex
renamed.1=classes2.dex
renamed.2=classes3.dex
renamed.3=classes4.dex
renamed.4=classes5.dex
renamed.5=classes6.dex
renamed.6=classes7.dex

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save