添加了恢复删除功能

pull/1/head
XCR 3 years ago
parent 670c115136
commit b3a819f2f9

106
.gitignore vendored

@ -1,53 +1,53 @@
# ---> Eagle
# Ignore list for Eagle, a PCB layout tool
# Backup files
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.l$?
# Eagle project file
# It contains a serial number and references to the file structure
# on your computer.
# comment the following line if you want to have your project file included.
eagle.epf
# Autorouter files
*.pro
*.job
# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs
*.dri
*.drl
*.gpi
*.pls
*.ger
*.xln
*.drd
*.drd.*
*.s#*
*.b#*
*.info
*.eps
# file locks introduced since 7.x
*.lck
# ---> Eagle
# Ignore list for Eagle, a PCB layout tool
# Backup files
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.l$?
# Eagle project file
# It contains a serial number and references to the file structure
# on your computer.
# comment the following line if you want to have your project file included.
eagle.epf
# Autorouter files
*.pro
*.job
# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs
*.dri
*.drl
*.gpi
*.pls
*.ger
*.xln
*.drd
*.drd.*
*.s#*
*.b#*
*.info
*.eps
# file locks introduced since 7.x
*.lck

@ -1,19 +1,19 @@
MIT License Copyright (c) <year> <copyright holders>
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 (including the next
paragraph) 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.
MIT License Copyright (c) <year> <copyright holders>
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 (including the next
paragraph) 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.

@ -1,2 +1,2 @@
# xcr_weihu
# xcr_weihu

@ -1,2 +1,2 @@
#Fri Sep 03 10:41:34 CST 2021
gradle.version=7.0.2
#Fri Sep 03 10:41:34 CST 2021
gradle.version=7.0.2

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

@ -0,0 +1,458 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DBNavigator.Project.DataEditorManager">
<record-view-column-sorting-type value="BY_INDEX" />
<value-preview-text-wrapping value="true" />
<value-preview-pinned value="false" />
</component>
<component name="DBNavigator.Project.DataExportManager">
<export-instructions>
<create-header value="true" />
<friendly-headers value="false" />
<quote-values-containing-separator value="true" />
<quote-all-values value="false" />
<value-separator value="" />
<file-name value="" />
<file-location value="" />
<scope value="GLOBAL" />
<destination value="FILE" />
<format value="EXCEL" />
<charset value="GBK" />
</export-instructions>
</component>
<component name="DBNavigator.Project.DatabaseBrowserManager">
<autoscroll-to-editor value="false" />
<autoscroll-from-editor value="true" />
<show-object-properties value="true" />
<loaded-nodes />
</component>
<component name="DBNavigator.Project.DatabaseFileManager">
<open-files />
</component>
<component name="DBNavigator.Project.EditorStateManager">
<last-used-providers />
</component>
<component name="DBNavigator.Project.ExecutionManager">
<retain-sticky-names value="false" />
</component>
<component name="DBNavigator.Project.MethodExecutionManager">
<method-browser />
<execution-history>
<group-entries value="true" />
<execution-inputs />
</execution-history>
<argument-values-cache />
</component>
<component name="DBNavigator.Project.ObjectDependencyManager">
<last-used-dependency-type value="INCOMING" />
</component>
<component name="DBNavigator.Project.ObjectQuickFilterManager">
<last-used-operator value="EQUAL" />
<filters />
</component>
<component name="DBNavigator.Project.ScriptExecutionManager" clear-outputs="true">
<recently-used-interfaces />
</component>
<component name="DBNavigator.Project.Settings">
<connections />
<browser-settings>
<general>
<display-mode value="TABBED" />
<navigation-history-size value="100" />
<show-object-details value="false" />
</general>
<filters>
<object-type-filter>
<object-type name="SCHEMA" enabled="true" />
<object-type name="USER" enabled="true" />
<object-type name="ROLE" enabled="true" />
<object-type name="PRIVILEGE" enabled="true" />
<object-type name="CHARSET" enabled="true" />
<object-type name="TABLE" enabled="true" />
<object-type name="VIEW" enabled="true" />
<object-type name="MATERIALIZED_VIEW" enabled="true" />
<object-type name="NESTED_TABLE" enabled="true" />
<object-type name="COLUMN" enabled="true" />
<object-type name="INDEX" enabled="true" />
<object-type name="CONSTRAINT" enabled="true" />
<object-type name="DATASET_TRIGGER" enabled="true" />
<object-type name="DATABASE_TRIGGER" enabled="true" />
<object-type name="SYNONYM" enabled="true" />
<object-type name="SEQUENCE" enabled="true" />
<object-type name="PROCEDURE" enabled="true" />
<object-type name="FUNCTION" enabled="true" />
<object-type name="PACKAGE" enabled="true" />
<object-type name="TYPE" enabled="true" />
<object-type name="TYPE_ATTRIBUTE" enabled="true" />
<object-type name="ARGUMENT" enabled="true" />
<object-type name="DIMENSION" enabled="true" />
<object-type name="CLUSTER" enabled="true" />
<object-type name="DBLINK" enabled="true" />
</object-type-filter>
</filters>
<sorting>
<object-type name="COLUMN" sorting-type="NAME" />
<object-type name="FUNCTION" sorting-type="NAME" />
<object-type name="PROCEDURE" sorting-type="NAME" />
<object-type name="ARGUMENT" sorting-type="POSITION" />
</sorting>
<default-editors>
<object-type name="VIEW" editor-type="SELECTION" />
<object-type name="PACKAGE" editor-type="SELECTION" />
<object-type name="TYPE" editor-type="SELECTION" />
</default-editors>
</browser-settings>
<navigation-settings>
<lookup-filters>
<lookup-objects>
<object-type name="SCHEMA" enabled="true" />
<object-type name="USER" enabled="false" />
<object-type name="ROLE" enabled="false" />
<object-type name="PRIVILEGE" enabled="false" />
<object-type name="CHARSET" enabled="false" />
<object-type name="TABLE" enabled="true" />
<object-type name="VIEW" enabled="true" />
<object-type name="MATERIALIZED VIEW" enabled="true" />
<object-type name="INDEX" enabled="true" />
<object-type name="CONSTRAINT" enabled="true" />
<object-type name="DATASET TRIGGER" enabled="true" />
<object-type name="DATABASE TRIGGER" enabled="true" />
<object-type name="SYNONYM" enabled="false" />
<object-type name="SEQUENCE" enabled="true" />
<object-type name="PROCEDURE" enabled="true" />
<object-type name="FUNCTION" enabled="true" />
<object-type name="PACKAGE" enabled="true" />
<object-type name="TYPE" enabled="true" />
<object-type name="DIMENSION" enabled="false" />
<object-type name="CLUSTER" enabled="false" />
<object-type name="DBLINK" enabled="true" />
</lookup-objects>
<force-database-load value="false" />
<prompt-connection-selection value="true" />
<prompt-schema-selection value="true" />
</lookup-filters>
</navigation-settings>
<dataset-grid-settings>
<general>
<enable-zooming value="true" />
<enable-column-tooltip value="true" />
</general>
<sorting>
<nulls-first value="true" />
<max-sorting-columns value="4" />
</sorting>
<tracking-columns>
<columnNames value="" />
<visible value="true" />
<editable value="false" />
</tracking-columns>
</dataset-grid-settings>
<dataset-editor-settings>
<text-editor-popup>
<active value="false" />
<active-if-empty value="false" />
<data-length-threshold value="100" />
<popup-delay value="1000" />
</text-editor-popup>
<values-actions-popup>
<show-popup-button value="true" />
<element-count-threshold value="1000" />
<data-length-threshold value="250" />
</values-actions-popup>
<general>
<fetch-block-size value="100" />
<fetch-timeout value="30" />
<trim-whitespaces value="true" />
<convert-empty-strings-to-null value="true" />
<select-content-on-cell-edit value="true" />
<large-value-preview-active value="true" />
</general>
<filters>
<prompt-filter-dialog value="true" />
<default-filter-type value="BASIC" />
</filters>
<qualified-text-editor text-length-threshold="300">
<content-types>
<content-type name="Text" enabled="true" />
<content-type name="Properties" enabled="true" />
<content-type name="XML" enabled="true" />
<content-type name="DTD" enabled="true" />
<content-type name="HTML" enabled="true" />
<content-type name="XHTML" enabled="true" />
<content-type name="Java" enabled="true" />
<content-type name="SQL" enabled="true" />
<content-type name="PL/SQL" enabled="true" />
<content-type name="JSON" enabled="true" />
<content-type name="JSON5" enabled="true" />
<content-type name="Groovy" enabled="true" />
<content-type name="AIDL" enabled="true" />
<content-type name="YAML" enabled="true" />
<content-type name="Manifest" enabled="true" />
</content-types>
</qualified-text-editor>
<record-navigation>
<navigation-target value="VIEWER" />
</record-navigation>
</dataset-editor-settings>
<code-editor-settings>
<general>
<show-object-navigation-gutter value="false" />
<show-spec-declaration-navigation-gutter value="true" />
<enable-spellchecking value="true" />
<enable-reference-spellchecking value="false" />
</general>
<confirmations>
<save-changes value="false" />
<revert-changes value="true" />
</confirmations>
</code-editor-settings>
<code-completion-settings>
<filters>
<basic-filter>
<filter-element type="RESERVED_WORD" id="keyword" selected="true" />
<filter-element type="RESERVED_WORD" id="function" selected="true" />
<filter-element type="RESERVED_WORD" id="parameter" selected="true" />
<filter-element type="RESERVED_WORD" id="datatype" selected="true" />
<filter-element type="RESERVED_WORD" id="exception" selected="true" />
<filter-element type="OBJECT" id="schema" selected="true" />
<filter-element type="OBJECT" id="role" selected="true" />
<filter-element type="OBJECT" id="user" selected="true" />
<filter-element type="OBJECT" id="privilege" selected="true" />
<user-schema>
<filter-element type="OBJECT" id="table" selected="true" />
<filter-element type="OBJECT" id="view" selected="true" />
<filter-element type="OBJECT" id="materialized view" selected="true" />
<filter-element type="OBJECT" id="index" selected="true" />
<filter-element type="OBJECT" id="constraint" selected="true" />
<filter-element type="OBJECT" id="trigger" selected="true" />
<filter-element type="OBJECT" id="synonym" selected="false" />
<filter-element type="OBJECT" id="sequence" selected="true" />
<filter-element type="OBJECT" id="procedure" selected="true" />
<filter-element type="OBJECT" id="function" selected="true" />
<filter-element type="OBJECT" id="package" selected="true" />
<filter-element type="OBJECT" id="type" selected="true" />
<filter-element type="OBJECT" id="dimension" selected="true" />
<filter-element type="OBJECT" id="cluster" selected="true" />
<filter-element type="OBJECT" id="dblink" selected="true" />
</user-schema>
<public-schema>
<filter-element type="OBJECT" id="table" selected="false" />
<filter-element type="OBJECT" id="view" selected="false" />
<filter-element type="OBJECT" id="materialized view" selected="false" />
<filter-element type="OBJECT" id="index" selected="false" />
<filter-element type="OBJECT" id="constraint" selected="false" />
<filter-element type="OBJECT" id="trigger" selected="false" />
<filter-element type="OBJECT" id="synonym" selected="false" />
<filter-element type="OBJECT" id="sequence" selected="false" />
<filter-element type="OBJECT" id="procedure" selected="false" />
<filter-element type="OBJECT" id="function" selected="false" />
<filter-element type="OBJECT" id="package" selected="false" />
<filter-element type="OBJECT" id="type" selected="false" />
<filter-element type="OBJECT" id="dimension" selected="false" />
<filter-element type="OBJECT" id="cluster" selected="false" />
<filter-element type="OBJECT" id="dblink" selected="false" />
</public-schema>
<any-schema>
<filter-element type="OBJECT" id="table" selected="true" />
<filter-element type="OBJECT" id="view" selected="true" />
<filter-element type="OBJECT" id="materialized view" selected="true" />
<filter-element type="OBJECT" id="index" selected="true" />
<filter-element type="OBJECT" id="constraint" selected="true" />
<filter-element type="OBJECT" id="trigger" selected="true" />
<filter-element type="OBJECT" id="synonym" selected="true" />
<filter-element type="OBJECT" id="sequence" selected="true" />
<filter-element type="OBJECT" id="procedure" selected="true" />
<filter-element type="OBJECT" id="function" selected="true" />
<filter-element type="OBJECT" id="package" selected="true" />
<filter-element type="OBJECT" id="type" selected="true" />
<filter-element type="OBJECT" id="dimension" selected="true" />
<filter-element type="OBJECT" id="cluster" selected="true" />
<filter-element type="OBJECT" id="dblink" selected="true" />
</any-schema>
</basic-filter>
<extended-filter>
<filter-element type="RESERVED_WORD" id="keyword" selected="true" />
<filter-element type="RESERVED_WORD" id="function" selected="true" />
<filter-element type="RESERVED_WORD" id="parameter" selected="true" />
<filter-element type="RESERVED_WORD" id="datatype" selected="true" />
<filter-element type="RESERVED_WORD" id="exception" selected="true" />
<filter-element type="OBJECT" id="schema" selected="true" />
<filter-element type="OBJECT" id="user" selected="true" />
<filter-element type="OBJECT" id="role" selected="true" />
<filter-element type="OBJECT" id="privilege" selected="true" />
<user-schema>
<filter-element type="OBJECT" id="table" selected="true" />
<filter-element type="OBJECT" id="view" selected="true" />
<filter-element type="OBJECT" id="materialized view" selected="true" />
<filter-element type="OBJECT" id="index" selected="true" />
<filter-element type="OBJECT" id="constraint" selected="true" />
<filter-element type="OBJECT" id="trigger" selected="true" />
<filter-element type="OBJECT" id="synonym" selected="true" />
<filter-element type="OBJECT" id="sequence" selected="true" />
<filter-element type="OBJECT" id="procedure" selected="true" />
<filter-element type="OBJECT" id="function" selected="true" />
<filter-element type="OBJECT" id="package" selected="true" />
<filter-element type="OBJECT" id="type" selected="true" />
<filter-element type="OBJECT" id="dimension" selected="true" />
<filter-element type="OBJECT" id="cluster" selected="true" />
<filter-element type="OBJECT" id="dblink" selected="true" />
</user-schema>
<public-schema>
<filter-element type="OBJECT" id="table" selected="true" />
<filter-element type="OBJECT" id="view" selected="true" />
<filter-element type="OBJECT" id="materialized view" selected="true" />
<filter-element type="OBJECT" id="index" selected="true" />
<filter-element type="OBJECT" id="constraint" selected="true" />
<filter-element type="OBJECT" id="trigger" selected="true" />
<filter-element type="OBJECT" id="synonym" selected="true" />
<filter-element type="OBJECT" id="sequence" selected="true" />
<filter-element type="OBJECT" id="procedure" selected="true" />
<filter-element type="OBJECT" id="function" selected="true" />
<filter-element type="OBJECT" id="package" selected="true" />
<filter-element type="OBJECT" id="type" selected="true" />
<filter-element type="OBJECT" id="dimension" selected="true" />
<filter-element type="OBJECT" id="cluster" selected="true" />
<filter-element type="OBJECT" id="dblink" selected="true" />
</public-schema>
<any-schema>
<filter-element type="OBJECT" id="table" selected="true" />
<filter-element type="OBJECT" id="view" selected="true" />
<filter-element type="OBJECT" id="materialized view" selected="true" />
<filter-element type="OBJECT" id="index" selected="true" />
<filter-element type="OBJECT" id="constraint" selected="true" />
<filter-element type="OBJECT" id="trigger" selected="true" />
<filter-element type="OBJECT" id="synonym" selected="true" />
<filter-element type="OBJECT" id="sequence" selected="true" />
<filter-element type="OBJECT" id="procedure" selected="true" />
<filter-element type="OBJECT" id="function" selected="true" />
<filter-element type="OBJECT" id="package" selected="true" />
<filter-element type="OBJECT" id="type" selected="true" />
<filter-element type="OBJECT" id="dimension" selected="true" />
<filter-element type="OBJECT" id="cluster" selected="true" />
<filter-element type="OBJECT" id="dblink" selected="true" />
</any-schema>
</extended-filter>
</filters>
<sorting enabled="true">
<sorting-element type="RESERVED_WORD" id="keyword" />
<sorting-element type="RESERVED_WORD" id="datatype" />
<sorting-element type="OBJECT" id="column" />
<sorting-element type="OBJECT" id="table" />
<sorting-element type="OBJECT" id="view" />
<sorting-element type="OBJECT" id="materialized view" />
<sorting-element type="OBJECT" id="index" />
<sorting-element type="OBJECT" id="constraint" />
<sorting-element type="OBJECT" id="trigger" />
<sorting-element type="OBJECT" id="synonym" />
<sorting-element type="OBJECT" id="sequence" />
<sorting-element type="OBJECT" id="procedure" />
<sorting-element type="OBJECT" id="function" />
<sorting-element type="OBJECT" id="package" />
<sorting-element type="OBJECT" id="type" />
<sorting-element type="OBJECT" id="dimension" />
<sorting-element type="OBJECT" id="cluster" />
<sorting-element type="OBJECT" id="dblink" />
<sorting-element type="OBJECT" id="schema" />
<sorting-element type="OBJECT" id="role" />
<sorting-element type="OBJECT" id="user" />
<sorting-element type="RESERVED_WORD" id="function" />
<sorting-element type="RESERVED_WORD" id="parameter" />
</sorting>
<format>
<enforce-code-style-case value="true" />
</format>
</code-completion-settings>
<execution-engine-settings>
<statement-execution>
<fetch-block-size value="100" />
<execution-timeout value="20" />
<debug-execution-timeout value="600" />
<focus-result value="false" />
<prompt-execution value="false" />
</statement-execution>
<script-execution>
<command-line-interfaces />
<execution-timeout value="300" />
</script-execution>
<method-execution>
<execution-timeout value="30" />
<debug-execution-timeout value="600" />
<parameter-history-size value="10" />
</method-execution>
</execution-engine-settings>
<operation-settings>
<transactions>
<uncommitted-changes>
<on-project-close value="ASK" />
<on-disconnect value="ASK" />
<on-autocommit-toggle value="ASK" />
</uncommitted-changes>
<multiple-uncommitted-changes>
<on-commit value="ASK" />
<on-rollback value="ASK" />
</multiple-uncommitted-changes>
</transactions>
<session-browser>
<disconnect-session value="ASK" />
<kill-session value="ASK" />
<reload-on-filter-change value="false" />
</session-browser>
<compiler>
<compile-type value="KEEP" />
<compile-dependencies value="ASK" />
<always-show-controls value="false" />
</compiler>
<debugger>
<debugger-type value="ASK" />
<use-generic-runners value="true" />
</debugger>
</operation-settings>
<ddl-file-settings>
<extensions>
<mapping file-type-id="VIEW" extensions="vw" />
<mapping file-type-id="TRIGGER" extensions="trg" />
<mapping file-type-id="PROCEDURE" extensions="prc" />
<mapping file-type-id="FUNCTION" extensions="fnc" />
<mapping file-type-id="PACKAGE" extensions="pkg" />
<mapping file-type-id="PACKAGE_SPEC" extensions="pks" />
<mapping file-type-id="PACKAGE_BODY" extensions="pkb" />
<mapping file-type-id="TYPE" extensions="tpe" />
<mapping file-type-id="TYPE_SPEC" extensions="tps" />
<mapping file-type-id="TYPE_BODY" extensions="tpb" />
</extensions>
<general>
<lookup-ddl-files value="true" />
<create-ddl-files value="false" />
<synchronize-ddl-files value="true" />
<use-qualified-names value="false" />
<make-scripts-rerunnable value="true" />
</general>
</ddl-file-settings>
<general-settings>
<regional-settings>
<date-format value="MEDIUM" />
<number-format value="UNGROUPED" />
<locale value="SYSTEM_DEFAULT" />
<use-custom-formats value="false" />
</regional-settings>
<environment>
<environment-types>
<environment-type id="development" name="Development" description="Development environment" color="-2430209/-12296320" readonly-code="false" readonly-data="false" />
<environment-type id="integration" name="Integration" description="Integration environment" color="-2621494/-12163514" readonly-code="true" readonly-data="false" />
<environment-type id="production" name="Production" description="Productive environment" color="-11574/-10271420" readonly-code="true" readonly-data="true" />
<environment-type id="other" name="Other" description="" color="-1576/-10724543" readonly-code="false" readonly-data="false" />
</environment-types>
<visibility-settings>
<connection-tabs value="true" />
<dialog-headers value="true" />
<object-editor-tabs value="true" />
<script-editor-tabs value="false" />
<execution-result-tabs value="true" />
</visibility-settings>
</environment>
</general-settings>
</component>
<component name="DBNavigator.Project.StatementExecutionManager">
<execution-variables />
</component>
</project>

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="E:\SDK\avd\.android\avd\Pixel_2_XL_API_23.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2021-10-04T08:08:06.480694800Z" />
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="E:\SDK\avd\.android\avd\Pixel_2_XL_API_23.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2021-10-04T08:08:06.480694800Z" />
</component>
</project>

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="11" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="11" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>

@ -1,40 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven" />
<option name="name" value="maven" />
<option name="url" value="https://dl.bintray.com/jetbrains/anko" />
</remote-repository>
<remote-repository>
<option name="id" value="maven2" />
<option name="name" value="maven2" />
<option name="url" value="https://maven.google.com" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
<remote-repository>
<option name="id" value="BintrayJCenter" />
<option name="name" value="BintrayJCenter" />
<option name="url" value="https://jcenter.bintray.com/" />
</remote-repository>
<remote-repository>
<option name="id" value="Google" />
<option name="name" value="Google" />
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
</remote-repository>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven" />
<option name="name" value="maven" />
<option name="url" value="https://dl.bintray.com/jetbrains/anko" />
</remote-repository>
<remote-repository>
<option name="id" value="maven2" />
<option name="name" value="maven2" />
<option name="url" value="https://maven.google.com" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
<remote-repository>
<option name="id" value="BintrayJCenter" />
<option name="name" value="BintrayJCenter" />
<option name="url" value="https://jcenter.bintray.com/" />
</remote-repository>
<remote-repository>
<option name="id" value="Google" />
<option name="name" value="Google" />
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
</remote-repository>
</component>
</project>

@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/Notes-master1/app/src/main/res/layout/dialog_edit_text.xml" value="0.19895833333333332" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit.xml" value="0.17755825734549138" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit_list_item.xml" value="0.1757852077001013" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.14351851851851852" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/call_record_folder.xml" value="0.19895833333333332" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.19895833333333332" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/note_list_options.xml" value="0.14351851851851852" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/sub_folder.xml" value="0.19895833333333332" />
</map>
</option>
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/Notes-master1/app/src/main/res/layout/dialog_edit_text.xml" value="0.19895833333333332" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit.xml" value="0.17755825734549138" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_edit_list_item.xml" value="0.1757852077001013" />
<entry key="..\:/Notes-master1/app/src/main/res/layout/note_list.xml" value="0.14351851851851852" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/call_record_folder.xml" value="0.19895833333333332" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/note_list.xml" value="0.19895833333333332" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/note_list_options.xml" value="0.14351851851851852" />
<entry key="..\:/Notes-master1/app/src/main/res/menu/sub_folder.xml" value="0.19895833333333332" />
<entry key="..\:/git/xcr_weihu/src/Notes-master1/app/src/main/res/menu/trash_folder.xml" value="0.36614583333333334" />
</map>
</option>
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
</project>

@ -0,0 +1,11 @@
s
java:S4144Á"\Update this method so that its implementation is not identical to "getParentId" on line 185.(ø¦¯ÿ
>
java:S1125T"(Remove the unnecessary boolean literals.(ú«€É
m
java:S3776p"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(Ñý¨úýÿÿÿÿ
C
java:S1125q"(Remove the unnecessary boolean literals.(¢´—Öÿÿÿÿÿ
>
java:S1125r"(Remove the unnecessary boolean literals.(ãêÛì

@ -61,5 +61,69 @@ r
java:S1104S"WMake tvAlertDate a static final constant or non-public and provide accessors if needed.(“²<E2809C>Öúÿÿÿÿ
s
java:S1104U"XMake ibSetBgColor a static final constant or non-public and provide accessors if needed.(ýãä¬üÿÿÿÿ
n
java:S1450"WRemove the "mPattern" field and declare it as a local variable in the relevant methods.(©´ÖÛ
n
java:S3776·"RRefactor this method to reduce its Cognitive Complexity from 26 to the 15 allowed.(ݨÁ±øÿÿÿÿ
W
java:S1874Ù"@Remove this use of "SOFT_INPUT_ADJUST_RESIZE"; it is deprecated.(ѯ”<C2AF>
\
java:S1874ÿ"@Remove this use of "SOFT_INPUT_ADJUST_RESIZE"; it is deprecated.(Ò£ú¿ÿÿÿÿÿ
O
java:S1874"9Remove this use of "setTextAppearance"; it is deprecated.(½õË(
K
java:S2864"4Iterate over the "entrySet" instead of the "keySet".(­Ô‡ï
N
java:S1135¥"2Complete the task associated to this TODO comment.(Ùü§“ýÿÿÿÿ
8
java:S1116¹"Remove this empty statement.(ôŸŽìúÿÿÿÿ
X
java:S1126æ"AReplace this if-then-else statement by a single return statement.(®ÎÚÉ
8
java:S1116ƒ"Remove this empty statement.(ôŸŽìúÿÿÿÿ
P
java:S1874"9Remove this use of "PreferenceManager"; it is deprecated.(ª¦úÅ
Z
java:S1874"CRemove this use of "getDefaultSharedPreferences"; it is deprecated.(ª¦úÅ
U
java:S1874Á"9Remove this use of "setTextAppearance"; it is deprecated.(ÑëÊäüÿÿÿÿ
G
java:S1874Ð"0Remove this use of "getColor"; it is deprecated.(è¤ÔÃ
d
java:S3252Ò"MUse static access with "android.text.Spanned" for "SPAN_INCLUSIVE_EXCLUSIVE".(ŸÍÃó
U
java:S1874Ü"9Remove this use of "setTextAppearance"; it is deprecated.(Ùú˜Êøÿÿÿÿ
T
java:S1874È"=Remove this use of "EXTRA_SHORTCUT_INTENT"; it is deprecated.(·Ã°Ÿ
R
java:S1874É";Remove this use of "EXTRA_SHORTCUT_NAME"; it is deprecated.(ÒÀ‘ç
[
java:S1874Ë"DRemove this use of "EXTRA_SHORTCUT_ICON_RESOURCE"; it is deprecated.(§éǾ
t
java:S2293X"YReplace the type specification in this constructor call with the diamond operator ("<>").(ÑÓ<C391>¥üÿÿÿÿ
t
java:S2293a"YReplace the type specification in this constructor call with the diamond operator ("<>").(®ú÷õþÿÿÿÿ
t
java:S2293j"YReplace the type specification in this constructor call with the diamond operator ("<>").(êÝýÂþÿÿÿÿ
o
java:S2293r"YReplace the type specification in this constructor call with the diamond operator ("<>").(À—’¢
p
java:S2293Ð"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥ð
?
java:S1604"(Make this anonymous inner class a lambda(ά¯”
?
java:S1604¯"(Make this anonymous inner class a lambda(¨›Ì÷
?
java:S1604Þ"(Make this anonymous inner class a lambda(××ß’
q
java:S1104O"VMake tvModified a static final constant or non-public and provide accessors if needed.(ƒëÔ£ÿÿÿÿÿ
r
java:S1104Q"WMake ivAlertIcon a static final constant or non-public and provide accessors if needed.(ªà¶±ûÿÿÿÿ
r
java:S1104S"WMake tvAlertDate a static final constant or non-public and provide accessors if needed.(“²<E2809C>Öúÿÿÿÿ
s
java:S1104U"XMake ibSetBgColor a static final constant or non-public and provide accessors if needed.(ýãä¬üÿÿÿÿ
O
java:S3516å"9Refactor this method to not always return the same value.(™Æl
O
java:S3516å"9Refactor this method to not always return the same value.(™Æl

@ -36,40 +36,40 @@ java:S1874
8
java:S1116š"Remove this empty statement.(ôŸŽìúÿÿÿÿ
i
java:S3776Ù"RRefactor this method to reduce its Cognitive Complexity from 20 to the 15 allowed.(ãìîí
java:S3776Ù"RRefactor this method to reduce its Cognitive Complexity from 29 to the 15 allowed.(ãìîí
F
java:S1874Ú"1Remove this use of "AsyncTask"; it is deprecated.(ýî?
? java:S108à")Either remove or fill this block of code.(žûÊ¥
? java:S108á")Either remove or fill this block of code.(žûÊ¥
a
java:S1874ð"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(§Í¿Â
java:S1874ú"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(§Í¿Â
K
java:S1874û"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ
java:S1874"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ
h
java:S3776Ç"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(ÅôÉ#
java:S3776Ñ"RRefactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.(ÅôÉ#
N
java:S1135"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
java:S1135"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
^
java:S1126Ž"BReplace this if-then-else statement by a single method invocation.(玒¦ýÿÿÿÿ
java:S1126˜"BReplace this if-then-else statement by a single method invocation.(玒¦ýÿÿÿÿ
N
java:S1135"2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
java:S1135 "2Complete the task associated to this TODO comment.(» æžÿÿÿÿÿ
M
java:S1874¾"1Remove this use of "AsyncTask"; it is deprecated.(ЧðÛýÿÿÿÿ
java:S1874Ð"1Remove this use of "AsyncTask"; it is deprecated.(ЧðÛýÿÿÿÿ
f
java:S1874Æ"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(÷ችûÿÿÿÿ
java:S1874Ø"JDon't override a deprecated method or explicitly mark it as "@Deprecated".(÷ችûÿÿÿÿ
K
java:S1874ã"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ
java:S1874õ"/Remove this use of "execute"; it is deprecated.( å«<C3A5>ûÿÿÿÿ
h
java:S3776ò"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(ôŒùb
java:S3776"RRefactor this method to reduce its Cognitive Complexity from 18 to the 15 allowed.(ôŒùb
K
java:S3398½"/Move this method into "BackgroundQueryHandler".(—÷õŽüÿÿÿÿ
A
java:S3398"%Move this method into "ModeCallback".(“ðÉçýÿÿÿÿ
java:S3398«"%Move this method into "ModeCallback".(“ðÉçýÿÿÿÿ
<
java:S3398Ù"%Move this method into "ModeCallback".(ãìîí
G
java:S3398"0Move this method into "OnListItemClickListener".(‘ðð¡
K
java:S3398½"/Move this method into "BackgroundQueryHandler".(—÷õŽüÿÿÿÿ
java:S3398£"0Move this method into "OnListItemClickListener".(‘ðð¡
p
java:S2293"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥ð
java:S2293Ž"YReplace the type specification in this constructor call with the diamond operator ("<>").(艥ð
>
java:S1604"(Make this anonymous inner class a lambda(—̺V
?
@ -77,14 +77,14 @@ java:S1604
?
java:S1604Á"(Make this anonymous inner class a lambda(¿Ü´ã
D
java:S1604Ú"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
java:S1604ä"(Make this anonymous inner class a lambda(ˆÐï<C390>øÿÿÿÿ
?
java:S1604â"(Make this anonymous inner class a lambda(øÄì‡
java:S1604ì"(Make this anonymous inner class a lambda(øÄì‡
?
java:S1604Ç"(Make this anonymous inner class a lambda(Û±¼ 
java:S1604Ñ"(Make this anonymous inner class a lambda(Û±¼ 
?
java:S1604ê"(Make this anonymous inner class a lambda(ά¯”
java:S1604ô"(Make this anonymous inner class a lambda(ά¯”
g
java:S1301²"KReplace this "switch" statement by "if" statements to increase readability.(ד¾ñùÿÿÿÿ
java:S1301¼"KReplace this "switch" statement by "if" statements to increase readability.(ד¾ñùÿÿÿÿ
Z
java:S2583¨"CChange this condition so that it does not always evaluate to "true"(¢õ§˜

@ -43,8 +43,6 @@ g
Napp/src/main/java/net/micode/notes/gtask/exception/ActionFailureException.java,5\f\5f6162ca79fcea353b280c5dc84973a9c37d2c74
@
app/build.gradle,f\4\f4a01d6a4fcb971362ec00a83903fd3902f52164
P
app/src/main/AndroidManifest.xml,8\c\8c55c3ccc257e5907959013f99656e4c8ec3903e

Oapp/src/main/java/net/micode/notes/gtask/exception/NetworkFailureException.java,0\f\0f0f0549145d0e2bfb972ba1ed2e2c38bfd6d1b1
h
@ -65,8 +63,6 @@ h
8app/src/main/java/net/micode/notes/ui/NotesListItem.java,5\d\5dfe6902d8ec740690f88d644e74362c3be08fad
r
Bapp/src/main/java/net/micode/notes/ui/NotesPreferenceActivity.java,d\a\da57ce446af85bbd9aefee65e969869f0cff78b0
l
<app/src/main/java/net/micode/notes/ui/NotesListActivity.java,a\d\ad72331a1bed265bb9c0fe838faa74dbf69fce32
i
9app/src/main/java/net/micode/notes/model/WorkingNote.java,8\7\876016634c6642b35109680ccac740dc8271b236
b
@ -80,6 +76,12 @@ h
l
<app/src/main/java/net/micode/notes/ui/AlarmInitReceiver.java,0\2\0268ec648e2fc0139b30ed13396174b7392c1ae2
g
7app/src/main/java/net/micode/notes/ui/NoteItemData.java,0\8\08c35f02f11c35ae9ebf8db0a482054dfa1cf493
g
7app/src/main/java/net/micode/notes/ui/NoteEditText.java,5\0\503adcf2a0be1ecdb94a15efba4433b6589877b9
k
;app/src/main/java/net/micode/notes/ui/NoteEditActivity.java,5\7\577f30d26378ec8a2bd2e4a43f3c79b3f04c402c
;app/src/main/java/net/micode/notes/ui/NoteEditActivity.java,5\7\577f30d26378ec8a2bd2e4a43f3c79b3f04c402c
P
app/src/main/AndroidManifest.xml,8\c\8c55c3ccc257e5907959013f99656e4c8ec3903e
l
<app/src/main/java/net/micode/notes/ui/NotesListActivity.java,a\d\ad72331a1bed265bb9c0fe838faa74dbf69fce32

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
</component>
</project>

@ -1,235 +1,671 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidLayouts">
<shared>
<config />
</shared>
</component>
<component name="AndroidLogFilters">
<option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
</component>
<component name="AutoImportSettings">
<option name="autoReloadType" value="NONE" />
</component>
<component name="ChangeListManager">
<list default="true" id="f028e52a-5f24-429b-8af1-f5a0863e8065" name="Default Changelist" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[E:\SDK\avd\.android\avd\Pixel_2_XL_API_23.avd]" />
<component name="ExternalProjectsData">
<projectState path="$PROJECT_DIR$">
<ProjectState />
</projectState>
</component>
<component name="ExternalProjectsManager">
<system id="GRADLE">
<state>
<projects_view>
<tree_state>
<expand>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="Notes-master1" type="f1a62948:ProjectNode" />
</path>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="Notes-master1" type="f1a62948:ProjectNode" />
<item name="app" type="2d1252cf:ModuleNode" />
</path>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="Notes-master1" type="f1a62948:ProjectNode" />
<item name="app" type="2d1252cf:ModuleNode" />
<item name="Dependencies" type="6de06a37:ExternalSystemViewDefaultContributor$MyDependenciesNode" />
</path>
</expand>
<select />
</tree_state>
</projects_view>
</state>
</system>
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="UML Class" />
</list>
</option>
</component>
<component name="GitSEFilterConfiguration">
<file-type-list>
<filtered-out-file-type name="LOCAL_BRANCH" />
<filtered-out-file-type name="REMOTE_BRANCH" />
<filtered-out-file-type name="TAG" />
<filtered-out-file-type name="COMMIT_BY_MESSAGE" />
</file-type-list>
</component>
<component name="ProjectId" id="1y8bCK8aNrO5m0nUFKRWf6mKZ1Z" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="DEBUGGABLE_DEVICE" value="Pixel_2_XL_API_23 [emulator-5554]" />
<property name="DEBUGGABLE_PROCESS" value="net.micode.notes" />
<property name="DEBUGGER_ID" value="Auto" />
<property name="DefaultPlantUmlFileTemplate" value="UML Class" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHOW_ALL_PROCESSES" value="false" />
<property name="android-custom-viewE:/Notes-master1/app/src/main/java/net/micode/notes/ui/NoteEditText.java_NoteEditText_DIMENSIONS" value="1080&#10;1920" />
<property name="android-custom-viewE:/Notes-master1/app/src/main/java/net/micode/notes/ui/NoteEditText.java_SELECTED" value="NoteEditText" />
<property name="last_opened_file_path" value="$USER_HOME$/Desktop" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.17" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
</component>
<component name="PsdUISettings">
<option name="LAST_EDITED_BUILD_TYPE" value="release" />
</component>
<component name="RunManager">
<configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
<module name="Notes-master1.app" />
<option name="DEPLOY" value="true" />
<option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
<option name="DEPLOY_AS_INSTANT" value="false" />
<option name="ARTIFACT_NAME" value="" />
<option name="PM_INSTALL_OPTIONS" value="" />
<option name="ALL_USERS" value="false" />
<option name="ALWAYS_INSTALL_WITH_PM" value="false" />
<option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
<option name="ACTIVITY_EXTRA_FLAGS" value="" />
<option name="MODE" value="default_activity" />
<option name="CLEAR_LOGCAT" value="false" />
<option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
<option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
<option name="FORCE_STOP_RUNNING_APP" value="true" />
<option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
<option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
<option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
<option name="DEBUGGER_TYPE" value="Auto" />
<Auto>
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
<option name="SHOW_STATIC_VARS" value="true" />
<option name="WORKING_DIR" value="" />
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
</Auto>
<Hybrid>
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
<option name="SHOW_STATIC_VARS" value="true" />
<option name="WORKING_DIR" value="" />
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
</Hybrid>
<Java />
<Native>
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
<option name="SHOW_STATIC_VARS" value="true" />
<option name="WORKING_DIR" value="" />
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
</Native>
<Profilers>
<option name="ADVANCED_PROFILING_ENABLED" value="false" />
<option name="STARTUP_PROFILING_ENABLED" value="false" />
<option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
<option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Sample Java Methods" />
<option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
<option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
</Profilers>
<option name="DEEP_LINK" value="" />
<option name="ACTIVITY_CLASS" value="" />
<option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
<option name="SKIP_ACTIVITY_VALIDATION" value="false" />
<method v="2">
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
</method>
</configuration>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f028e52a-5f24-429b-8af1-f5a0863e8065" name="Default Changelist" comment="" />
<created>1631636037075</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1631636037075</updated>
</task>
<servers />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint suspend="THREAD" type="java-method">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>139</line>
<properties class="net.micode.notes.ui.NotesListActivity" method="onCreate" />
<option name="timeStamp" value="9" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-method">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>272</line>
<properties class="net.micode.notes.ui.NotesListActivity.ModeCallback" method="updateMenu" />
<option name="timeStamp" value="11" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>921</line>
<option name="timeStamp" value="13" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>783</line>
<option name="timeStamp" value="14" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>278</line>
<option name="timeStamp" value="18" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>354</line>
<option name="timeStamp" value="21" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>478</line>
<option name="timeStamp" value="25" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>486</line>
<option name="timeStamp" value="26" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>547</line>
<option name="timeStamp" value="27" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>550</line>
<option name="timeStamp" value="28" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>613</line>
<option name="timeStamp" value="31" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
<watches-manager>
<configuration name="app">
<watch expression="savedInstanceState" />
<watch expression="this" language="JAVA" />
<watch expression="DataUtils" language="JAVA" />
</configuration>
</watches-manager>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidLayouts">
<shared>
<config />
</shared>
</component>
<component name="AndroidLogFilters">
<option name="TOOL_WINDOW_CONFIGURED_FILTER" value="Show only selected application" />
</component>
<component name="AutoImportSettings">
<option name="autoReloadType" value="NONE" />
</component>
<component name="ChangeListManager">
<list default="true" id="f028e52a-5f24-429b-8af1-f5a0863e8065" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.idea/dbnavigator.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/menu/trash_folder.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/executionHistory/executionHistory.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/executionHistory/executionHistory.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/executionHistory/executionHistory.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/executionHistory/executionHistory.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/fileHashes/fileHashes.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/fileHashes/fileHashes.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/fileHashes/fileHashes.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/fileHashes/fileHashes.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/fileHashes/resourceHashesCache.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/fileHashes/resourceHashesCache.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/classAnalysis.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/classAnalysis.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/jarAnalysis.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/jarAnalysis.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/javaCompile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/javaCompile.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/taskHistory.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.0.2/javaCompile/taskHistory.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/outputFiles.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/outputFiles.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/sonarlint/issuestore/5/0/503adcf2a0be1ecdb94a15efba4433b6589877b9" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/sonarlint/issuestore/5/7/577f30d26378ec8a2bd2e4a43f3c79b3f04c402c" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/sonarlint/issuestore/8/c/8c55c3ccc257e5907959013f99656e4c8ec3903e" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/sonarlint/issuestore/a/d/ad72331a1bed265bb9c0fe838faa74dbf69fce32" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/sonarlint/issuestore/index.pb" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/sonarlint/issuestore/index.pb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/generated/source/buildConfig/debug/net/micode/notes/BuildConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/generated/source/buildConfig/debug/net/micode/notes/BuildConfig.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/app_metadata/debug/app-metadata.properties" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/app_metadata/debug/app-metadata.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_967a0ed9aa7f78cf50d9c5afc467ab3745fece2db152e8641f9aea092bde2ced_bucket_0/graph.bin" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_967a0ed9aa7f78cf50d9c5afc467ab3745fece2db152e8641f9aea092bde2ced_bucket_1/graph.bin" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_967a0ed9aa7f78cf50d9c5afc467ab3745fece2db152e8641f9aea092bde2ced_bucket_2/graph.bin" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_967a0ed9aa7f78cf50d9c5afc467ab3745fece2db152e8641f9aea092bde2ced_bucket_3/graph.bin" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_967a0ed9aa7f78cf50d9c5afc467ab3745fece2db152e8641f9aea092bde2ced_bucket_4/graph.bin" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_967a0ed9aa7f78cf50d9c5afc467ab3745fece2db152e8641f9aea092bde2ced_bucket_5/graph.bin" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/dex_archive_input_jar_hashes/debug/out" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/dex_archive_input_jar_hashes/debug/out" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAssets/merger.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAssets/merger.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugResources/merger.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugResources/merger.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugShaders/merger.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugShaders/merger.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/gtask/remote/GTaskASyncTask.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/gtask/remote/GTaskASyncTask.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/gtask/remote/GTaskManager.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/gtask/remote/GTaskManager.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/AlarmAlertActivity.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/AlarmAlertActivity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/DateTimePicker.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/DateTimePicker.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/FoldersListAdapter$FolderListItem.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/FoldersListAdapter$FolderListItem.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NoteEditActivity.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NoteEditActivity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NoteEditText.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NoteEditText.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$2.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$3.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$4.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$5.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$6.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$7.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$7.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$8.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$8.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$9.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$9.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$ModeCallback.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$ModeCallback.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$OnListItemClickListener.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity$OnListItemClickListener.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListActivity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListItem.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesListItem.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesPreferenceActivity$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesPreferenceActivity$1.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesPreferenceActivity$GTaskReceiver.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesPreferenceActivity$GTaskReceiver.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesPreferenceActivity.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/ui/NotesPreferenceActivity.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/widget/NoteWidgetProvider.class" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/javac/debug/classes/net/micode/notes/widget/NoteWidgetProvider.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_manifests/debug/output-metadata.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_manifests/debug/output-metadata.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/color_primary_text_dark.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/color_primary_text_dark.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/color_secondary_text_dark.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/color_secondary_text_dark.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_bg_btn_set_color.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_bg_btn_set_color.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_bg_color_btn_mask.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_bg_color_btn_mask.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_call_record.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_call_record.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_clock.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_clock.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_delete.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_delete.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_dropdown_icon.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_dropdown_icon.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_blue.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_blue.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_green.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_green.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_red.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_red.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_blue.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_blue.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_green.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_green.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_red.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_red.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_white.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_white.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_yellow.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_title_yellow.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_white.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_white.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_yellow.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_edit_yellow.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_large.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_large.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_normal.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_normal.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_size_selector_bg.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_size_selector_bg.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_small.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_small.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_super.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_font_super.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_icon_app.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_icon_app.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_background.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_background.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_down.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_down.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_middle.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_middle.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_single.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_single.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_up.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_blue_up.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_folder.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_folder.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_footer_bg.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_footer_bg.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_down.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_down.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_middle.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_middle.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_single.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_single.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_up.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_green_up.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_down.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_down.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_middle.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_middle.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_single.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_single.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_up.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_red_up.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_down.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_down.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_middle.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_middle.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_single.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_single.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_up.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_white_up.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_down.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_down.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_middle.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_middle.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_single.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_single.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_up.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_list_yellow_up.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_menu_delete.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_menu_delete.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_menu_move.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_menu_move.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_new_note_normal.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_new_note_normal.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_new_note_pressed.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_new_note_pressed.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_note_edit_color_selector_panel.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_note_edit_color_selector_panel.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_notification.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_notification.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_search_result.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_search_result.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_selected.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_selected.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_title_alert.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_title_alert.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_title_bar_bg.9.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_title_bar_bg.9.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_blue.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_blue.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_green.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_green.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_red.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_red.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_white.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_white.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_yellow.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_2x_yellow.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_blue.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_blue.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_green.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_green.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_red.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_red.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_white.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_white.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_yellow.png.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable-hdpi_widget_4x_yellow.png.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable_new_note.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/drawable_new_note.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_account_dialog_title.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_account_dialog_title.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_add_account_text.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_add_account_text.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_datetime_picker.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_datetime_picker.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_dialog_edit_text.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_dialog_edit_text.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_folder_list_item.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_folder_list_item.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_edit.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_edit.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_edit_list_item.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_edit_list_item.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_item.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_item.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_list.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_list.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_list_dropdown_menu.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_list_dropdown_menu.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_list_footer.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_note_list_footer.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_settings_header.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_settings_header.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_widget_2x.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_widget_2x.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_widget_4x.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/layout_widget_4x.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_call_note_edit.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_call_note_edit.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_call_record_folder.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_call_record_folder.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_edit.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_edit.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_list.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_list.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_list_dropdown.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_list_dropdown.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_list_options.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_note_list_options.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_sub_folder.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/menu_sub_folder.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/raw-zh-rCN_introduction.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/raw-zh-rCN_introduction.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/raw_introduction.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/raw_introduction.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values_values.arsc.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/values_values.arsc.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_preferences.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_preferences.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_searchable.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_searchable.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_widget_2x_info.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_widget_2x_info.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_widget_4x_info.xml.flat" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res/debug/xml_widget_4x_info.xml.flat" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/packaged_manifests/debug/output-metadata.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/packaged_manifests/debug/output-metadata.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/processed_res/debug/out/output-metadata.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/processed_res/debug/out/output-metadata.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/processed_res/debug/out/resources-debug.ap_" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/processed_res/debug/out/resources-debug.ap_" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/1aa90e4559c05b3cd437ff28c7536880547b5ed06dfb2e8770f2b3efebadc279_0.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/1aa90e4559c05b3cd437ff28c7536880547b5ed06dfb2e8770f2b3efebadc279_1.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/1aa90e4559c05b3cd437ff28c7536880547b5ed06dfb2e8770f2b3efebadc279_2.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/1aa90e4559c05b3cd437ff28c7536880547b5ed06dfb2e8770f2b3efebadc279_3.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/1aa90e4559c05b3cd437ff28c7536880547b5ed06dfb2e8770f2b3efebadc279_4.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/1aa90e4559c05b3cd437ff28c7536880547b5ed06dfb2e8770f2b3efebadc279_5.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/gtask/remote/GTaskASyncTask.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/gtask/remote/GTaskASyncTask.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/gtask/remote/GTaskManager.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/gtask/remote/GTaskManager.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/AlarmAlertActivity.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/AlarmAlertActivity.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/DateTimePicker.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/DateTimePicker.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/FoldersListAdapter$FolderListItem.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/FoldersListAdapter$FolderListItem.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NoteEditActivity.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NoteEditActivity.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NoteEditText.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NoteEditText.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$2.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$2.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$3.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$3.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$4.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$4.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$5.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$5.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$6.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$6.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$7.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$7.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$8.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$8.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$9.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$9.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$ModeCallback.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$ModeCallback.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$OnListItemClickListener.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity$OnListItemClickListener.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListActivity.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListItem.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesListItem.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesPreferenceActivity$1.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesPreferenceActivity$1.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesPreferenceActivity$GTaskReceiver.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesPreferenceActivity$GTaskReceiver.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesPreferenceActivity.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/ui/NotesPreferenceActivity.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/widget/NoteWidgetProvider.dex" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/project_dex_archive/debug/out/net/micode/notes/widget/NoteWidgetProvider.dex" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/runtime_symbol_list/debug/R.txt" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/runtime_symbol_list/debug/R.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/outputs/apk/debug/app-debug.apk" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/outputs/apk/debug/app-debug.apk" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/outputs/apk/debug/output-metadata.json" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/outputs/apk/debug/output-metadata.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/outputs/logs/manifest-merger-debug-report.txt" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/outputs/logs/manifest-merger-debug-report.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/note_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/note_list.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values/strings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/strings.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[E:\SDK\avd\.android\avd\Pixel_2_XL_API_23.avd]" />
<component name="ExternalProjectsData">
<projectState path="$PROJECT_DIR$">
<ProjectState />
</projectState>
</component>
<component name="ExternalProjectsManager">
<system id="GRADLE">
<state>
<projects_view>
<tree_state>
<expand>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="Notes-master1" type="f1a62948:ProjectNode" />
</path>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="Notes-master1" type="f1a62948:ProjectNode" />
<item name="app" type="2d1252cf:ModuleNode" />
</path>
<path>
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
<item name="Notes-master1" type="f1a62948:ProjectNode" />
<item name="app" type="2d1252cf:ModuleNode" />
<item name="Dependencies" type="6de06a37:ExternalSystemViewDefaultContributor$MyDependenciesNode" />
</path>
</expand>
<select />
</tree_state>
</projects_view>
</state>
</system>
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="UML Class" />
<option value="resourceFile" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
</component>
<component name="GitSEFilterConfiguration">
<file-type-list>
<filtered-out-file-type name="LOCAL_BRANCH" />
<filtered-out-file-type name="REMOTE_BRANCH" />
<filtered-out-file-type name="TAG" />
<filtered-out-file-type name="COMMIT_BY_MESSAGE" />
</file-type-list>
</component>
<component name="ProjectId" id="1y8bCK8aNrO5m0nUFKRWf6mKZ1Z" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="DEBUGGABLE_DEVICE" value="Pixel_2_XL_API_23 [emulator-5554]" />
<property name="DEBUGGABLE_PROCESS" value="net.micode.notes" />
<property name="DEBUGGER_ID" value="Auto" />
<property name="DefaultPlantUmlFileTemplate" value="UML Class" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="SHOW_ALL_PROCESSES" value="false" />
<property name="android-custom-viewE:/Notes-master1/app/src/main/java/net/micode/notes/ui/NoteEditText.java_NoteEditText_DIMENSIONS" value="1080&#10;1920" />
<property name="android-custom-viewE:/Notes-master1/app/src/main/java/net/micode/notes/ui/NoteEditText.java_SELECTED" value="NoteEditText" />
<property name="android-custom-viewE:/git/xcr_weihu/src/Notes-master1/app/src/main/java/net/micode/notes/ui/NoteEditText.java_SELECTED" value="NoteEditText" />
<property name="last_opened_file_path" value="$USER_HOME$/Desktop" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.17" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
</component>
<component name="PsdUISettings">
<option name="LAST_EDITED_BUILD_TYPE" value="release" />
</component>
<component name="RunManager">
<configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
<module name="Notes-master1.app" />
<option name="DEPLOY" value="true" />
<option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
<option name="DEPLOY_AS_INSTANT" value="false" />
<option name="ARTIFACT_NAME" value="" />
<option name="PM_INSTALL_OPTIONS" value="" />
<option name="ALL_USERS" value="false" />
<option name="ALWAYS_INSTALL_WITH_PM" value="false" />
<option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
<option name="ACTIVITY_EXTRA_FLAGS" value="" />
<option name="MODE" value="default_activity" />
<option name="CLEAR_LOGCAT" value="false" />
<option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
<option name="SKIP_NOOP_APK_INSTALLATIONS" value="true" />
<option name="FORCE_STOP_RUNNING_APP" value="true" />
<option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
<option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
<option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
<option name="DEBUGGER_TYPE" value="Auto" />
<Auto>
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
<option name="SHOW_STATIC_VARS" value="true" />
<option name="WORKING_DIR" value="" />
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
</Auto>
<Hybrid>
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
<option name="SHOW_STATIC_VARS" value="true" />
<option name="WORKING_DIR" value="" />
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
</Hybrid>
<Java />
<Native>
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
<option name="SHOW_STATIC_VARS" value="true" />
<option name="WORKING_DIR" value="" />
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
</Native>
<Profilers>
<option name="ADVANCED_PROFILING_ENABLED" value="false" />
<option name="STARTUP_PROFILING_ENABLED" value="false" />
<option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
<option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Sample Java Methods" />
<option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
<option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
</Profilers>
<option name="DEEP_LINK" value="" />
<option name="ACTIVITY_CLASS" value="" />
<option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
<option name="SKIP_ACTIVITY_VALIDATION" value="false" />
<method v="2">
<option name="Android.Gradle.BeforeRunTask" enabled="true" />
</method>
</configuration>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f028e52a-5f24-429b-8af1-f5a0863e8065" name="Default Changelist" comment="" />
<created>1631636037075</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1631636037075</updated>
</task>
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint suspend="THREAD" type="java-method">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>139</line>
<properties class="net.micode.notes.ui.NotesListActivity" method="onCreate" />
<option name="timeStamp" value="9" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-method">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>272</line>
<properties class="net.micode.notes.ui.NotesListActivity.ModeCallback" method="updateMenu" />
<option name="timeStamp" value="11" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>922</line>
<option name="timeStamp" value="13" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>788</line>
<option name="timeStamp" value="14" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>278</line>
<option name="timeStamp" value="18" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>354</line>
<option name="timeStamp" value="21" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>548</line>
<option name="timeStamp" value="27" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>551</line>
<option name="timeStamp" value="28" />
</line-breakpoint>
<line-breakpoint suspend="THREAD" type="java-line">
<url>file://$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java</url>
<line>614</line>
<option name="timeStamp" value="31" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
<watches-manager>
<configuration name="app">
<watch expression="savedInstanceState" />
<watch expression="this" language="JAVA" />
<watch expression="DataUtils" language="JAVA" />
</configuration>
</watches-manager>
</component>
</project>

@ -1,35 +1,35 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion "31.0.0"
defaultConfig {
applicationId "net.micode.notes"
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 14
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
useLibrary 'org.apache.http.legacy'
}
dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
}
sonarqube {
properties {
property "sonar.sourceEncoding", "GBK"
property "sonar.projectKey", "projectkey" //projectkey
property "sonar.projectName", project.name //projectname
property "sonar.sources", "src/main/java" //
property "sonar.projectVersion", project.version //
property "sonar.binaries", "build/intermediates/classes"
}
}
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion "31.0.0"
defaultConfig {
applicationId "net.micode.notes"
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 14
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
useLibrary 'org.apache.http.legacy'
}
dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
}
sonarqube {
properties {
property "sonar.sourceEncoding", "GBK"
property "sonar.projectKey", "projectkey" //projectkey
property "sonar.projectName", project.name //projectname
property "sonar.sources", "src/main/java" //
property "sonar.projectVersion", project.version //
property "sonar.binaries", "build/intermediates/classes"
}
}

@ -1,10 +1,10 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package net.micode.notes.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "net.micode.notes.test";
public static final String BUILD_TYPE = "debug";
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package net.micode.notes.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "net.micode.notes.test";
public static final String BUILD_TYPE = "debug";
}

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\Notes-master1\app\src\androidTest\res"/><source path="E:\Notes-master1\app\build\generated\res\rs\androidTest\debug"/><source path="E:\Notes-master1\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest" generated-set="androidTest$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\Notes-master1\app\src\androidTest\res"/><source path="E:\Notes-master1\app\build\generated\res\rs\androidTest\debug"/><source path="E:\Notes-master1\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\Notes-master1\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug" generated-set="androidTestDebug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\Notes-master1\app\src\androidTestDebug\res"/></dataSet><mergedItems/></merger>

@ -1,2 +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="E:\Notes-master1\app\src\main\assets"/><source path="E:\Notes-master1\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\Notes-master1\app\src\debug\assets"/></dataSet></merger>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\git\xcr_weihu\src\Notes-master1\app\src\main\assets"/><source path="E:\git\xcr_weihu\src\Notes-master1\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\git\xcr_weihu\src\Notes-master1\app\src\debug\assets"/></dataSet></merger>

@ -1,2 +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="E:\Notes-master1\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\Notes-master1\app\src\debug\jniLibs"/></dataSet></merger>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\git\xcr_weihu\src\Notes-master1\app\src\main\jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="E:\git\xcr_weihu\src\Notes-master1\app\src\debug\jniLibs"/></dataSet></merger>

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

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeer tuis"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeer op"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Nog opsies"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Klaar"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sien alles"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Kies \'n program"</string>
<string msgid="121134116657445385" name="abc_capital_off">"AF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AAN"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funksie+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"spasiebalk"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Simbool+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Kieslys+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Soek …"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vee navraag uit"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Soeknavraag"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Soek"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Dien navraag in"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Stemsoektog"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deel met"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Deel met <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Vou in"</string>
<string msgid="146198913615257606" name="search_menu_title">"Soek"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ወደ መነሻ ይዳስሱ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ወደ ላይ ይዳስሱ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ተጨማሪ አማራጮች"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ተከናውኗል"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ሁሉንም ይመልከቱ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"መተግበሪያ ይምረጡ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ጠፍቷል"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"በርቷል"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"ሰርዝ"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"ምናሌ+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ፈልግ…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"መጠይቅ አጽዳ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"የፍለጋ ጥያቄ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ፍለጋ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"መጠይቅ ያስረክቡ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"የድምፅ ፍለጋ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ከሚከተለው ጋር ያጋሩ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"ከ<ns1:g id="APPLICATION_NAME">%s</ns1:g> ጋር አጋራ"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ሰብስብ"</string>
<string msgid="146198913615257606" name="search_menu_title">"ፈልግ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"التنقل إلى الشاشة الرئيسية"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"التنقل إلى أعلى"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"خيارات إضافية"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"تم"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"عرض الكل"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"اختيار تطبيق"</string>
<string msgid="121134116657445385" name="abc_capital_off">"إيقاف"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"تشغيل"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"القائمة+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"بحث…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"محو طلب البحث"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"طلب البحث"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"بحث"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"إرسال طلب البحث"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"البحث الصوتي"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"مشاركة مع"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"مشاركة مع <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"تصغير"</string>
<string msgid="146198913615257606" name="search_menu_title">"البحث"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"গৃহ পৃষ্ঠালৈ যাওক"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ওপৰলৈ যাওক"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"অধিক বিকল্প"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"সম্পন্ন কৰা হ\'ল"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"সকলো চাওক"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"এটা এপ্ বাছনি কৰক"</string>
<string msgid="121134116657445385" name="abc_capital_off">"অফ কৰক"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"অন কৰক"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"CTRL+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"মচক"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"এণ্টাৰ"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"ফাংশ্বন+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"মেটা+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"শ্বিফ্ট+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"স্পেচ"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"মেনু+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"অনুসন্ধান কৰক…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"প্ৰশ্ন মচক"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"সন্ধান কৰিব খোজা প্ৰশ্ন"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"সন্ধান কৰক"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"প্ৰশ্ন দাখিল কৰক"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"কণ্ঠধ্বনিৰ যোগেৰে সন্ধান কৰক"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>ৰ জৰিয়তে শ্বেয়াৰ কৰক"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"সংকুচিত কৰক"</string>
<string msgid="146198913615257606" name="search_menu_title">"অনুসন্ধান কৰক"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"৯৯৯+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Evə naviqasiya et"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Yuxarı get"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Digər variantlar"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Hazırdır"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Hamısına baxın"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Tətbiq seçin"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DEAKTİV"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AKTİV"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"silin"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"daxil olun"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funksiya+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"kosmos"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menyu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Axtarış..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sorğunu təmizlə"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Axtarış sorğusu"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Axtarış"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Sorğunu göndərin"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Səsli axtarış"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bununla paylaşın"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> ilə paylaşın"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Yığışdırın"</string>
<string msgid="146198913615257606" name="search_menu_title">"Axtarış"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Odlazak na Početnu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Kretanje nagore"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Još opcija"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izbor aplikacije"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ISKLJUČI"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"UKLJUČI"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"taster za razmak"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Pretražite..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Brisanje upita"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Upit za pretragu"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Pretraga"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Slanje upita"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovna pretraga"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deli sa"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Deljenje sa aplikacijom <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skupi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Pretraži"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Перайсці на галоўную старонку"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Перайсці ўверх"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Дадатковыя параметры"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Гатова"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Прагледзець усё"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Выбраць праграму"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ВЫКЛ."</string>
<string msgid="3405795526292276155" name="abc_capital_on">"УКЛ."</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Прабел"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Меню +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Пошук..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Выдалiць запыт"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Запыт на пошук"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Пошук"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Адправіць запыт"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Галасавы пошук"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Абагуліць з"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Абагуліць праз праграму <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Згарнуць"</string>
<string msgid="146198913615257606" name="search_menu_title">"Пошук"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Придвижване към „Начало“"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Придвижване нагоре"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Още опции"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Вижте всички"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Изберете приложение"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ИЗКЛ."</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ВКЛ."</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"клавиша за интервал"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Търсете…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Изчистване на заявката"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Заявка за търсене"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Търсене"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Изпращане на заявката"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласово търсене"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Споделяне със:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Споделяне със: <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Свиване"</string>
<string msgid="146198913615257606" name="search_menu_title">"Търсене"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"হোম এ নেভিগেট করুন"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"উপরের দিকে নেভিগেট করুন"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"আরও বিকল্প"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"সম্পন্ন হয়েছে"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"সবগুলো দেখুন"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"একটি অ্যাপ্লিকেশান বেছে নিন"</string>
<string msgid="121134116657445385" name="abc_capital_off">"বন্ধ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"চালু"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"মুছুন"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"স্পেস"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"মেনু+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"অনুসন্ধান..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ক্যোয়ারী সাফ করুন"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ক্যোয়ারী খুঁজুন"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"খুঁজুন"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ক্যোয়ারী জমা দিন"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ভয়েস অনুসন্ধান"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"এর সাথে শেয়ার করুন"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> এর সাথে শেয়ার করুন"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"সঙ্কুচিত করুন"</string>
<string msgid="146198913615257606" name="search_menu_title">"খুঁজুন"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"৯৯৯+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Vrati se na početnu stranicu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigiraj prema gore"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Više opcija"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Odaberite aplikaciju"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ISKLJUČI"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"UKLJUČI"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"razmaknica"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Pretraži..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Obriši upit"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Pretraži upit"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Traži"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošalji upit"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno pretraživanje"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dijeli sa"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Dijeli koristeći aplikaciju <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skupi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Pretraži"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navega a la pàgina d\'inici"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navega cap a dalt"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Més opcions"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Fet"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Mostra\'ls tots"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecciona una aplicació"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVAT"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVAT"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Supr"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Retorn"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funció+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maj+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Espai"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Cerca..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Esborra la consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de cerca"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envia la consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Cerca per veu"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Comparteix amb"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Comparteix amb <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Replega"</string>
<string msgid="146198913615257606" name="search_menu_title">"Cerca"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Přejít na plochu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Přejít nahoru"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Více možností"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobrazit vše"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vybrat aplikaci"</string>
<string msgid="121134116657445385" name="abc_capital_off">"VYPNUTO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ZAPNUTO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"mezerník"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Vyhledat…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Smazat dotaz"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhledávací dotaz"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Hledat"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odeslat dotaz"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhledávání"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Sdílet pomocí"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Sdílet s aplikací <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sbalit"</string>
<string msgid="146198913615257606" name="search_menu_title">"Hledat"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Naviger hjem"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Naviger op"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere muligheder"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Luk"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vælg en app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"FRA"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"TIL"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"mellemrum"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Søg…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ryd forespørgslen"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Søgeforespørgsel"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Søg"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Indsend forespørgslen"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Talesøgning"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Del med <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skjul"</string>
<string msgid="146198913615257606" name="search_menu_title">"Søg"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Zur Startseite"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nach oben"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Weitere Optionen"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Fertig"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alle ansehen"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"App auswählen"</string>
<string msgid="121134116657445385" name="abc_capital_off">"Aus"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"An"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Strg +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Löschen"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Eingabetaste"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funktionstaste +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta-Taste +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Umschalttaste +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Leertaste +"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym-Taste +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menütaste +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Suchen…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Suchanfrage löschen"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Suchanfrage"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Suchen"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Suchanfrage senden"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Sprachsuche"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Freigeben für"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Mit <ns1:g id="APPLICATION_NAME">%s</ns1:g> teilen"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Minimieren"</string>
<string msgid="146198913615257606" name="search_menu_title">"Suchen"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Πλοήγηση στην αρχική σελίδα"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Πλοήγηση προς τα επάνω"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Περισσότερες επιλογές"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Τέλος"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Προβολή όλων"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Επιλέξτε κάποια εφαρμογή"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ΕΝΕΡΓΟΠΟΙΗΣΗ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"διάστημα"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Αναζήτηση…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Διαγραφή ερωτήματος"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Ερώτημα αναζήτησης"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Αναζήτηση"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Υποβολή ερωτήματος"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Φωνητική αναζήτηση"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Κοινή χρήση με"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Κοινή χρήση με <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Σύμπτυξη"</string>
<string msgid="146198913615257606" name="search_menu_title">"Αναζήτηση"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar a la página principal"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar hacia arriba"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Elige una aplicación."</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVADO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVADO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"borrar"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"intro"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Función+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Mayúscula+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espacio"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Buscar…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Eliminar la consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Búsqueda"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Búsqueda"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Compartir con <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Contraer"</string>
<string msgid="146198913615257606" name="search_menu_title">"Buscar"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ir a la pantalla de inicio"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Desplazarse hacia arriba"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Seleccionar una aplicación"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVADO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVADO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Eliminar"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Intro"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Función +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Mayús +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Espacio"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Buscar…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Borrar consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Buscar"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Compartir con <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Contraer"</string>
<string msgid="146198913615257606" name="search_menu_title">"Buscar"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"+999"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeerimine avaekraanile"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeerimine üles"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Rohkem valikuid"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Kuva kõik"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valige rakendus"</string>
<string msgid="121134116657445385" name="abc_capital_off">"VÄLJAS"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"SEES"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"kustutamisklahv"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"sisestusklahv"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funktsiooniklahv +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Tõstuklahv +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"tühik"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menüü +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Otsige …"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Päringu tühistamine"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Otsingupäring"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Otsing"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Päringu esitamine"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Häälotsing"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jagamine:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Jagamine rakendusega <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Ahendamine"</string>
<string msgid="146198913615257606" name="search_menu_title">"Otsing"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Joan orri nagusira"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Joan gora"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Aukera gehiago"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Eginda"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ikusi guztiak"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Aukeratu aplikazio bat"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESAKTIBATUTA"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AKTIBATUTA"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ktrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Ezabatu"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Sartu"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funtzioa +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maius +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Zuriunea"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menua +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Bilatu…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Garbitu kontsulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Bilaketa-kontsulta"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Bilatu"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Bidali kontsulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Ahozko bilaketa"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partekatu hauekin"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Partekatu <ns1:g id="APPLICATION_NAME">%s</ns1:g> aplikazioarekin"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Tolestu"</string>
<string msgid="146198913615257606" name="search_menu_title">"Bilatu"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"پیمایش به صفحه اصلی"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"پیمایش به بالا"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"گزینه‌های بیشتر"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"تمام"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"مشاهده همه"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"انتخاب برنامه"</string>
<string msgid="121134116657445385" name="abc_capital_off">"خاموش"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"روشن"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"کلید فاصله"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"منو+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"جستجو…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"پاک کردن عبارت جستجو"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"عبارت جستجو"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"جستجو"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ارسال عبارت جستجو"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"جستجوی گفتاری"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"اشتراک‌گذاری با"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"اشتراک‌گذاری با <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"کوچک کردن"</string>
<string msgid="146198913615257606" name="search_menu_title">"جستجو"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Siirry etusivulle"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Siirry ylös"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Lisää"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Näytä kaikki"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valitse sovellus"</string>
<string msgid="121134116657445385" name="abc_capital_off">"POIS KÄYTÖSTÄ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"KÄYTÖSSÄ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Vaihto+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"välilyönti"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Valikko+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Haku…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Tyhjennä kysely"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Hakulauseke"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Haku"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lähetä kysely"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Puhehaku"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jakaminen:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Jaa sovelluksessa <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Kutista"</string>
<string msgid="146198913615257606" name="search_menu_title">"Haku"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Terminé"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Voir toutes les chaînes"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionnez une application"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DÉSACTIVÉ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVÉ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"supprimer"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"entrée"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fonction+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Méta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maj+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espace"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Recherche en cours..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Partager avec <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Réduire"</string>
<string msgid="146198913615257606" name="search_menu_title">"Rechercher"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"OK"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tout afficher"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionner une application"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DÉSACTIVÉ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVÉ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"supprimer"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"entrée"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fonction+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Méta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maj+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espace"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Rechercher…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager avec"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Partager avec <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Réduire"</string>
<string msgid="146198913615257606" name="search_menu_title">"Rechercher"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ir á páxina de inicio"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Desprazarse cara arriba"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Máis opcións"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Feito"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todas"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Escoller unha aplicación"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVAR"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVAR"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"eliminar"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Intro"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Función +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maiús +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espazo"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sim +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Buscar…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Borrar consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de busca"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Buscar"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Busca por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Compartir con <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Contraer"</string>
<string msgid="146198913615257606" name="search_menu_title">"Buscar"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">">999"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"હોમ પર નેવિગેટ કરો"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ઉપર નૅવિગેટ કરો"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"વધુ વિકલ્પો"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"થઈ ગયું"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"બધું જુઓ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"એક ઍપ્લિકેશન પસંદ કરો"</string>
<string msgid="121134116657445385" name="abc_capital_off">"બંધ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ચાલુ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"ડિલીટ કરો"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Spacebar"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"મેનૂ+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"શોધો…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ક્વેરી સાફ કરો"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"શોધ ક્વેરી"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"શોધો"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ક્વેરી સબમિટ કરો"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"વૉઇસ શોધ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"આની સાથે શેર કરો"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>ની સાથે શેર કરો"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"સંકુચિત કરો"</string>
<string msgid="146198913615257606" name="search_menu_title">"શોધો"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="abc_alert_dialog_button_bar_height">54dip</dimen>
</resources>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Widget.AppCompat.DrawerArrowToggle" parent="Base.Widget.AppCompat.DrawerArrowToggle.Common">
<item name="barLength">18.66dp</item>
<item name="gapBetweenBars">3.33dp</item>
<item name="drawableSize">24dp</item>
</style>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"होम पेज पर जाएं"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ऊपर जाएं"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ज़्यादा विकल्प"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"हो गया"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सभी देखें"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"कोई एप्‍लिकेशन चुनें"</string>
<string msgid="121134116657445385" name="abc_capital_off">"बंद"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"चालू"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"खोजा जा रहा है…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"क्‍वेरी साफ़ करें"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"सर्च क्वेरी"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"सर्च करें"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"क्वेरी सबमिट करें"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"आवाज़ सर्च"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"इसके साथ शेयर करें"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> के साथ शेयर करें"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"छोटा करें"</string>
<string msgid="146198913615257606" name="search_menu_title">"सर्च"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Idi na početnu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Idi gore"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Dodatne opcije"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Odabir aplikacije"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ISKLJUČENO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"UKLJUČENO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"razmaknica"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Pretražite…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Izbriši upit"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Upit za pretraživanje"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Pretraživanje"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošalji upit"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno pretraživanje"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dijeljenje sa"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Dijeli putem aplikacije <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sažmi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Pretraživanje"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ugrás a főoldalra"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Felfelé mozgatás"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"További lehetőségek"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Kész"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Összes megtekintése"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Válasszon ki egy alkalmazást"</string>
<string msgid="121134116657445385" name="abc_capital_off">"KI"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"BE"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Szóköz"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Keresés…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Lekérdezés törlése"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Keresési lekérdezés"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Keresés"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lekérdezés küldése"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Hangalapú keresés"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Megosztás a következővel:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Megosztás a következő alkalmazással: <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Összecsukás"</string>
<string msgid="146198913615257606" name="search_menu_title">"Keresés"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ուղղվել տուն"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Ուղղվել վերև"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Այլ ընտրանքներ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Պատրաստ է"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Տեսնել բոլորը"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Ընտրել ծրագիր"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ԱՆՋԱՏՎԱԾ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ՄԻԱՑՎԱԾ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"բացատ"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Որոնում..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Մաքրել հարցումը"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Որոնման հարցում"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Որոնել"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Ուղարկել հարցումը"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Ձայնային որոնում"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Կիսվել"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Ուղարկել <ns1:g id="APPLICATION_NAME">%s</ns1:g>-ին"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Թաքցնել"</string>
<string msgid="146198913615257606" name="search_menu_title">"Որոնել"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigasi ke beranda"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigasi naik"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Opsi lain"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Selesai"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Lihat semua"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pilih aplikasi"</string>
<string msgid="121134116657445385" name="abc_capital_off">"NONAKTIF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AKTIF"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"spasi"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Telusuri..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Hapus kueri"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Kueri penelusuran"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Telusuri"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Kirim kueri"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Penelusuran suara"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bagikan dengan"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Bagikan ke <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Ciutkan"</string>
<string msgid="146198913615257606" name="search_menu_title">"Telusuri"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Fara heim"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Fara upp"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Fleiri valkostir"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Lokið"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sjá allt"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Veldu forrit"</string>
<string msgid="121134116657445385" name="abc_capital_off">"SLÖKKT"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"KVEIKT"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Aðgerðarlykill+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"bilslá"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Valmynd+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Leita…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Hreinsa fyrirspurn"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Leitarfyrirspurn"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Leita"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Senda fyrirspurn"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Raddleit"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deila með"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Deila með <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Minnka"</string>
<string msgid="146198913615257606" name="search_menu_title">"Leita"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Vai alla home page"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Vai in alto"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Altre opzioni"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Fine"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Visualizza tutte"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Scegli un\'applicazione"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"ALT +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"CTRL +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"CANC"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"INVIO"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"FUNZIONE +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"META +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"MAIUSC +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"barra spaziatrice"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"SYM +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"MENU +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Cerca…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Cancella query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Query di ricerca"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Invia query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Ricerca vocale"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Condividi con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Condividi tramite <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Comprimi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Ricerca"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"נווט לדף הבית"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"נווט למעלה"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"עוד אפשרויות"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"בוצע"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ראה הכל"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"בחר אפליקציה"</string>
<string msgid="121134116657445385" name="abc_capital_off">"כבוי"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"פועל"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"מקש רווח"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"תפריט+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"חיפוש…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"מחק שאילתה"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"שאילתת חיפוש"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"חיפוש"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"שלח שאילתה"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"חיפוש קולי"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"שתף עם"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"שתף עם <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"כווץ"</string>
<string msgid="146198913615257606" name="search_menu_title">"חיפוש"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ホームへ移動"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"上へ移動"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"その他のオプション"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"完了"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"すべて表示"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"アプリの選択"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"検索…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"検索キーワードを削除"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"検索キーワード"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"検索"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"検索キーワードを送信"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"音声検索"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"共有"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>と共有"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"折りたたむ"</string>
<string msgid="146198913615257606" name="search_menu_title">"検索"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"მთავარზე ნავიგაცია"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ზემოთ ნავიგაცია"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"მეტი ვარიანტები"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"დასრულდა"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ყველას ნახვა"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"აპის არჩევა"</string>
<string msgid="121134116657445385" name="abc_capital_off">"გამორთულია"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ჩართულია"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"წაშლა"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"შეყვანა"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ძიება..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"მოთხოვნის გასუფთავება"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ძიების მოთხოვნა"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ძიება"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"მოთხოვნის გადაგზავნა"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ხმოვანი ძიება"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"გაზიარება:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"გაუზიარეთ <ns1:g id="APPLICATION_NAME">%s</ns1:g>-ს"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"აკეცვა"</string>
<string msgid="146198913615257606" name="search_menu_title">"ძიება"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Негізгі бетте қозғалу"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Жоғары қозғалу"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Басқа опциялар"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Дайын"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Барлығын көру"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Қолданбаны таңдау"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ӨШІРУЛІ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ҚОСУЛЫ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"бос орын"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Mәзір+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Іздеу…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Сұрақты жою"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Сұрақты іздеу"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Іздеу"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Сұрақты жіберу"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Дауыс арқылы іздеу"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Бөлісу"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> қолданбасымен бөлісу"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Тасалау"</string>
<string msgid="146198913615257606" name="search_menu_title">"Іздеу"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"រកមើល​ទៅ​ដើម"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"រកមើល​ឡើងលើ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ជម្រើស​ច្រើន​ទៀត"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"រួចរាល់"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"មើល​ទាំងអស់"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ជ្រើស​កម្មវិធី​​"</string>
<string msgid="121134116657445385" name="abc_capital_off">"បិទ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"បើក"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ស្វែងរក…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"សម្អាត​សំណួរ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ស្វែងរក​សំណួរ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ស្វែងរក"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ដាក់​​​ស្នើ​សំណួរ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ការស្វែងរក​សំឡេង"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ចែករំលែក​ជាមួយ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"ចែក​រំលែក​ជា​មួយ <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"បង្រួម"</string>
<string msgid="146198913615257606" name="search_menu_title">"ស្វែងរក"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ಮುಗಿದಿದೆ"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ಎಲ್ಲವನ್ನೂ ನೋಡಿ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ಆಫ್"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ಆನ್"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ಹುಡುಕಿ…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ಹುಡುಕಿ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ಧ್ವನಿ ಹುಡುಕಾಟ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ಸಂಕುಚಿಸು"</string>
<string msgid="146198913615257606" name="search_menu_title">"ಹುಡುಕಿ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"홈 탐색"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"위로 탐색"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"옵션 더보기"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"완료"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"전체 보기"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"앱 선택"</string>
<string msgid="121134116657445385" name="abc_capital_off">"사용 안함"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"사용"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"삭제"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"입력"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"스페이스바"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"검색..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"검색어 삭제"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"검색어"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"검색"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"검색어 보내기"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"음성 검색"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"공유 대상"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>와(과) 공유"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"접기"</string>
<string msgid="146198913615257606" name="search_menu_title">"검색"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Үйгө багыттоо"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Жогору"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Көбүрөөк мүмкүнчүлүктөр"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Даяр"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Бардыгын көрүү"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Колдонмо тандоо"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ӨЧҮК"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"КҮЙҮК"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"боштук"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Издөө…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Талаптарды тазалоо"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Издөө талаптары"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Издөө"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Талап жөнөтүү"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Үн аркылуу издөө"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Бөлүшүү"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> аркылуу бөлүшүү"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Жыйнап коюу"</string>
<string msgid="146198913615257606" name="search_menu_title">"Издөө"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="abc_action_bar_default_height_material">48dp</dimen>
<dimen name="abc_text_size_subtitle_material_toolbar">12dp</dimen>
<dimen name="abc_text_size_title_material_toolbar">14dp</dimen>
</resources>

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="abc_config_prefDialogWidth">440dp</dimen>
<item name="abc_dialog_fixed_height_major" type="dimen">60%</item>
<item name="abc_dialog_fixed_height_minor" type="dimen">90%</item>
<item name="abc_dialog_fixed_width_major" type="dimen">60%</item>
<item name="abc_dialog_fixed_width_minor" type="dimen">90%</item>
<item name="abc_dialog_min_width_major" type="dimen">55%</item>
<item name="abc_dialog_min_width_minor" type="dimen">80%</item>
<style name="Base.Theme.AppCompat.DialogWhenLarge" parent="Base.Theme.AppCompat.Dialog.FixedSize"/>
<style name="Base.Theme.AppCompat.Light.DialogWhenLarge" parent="Base.Theme.AppCompat.Light.Dialog.FixedSize"/>
</resources>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Widget.AppCompat.Spinner.Underlined" parent="android:Widget.Material.Spinner.Underlined"/>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ກັບໄປໜ້າຫຼັກ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ຂຶ້ນເທິງ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ໂຕເລືອກອື່ນ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ແລ້ວໆ"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ເບິ່ງທັງຫມົດ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ເລືອກແອັບຯ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ປິດ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ເປີດ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ຊອກຫາ"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ລຶບຂໍ້ຄວາມຊອກຫາ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ຊອກຫາ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ຊອກຫາ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ສົ່ງການຊອກຫາ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ຊອກຫາດ້ວຍສຽງ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ແບ່ງປັນກັບ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"ແບ່ງປັນດ້ວຍ <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ຫຍໍ້"</string>
<string msgid="146198913615257606" name="search_menu_title">"ຊອກຫາ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Eiti į pagrindinį puslapį"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Eiti į viršų"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Daugiau parinkčių"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Atlikta"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Peržiūrėti viską"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pasirinkti programą"</string>
<string msgid="121134116657445385" name="abc_capital_off">"IŠJUNGTA"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ĮJUNGTI"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"„Alt“ +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"„Ctrl“ +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"„Delete“"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"„Enter“"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"„Function“ +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"„Meta“ +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"„Shift“ +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"tarpo klavišas"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"„Sym“ +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"„Menu“ +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Ieškoti..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Išvalyti užklausą"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Paieškos užklausa"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Paieška"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pateikti užklausą"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Paieška balsu"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bendrinti naudojant"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Bendrinti naudojant programą „<ns1:g id="APPLICATION_NAME">%s</ns1:g>“"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sutraukti"</string>
<string msgid="146198913615257606" name="search_menu_title">"Paieška"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Pārvietoties uz sākuma ekrānu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Pārvietoties augšup"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Vairāk opciju"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gatavs"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Skatīt visu"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izvēlieties lietotni"</string>
<string msgid="121134116657445385" name="abc_capital_off">"IZSLĒGTS"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"IESLĒGTS"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alternēšanas taustiņš +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Vadīšanas taustiņš +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"dzēšanas taustiņš"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"ievadīšanas taustiņš"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funkcijas taustiņš +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta taustiņš +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Pārslēgšanas taustiņš +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"atstarpes taustiņš"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Simbolu taustiņš +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Poga Izvēlne +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Meklējiet…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Notīrīt vaicājumu"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Meklēšanas vaicājums"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Meklēt"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Iesniegt vaicājumu"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Meklēšana ar balsi"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Kopīgot ar:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Kopīgot ar lietojumprogrammu <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sakļaut"</string>
<string msgid="146198913615257606" name="search_menu_title">"Meklēt"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

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

Loading…
Cancel
Save