diff --git a/README.md b/README.md index 2a0a5416309ca039a228c707d5d99550efbc9da5..85809f0b27ab1d634982974fe323e7c341cdeb5d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,56 @@ + # rn-h2u-file-system -H2U Bank APP write/read language code and list to local file \ No newline at end of file +H2U Bank APP write/read language code and list to local file + + +## Getting started + +`$ npm install rn-h2u-file-system --save` + +### Mostly automatic installation + +`$ react-native link rn-h2u-file-system` + +### Manual installation + + +#### iOS + +1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]` +2. Go to `node_modules` ➜ `rn-h2u-file-system` and add `RNH2uFileSystem.xcodeproj` +3. In XCode, in the project navigator, select your project. Add `libRNH2uFileSystem.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` +4. Run your project (`Cmd+R`)< + +#### Android + +1. Open up `android/app/src/main/java/[...]/MainActivity.java` + - Add `import com.reactlibrary.RNH2uFileSystemPackage;` to the imports at the top of the file + - Add `new RNH2uFileSystemPackage()` to the list returned by the `getPackages()` method +2. Append the following lines to `android/settings.gradle`: + ``` + include ':rn-h2u-file-system' + project(':rn-h2u-file-system').projectDir = new File(rootProject.projectDir, '../node_modules/rn-h2u-file-system/android') + ``` +3. Insert the following lines inside the dependencies block in `android/app/build.gradle`: + ``` + compile project(':rn-h2u-file-system') + ``` + +#### Windows +[Read it! :D](https://github.com/ReactWindows/react-native) + +1. In Visual Studio add the `RNH2uFileSystem.sln` in `node_modules/rn-h2u-file-system/windows/RNH2uFileSystem.sln` folder to their solution, reference from their app. +2. Open up your `MainPage.cs` app + - Add `using H2u.File.System.RNH2uFileSystem;` to the usings at the top of the file + - Add `new RNH2uFileSystemPackage()` to the `List` returned by the `Packages` method + + +## Usage +```javascript +import RNH2uFileSystem from 'rn-h2u-file-system'; + +// TODO: What to do with the module? +RNH2uFileSystem; +``` + \ No newline at end of file diff --git a/android/.gradle/2.14.1/taskArtifacts/cache.properties b/android/.gradle/2.14.1/taskArtifacts/cache.properties new file mode 100644 index 0000000000000000000000000000000000000000..61c77811cd3a6528c0391f49527cac8e2381d0cf --- /dev/null +++ b/android/.gradle/2.14.1/taskArtifacts/cache.properties @@ -0,0 +1 @@ +#Wed Nov 14 19:30:02 CST 2018 diff --git a/android/.gradle/2.14.1/taskArtifacts/cache.properties.lock b/android/.gradle/2.14.1/taskArtifacts/cache.properties.lock new file mode 100644 index 0000000000000000000000000000000000000000..b8f7597f42badbec931703613465c00c5f61f106 Binary files /dev/null and b/android/.gradle/2.14.1/taskArtifacts/cache.properties.lock differ diff --git a/android/.gradle/2.14.1/taskArtifacts/fileHashes.bin b/android/.gradle/2.14.1/taskArtifacts/fileHashes.bin new file mode 100644 index 0000000000000000000000000000000000000000..6981ffaf74fb1c59f6cb7450e8b67f733b21c382 Binary files /dev/null and b/android/.gradle/2.14.1/taskArtifacts/fileHashes.bin differ diff --git a/android/.gradle/2.14.1/taskArtifacts/fileSnapshots.bin b/android/.gradle/2.14.1/taskArtifacts/fileSnapshots.bin new file mode 100644 index 0000000000000000000000000000000000000000..196c9c6ac11cc2f781676f2f312e5ac5c419fdb6 Binary files /dev/null and b/android/.gradle/2.14.1/taskArtifacts/fileSnapshots.bin differ diff --git a/android/.gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin b/android/.gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin new file mode 100644 index 0000000000000000000000000000000000000000..ed79064069a7e8c5f752f7f64e9dddbe72202611 Binary files /dev/null and b/android/.gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin differ diff --git a/android/.gradle/2.14.1/taskArtifacts/taskArtifacts.bin b/android/.gradle/2.14.1/taskArtifacts/taskArtifacts.bin new file mode 100644 index 0000000000000000000000000000000000000000..7c2c33b6640f50d79aa1ca6519189c23cacc025c Binary files /dev/null and b/android/.gradle/2.14.1/taskArtifacts/taskArtifacts.bin differ diff --git a/android/.gradle/4.1/fileChanges/last-build.bin b/android/.gradle/4.1/fileChanges/last-build.bin new file mode 100644 index 0000000000000000000000000000000000000000..f76dd238ade08917e6712764a16a22005a50573d Binary files /dev/null and b/android/.gradle/4.1/fileChanges/last-build.bin differ diff --git a/android/.gradle/4.1/fileHashes/fileHashes.bin b/android/.gradle/4.1/fileHashes/fileHashes.bin new file mode 100644 index 0000000000000000000000000000000000000000..73d8c3aba7122ad998437c0970da90da7380f124 Binary files /dev/null and b/android/.gradle/4.1/fileHashes/fileHashes.bin differ diff --git a/android/.gradle/4.1/fileHashes/fileHashes.lock b/android/.gradle/4.1/fileHashes/fileHashes.lock new file mode 100644 index 0000000000000000000000000000000000000000..75b37c8abde630faf4cb04567b991cdcf5cfd8c7 Binary files /dev/null and b/android/.gradle/4.1/fileHashes/fileHashes.lock differ diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml new file mode 100644 index 0000000000000000000000000000000000000000..47bd81ff324e223261acf802991656d9876f7d31 --- /dev/null +++ b/android/.idea/gradle.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_android_support_appcompat_v7_23_0_1.xml b/android/.idea/libraries/com_android_support_appcompat_v7_23_0_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..166bd30c3828e26f86275999bd4e6c8e80f24d46 --- /dev/null +++ b/android/.idea/libraries/com_android_support_appcompat_v7_23_0_1.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_android_support_recyclerview_v7_23_0_1.xml b/android/.idea/libraries/com_android_support_recyclerview_v7_23_0_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..21f02e630a82ea907faf350bd2d3a2f44e2245ab --- /dev/null +++ b/android/.idea/libraries/com_android_support_recyclerview_v7_23_0_1.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_android_support_support_annotations_23_0_1_jar.xml b/android/.idea/libraries/com_android_support_support_annotations_23_0_1_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..c7335a46d1272706f375a295327cd8dba56e9c7a --- /dev/null +++ b/android/.idea/libraries/com_android_support_support_annotations_23_0_1_jar.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_android_support_support_v4_23_0_1.xml b/android/.idea/libraries/com_android_support_support_v4_23_0_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..5e706a3a6c89da3c10e3e63d8515d04159034de3 --- /dev/null +++ b/android/.idea/libraries/com_android_support_support_v4_23_0_1.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_fresco_drawee_0_8_1.xml b/android/.idea/libraries/com_facebook_fresco_drawee_0_8_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..5eb154001f2e20cd550b315cdd0791d600e3d49e --- /dev/null +++ b/android/.idea/libraries/com_facebook_fresco_drawee_0_8_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_fresco_fbcore_0_8_1.xml b/android/.idea/libraries/com_facebook_fresco_fbcore_0_8_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..cc20ff3b1d9bdc35d6063d0d61b7a2e4be5a0cd2 --- /dev/null +++ b/android/.idea/libraries/com_facebook_fresco_fbcore_0_8_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_fresco_fresco_0_8_1.xml b/android/.idea/libraries/com_facebook_fresco_fresco_0_8_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..3ef5198fba589f4104d7ac6f3289f0b8997b741b --- /dev/null +++ b/android/.idea/libraries/com_facebook_fresco_fresco_0_8_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_fresco_imagepipeline_0_8_1.xml b/android/.idea/libraries/com_facebook_fresco_imagepipeline_0_8_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..c55b2789218cc190c3f4e58bd19e18bc473bd371 --- /dev/null +++ b/android/.idea/libraries/com_facebook_fresco_imagepipeline_0_8_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_fresco_imagepipeline_okhttp_0_8_1.xml b/android/.idea/libraries/com_facebook_fresco_imagepipeline_okhttp_0_8_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..4c8aca0e59d8a8738d866de58e417c0e978868e7 --- /dev/null +++ b/android/.idea/libraries/com_facebook_fresco_imagepipeline_okhttp_0_8_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_react_react_native_0_20_1.xml b/android/.idea/libraries/com_facebook_react_react_native_0_20_1.xml new file mode 100644 index 0000000000000000000000000000000000000000..463ece995fb24354c03c62b413fb292cc2c16b36 --- /dev/null +++ b/android/.idea/libraries/com_facebook_react_react_native_0_20_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_stetho_stetho_1_2_0_jar.xml b/android/.idea/libraries/com_facebook_stetho_stetho_1_2_0_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..1ced23010343cce750a035dc4f78a5771821b558 --- /dev/null +++ b/android/.idea/libraries/com_facebook_stetho_stetho_1_2_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_facebook_stetho_stetho_okhttp_1_2_0_jar.xml b/android/.idea/libraries/com_facebook_stetho_stetho_okhttp_1_2_0_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d43736ade26623efff6ec422328ce8367b117b6 --- /dev/null +++ b/android/.idea/libraries/com_facebook_stetho_stetho_okhttp_1_2_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_fasterxml_jackson_core_jackson_core_2_2_3_jar.xml b/android/.idea/libraries/com_fasterxml_jackson_core_jackson_core_2_2_3_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..161c73b9584c1fbda154bc7accf2eb2ab85e70d9 --- /dev/null +++ b/android/.idea/libraries/com_fasterxml_jackson_core_jackson_core_2_2_3_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_google_code_findbugs_jsr305_3_0_0_jar.xml b/android/.idea/libraries/com_google_code_findbugs_jsr305_3_0_0_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..2fe415297d49613404aaff3c73a5ed19afc4fab1 --- /dev/null +++ b/android/.idea/libraries/com_google_code_findbugs_jsr305_3_0_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_nineoldandroids_library_2_4_0_jar.xml b/android/.idea/libraries/com_nineoldandroids_library_2_4_0_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..f4c901d063fc481bac571e50a0b79c8cd43c4f3a --- /dev/null +++ b/android/.idea/libraries/com_nineoldandroids_library_2_4_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_parse_bolts_bolts_android_1_1_4_jar.xml b/android/.idea/libraries/com_parse_bolts_bolts_android_1_1_4_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..b20eb1c4a41ca78c8aba1407dd0edf749ea614bf --- /dev/null +++ b/android/.idea/libraries/com_parse_bolts_bolts_android_1_1_4_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_squareup_okhttp_okhttp_2_5_0_jar.xml b/android/.idea/libraries/com_squareup_okhttp_okhttp_2_5_0_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..63b3301b59cfdb8901e6935e74e037f23bcc1148 --- /dev/null +++ b/android/.idea/libraries/com_squareup_okhttp_okhttp_2_5_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_squareup_okhttp_okhttp_ws_2_5_0_jar.xml b/android/.idea/libraries/com_squareup_okhttp_okhttp_ws_2_5_0_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..a5d3e549776009fb93c624961fac99ff9ee94462 --- /dev/null +++ b/android/.idea/libraries/com_squareup_okhttp_okhttp_ws_2_5_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/com_squareup_okio_okio_1_6_0_jar.xml b/android/.idea/libraries/com_squareup_okio_okio_1_6_0_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..a8eb7ec6a361e3e1ad20ec3d78cacff7a80f4b08 --- /dev/null +++ b/android/.idea/libraries/com_squareup_okio_okio_1_6_0_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/commons_cli_commons_cli_1_2_jar.xml b/android/.idea/libraries/commons_cli_commons_cli_1_2_jar.xml new file mode 100644 index 0000000000000000000000000000000000000000..075745d4877e01cd8c7d912baf83ffd5c891453a --- /dev/null +++ b/android/.idea/libraries/commons_cli_commons_cli_1_2_jar.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/libraries/org_webkit_android_jsc_r174650.xml b/android/.idea/libraries/org_webkit_android_jsc_r174650.xml new file mode 100644 index 0000000000000000000000000000000000000000..0aa6dfc3b13ae21b398d35aa8c08e602301bb80a --- /dev/null +++ b/android/.idea/libraries/org_webkit_android_jsc_r174650.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml new file mode 100644 index 0000000000000000000000000000000000000000..39638799269d0193201b39e5276d8236659f97fe --- /dev/null +++ b/android/.idea/misc.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/.idea/modules.xml b/android/.idea/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..e54e28e567d0cd9dd2d50716f2257d5ee96decbf --- /dev/null +++ b/android/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/android/.idea/runConfigurations.xml b/android/.idea/runConfigurations.xml new file mode 100644 index 0000000000000000000000000000000000000000..7f68460d8b38ac04e3a3224d7c79ef719b1991a9 --- /dev/null +++ b/android/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/android/.idea/workspace.xml b/android/.idea/workspace.xml new file mode 100644 index 0000000000000000000000000000000000000000..79e3161cf72cdd3457c031ca4a222f8707926d66 --- /dev/null +++ b/android/.idea/workspace.xml @@ -0,0 +1,1553 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OutputStream + ReactContextBaseJavaModule + ReactApplicationContext + ReactMethod + Callback + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1542183474580 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/android.iml b/android/android.iml new file mode 100644 index 0000000000000000000000000000000000000000..a30f0588632d0d456a4ccb2696b6d6677871b4f8 --- /dev/null +++ b/android/android.iml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000000000000000000000000000000000000..f4e6f9aa526857e0f30bf26d65d072366e154e79 --- /dev/null +++ b/android/build.gradle @@ -0,0 +1,41 @@ + +buildscript { + repositories { + jcenter() + } + + dependencies { + classpath 'com.android.tools.build:gradle:2.2.3' + } +} + +apply plugin: 'com.android.library' + +android { + compileSdkVersion 23 + buildToolsVersion "23.0.1" + + defaultConfig { + minSdkVersion 16 + targetSdkVersion 22 + versionCode 1 + versionName "1.0" + } + lintOptions { + abortOnError false + } +} + +repositories { + mavenCentral() + jcenter() + maven { + // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm + url "$rootDir/../node_modules/react-native/android" + } +} + +dependencies { + compile 'com.facebook.react:react-native:+' +} + \ No newline at end of file diff --git a/android/build/generated/mockable-android-23.jar b/android/build/generated/mockable-android-23.jar new file mode 100644 index 0000000000000000000000000000000000000000..563075cf63765b89633e1f1d440a2ea961d54ffa Binary files /dev/null and b/android/build/generated/mockable-android-23.jar differ diff --git a/android/build/generated/source/buildConfig/androidTest/debug/com/reactlibrary/test/BuildConfig.java b/android/build/generated/source/buildConfig/androidTest/debug/com/reactlibrary/test/BuildConfig.java new file mode 100644 index 0000000000000000000000000000000000000000..8e30192e7a6dcb2a20c5f1f9700dbed046260d2e --- /dev/null +++ b/android/build/generated/source/buildConfig/androidTest/debug/com/reactlibrary/test/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.reactlibrary.test; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.reactlibrary.test"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/android/build/generated/source/buildConfig/debug/com/reactlibrary/BuildConfig.java b/android/build/generated/source/buildConfig/debug/com/reactlibrary/BuildConfig.java new file mode 100644 index 0000000000000000000000000000000000000000..7fefe0a89448bf535f5db362c858abc2d455e073 --- /dev/null +++ b/android/build/generated/source/buildConfig/debug/com/reactlibrary/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package com.reactlibrary; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "com.reactlibrary"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.0"; +} diff --git a/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java b/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java new file mode 100644 index 0000000000000000000000000000000000000000..b391c35b38f8077ca7639fe76446b15f0d9b59bd --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/android/support/v7/appcompat/R.java @@ -0,0 +1,1222 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package android.support.v7.appcompat; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f040000; + public static final int abc_fade_out = 0x7f040001; + public static final int abc_grow_fade_in_from_bottom = 0x7f040002; + public static final int abc_popup_enter = 0x7f040003; + public static final int abc_popup_exit = 0x7f040004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static final int abc_slide_in_bottom = 0x7f040006; + public static final int abc_slide_in_top = 0x7f040007; + public static final int abc_slide_out_bottom = 0x7f040008; + public static final int abc_slide_out_top = 0x7f040009; + } + public static final class attr { + public static final int actionBarDivider = 0x7f01007e; + public static final int actionBarItemBackground = 0x7f01007f; + public static final int actionBarPopupTheme = 0x7f010078; + public static final int actionBarSize = 0x7f01007d; + public static final int actionBarSplitStyle = 0x7f01007a; + public static final int actionBarStyle = 0x7f010079; + public static final int actionBarTabBarStyle = 0x7f010074; + public static final int actionBarTabStyle = 0x7f010073; + public static final int actionBarTabTextStyle = 0x7f010075; + public static final int actionBarTheme = 0x7f01007b; + public static final int actionBarWidgetTheme = 0x7f01007c; + public static final int actionButtonStyle = 0x7f010098; + public static final int actionDropDownStyle = 0x7f010094; + public static final int actionLayout = 0x7f01004b; + public static final int actionMenuTextAppearance = 0x7f010080; + public static final int actionMenuTextColor = 0x7f010081; + public static final int actionModeBackground = 0x7f010084; + public static final int actionModeCloseButtonStyle = 0x7f010083; + public static final int actionModeCloseDrawable = 0x7f010086; + public static final int actionModeCopyDrawable = 0x7f010088; + public static final int actionModeCutDrawable = 0x7f010087; + public static final int actionModeFindDrawable = 0x7f01008c; + public static final int actionModePasteDrawable = 0x7f010089; + public static final int actionModePopupWindowStyle = 0x7f01008e; + public static final int actionModeSelectAllDrawable = 0x7f01008a; + public static final int actionModeShareDrawable = 0x7f01008b; + public static final int actionModeSplitBackground = 0x7f010085; + public static final int actionModeStyle = 0x7f010082; + public static final int actionModeWebSearchDrawable = 0x7f01008d; + public static final int actionOverflowButtonStyle = 0x7f010076; + public static final int actionOverflowMenuStyle = 0x7f010077; + public static final int actionProviderClass = 0x7f01004d; + public static final int actionViewClass = 0x7f01004c; + public static final int activityChooserViewStyle = 0x7f0100a0; + public static final int alertDialogButtonGroupStyle = 0x7f0100c2; + public static final int alertDialogCenterButtons = 0x7f0100c3; + public static final int alertDialogStyle = 0x7f0100c1; + public static final int alertDialogTheme = 0x7f0100c4; + public static final int arrowHeadLength = 0x7f01002b; + public static final int arrowShaftLength = 0x7f01002c; + public static final int autoCompleteTextViewStyle = 0x7f0100c9; + public static final int background = 0x7f01000c; + public static final int backgroundSplit = 0x7f01000e; + public static final int backgroundStacked = 0x7f01000d; + public static final int backgroundTint = 0x7f0100e5; + public static final int backgroundTintMode = 0x7f0100e6; + public static final int barLength = 0x7f01002d; + public static final int borderlessButtonStyle = 0x7f01009d; + public static final int buttonBarButtonStyle = 0x7f01009a; + public static final int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static final int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static final int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static final int buttonBarStyle = 0x7f010099; + public static final int buttonPanelSideLayout = 0x7f01001f; + public static final int buttonStyle = 0x7f0100ca; + public static final int buttonStyleSmall = 0x7f0100cb; + public static final int buttonTint = 0x7f010025; + public static final int buttonTintMode = 0x7f010026; + public static final int checkboxStyle = 0x7f0100cc; + public static final int checkedTextViewStyle = 0x7f0100cd; + public static final int closeIcon = 0x7f010059; + public static final int closeItemLayout = 0x7f01001c; + public static final int collapseContentDescription = 0x7f0100dc; + public static final int collapseIcon = 0x7f0100db; + public static final int color = 0x7f010027; + public static final int colorAccent = 0x7f0100ba; + public static final int colorButtonNormal = 0x7f0100be; + public static final int colorControlActivated = 0x7f0100bc; + public static final int colorControlHighlight = 0x7f0100bd; + public static final int colorControlNormal = 0x7f0100bb; + public static final int colorPrimary = 0x7f0100b8; + public static final int colorPrimaryDark = 0x7f0100b9; + public static final int colorSwitchThumbNormal = 0x7f0100bf; + public static final int commitIcon = 0x7f01005e; + public static final int contentInsetEnd = 0x7f010017; + public static final int contentInsetLeft = 0x7f010018; + public static final int contentInsetRight = 0x7f010019; + public static final int contentInsetStart = 0x7f010016; + public static final int controlBackground = 0x7f0100c0; + public static final int customNavigationLayout = 0x7f01000f; + public static final int defaultQueryHint = 0x7f010058; + public static final int dialogPreferredPadding = 0x7f010092; + public static final int dialogTheme = 0x7f010091; + public static final int displayOptions = 0x7f010005; + public static final int divider = 0x7f01000b; + public static final int dividerHorizontal = 0x7f01009f; + public static final int dividerPadding = 0x7f010049; + public static final int dividerVertical = 0x7f01009e; + public static final int drawableSize = 0x7f010029; + public static final int drawerArrowStyle = 0x7f010000; + public static final int dropDownListViewStyle = 0x7f0100b0; + public static final int dropdownListPreferredItemHeight = 0x7f010095; + public static final int editTextBackground = 0x7f0100a6; + public static final int editTextColor = 0x7f0100a5; + public static final int editTextStyle = 0x7f0100ce; + public static final int elevation = 0x7f01001a; + public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static final int gapBetweenBars = 0x7f01002a; + public static final int goIcon = 0x7f01005a; + public static final int height = 0x7f010001; + public static final int hideOnContentScroll = 0x7f010015; + public static final int homeAsUpIndicator = 0x7f010097; + public static final int homeLayout = 0x7f010010; + public static final int icon = 0x7f010009; + public static final int iconifiedByDefault = 0x7f010056; + public static final int indeterminateProgressStyle = 0x7f010012; + public static final int initialActivityCount = 0x7f01001d; + public static final int isLightTheme = 0x7f010002; + public static final int itemPadding = 0x7f010014; + public static final int layout = 0x7f010055; + public static final int listChoiceBackgroundIndicator = 0x7f0100b7; + public static final int listDividerAlertDialog = 0x7f010093; + public static final int listItemLayout = 0x7f010023; + public static final int listLayout = 0x7f010020; + public static final int listPopupWindowStyle = 0x7f0100b1; + public static final int listPreferredItemHeight = 0x7f0100ab; + public static final int listPreferredItemHeightLarge = 0x7f0100ad; + public static final int listPreferredItemHeightSmall = 0x7f0100ac; + public static final int listPreferredItemPaddingLeft = 0x7f0100ae; + public static final int listPreferredItemPaddingRight = 0x7f0100af; + public static final int logo = 0x7f01000a; + public static final int logoDescription = 0x7f0100df; + public static final int maxButtonHeight = 0x7f0100da; + public static final int measureWithLargestChild = 0x7f010047; + public static final int multiChoiceItemLayout = 0x7f010021; + public static final int navigationContentDescription = 0x7f0100de; + public static final int navigationIcon = 0x7f0100dd; + public static final int navigationMode = 0x7f010004; + public static final int overlapAnchor = 0x7f01004f; + public static final int paddingEnd = 0x7f0100e3; + public static final int paddingStart = 0x7f0100e2; + public static final int panelBackground = 0x7f0100b4; + public static final int panelMenuListTheme = 0x7f0100b6; + public static final int panelMenuListWidth = 0x7f0100b5; + public static final int popupMenuStyle = 0x7f0100a3; + public static final int popupTheme = 0x7f01001b; + public static final int popupWindowStyle = 0x7f0100a4; + public static final int preserveIconSpacing = 0x7f01004e; + public static final int progressBarPadding = 0x7f010013; + public static final int progressBarStyle = 0x7f010011; + public static final int queryBackground = 0x7f010060; + public static final int queryHint = 0x7f010057; + public static final int radioButtonStyle = 0x7f0100cf; + public static final int ratingBarStyle = 0x7f0100d0; + public static final int searchHintIcon = 0x7f01005c; + public static final int searchIcon = 0x7f01005b; + public static final int searchViewStyle = 0x7f0100aa; + public static final int selectableItemBackground = 0x7f01009b; + public static final int selectableItemBackgroundBorderless = 0x7f01009c; + public static final int showAsAction = 0x7f01004a; + public static final int showDividers = 0x7f010048; + public static final int showText = 0x7f010068; + public static final int singleChoiceItemLayout = 0x7f010022; + public static final int spinBars = 0x7f010028; + public static final int spinnerDropDownItemStyle = 0x7f010096; + public static final int spinnerStyle = 0x7f0100d1; + public static final int splitTrack = 0x7f010067; + public static final int state_above_anchor = 0x7f010050; + public static final int submitBackground = 0x7f010061; + public static final int subtitle = 0x7f010006; + public static final int subtitleTextAppearance = 0x7f0100d4; + public static final int subtitleTextColor = 0x7f0100e1; + public static final int subtitleTextStyle = 0x7f010008; + public static final int suggestionRowLayout = 0x7f01005f; + public static final int switchMinWidth = 0x7f010065; + public static final int switchPadding = 0x7f010066; + public static final int switchStyle = 0x7f0100d2; + public static final int switchTextAppearance = 0x7f010064; + public static final int textAllCaps = 0x7f010024; + public static final int textAppearanceLargePopupMenu = 0x7f01008f; + public static final int textAppearanceListItem = 0x7f0100b2; + public static final int textAppearanceListItemSmall = 0x7f0100b3; + public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static final int textAppearanceSearchResultTitle = 0x7f0100a7; + public static final int textAppearanceSmallPopupMenu = 0x7f010090; + public static final int textColorAlertDialogListItem = 0x7f0100c5; + public static final int textColorSearchUrl = 0x7f0100a9; + public static final int theme = 0x7f0100e4; + public static final int thickness = 0x7f01002e; + public static final int thumbTextPadding = 0x7f010063; + public static final int title = 0x7f010003; + public static final int titleMarginBottom = 0x7f0100d9; + public static final int titleMarginEnd = 0x7f0100d7; + public static final int titleMarginStart = 0x7f0100d6; + public static final int titleMarginTop = 0x7f0100d8; + public static final int titleMargins = 0x7f0100d5; + public static final int titleTextAppearance = 0x7f0100d3; + public static final int titleTextColor = 0x7f0100e0; + public static final int titleTextStyle = 0x7f010007; + public static final int toolbarNavigationButtonStyle = 0x7f0100a2; + public static final int toolbarStyle = 0x7f0100a1; + public static final int track = 0x7f010062; + public static final int voiceIcon = 0x7f01005d; + public static final int windowActionBar = 0x7f010069; + public static final int windowActionBarOverlay = 0x7f01006b; + public static final int windowActionModeOverlay = 0x7f01006c; + public static final int windowFixedHeightMajor = 0x7f010070; + public static final int windowFixedHeightMinor = 0x7f01006e; + public static final int windowFixedWidthMajor = 0x7f01006d; + public static final int windowFixedWidthMinor = 0x7f01006f; + public static final int windowMinWidthMajor = 0x7f010071; + public static final int windowMinWidthMinor = 0x7f010072; + public static final int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static final int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static final int abc_color_highlight_material = 0x7f0b003d; + public static final int abc_input_method_navigation_guard = 0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static final int abc_primary_text_material_dark = 0x7f0b0040; + public static final int abc_primary_text_material_light = 0x7f0b0041; + public static final int abc_search_url_text = 0x7f0b0042; + public static final int abc_search_url_text_normal = 0x7f0b0001; + public static final int abc_search_url_text_pressed = 0x7f0b0002; + public static final int abc_search_url_text_selected = 0x7f0b0003; + public static final int abc_secondary_text_material_dark = 0x7f0b0043; + public static final int abc_secondary_text_material_light = 0x7f0b0044; + public static final int accent_material_dark = 0x7f0b0004; + public static final int accent_material_light = 0x7f0b0005; + public static final int background_floating_material_dark = 0x7f0b0006; + public static final int background_floating_material_light = 0x7f0b0007; + public static final int background_material_dark = 0x7f0b0008; + public static final int background_material_light = 0x7f0b0009; + public static final int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static final int bright_foreground_disabled_material_light = 0x7f0b000b; + public static final int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static final int bright_foreground_inverse_material_light = 0x7f0b000d; + public static final int bright_foreground_material_dark = 0x7f0b000e; + public static final int bright_foreground_material_light = 0x7f0b000f; + public static final int button_material_dark = 0x7f0b0010; + public static final int button_material_light = 0x7f0b0011; + public static final int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static final int dim_foreground_disabled_material_light = 0x7f0b0014; + public static final int dim_foreground_material_dark = 0x7f0b0015; + public static final int dim_foreground_material_light = 0x7f0b0016; + public static final int foreground_material_dark = 0x7f0b0017; + public static final int foreground_material_light = 0x7f0b0018; + public static final int highlighted_text_material_dark = 0x7f0b0019; + public static final int highlighted_text_material_light = 0x7f0b001a; + public static final int hint_foreground_material_dark = 0x7f0b001b; + public static final int hint_foreground_material_light = 0x7f0b001c; + public static final int material_blue_grey_800 = 0x7f0b001d; + public static final int material_blue_grey_900 = 0x7f0b001e; + public static final int material_blue_grey_950 = 0x7f0b001f; + public static final int material_deep_teal_200 = 0x7f0b0020; + public static final int material_deep_teal_500 = 0x7f0b0021; + public static final int material_grey_100 = 0x7f0b0022; + public static final int material_grey_300 = 0x7f0b0023; + public static final int material_grey_50 = 0x7f0b0024; + public static final int material_grey_600 = 0x7f0b0025; + public static final int material_grey_800 = 0x7f0b0026; + public static final int material_grey_850 = 0x7f0b0027; + public static final int material_grey_900 = 0x7f0b0028; + public static final int primary_dark_material_dark = 0x7f0b0029; + public static final int primary_dark_material_light = 0x7f0b002a; + public static final int primary_material_dark = 0x7f0b002b; + public static final int primary_material_light = 0x7f0b002c; + public static final int primary_text_default_material_dark = 0x7f0b002d; + public static final int primary_text_default_material_light = 0x7f0b002e; + public static final int primary_text_disabled_material_dark = 0x7f0b002f; + public static final int primary_text_disabled_material_light = 0x7f0b0030; + public static final int ripple_material_dark = 0x7f0b0031; + public static final int ripple_material_light = 0x7f0b0032; + public static final int secondary_text_default_material_dark = 0x7f0b0033; + public static final int secondary_text_default_material_light = 0x7f0b0034; + public static final int secondary_text_disabled_material_dark = 0x7f0b0035; + public static final int secondary_text_disabled_material_light = 0x7f0b0036; + public static final int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static final int switch_thumb_disabled_material_light = 0x7f0b0038; + public static final int switch_thumb_material_dark = 0x7f0b0045; + public static final int switch_thumb_material_light = 0x7f0b0046; + public static final int switch_thumb_normal_material_dark = 0x7f0b0039; + public static final int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f07000b; + public static final int abc_action_bar_default_height_material = 0x7f070001; + public static final int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static final int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static final int abc_action_bar_progress_bar_size = 0x7f070002; + public static final int abc_action_bar_stacked_max_height = 0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static final int abc_action_button_min_height_material = 0x7f070016; + public static final int abc_action_button_min_width_material = 0x7f070017; + public static final int abc_action_button_min_width_overflow_material = 0x7f070018; + public static final int abc_alert_dialog_button_bar_height = 0x7f070000; + public static final int abc_button_inset_horizontal_material = 0x7f070019; + public static final int abc_button_inset_vertical_material = 0x7f07001a; + public static final int abc_button_padding_horizontal_material = 0x7f07001b; + public static final int abc_button_padding_vertical_material = 0x7f07001c; + public static final int abc_config_prefDialogWidth = 0x7f070005; + public static final int abc_control_corner_material = 0x7f07001d; + public static final int abc_control_inset_material = 0x7f07001e; + public static final int abc_control_padding_material = 0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static final int abc_dialog_min_width_major = 0x7f070021; + public static final int abc_dialog_min_width_minor = 0x7f070022; + public static final int abc_dialog_padding_material = 0x7f070023; + public static final int abc_dialog_padding_top_material = 0x7f070024; + public static final int abc_disabled_alpha_material_dark = 0x7f070025; + public static final int abc_disabled_alpha_material_light = 0x7f070026; + public static final int abc_dropdownitem_icon_width = 0x7f070027; + public static final int abc_dropdownitem_text_padding_left = 0x7f070028; + public static final int abc_dropdownitem_text_padding_right = 0x7f070029; + public static final int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static final int abc_edit_text_inset_top_material = 0x7f07002c; + public static final int abc_floating_window_z = 0x7f07002d; + public static final int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static final int abc_panel_menu_list_width = 0x7f07002f; + public static final int abc_search_view_preferred_width = 0x7f070030; + public static final int abc_search_view_text_min_width = 0x7f070006; + public static final int abc_switch_padding = 0x7f07000e; + public static final int abc_text_size_body_1_material = 0x7f070031; + public static final int abc_text_size_body_2_material = 0x7f070032; + public static final int abc_text_size_button_material = 0x7f070033; + public static final int abc_text_size_caption_material = 0x7f070034; + public static final int abc_text_size_display_1_material = 0x7f070035; + public static final int abc_text_size_display_2_material = 0x7f070036; + public static final int abc_text_size_display_3_material = 0x7f070037; + public static final int abc_text_size_display_4_material = 0x7f070038; + public static final int abc_text_size_headline_material = 0x7f070039; + public static final int abc_text_size_large_material = 0x7f07003a; + public static final int abc_text_size_medium_material = 0x7f07003b; + public static final int abc_text_size_menu_material = 0x7f07003c; + public static final int abc_text_size_small_material = 0x7f07003d; + public static final int abc_text_size_subhead_material = 0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static final int abc_text_size_title_material = 0x7f07003f; + public static final int abc_text_size_title_material_toolbar = 0x7f070004; + public static final int dialog_fixed_height_major = 0x7f070007; + public static final int dialog_fixed_height_minor = 0x7f070008; + public static final int dialog_fixed_width_major = 0x7f070009; + public static final int dialog_fixed_width_minor = 0x7f07000a; + public static final int disabled_alpha_material_dark = 0x7f070040; + public static final int disabled_alpha_material_light = 0x7f070041; + public static final int highlight_alpha_material_colored = 0x7f070042; + public static final int highlight_alpha_material_dark = 0x7f070043; + public static final int highlight_alpha_material_light = 0x7f070044; + public static final int notification_large_icon_height = 0x7f070046; + public static final int notification_large_icon_width = 0x7f070047; + public static final int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static final int abc_action_bar_item_background_material = 0x7f020001; + public static final int abc_btn_borderless_material = 0x7f020002; + public static final int abc_btn_check_material = 0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static final int abc_btn_colored_material = 0x7f020006; + public static final int abc_btn_default_mtrl_shape = 0x7f020007; + public static final int abc_btn_radio_material = 0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static final int abc_cab_background_internal_bg = 0x7f02000f; + public static final int abc_cab_background_top_material = 0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static final int abc_control_background_material = 0x7f020012; + public static final int abc_dialog_material_background_dark = 0x7f020013; + public static final int abc_dialog_material_background_light = 0x7f020014; + public static final int abc_edit_text_material = 0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static final int abc_item_background_holo_dark = 0x7f020022; + public static final int abc_item_background_holo_light = 0x7f020023; + public static final int abc_list_divider_mtrl_alpha = 0x7f020024; + public static final int abc_list_focused_holo = 0x7f020025; + public static final int abc_list_longpressed_holo = 0x7f020026; + public static final int abc_list_pressed_holo_dark = 0x7f020027; + public static final int abc_list_pressed_holo_light = 0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static final int abc_list_selector_holo_dark = 0x7f02002d; + public static final int abc_list_selector_holo_light = 0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static final int abc_popup_background_mtrl_mult = 0x7f020030; + public static final int abc_ratingbar_full_material = 0x7f020031; + public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static final int abc_spinner_textfield_background_material = 0x7f020033; + public static final int abc_switch_thumb_material = 0x7f020034; + public static final int abc_switch_track_mtrl_alpha = 0x7f020035; + public static final int abc_tab_indicator_material = 0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static final int abc_text_cursor_material = 0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static final int abc_textfield_search_material = 0x7f02003d; + public static final int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static final int action0 = 0x7f0c0057; + public static final int action_bar = 0x7f0c0047; + public static final int action_bar_activity_content = 0x7f0c0000; + public static final int action_bar_container = 0x7f0c0046; + public static final int action_bar_root = 0x7f0c0042; + public static final int action_bar_spinner = 0x7f0c0001; + public static final int action_bar_subtitle = 0x7f0c002b; + public static final int action_bar_title = 0x7f0c002a; + public static final int action_context_bar = 0x7f0c0048; + public static final int action_divider = 0x7f0c005b; + public static final int action_menu_divider = 0x7f0c0002; + public static final int action_menu_presenter = 0x7f0c0003; + public static final int action_mode_bar = 0x7f0c0044; + public static final int action_mode_bar_stub = 0x7f0c0043; + public static final int action_mode_close_button = 0x7f0c002c; + public static final int activity_chooser_view_content = 0x7f0c002d; + public static final int alertTitle = 0x7f0c0037; + public static final int always = 0x7f0c0024; + public static final int beginning = 0x7f0c0021; + public static final int buttonPanel = 0x7f0c003d; + public static final int cancel_action = 0x7f0c0058; + public static final int checkbox = 0x7f0c003f; + public static final int chronometer = 0x7f0c005e; + public static final int collapseActionView = 0x7f0c0025; + public static final int contentPanel = 0x7f0c0038; + public static final int custom = 0x7f0c003c; + public static final int customPanel = 0x7f0c003b; + public static final int decor_content_parent = 0x7f0c0045; + public static final int default_activity_button = 0x7f0c0030; + public static final int disableHome = 0x7f0c000d; + public static final int edit_query = 0x7f0c0049; + public static final int end = 0x7f0c0022; + public static final int end_padder = 0x7f0c0063; + public static final int expand_activities_button = 0x7f0c002e; + public static final int expanded_menu = 0x7f0c003e; + public static final int home = 0x7f0c0004; + public static final int homeAsUp = 0x7f0c000e; + public static final int icon = 0x7f0c0032; + public static final int ifRoom = 0x7f0c0026; + public static final int image = 0x7f0c002f; + public static final int info = 0x7f0c0062; + public static final int line1 = 0x7f0c005c; + public static final int line3 = 0x7f0c0060; + public static final int listMode = 0x7f0c000a; + public static final int list_item = 0x7f0c0031; + public static final int media_actions = 0x7f0c005a; + public static final int middle = 0x7f0c0023; + public static final int multiply = 0x7f0c0014; + public static final int never = 0x7f0c0027; + public static final int none = 0x7f0c000f; + public static final int normal = 0x7f0c000b; + public static final int parentPanel = 0x7f0c0034; + public static final int progress_circular = 0x7f0c0006; + public static final int progress_horizontal = 0x7f0c0007; + public static final int radio = 0x7f0c0041; + public static final int screen = 0x7f0c0015; + public static final int scrollView = 0x7f0c0039; + public static final int search_badge = 0x7f0c004b; + public static final int search_bar = 0x7f0c004a; + public static final int search_button = 0x7f0c004c; + public static final int search_close_btn = 0x7f0c0051; + public static final int search_edit_frame = 0x7f0c004d; + public static final int search_go_btn = 0x7f0c0053; + public static final int search_mag_icon = 0x7f0c004e; + public static final int search_plate = 0x7f0c004f; + public static final int search_src_text = 0x7f0c0050; + public static final int search_voice_btn = 0x7f0c0054; + public static final int select_dialog_listview = 0x7f0c0055; + public static final int shortcut = 0x7f0c0040; + public static final int showCustom = 0x7f0c0010; + public static final int showHome = 0x7f0c0011; + public static final int showTitle = 0x7f0c0012; + public static final int split_action_bar = 0x7f0c0008; + public static final int src_atop = 0x7f0c0016; + public static final int src_in = 0x7f0c0017; + public static final int src_over = 0x7f0c0018; + public static final int status_bar_latest_event_content = 0x7f0c0059; + public static final int submit_area = 0x7f0c0052; + public static final int tabMode = 0x7f0c000c; + public static final int text = 0x7f0c0061; + public static final int text2 = 0x7f0c005f; + public static final int textSpacerNoButtons = 0x7f0c003a; + public static final int time = 0x7f0c005d; + public static final int title = 0x7f0c0033; + public static final int title_template = 0x7f0c0036; + public static final int topPanel = 0x7f0c0035; + public static final int up = 0x7f0c0009; + public static final int useLogo = 0x7f0c0013; + public static final int withText = 0x7f0c0028; + public static final int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f0a0001; + public static final int abc_config_activityShortDur = 0x7f0a0002; + public static final int abc_max_action_buttons = 0x7f0a0000; + public static final int cancel_button_image_alpha = 0x7f0a0003; + public static final int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f030000; + public static final int abc_action_bar_up_container = 0x7f030001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static final int abc_action_menu_item_layout = 0x7f030003; + public static final int abc_action_menu_layout = 0x7f030004; + public static final int abc_action_mode_bar = 0x7f030005; + public static final int abc_action_mode_close_item_material = 0x7f030006; + public static final int abc_activity_chooser_view = 0x7f030007; + public static final int abc_activity_chooser_view_list_item = 0x7f030008; + public static final int abc_alert_dialog_material = 0x7f030009; + public static final int abc_dialog_title_material = 0x7f03000a; + public static final int abc_expanded_menu_layout = 0x7f03000b; + public static final int abc_list_menu_item_checkbox = 0x7f03000c; + public static final int abc_list_menu_item_icon = 0x7f03000d; + public static final int abc_list_menu_item_layout = 0x7f03000e; + public static final int abc_list_menu_item_radio = 0x7f03000f; + public static final int abc_popup_menu_item_layout = 0x7f030010; + public static final int abc_screen_content_include = 0x7f030011; + public static final int abc_screen_simple = 0x7f030012; + public static final int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static final int abc_screen_toolbar = 0x7f030014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static final int abc_search_view = 0x7f030016; + public static final int abc_select_dialog_material = 0x7f030017; + public static final int notification_media_action = 0x7f030019; + public static final int notification_media_cancel_action = 0x7f03001a; + public static final int notification_template_big_media = 0x7f03001b; + public static final int notification_template_big_media_narrow = 0x7f03001c; + public static final int notification_template_lines = 0x7f03001d; + public static final int notification_template_media = 0x7f03001e; + public static final int notification_template_part_chronometer = 0x7f03001f; + public static final int notification_template_part_time = 0x7f030020; + public static final int select_dialog_item_material = 0x7f030024; + public static final int select_dialog_multichoice_material = 0x7f030025; + public static final int select_dialog_singlechoice_material = 0x7f030026; + public static final int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f060000; + public static final int abc_action_bar_home_description_format = 0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static final int abc_action_bar_up_description = 0x7f060003; + public static final int abc_action_menu_overflow_description = 0x7f060004; + public static final int abc_action_mode_done = 0x7f060005; + public static final int abc_activity_chooser_view_see_all = 0x7f060006; + public static final int abc_activitychooserview_choose_application = 0x7f060007; + public static final int abc_search_hint = 0x7f060008; + public static final int abc_searchview_description_clear = 0x7f060009; + public static final int abc_searchview_description_query = 0x7f06000a; + public static final int abc_searchview_description_search = 0x7f06000b; + public static final int abc_searchview_description_submit = 0x7f06000c; + public static final int abc_searchview_description_voice = 0x7f06000d; + public static final int abc_shareactionprovider_share_with = 0x7f06000e; + public static final int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static final int abc_toolbar_collapse_description = 0x7f060010; + public static final int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f08007a; + public static final int AlertDialog_AppCompat_Light = 0x7f08007b; + public static final int Animation_AppCompat_Dialog = 0x7f08007c; + public static final int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static final int Base_AlertDialog_AppCompat = 0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static final int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static final int Base_TextAppearance_AppCompat = 0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static final int Base_Theme_AppCompat = 0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static final int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static final int Base_Theme_AppCompat_Light = 0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static final int Base_V21_Theme_AppCompat = 0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static final int Base_V22_Theme_AppCompat = 0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static final int Base_V23_Theme_AppCompat = 0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static final int Base_V7_Theme_AppCompat = 0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static final int Base_Widget_AppCompat_Button = 0x7f080059; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static final int Base_Widget_AppCompat_EditText = 0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static final int Base_Widget_AppCompat_ListView = 0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static final int Platform_AppCompat = 0x7f08000f; + public static final int Platform_AppCompat_Light = 0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static final int Platform_V11_AppCompat = 0x7f080011; + public static final int Platform_V11_AppCompat_Light = 0x7f080012; + public static final int Platform_V14_AppCompat = 0x7f080019; + public static final int Platform_V14_AppCompat_Light = 0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static final int TextAppearance_AppCompat = 0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static final int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static final int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static final int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static final int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static final int ThemeOverlay_AppCompat = 0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static final int Theme_AppCompat = 0x7f0800db; + public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static final int Theme_AppCompat_Dialog = 0x7f0800dd; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static final int Theme_AppCompat_Light = 0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static final int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static final int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static final int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static final int Widget_AppCompat_Button = 0x7f0800fd; + public static final int Widget_AppCompat_ButtonBar = 0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static final int Widget_AppCompat_Button_Colored = 0x7f080101; + public static final int Widget_AppCompat_Button_Small = 0x7f080102; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static final int Widget_AppCompat_EditText = 0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static final int Widget_AppCompat_ListView = 0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static final int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static final int Widget_AppCompat_PopupMenu = 0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static final int Widget_AppCompat_PopupWindow = 0x7f080127; + public static final int Widget_AppCompat_ProgressBar = 0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static final int Widget_AppCompat_RatingBar = 0x7f08012a; + public static final int Widget_AppCompat_SearchView = 0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static final int Widget_AppCompat_Spinner = 0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static final int Widget_AppCompat_Toolbar = 0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010097 }; + public static final int[] ActionBarLayout = { 0x010100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int ActionBar_background = 10; + public static final int ActionBar_backgroundSplit = 12; + public static final int ActionBar_backgroundStacked = 11; + public static final int ActionBar_contentInsetEnd = 21; + public static final int ActionBar_contentInsetLeft = 22; + public static final int ActionBar_contentInsetRight = 23; + public static final int ActionBar_contentInsetStart = 20; + public static final int ActionBar_customNavigationLayout = 13; + public static final int ActionBar_displayOptions = 3; + public static final int ActionBar_divider = 9; + public static final int ActionBar_elevation = 24; + public static final int ActionBar_height = 0; + public static final int ActionBar_hideOnContentScroll = 19; + public static final int ActionBar_homeAsUpIndicator = 26; + public static final int ActionBar_homeLayout = 14; + public static final int ActionBar_icon = 7; + public static final int ActionBar_indeterminateProgressStyle = 16; + public static final int ActionBar_itemPadding = 18; + public static final int ActionBar_logo = 8; + public static final int ActionBar_navigationMode = 2; + public static final int ActionBar_popupTheme = 25; + public static final int ActionBar_progressBarPadding = 17; + public static final int ActionBar_progressBarStyle = 15; + public static final int ActionBar_subtitle = 4; + public static final int ActionBar_subtitleTextStyle = 6; + public static final int ActionBar_title = 1; + public static final int ActionBar_titleTextStyle = 5; + public static final int[] ActionMenuItemView = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + public static final int ActionMode_background = 3; + public static final int ActionMode_backgroundSplit = 4; + public static final int ActionMode_closeItemLayout = 5; + public static final int ActionMode_height = 0; + public static final int ActionMode_subtitleTextStyle = 2; + public static final int ActionMode_titleTextStyle = 1; + public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static final int ActivityChooserView_initialActivityCount = 0; + public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 5; + public static final int AlertDialog_listLayout = 2; + public static final int AlertDialog_multiChoiceItemLayout = 3; + public static final int AlertDialog_singleChoiceItemLayout = 4; + public static final int[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + public static final int DrawerArrowToggle_arrowHeadLength = 4; + public static final int DrawerArrowToggle_arrowShaftLength = 5; + public static final int DrawerArrowToggle_barLength = 6; + public static final int DrawerArrowToggle_color = 0; + public static final int DrawerArrowToggle_drawableSize = 2; + public static final int DrawerArrowToggle_gapBetweenBars = 3; + public static final int DrawerArrowToggle_spinBars = 1; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 8; + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + public static final int LinearLayoutCompat_showDividers = 7; + public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_visible = 2; + public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + public static final int MenuItem_actionLayout = 14; + public static final int MenuItem_actionProviderClass = 16; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_showAsAction = 13; + public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_preserveIconSpacing = 7; + public static final int[] PopupWindow = { 0x01010176, 0x7f01004f }; + public static final int[] PopupWindowBackgroundState = { 0x7f010050 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_overlapAnchor = 1; + public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_closeIcon = 8; + public static final int SearchView_commitIcon = 13; + public static final int SearchView_defaultQueryHint = 7; + public static final int SearchView_goIcon = 9; + public static final int SearchView_iconifiedByDefault = 5; + public static final int SearchView_layout = 4; + public static final int SearchView_queryBackground = 15; + public static final int SearchView_queryHint = 6; + public static final int SearchView_searchHintIcon = 11; + public static final int SearchView_searchIcon = 10; + public static final int SearchView_submitBackground = 16; + public static final int SearchView_suggestionRowLayout = 14; + public static final int SearchView_voiceIcon = 12; + public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static final int Spinner_android_dropDownWidth = 2; + public static final int Spinner_android_popupBackground = 0; + public static final int Spinner_android_prompt = 1; + public static final int Spinner_popupTheme = 3; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 9; + public static final int SwitchCompat_splitTrack = 8; + public static final int SwitchCompat_switchMinWidth = 6; + public static final int SwitchCompat_switchPadding = 7; + public static final int SwitchCompat_switchTextAppearance = 5; + public static final int SwitchCompat_thumbTextPadding = 4; + public static final int SwitchCompat_track = 3; + public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_textAllCaps = 4; + public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static final int Theme_actionBarDivider = 23; + public static final int Theme_actionBarItemBackground = 24; + public static final int Theme_actionBarPopupTheme = 17; + public static final int Theme_actionBarSize = 22; + public static final int Theme_actionBarSplitStyle = 19; + public static final int Theme_actionBarStyle = 18; + public static final int Theme_actionBarTabBarStyle = 13; + public static final int Theme_actionBarTabStyle = 12; + public static final int Theme_actionBarTabTextStyle = 14; + public static final int Theme_actionBarTheme = 20; + public static final int Theme_actionBarWidgetTheme = 21; + public static final int Theme_actionButtonStyle = 49; + public static final int Theme_actionDropDownStyle = 45; + public static final int Theme_actionMenuTextAppearance = 25; + public static final int Theme_actionMenuTextColor = 26; + public static final int Theme_actionModeBackground = 29; + public static final int Theme_actionModeCloseButtonStyle = 28; + public static final int Theme_actionModeCloseDrawable = 31; + public static final int Theme_actionModeCopyDrawable = 33; + public static final int Theme_actionModeCutDrawable = 32; + public static final int Theme_actionModeFindDrawable = 37; + public static final int Theme_actionModePasteDrawable = 34; + public static final int Theme_actionModePopupWindowStyle = 39; + public static final int Theme_actionModeSelectAllDrawable = 35; + public static final int Theme_actionModeShareDrawable = 36; + public static final int Theme_actionModeSplitBackground = 30; + public static final int Theme_actionModeStyle = 27; + public static final int Theme_actionModeWebSearchDrawable = 38; + public static final int Theme_actionOverflowButtonStyle = 15; + public static final int Theme_actionOverflowMenuStyle = 16; + public static final int Theme_activityChooserViewStyle = 57; + public static final int Theme_alertDialogButtonGroupStyle = 91; + public static final int Theme_alertDialogCenterButtons = 92; + public static final int Theme_alertDialogStyle = 90; + public static final int Theme_alertDialogTheme = 93; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_autoCompleteTextViewStyle = 98; + public static final int Theme_borderlessButtonStyle = 54; + public static final int Theme_buttonBarButtonStyle = 51; + public static final int Theme_buttonBarNegativeButtonStyle = 96; + public static final int Theme_buttonBarNeutralButtonStyle = 97; + public static final int Theme_buttonBarPositiveButtonStyle = 95; + public static final int Theme_buttonBarStyle = 50; + public static final int Theme_buttonStyle = 99; + public static final int Theme_buttonStyleSmall = 100; + public static final int Theme_checkboxStyle = 101; + public static final int Theme_checkedTextViewStyle = 102; + public static final int Theme_colorAccent = 83; + public static final int Theme_colorButtonNormal = 87; + public static final int Theme_colorControlActivated = 85; + public static final int Theme_colorControlHighlight = 86; + public static final int Theme_colorControlNormal = 84; + public static final int Theme_colorPrimary = 81; + public static final int Theme_colorPrimaryDark = 82; + public static final int Theme_colorSwitchThumbNormal = 88; + public static final int Theme_controlBackground = 89; + public static final int Theme_dialogPreferredPadding = 43; + public static final int Theme_dialogTheme = 42; + public static final int Theme_dividerHorizontal = 56; + public static final int Theme_dividerVertical = 55; + public static final int Theme_dropDownListViewStyle = 73; + public static final int Theme_dropdownListPreferredItemHeight = 46; + public static final int Theme_editTextBackground = 63; + public static final int Theme_editTextColor = 62; + public static final int Theme_editTextStyle = 103; + public static final int Theme_homeAsUpIndicator = 48; + public static final int Theme_listChoiceBackgroundIndicator = 80; + public static final int Theme_listDividerAlertDialog = 44; + public static final int Theme_listPopupWindowStyle = 74; + public static final int Theme_listPreferredItemHeight = 68; + public static final int Theme_listPreferredItemHeightLarge = 70; + public static final int Theme_listPreferredItemHeightSmall = 69; + public static final int Theme_listPreferredItemPaddingLeft = 71; + public static final int Theme_listPreferredItemPaddingRight = 72; + public static final int Theme_panelBackground = 77; + public static final int Theme_panelMenuListTheme = 79; + public static final int Theme_panelMenuListWidth = 78; + public static final int Theme_popupMenuStyle = 60; + public static final int Theme_popupWindowStyle = 61; + public static final int Theme_radioButtonStyle = 104; + public static final int Theme_ratingBarStyle = 105; + public static final int Theme_searchViewStyle = 67; + public static final int Theme_selectableItemBackground = 52; + public static final int Theme_selectableItemBackgroundBorderless = 53; + public static final int Theme_spinnerDropDownItemStyle = 47; + public static final int Theme_spinnerStyle = 106; + public static final int Theme_switchStyle = 107; + public static final int Theme_textAppearanceLargePopupMenu = 40; + public static final int Theme_textAppearanceListItem = 75; + public static final int Theme_textAppearanceListItemSmall = 76; + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + public static final int Theme_textAppearanceSearchResultTitle = 64; + public static final int Theme_textAppearanceSmallPopupMenu = 41; + public static final int Theme_textColorAlertDialogListItem = 94; + public static final int Theme_textColorSearchUrl = 66; + public static final int Theme_toolbarNavigationButtonStyle = 59; + public static final int Theme_toolbarStyle = 58; + public static final int Theme_windowActionBar = 2; + public static final int Theme_windowActionBarOverlay = 4; + public static final int Theme_windowActionModeOverlay = 5; + public static final int Theme_windowFixedHeightMajor = 9; + public static final int Theme_windowFixedHeightMinor = 7; + public static final int Theme_windowFixedWidthMajor = 6; + public static final int Theme_windowFixedWidthMinor = 8; + public static final int Theme_windowMinWidthMajor = 10; + public static final int Theme_windowMinWidthMinor = 11; + public static final int Theme_windowNoTitle = 3; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_collapseContentDescription = 19; + public static final int Toolbar_collapseIcon = 18; + public static final int Toolbar_contentInsetEnd = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 5; + public static final int Toolbar_logo = 4; + public static final int Toolbar_logoDescription = 22; + public static final int Toolbar_maxButtonHeight = 17; + public static final int Toolbar_navigationContentDescription = 21; + public static final int Toolbar_navigationIcon = 20; + public static final int Toolbar_popupTheme = 9; + public static final int Toolbar_subtitle = 3; + public static final int Toolbar_subtitleTextAppearance = 11; + public static final int Toolbar_subtitleTextColor = 24; + public static final int Toolbar_title = 2; + public static final int Toolbar_titleMarginBottom = 16; + public static final int Toolbar_titleMarginEnd = 14; + public static final int Toolbar_titleMarginStart = 13; + public static final int Toolbar_titleMarginTop = 15; + public static final int Toolbar_titleMargins = 12; + public static final int Toolbar_titleTextAppearance = 10; + public static final int Toolbar_titleTextColor = 23; + public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_inflatedId = 2; + public static final int ViewStubCompat_android_layout = 1; + public static final int View_android_focusable = 1; + public static final int View_android_theme = 0; + public static final int View_paddingEnd = 3; + public static final int View_paddingStart = 2; + public static final int View_theme = 4; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java b/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000000000000000000000000000000000000..f48806ec2232f61f7d25d15c08379a7c430a2b65 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/android/support/v7/recyclerview/R.java @@ -0,0 +1,30 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package android.support.v7.recyclerview; + +public final class R { + public static final class attr { + public static final int layoutManager = 0x7f010051; + public static final int reverseLayout = 0x7f010053; + public static final int spanCount = 0x7f010052; + public static final int stackFromEnd = 0x7f010054; + } + public static final class dimen { + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + } + public static final class id { + public static final int item_touch_helper_previous_elevation = 0x7f0c0005; + } + public static final class styleable { + public static final int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_layoutManager = 1; + public static final int RecyclerView_reverseLayout = 3; + public static final int RecyclerView_spanCount = 2; + public static final int RecyclerView_stackFromEnd = 4; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java new file mode 100644 index 0000000000000000000000000000000000000000..fb88b730cd3919b68ec229ab48fc95a5f1e4ca23 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/R.java @@ -0,0 +1,74 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.facebook.drawee; + +public final class R { + public static final class attr { + public static final int actualImageScaleType = 0x7f01003a; + public static final int backgroundImage = 0x7f01003b; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int overlayImage = 0x7f01003c; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int viewAspectRatio = 0x7f010030; + } + public static final class id { + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int none = 0x7f0c000f; + } + public static final class styleable { + public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java new file mode 100644 index 0000000000000000000000000000000000000000..1dcf7d4a65b233610243c6d96ae1b93fdc9e37db --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/facebook/drawee/backends/pipeline/R.java @@ -0,0 +1,74 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.facebook.drawee.backends.pipeline; + +public final class R { + public static final class attr { + public static final int actualImageScaleType = 0x7f01003a; + public static final int backgroundImage = 0x7f01003b; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int overlayImage = 0x7f01003c; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int viewAspectRatio = 0x7f010030; + } + public static final class id { + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int none = 0x7f0c000f; + } + public static final class styleable { + public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java b/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java new file mode 100644 index 0000000000000000000000000000000000000000..770f0324a22a10e7f435abfe10d1c7e3bf72dcf9 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/facebook/react/R.java @@ -0,0 +1,1333 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.facebook.react; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f040000; + public static final int abc_fade_out = 0x7f040001; + public static final int abc_grow_fade_in_from_bottom = 0x7f040002; + public static final int abc_popup_enter = 0x7f040003; + public static final int abc_popup_exit = 0x7f040004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static final int abc_slide_in_bottom = 0x7f040006; + public static final int abc_slide_in_top = 0x7f040007; + public static final int abc_slide_out_bottom = 0x7f040008; + public static final int abc_slide_out_top = 0x7f040009; + public static final int catalyst_push_up_in = 0x7f04000a; + public static final int catalyst_push_up_out = 0x7f04000b; + } + public static final class attr { + public static final int actionBarDivider = 0x7f01007e; + public static final int actionBarItemBackground = 0x7f01007f; + public static final int actionBarPopupTheme = 0x7f010078; + public static final int actionBarSize = 0x7f01007d; + public static final int actionBarSplitStyle = 0x7f01007a; + public static final int actionBarStyle = 0x7f010079; + public static final int actionBarTabBarStyle = 0x7f010074; + public static final int actionBarTabStyle = 0x7f010073; + public static final int actionBarTabTextStyle = 0x7f010075; + public static final int actionBarTheme = 0x7f01007b; + public static final int actionBarWidgetTheme = 0x7f01007c; + public static final int actionButtonStyle = 0x7f010098; + public static final int actionDropDownStyle = 0x7f010094; + public static final int actionLayout = 0x7f01004b; + public static final int actionMenuTextAppearance = 0x7f010080; + public static final int actionMenuTextColor = 0x7f010081; + public static final int actionModeBackground = 0x7f010084; + public static final int actionModeCloseButtonStyle = 0x7f010083; + public static final int actionModeCloseDrawable = 0x7f010086; + public static final int actionModeCopyDrawable = 0x7f010088; + public static final int actionModeCutDrawable = 0x7f010087; + public static final int actionModeFindDrawable = 0x7f01008c; + public static final int actionModePasteDrawable = 0x7f010089; + public static final int actionModePopupWindowStyle = 0x7f01008e; + public static final int actionModeSelectAllDrawable = 0x7f01008a; + public static final int actionModeShareDrawable = 0x7f01008b; + public static final int actionModeSplitBackground = 0x7f010085; + public static final int actionModeStyle = 0x7f010082; + public static final int actionModeWebSearchDrawable = 0x7f01008d; + public static final int actionOverflowButtonStyle = 0x7f010076; + public static final int actionOverflowMenuStyle = 0x7f010077; + public static final int actionProviderClass = 0x7f01004d; + public static final int actionViewClass = 0x7f01004c; + public static final int activityChooserViewStyle = 0x7f0100a0; + public static final int actualImageScaleType = 0x7f01003a; + public static final int alertDialogButtonGroupStyle = 0x7f0100c2; + public static final int alertDialogCenterButtons = 0x7f0100c3; + public static final int alertDialogStyle = 0x7f0100c1; + public static final int alertDialogTheme = 0x7f0100c4; + public static final int arrowHeadLength = 0x7f01002b; + public static final int arrowShaftLength = 0x7f01002c; + public static final int autoCompleteTextViewStyle = 0x7f0100c9; + public static final int background = 0x7f01000c; + public static final int backgroundImage = 0x7f01003b; + public static final int backgroundSplit = 0x7f01000e; + public static final int backgroundStacked = 0x7f01000d; + public static final int backgroundTint = 0x7f0100e5; + public static final int backgroundTintMode = 0x7f0100e6; + public static final int barLength = 0x7f01002d; + public static final int borderlessButtonStyle = 0x7f01009d; + public static final int buttonBarButtonStyle = 0x7f01009a; + public static final int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static final int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static final int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static final int buttonBarStyle = 0x7f010099; + public static final int buttonPanelSideLayout = 0x7f01001f; + public static final int buttonStyle = 0x7f0100ca; + public static final int buttonStyleSmall = 0x7f0100cb; + public static final int buttonTint = 0x7f010025; + public static final int buttonTintMode = 0x7f010026; + public static final int checkboxStyle = 0x7f0100cc; + public static final int checkedTextViewStyle = 0x7f0100cd; + public static final int closeIcon = 0x7f010059; + public static final int closeItemLayout = 0x7f01001c; + public static final int collapseContentDescription = 0x7f0100dc; + public static final int collapseIcon = 0x7f0100db; + public static final int color = 0x7f010027; + public static final int colorAccent = 0x7f0100ba; + public static final int colorButtonNormal = 0x7f0100be; + public static final int colorControlActivated = 0x7f0100bc; + public static final int colorControlHighlight = 0x7f0100bd; + public static final int colorControlNormal = 0x7f0100bb; + public static final int colorPrimary = 0x7f0100b8; + public static final int colorPrimaryDark = 0x7f0100b9; + public static final int colorSwitchThumbNormal = 0x7f0100bf; + public static final int commitIcon = 0x7f01005e; + public static final int contentInsetEnd = 0x7f010017; + public static final int contentInsetLeft = 0x7f010018; + public static final int contentInsetRight = 0x7f010019; + public static final int contentInsetStart = 0x7f010016; + public static final int controlBackground = 0x7f0100c0; + public static final int customNavigationLayout = 0x7f01000f; + public static final int defaultQueryHint = 0x7f010058; + public static final int dialogPreferredPadding = 0x7f010092; + public static final int dialogTheme = 0x7f010091; + public static final int displayOptions = 0x7f010005; + public static final int divider = 0x7f01000b; + public static final int dividerHorizontal = 0x7f01009f; + public static final int dividerPadding = 0x7f010049; + public static final int dividerVertical = 0x7f01009e; + public static final int drawableSize = 0x7f010029; + public static final int drawerArrowStyle = 0x7f010000; + public static final int dropDownListViewStyle = 0x7f0100b0; + public static final int dropdownListPreferredItemHeight = 0x7f010095; + public static final int editTextBackground = 0x7f0100a6; + public static final int editTextColor = 0x7f0100a5; + public static final int editTextStyle = 0x7f0100ce; + public static final int elevation = 0x7f01001a; + public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int gapBetweenBars = 0x7f01002a; + public static final int goIcon = 0x7f01005a; + public static final int height = 0x7f010001; + public static final int hideOnContentScroll = 0x7f010015; + public static final int homeAsUpIndicator = 0x7f010097; + public static final int homeLayout = 0x7f010010; + public static final int icon = 0x7f010009; + public static final int iconifiedByDefault = 0x7f010056; + public static final int indeterminateProgressStyle = 0x7f010012; + public static final int initialActivityCount = 0x7f01001d; + public static final int isLightTheme = 0x7f010002; + public static final int itemPadding = 0x7f010014; + public static final int layout = 0x7f010055; + public static final int layoutManager = 0x7f010051; + public static final int listChoiceBackgroundIndicator = 0x7f0100b7; + public static final int listDividerAlertDialog = 0x7f010093; + public static final int listItemLayout = 0x7f010023; + public static final int listLayout = 0x7f010020; + public static final int listPopupWindowStyle = 0x7f0100b1; + public static final int listPreferredItemHeight = 0x7f0100ab; + public static final int listPreferredItemHeightLarge = 0x7f0100ad; + public static final int listPreferredItemHeightSmall = 0x7f0100ac; + public static final int listPreferredItemPaddingLeft = 0x7f0100ae; + public static final int listPreferredItemPaddingRight = 0x7f0100af; + public static final int logo = 0x7f01000a; + public static final int logoDescription = 0x7f0100df; + public static final int maxButtonHeight = 0x7f0100da; + public static final int measureWithLargestChild = 0x7f010047; + public static final int multiChoiceItemLayout = 0x7f010021; + public static final int navigationContentDescription = 0x7f0100de; + public static final int navigationIcon = 0x7f0100dd; + public static final int navigationMode = 0x7f010004; + public static final int overlapAnchor = 0x7f01004f; + public static final int overlayImage = 0x7f01003c; + public static final int paddingEnd = 0x7f0100e3; + public static final int paddingStart = 0x7f0100e2; + public static final int panelBackground = 0x7f0100b4; + public static final int panelMenuListTheme = 0x7f0100b6; + public static final int panelMenuListWidth = 0x7f0100b5; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int popupMenuStyle = 0x7f0100a3; + public static final int popupTheme = 0x7f01001b; + public static final int popupWindowStyle = 0x7f0100a4; + public static final int preserveIconSpacing = 0x7f01004e; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int progressBarPadding = 0x7f010013; + public static final int progressBarStyle = 0x7f010011; + public static final int queryBackground = 0x7f010060; + public static final int queryHint = 0x7f010057; + public static final int radioButtonStyle = 0x7f0100cf; + public static final int ratingBarStyle = 0x7f0100d0; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int reverseLayout = 0x7f010053; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int searchHintIcon = 0x7f01005c; + public static final int searchIcon = 0x7f01005b; + public static final int searchViewStyle = 0x7f0100aa; + public static final int selectableItemBackground = 0x7f01009b; + public static final int selectableItemBackgroundBorderless = 0x7f01009c; + public static final int showAsAction = 0x7f01004a; + public static final int showDividers = 0x7f010048; + public static final int showText = 0x7f010068; + public static final int singleChoiceItemLayout = 0x7f010022; + public static final int spanCount = 0x7f010052; + public static final int spinBars = 0x7f010028; + public static final int spinnerDropDownItemStyle = 0x7f010096; + public static final int spinnerStyle = 0x7f0100d1; + public static final int splitTrack = 0x7f010067; + public static final int stackFromEnd = 0x7f010054; + public static final int state_above_anchor = 0x7f010050; + public static final int submitBackground = 0x7f010061; + public static final int subtitle = 0x7f010006; + public static final int subtitleTextAppearance = 0x7f0100d4; + public static final int subtitleTextColor = 0x7f0100e1; + public static final int subtitleTextStyle = 0x7f010008; + public static final int suggestionRowLayout = 0x7f01005f; + public static final int switchMinWidth = 0x7f010065; + public static final int switchPadding = 0x7f010066; + public static final int switchStyle = 0x7f0100d2; + public static final int switchTextAppearance = 0x7f010064; + public static final int textAllCaps = 0x7f010024; + public static final int textAppearanceLargePopupMenu = 0x7f01008f; + public static final int textAppearanceListItem = 0x7f0100b2; + public static final int textAppearanceListItemSmall = 0x7f0100b3; + public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static final int textAppearanceSearchResultTitle = 0x7f0100a7; + public static final int textAppearanceSmallPopupMenu = 0x7f010090; + public static final int textColorAlertDialogListItem = 0x7f0100c5; + public static final int textColorSearchUrl = 0x7f0100a9; + public static final int theme = 0x7f0100e4; + public static final int thickness = 0x7f01002e; + public static final int thumbTextPadding = 0x7f010063; + public static final int title = 0x7f010003; + public static final int titleMarginBottom = 0x7f0100d9; + public static final int titleMarginEnd = 0x7f0100d7; + public static final int titleMarginStart = 0x7f0100d6; + public static final int titleMarginTop = 0x7f0100d8; + public static final int titleMargins = 0x7f0100d5; + public static final int titleTextAppearance = 0x7f0100d3; + public static final int titleTextColor = 0x7f0100e0; + public static final int titleTextStyle = 0x7f010007; + public static final int toolbarNavigationButtonStyle = 0x7f0100a2; + public static final int toolbarStyle = 0x7f0100a1; + public static final int track = 0x7f010062; + public static final int viewAspectRatio = 0x7f010030; + public static final int voiceIcon = 0x7f01005d; + public static final int windowActionBar = 0x7f010069; + public static final int windowActionBarOverlay = 0x7f01006b; + public static final int windowActionModeOverlay = 0x7f01006c; + public static final int windowFixedHeightMajor = 0x7f010070; + public static final int windowFixedHeightMinor = 0x7f01006e; + public static final int windowFixedWidthMajor = 0x7f01006d; + public static final int windowFixedWidthMinor = 0x7f01006f; + public static final int windowMinWidthMajor = 0x7f010071; + public static final int windowMinWidthMinor = 0x7f010072; + public static final int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static final int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static final int abc_color_highlight_material = 0x7f0b003d; + public static final int abc_input_method_navigation_guard = 0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static final int abc_primary_text_material_dark = 0x7f0b0040; + public static final int abc_primary_text_material_light = 0x7f0b0041; + public static final int abc_search_url_text = 0x7f0b0042; + public static final int abc_search_url_text_normal = 0x7f0b0001; + public static final int abc_search_url_text_pressed = 0x7f0b0002; + public static final int abc_search_url_text_selected = 0x7f0b0003; + public static final int abc_secondary_text_material_dark = 0x7f0b0043; + public static final int abc_secondary_text_material_light = 0x7f0b0044; + public static final int accent_material_dark = 0x7f0b0004; + public static final int accent_material_light = 0x7f0b0005; + public static final int background_floating_material_dark = 0x7f0b0006; + public static final int background_floating_material_light = 0x7f0b0007; + public static final int background_material_dark = 0x7f0b0008; + public static final int background_material_light = 0x7f0b0009; + public static final int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static final int bright_foreground_disabled_material_light = 0x7f0b000b; + public static final int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static final int bright_foreground_inverse_material_light = 0x7f0b000d; + public static final int bright_foreground_material_dark = 0x7f0b000e; + public static final int bright_foreground_material_light = 0x7f0b000f; + public static final int button_material_dark = 0x7f0b0010; + public static final int button_material_light = 0x7f0b0011; + public static final int catalyst_redbox_background = 0x7f0b0012; + public static final int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static final int dim_foreground_disabled_material_light = 0x7f0b0014; + public static final int dim_foreground_material_dark = 0x7f0b0015; + public static final int dim_foreground_material_light = 0x7f0b0016; + public static final int foreground_material_dark = 0x7f0b0017; + public static final int foreground_material_light = 0x7f0b0018; + public static final int highlighted_text_material_dark = 0x7f0b0019; + public static final int highlighted_text_material_light = 0x7f0b001a; + public static final int hint_foreground_material_dark = 0x7f0b001b; + public static final int hint_foreground_material_light = 0x7f0b001c; + public static final int material_blue_grey_800 = 0x7f0b001d; + public static final int material_blue_grey_900 = 0x7f0b001e; + public static final int material_blue_grey_950 = 0x7f0b001f; + public static final int material_deep_teal_200 = 0x7f0b0020; + public static final int material_deep_teal_500 = 0x7f0b0021; + public static final int material_grey_100 = 0x7f0b0022; + public static final int material_grey_300 = 0x7f0b0023; + public static final int material_grey_50 = 0x7f0b0024; + public static final int material_grey_600 = 0x7f0b0025; + public static final int material_grey_800 = 0x7f0b0026; + public static final int material_grey_850 = 0x7f0b0027; + public static final int material_grey_900 = 0x7f0b0028; + public static final int primary_dark_material_dark = 0x7f0b0029; + public static final int primary_dark_material_light = 0x7f0b002a; + public static final int primary_material_dark = 0x7f0b002b; + public static final int primary_material_light = 0x7f0b002c; + public static final int primary_text_default_material_dark = 0x7f0b002d; + public static final int primary_text_default_material_light = 0x7f0b002e; + public static final int primary_text_disabled_material_dark = 0x7f0b002f; + public static final int primary_text_disabled_material_light = 0x7f0b0030; + public static final int ripple_material_dark = 0x7f0b0031; + public static final int ripple_material_light = 0x7f0b0032; + public static final int secondary_text_default_material_dark = 0x7f0b0033; + public static final int secondary_text_default_material_light = 0x7f0b0034; + public static final int secondary_text_disabled_material_dark = 0x7f0b0035; + public static final int secondary_text_disabled_material_light = 0x7f0b0036; + public static final int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static final int switch_thumb_disabled_material_light = 0x7f0b0038; + public static final int switch_thumb_material_dark = 0x7f0b0045; + public static final int switch_thumb_material_light = 0x7f0b0046; + public static final int switch_thumb_normal_material_dark = 0x7f0b0039; + public static final int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f07000b; + public static final int abc_action_bar_default_height_material = 0x7f070001; + public static final int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static final int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static final int abc_action_bar_progress_bar_size = 0x7f070002; + public static final int abc_action_bar_stacked_max_height = 0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static final int abc_action_button_min_height_material = 0x7f070016; + public static final int abc_action_button_min_width_material = 0x7f070017; + public static final int abc_action_button_min_width_overflow_material = 0x7f070018; + public static final int abc_alert_dialog_button_bar_height = 0x7f070000; + public static final int abc_button_inset_horizontal_material = 0x7f070019; + public static final int abc_button_inset_vertical_material = 0x7f07001a; + public static final int abc_button_padding_horizontal_material = 0x7f07001b; + public static final int abc_button_padding_vertical_material = 0x7f07001c; + public static final int abc_config_prefDialogWidth = 0x7f070005; + public static final int abc_control_corner_material = 0x7f07001d; + public static final int abc_control_inset_material = 0x7f07001e; + public static final int abc_control_padding_material = 0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static final int abc_dialog_min_width_major = 0x7f070021; + public static final int abc_dialog_min_width_minor = 0x7f070022; + public static final int abc_dialog_padding_material = 0x7f070023; + public static final int abc_dialog_padding_top_material = 0x7f070024; + public static final int abc_disabled_alpha_material_dark = 0x7f070025; + public static final int abc_disabled_alpha_material_light = 0x7f070026; + public static final int abc_dropdownitem_icon_width = 0x7f070027; + public static final int abc_dropdownitem_text_padding_left = 0x7f070028; + public static final int abc_dropdownitem_text_padding_right = 0x7f070029; + public static final int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static final int abc_edit_text_inset_top_material = 0x7f07002c; + public static final int abc_floating_window_z = 0x7f07002d; + public static final int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static final int abc_panel_menu_list_width = 0x7f07002f; + public static final int abc_search_view_preferred_width = 0x7f070030; + public static final int abc_search_view_text_min_width = 0x7f070006; + public static final int abc_switch_padding = 0x7f07000e; + public static final int abc_text_size_body_1_material = 0x7f070031; + public static final int abc_text_size_body_2_material = 0x7f070032; + public static final int abc_text_size_button_material = 0x7f070033; + public static final int abc_text_size_caption_material = 0x7f070034; + public static final int abc_text_size_display_1_material = 0x7f070035; + public static final int abc_text_size_display_2_material = 0x7f070036; + public static final int abc_text_size_display_3_material = 0x7f070037; + public static final int abc_text_size_display_4_material = 0x7f070038; + public static final int abc_text_size_headline_material = 0x7f070039; + public static final int abc_text_size_large_material = 0x7f07003a; + public static final int abc_text_size_medium_material = 0x7f07003b; + public static final int abc_text_size_menu_material = 0x7f07003c; + public static final int abc_text_size_small_material = 0x7f07003d; + public static final int abc_text_size_subhead_material = 0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static final int abc_text_size_title_material = 0x7f07003f; + public static final int abc_text_size_title_material_toolbar = 0x7f070004; + public static final int dialog_fixed_height_major = 0x7f070007; + public static final int dialog_fixed_height_minor = 0x7f070008; + public static final int dialog_fixed_width_major = 0x7f070009; + public static final int dialog_fixed_width_minor = 0x7f07000a; + public static final int disabled_alpha_material_dark = 0x7f070040; + public static final int disabled_alpha_material_light = 0x7f070041; + public static final int highlight_alpha_material_colored = 0x7f070042; + public static final int highlight_alpha_material_dark = 0x7f070043; + public static final int highlight_alpha_material_light = 0x7f070044; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + public static final int notification_large_icon_height = 0x7f070046; + public static final int notification_large_icon_width = 0x7f070047; + public static final int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static final int abc_action_bar_item_background_material = 0x7f020001; + public static final int abc_btn_borderless_material = 0x7f020002; + public static final int abc_btn_check_material = 0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static final int abc_btn_colored_material = 0x7f020006; + public static final int abc_btn_default_mtrl_shape = 0x7f020007; + public static final int abc_btn_radio_material = 0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static final int abc_cab_background_internal_bg = 0x7f02000f; + public static final int abc_cab_background_top_material = 0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static final int abc_control_background_material = 0x7f020012; + public static final int abc_dialog_material_background_dark = 0x7f020013; + public static final int abc_dialog_material_background_light = 0x7f020014; + public static final int abc_edit_text_material = 0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static final int abc_item_background_holo_dark = 0x7f020022; + public static final int abc_item_background_holo_light = 0x7f020023; + public static final int abc_list_divider_mtrl_alpha = 0x7f020024; + public static final int abc_list_focused_holo = 0x7f020025; + public static final int abc_list_longpressed_holo = 0x7f020026; + public static final int abc_list_pressed_holo_dark = 0x7f020027; + public static final int abc_list_pressed_holo_light = 0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static final int abc_list_selector_holo_dark = 0x7f02002d; + public static final int abc_list_selector_holo_light = 0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static final int abc_popup_background_mtrl_mult = 0x7f020030; + public static final int abc_ratingbar_full_material = 0x7f020031; + public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static final int abc_spinner_textfield_background_material = 0x7f020033; + public static final int abc_switch_thumb_material = 0x7f020034; + public static final int abc_switch_track_mtrl_alpha = 0x7f020035; + public static final int abc_tab_indicator_material = 0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static final int abc_text_cursor_material = 0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static final int abc_textfield_search_material = 0x7f02003d; + public static final int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static final int action0 = 0x7f0c0057; + public static final int action_bar = 0x7f0c0047; + public static final int action_bar_activity_content = 0x7f0c0000; + public static final int action_bar_container = 0x7f0c0046; + public static final int action_bar_root = 0x7f0c0042; + public static final int action_bar_spinner = 0x7f0c0001; + public static final int action_bar_subtitle = 0x7f0c002b; + public static final int action_bar_title = 0x7f0c002a; + public static final int action_context_bar = 0x7f0c0048; + public static final int action_divider = 0x7f0c005b; + public static final int action_menu_divider = 0x7f0c0002; + public static final int action_menu_presenter = 0x7f0c0003; + public static final int action_mode_bar = 0x7f0c0044; + public static final int action_mode_bar_stub = 0x7f0c0043; + public static final int action_mode_close_button = 0x7f0c002c; + public static final int activity_chooser_view_content = 0x7f0c002d; + public static final int alertTitle = 0x7f0c0037; + public static final int always = 0x7f0c0024; + public static final int beginning = 0x7f0c0021; + public static final int buttonPanel = 0x7f0c003d; + public static final int cancel_action = 0x7f0c0058; + public static final int catalyst_redbox_title = 0x7f0c0066; + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int checkbox = 0x7f0c003f; + public static final int chronometer = 0x7f0c005e; + public static final int collapseActionView = 0x7f0c0025; + public static final int contentPanel = 0x7f0c0038; + public static final int custom = 0x7f0c003c; + public static final int customPanel = 0x7f0c003b; + public static final int decor_content_parent = 0x7f0c0045; + public static final int default_activity_button = 0x7f0c0030; + public static final int disableHome = 0x7f0c000d; + public static final int edit_query = 0x7f0c0049; + public static final int end = 0x7f0c0022; + public static final int end_padder = 0x7f0c0063; + public static final int expand_activities_button = 0x7f0c002e; + public static final int expanded_menu = 0x7f0c003e; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int fps_text = 0x7f0c0056; + public static final int home = 0x7f0c0004; + public static final int homeAsUp = 0x7f0c000e; + public static final int icon = 0x7f0c0032; + public static final int ifRoom = 0x7f0c0026; + public static final int image = 0x7f0c002f; + public static final int info = 0x7f0c0062; + public static final int item_touch_helper_previous_elevation = 0x7f0c0005; + public static final int line1 = 0x7f0c005c; + public static final int line3 = 0x7f0c0060; + public static final int listMode = 0x7f0c000a; + public static final int list_item = 0x7f0c0031; + public static final int media_actions = 0x7f0c005a; + public static final int middle = 0x7f0c0023; + public static final int multiply = 0x7f0c0014; + public static final int never = 0x7f0c0027; + public static final int none = 0x7f0c000f; + public static final int normal = 0x7f0c000b; + public static final int parentPanel = 0x7f0c0034; + public static final int progress_circular = 0x7f0c0006; + public static final int progress_horizontal = 0x7f0c0007; + public static final int radio = 0x7f0c0041; + public static final int rn_frame_file = 0x7f0c0065; + public static final int rn_frame_method = 0x7f0c0064; + public static final int rn_redbox_reloadjs = 0x7f0c0068; + public static final int rn_redbox_stack = 0x7f0c0067; + public static final int screen = 0x7f0c0015; + public static final int scrollView = 0x7f0c0039; + public static final int search_badge = 0x7f0c004b; + public static final int search_bar = 0x7f0c004a; + public static final int search_button = 0x7f0c004c; + public static final int search_close_btn = 0x7f0c0051; + public static final int search_edit_frame = 0x7f0c004d; + public static final int search_go_btn = 0x7f0c0053; + public static final int search_mag_icon = 0x7f0c004e; + public static final int search_plate = 0x7f0c004f; + public static final int search_src_text = 0x7f0c0050; + public static final int search_voice_btn = 0x7f0c0054; + public static final int select_dialog_listview = 0x7f0c0055; + public static final int shortcut = 0x7f0c0040; + public static final int showCustom = 0x7f0c0010; + public static final int showHome = 0x7f0c0011; + public static final int showTitle = 0x7f0c0012; + public static final int split_action_bar = 0x7f0c0008; + public static final int src_atop = 0x7f0c0016; + public static final int src_in = 0x7f0c0017; + public static final int src_over = 0x7f0c0018; + public static final int status_bar_latest_event_content = 0x7f0c0059; + public static final int submit_area = 0x7f0c0052; + public static final int tabMode = 0x7f0c000c; + public static final int text = 0x7f0c0061; + public static final int text2 = 0x7f0c005f; + public static final int textSpacerNoButtons = 0x7f0c003a; + public static final int time = 0x7f0c005d; + public static final int title = 0x7f0c0033; + public static final int title_template = 0x7f0c0036; + public static final int topPanel = 0x7f0c0035; + public static final int up = 0x7f0c0009; + public static final int useLogo = 0x7f0c0013; + public static final int withText = 0x7f0c0028; + public static final int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f0a0001; + public static final int abc_config_activityShortDur = 0x7f0a0002; + public static final int abc_max_action_buttons = 0x7f0a0000; + public static final int cancel_button_image_alpha = 0x7f0a0003; + public static final int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f030000; + public static final int abc_action_bar_up_container = 0x7f030001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static final int abc_action_menu_item_layout = 0x7f030003; + public static final int abc_action_menu_layout = 0x7f030004; + public static final int abc_action_mode_bar = 0x7f030005; + public static final int abc_action_mode_close_item_material = 0x7f030006; + public static final int abc_activity_chooser_view = 0x7f030007; + public static final int abc_activity_chooser_view_list_item = 0x7f030008; + public static final int abc_alert_dialog_material = 0x7f030009; + public static final int abc_dialog_title_material = 0x7f03000a; + public static final int abc_expanded_menu_layout = 0x7f03000b; + public static final int abc_list_menu_item_checkbox = 0x7f03000c; + public static final int abc_list_menu_item_icon = 0x7f03000d; + public static final int abc_list_menu_item_layout = 0x7f03000e; + public static final int abc_list_menu_item_radio = 0x7f03000f; + public static final int abc_popup_menu_item_layout = 0x7f030010; + public static final int abc_screen_content_include = 0x7f030011; + public static final int abc_screen_simple = 0x7f030012; + public static final int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static final int abc_screen_toolbar = 0x7f030014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static final int abc_search_view = 0x7f030016; + public static final int abc_select_dialog_material = 0x7f030017; + public static final int fps_view = 0x7f030018; + public static final int notification_media_action = 0x7f030019; + public static final int notification_media_cancel_action = 0x7f03001a; + public static final int notification_template_big_media = 0x7f03001b; + public static final int notification_template_big_media_narrow = 0x7f03001c; + public static final int notification_template_lines = 0x7f03001d; + public static final int notification_template_media = 0x7f03001e; + public static final int notification_template_part_chronometer = 0x7f03001f; + public static final int notification_template_part_time = 0x7f030020; + public static final int redbox_item_frame = 0x7f030021; + public static final int redbox_item_title = 0x7f030022; + public static final int redbox_view = 0x7f030023; + public static final int select_dialog_item_material = 0x7f030024; + public static final int select_dialog_multichoice_material = 0x7f030025; + public static final int select_dialog_singlechoice_material = 0x7f030026; + public static final int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f060000; + public static final int abc_action_bar_home_description_format = 0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static final int abc_action_bar_up_description = 0x7f060003; + public static final int abc_action_menu_overflow_description = 0x7f060004; + public static final int abc_action_mode_done = 0x7f060005; + public static final int abc_activity_chooser_view_see_all = 0x7f060006; + public static final int abc_activitychooserview_choose_application = 0x7f060007; + public static final int abc_search_hint = 0x7f060008; + public static final int abc_searchview_description_clear = 0x7f060009; + public static final int abc_searchview_description_query = 0x7f06000a; + public static final int abc_searchview_description_search = 0x7f06000b; + public static final int abc_searchview_description_submit = 0x7f06000c; + public static final int abc_searchview_description_voice = 0x7f06000d; + public static final int abc_shareactionprovider_share_with = 0x7f06000e; + public static final int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static final int abc_toolbar_collapse_description = 0x7f060010; + public static final int catalyst_debugjs = 0x7f060012; + public static final int catalyst_debugjs_off = 0x7f06001a; + public static final int catalyst_element_inspector = 0x7f060013; + public static final int catalyst_element_inspector_off = 0x7f06001b; + public static final int catalyst_hot_module_replacement = 0x7f06001c; + public static final int catalyst_hot_module_replacement_off = 0x7f06001d; + public static final int catalyst_jsload_error = 0x7f060014; + public static final int catalyst_jsload_message = 0x7f060015; + public static final int catalyst_jsload_title = 0x7f060016; + public static final int catalyst_live_reload = 0x7f06001e; + public static final int catalyst_live_reload_off = 0x7f06001f; + public static final int catalyst_perf_monitor = 0x7f060020; + public static final int catalyst_perf_monitor_off = 0x7f060021; + public static final int catalyst_reloadjs = 0x7f060017; + public static final int catalyst_remotedbg_error = 0x7f060022; + public static final int catalyst_remotedbg_message = 0x7f060023; + public static final int catalyst_settings = 0x7f060018; + public static final int catalyst_settings_title = 0x7f060019; + public static final int catalyst_start_profile = 0x7f060024; + public static final int catalyst_stop_profile = 0x7f060025; + public static final int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f08007a; + public static final int AlertDialog_AppCompat_Light = 0x7f08007b; + public static final int Animation_AppCompat_Dialog = 0x7f08007c; + public static final int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static final int Animation_Catalyst_RedBox = 0x7f08007e; + public static final int Base_AlertDialog_AppCompat = 0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static final int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static final int Base_TextAppearance_AppCompat = 0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static final int Base_Theme_AppCompat = 0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static final int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static final int Base_Theme_AppCompat_Light = 0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static final int Base_V21_Theme_AppCompat = 0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static final int Base_V22_Theme_AppCompat = 0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static final int Base_V23_Theme_AppCompat = 0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static final int Base_V7_Theme_AppCompat = 0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static final int Base_Widget_AppCompat_Button = 0x7f080059; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static final int Base_Widget_AppCompat_EditText = 0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static final int Base_Widget_AppCompat_ListView = 0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static final int Platform_AppCompat = 0x7f08000f; + public static final int Platform_AppCompat_Light = 0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static final int Platform_V11_AppCompat = 0x7f080011; + public static final int Platform_V11_AppCompat_Light = 0x7f080012; + public static final int Platform_V14_AppCompat = 0x7f080019; + public static final int Platform_V14_AppCompat_Light = 0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static final int TextAppearance_AppCompat = 0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static final int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static final int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static final int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static final int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static final int Theme = 0x7f0800da; + public static final int ThemeOverlay_AppCompat = 0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static final int Theme_AppCompat = 0x7f0800db; + public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static final int Theme_AppCompat_Dialog = 0x7f0800dd; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static final int Theme_AppCompat_Light = 0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static final int Theme_Catalyst = 0x7f0800e9; + public static final int Theme_Catalyst_RedBox = 0x7f0800ea; + public static final int Theme_ReactNative_AppCompat_Light = 0x7f0800eb; + public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800ec; + public static final int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static final int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static final int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static final int Widget_AppCompat_Button = 0x7f0800fd; + public static final int Widget_AppCompat_ButtonBar = 0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static final int Widget_AppCompat_Button_Colored = 0x7f080101; + public static final int Widget_AppCompat_Button_Small = 0x7f080102; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static final int Widget_AppCompat_EditText = 0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static final int Widget_AppCompat_ListView = 0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static final int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static final int Widget_AppCompat_PopupMenu = 0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static final int Widget_AppCompat_PopupWindow = 0x7f080127; + public static final int Widget_AppCompat_ProgressBar = 0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static final int Widget_AppCompat_RatingBar = 0x7f08012a; + public static final int Widget_AppCompat_SearchView = 0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static final int Widget_AppCompat_Spinner = 0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static final int Widget_AppCompat_Toolbar = 0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010097 }; + public static final int[] ActionBarLayout = { 0x010100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int ActionBar_background = 10; + public static final int ActionBar_backgroundSplit = 12; + public static final int ActionBar_backgroundStacked = 11; + public static final int ActionBar_contentInsetEnd = 21; + public static final int ActionBar_contentInsetLeft = 22; + public static final int ActionBar_contentInsetRight = 23; + public static final int ActionBar_contentInsetStart = 20; + public static final int ActionBar_customNavigationLayout = 13; + public static final int ActionBar_displayOptions = 3; + public static final int ActionBar_divider = 9; + public static final int ActionBar_elevation = 24; + public static final int ActionBar_height = 0; + public static final int ActionBar_hideOnContentScroll = 19; + public static final int ActionBar_homeAsUpIndicator = 26; + public static final int ActionBar_homeLayout = 14; + public static final int ActionBar_icon = 7; + public static final int ActionBar_indeterminateProgressStyle = 16; + public static final int ActionBar_itemPadding = 18; + public static final int ActionBar_logo = 8; + public static final int ActionBar_navigationMode = 2; + public static final int ActionBar_popupTheme = 25; + public static final int ActionBar_progressBarPadding = 17; + public static final int ActionBar_progressBarStyle = 15; + public static final int ActionBar_subtitle = 4; + public static final int ActionBar_subtitleTextStyle = 6; + public static final int ActionBar_title = 1; + public static final int ActionBar_titleTextStyle = 5; + public static final int[] ActionMenuItemView = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + public static final int ActionMode_background = 3; + public static final int ActionMode_backgroundSplit = 4; + public static final int ActionMode_closeItemLayout = 5; + public static final int ActionMode_height = 0; + public static final int ActionMode_subtitleTextStyle = 2; + public static final int ActionMode_titleTextStyle = 1; + public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static final int ActivityChooserView_initialActivityCount = 0; + public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 5; + public static final int AlertDialog_listLayout = 2; + public static final int AlertDialog_multiChoiceItemLayout = 3; + public static final int AlertDialog_singleChoiceItemLayout = 4; + public static final int[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + public static final int DrawerArrowToggle_arrowHeadLength = 4; + public static final int DrawerArrowToggle_arrowShaftLength = 5; + public static final int DrawerArrowToggle_barLength = 6; + public static final int DrawerArrowToggle_color = 0; + public static final int DrawerArrowToggle_drawableSize = 2; + public static final int DrawerArrowToggle_gapBetweenBars = 3; + public static final int DrawerArrowToggle_spinBars = 1; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 8; + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + public static final int LinearLayoutCompat_showDividers = 7; + public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_visible = 2; + public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + public static final int MenuItem_actionLayout = 14; + public static final int MenuItem_actionProviderClass = 16; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_showAsAction = 13; + public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_preserveIconSpacing = 7; + public static final int[] PopupWindow = { 0x01010176, 0x7f01004f }; + public static final int[] PopupWindowBackgroundState = { 0x7f010050 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_overlapAnchor = 1; + public static final int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_layoutManager = 1; + public static final int RecyclerView_reverseLayout = 3; + public static final int RecyclerView_spanCount = 2; + public static final int RecyclerView_stackFromEnd = 4; + public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_closeIcon = 8; + public static final int SearchView_commitIcon = 13; + public static final int SearchView_defaultQueryHint = 7; + public static final int SearchView_goIcon = 9; + public static final int SearchView_iconifiedByDefault = 5; + public static final int SearchView_layout = 4; + public static final int SearchView_queryBackground = 15; + public static final int SearchView_queryHint = 6; + public static final int SearchView_searchHintIcon = 11; + public static final int SearchView_searchIcon = 10; + public static final int SearchView_submitBackground = 16; + public static final int SearchView_suggestionRowLayout = 14; + public static final int SearchView_voiceIcon = 12; + public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static final int Spinner_android_dropDownWidth = 2; + public static final int Spinner_android_popupBackground = 0; + public static final int Spinner_android_prompt = 1; + public static final int Spinner_popupTheme = 3; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 9; + public static final int SwitchCompat_splitTrack = 8; + public static final int SwitchCompat_switchMinWidth = 6; + public static final int SwitchCompat_switchPadding = 7; + public static final int SwitchCompat_switchTextAppearance = 5; + public static final int SwitchCompat_thumbTextPadding = 4; + public static final int SwitchCompat_track = 3; + public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_textAllCaps = 4; + public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static final int Theme_actionBarDivider = 23; + public static final int Theme_actionBarItemBackground = 24; + public static final int Theme_actionBarPopupTheme = 17; + public static final int Theme_actionBarSize = 22; + public static final int Theme_actionBarSplitStyle = 19; + public static final int Theme_actionBarStyle = 18; + public static final int Theme_actionBarTabBarStyle = 13; + public static final int Theme_actionBarTabStyle = 12; + public static final int Theme_actionBarTabTextStyle = 14; + public static final int Theme_actionBarTheme = 20; + public static final int Theme_actionBarWidgetTheme = 21; + public static final int Theme_actionButtonStyle = 49; + public static final int Theme_actionDropDownStyle = 45; + public static final int Theme_actionMenuTextAppearance = 25; + public static final int Theme_actionMenuTextColor = 26; + public static final int Theme_actionModeBackground = 29; + public static final int Theme_actionModeCloseButtonStyle = 28; + public static final int Theme_actionModeCloseDrawable = 31; + public static final int Theme_actionModeCopyDrawable = 33; + public static final int Theme_actionModeCutDrawable = 32; + public static final int Theme_actionModeFindDrawable = 37; + public static final int Theme_actionModePasteDrawable = 34; + public static final int Theme_actionModePopupWindowStyle = 39; + public static final int Theme_actionModeSelectAllDrawable = 35; + public static final int Theme_actionModeShareDrawable = 36; + public static final int Theme_actionModeSplitBackground = 30; + public static final int Theme_actionModeStyle = 27; + public static final int Theme_actionModeWebSearchDrawable = 38; + public static final int Theme_actionOverflowButtonStyle = 15; + public static final int Theme_actionOverflowMenuStyle = 16; + public static final int Theme_activityChooserViewStyle = 57; + public static final int Theme_alertDialogButtonGroupStyle = 91; + public static final int Theme_alertDialogCenterButtons = 92; + public static final int Theme_alertDialogStyle = 90; + public static final int Theme_alertDialogTheme = 93; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_autoCompleteTextViewStyle = 98; + public static final int Theme_borderlessButtonStyle = 54; + public static final int Theme_buttonBarButtonStyle = 51; + public static final int Theme_buttonBarNegativeButtonStyle = 96; + public static final int Theme_buttonBarNeutralButtonStyle = 97; + public static final int Theme_buttonBarPositiveButtonStyle = 95; + public static final int Theme_buttonBarStyle = 50; + public static final int Theme_buttonStyle = 99; + public static final int Theme_buttonStyleSmall = 100; + public static final int Theme_checkboxStyle = 101; + public static final int Theme_checkedTextViewStyle = 102; + public static final int Theme_colorAccent = 83; + public static final int Theme_colorButtonNormal = 87; + public static final int Theme_colorControlActivated = 85; + public static final int Theme_colorControlHighlight = 86; + public static final int Theme_colorControlNormal = 84; + public static final int Theme_colorPrimary = 81; + public static final int Theme_colorPrimaryDark = 82; + public static final int Theme_colorSwitchThumbNormal = 88; + public static final int Theme_controlBackground = 89; + public static final int Theme_dialogPreferredPadding = 43; + public static final int Theme_dialogTheme = 42; + public static final int Theme_dividerHorizontal = 56; + public static final int Theme_dividerVertical = 55; + public static final int Theme_dropDownListViewStyle = 73; + public static final int Theme_dropdownListPreferredItemHeight = 46; + public static final int Theme_editTextBackground = 63; + public static final int Theme_editTextColor = 62; + public static final int Theme_editTextStyle = 103; + public static final int Theme_homeAsUpIndicator = 48; + public static final int Theme_listChoiceBackgroundIndicator = 80; + public static final int Theme_listDividerAlertDialog = 44; + public static final int Theme_listPopupWindowStyle = 74; + public static final int Theme_listPreferredItemHeight = 68; + public static final int Theme_listPreferredItemHeightLarge = 70; + public static final int Theme_listPreferredItemHeightSmall = 69; + public static final int Theme_listPreferredItemPaddingLeft = 71; + public static final int Theme_listPreferredItemPaddingRight = 72; + public static final int Theme_panelBackground = 77; + public static final int Theme_panelMenuListTheme = 79; + public static final int Theme_panelMenuListWidth = 78; + public static final int Theme_popupMenuStyle = 60; + public static final int Theme_popupWindowStyle = 61; + public static final int Theme_radioButtonStyle = 104; + public static final int Theme_ratingBarStyle = 105; + public static final int Theme_searchViewStyle = 67; + public static final int Theme_selectableItemBackground = 52; + public static final int Theme_selectableItemBackgroundBorderless = 53; + public static final int Theme_spinnerDropDownItemStyle = 47; + public static final int Theme_spinnerStyle = 106; + public static final int Theme_switchStyle = 107; + public static final int Theme_textAppearanceLargePopupMenu = 40; + public static final int Theme_textAppearanceListItem = 75; + public static final int Theme_textAppearanceListItemSmall = 76; + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + public static final int Theme_textAppearanceSearchResultTitle = 64; + public static final int Theme_textAppearanceSmallPopupMenu = 41; + public static final int Theme_textColorAlertDialogListItem = 94; + public static final int Theme_textColorSearchUrl = 66; + public static final int Theme_toolbarNavigationButtonStyle = 59; + public static final int Theme_toolbarStyle = 58; + public static final int Theme_windowActionBar = 2; + public static final int Theme_windowActionBarOverlay = 4; + public static final int Theme_windowActionModeOverlay = 5; + public static final int Theme_windowFixedHeightMajor = 9; + public static final int Theme_windowFixedHeightMinor = 7; + public static final int Theme_windowFixedWidthMajor = 6; + public static final int Theme_windowFixedWidthMinor = 8; + public static final int Theme_windowMinWidthMajor = 10; + public static final int Theme_windowMinWidthMinor = 11; + public static final int Theme_windowNoTitle = 3; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_collapseContentDescription = 19; + public static final int Toolbar_collapseIcon = 18; + public static final int Toolbar_contentInsetEnd = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 5; + public static final int Toolbar_logo = 4; + public static final int Toolbar_logoDescription = 22; + public static final int Toolbar_maxButtonHeight = 17; + public static final int Toolbar_navigationContentDescription = 21; + public static final int Toolbar_navigationIcon = 20; + public static final int Toolbar_popupTheme = 9; + public static final int Toolbar_subtitle = 3; + public static final int Toolbar_subtitleTextAppearance = 11; + public static final int Toolbar_subtitleTextColor = 24; + public static final int Toolbar_title = 2; + public static final int Toolbar_titleMarginBottom = 16; + public static final int Toolbar_titleMarginEnd = 14; + public static final int Toolbar_titleMarginStart = 13; + public static final int Toolbar_titleMarginTop = 15; + public static final int Toolbar_titleMargins = 12; + public static final int Toolbar_titleTextAppearance = 10; + public static final int Toolbar_titleTextColor = 23; + public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_inflatedId = 2; + public static final int ViewStubCompat_android_layout = 1; + public static final int View_android_focusable = 1; + public static final int View_android_theme = 0; + public static final int View_paddingEnd = 3; + public static final int View_paddingStart = 2; + public static final int View_theme = 4; + } + public static final class xml { + public static final int preferences = 0x7f050000; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/reactlibrary/R.java b/android/build/generated/source/r/androidTest/debug/com/reactlibrary/R.java new file mode 100644 index 0000000000000000000000000000000000000000..cb2e1b64449fef38f2eb5b559f7409a40cdbd089 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/reactlibrary/R.java @@ -0,0 +1,1333 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.reactlibrary; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f040000; + public static final int abc_fade_out = 0x7f040001; + public static final int abc_grow_fade_in_from_bottom = 0x7f040002; + public static final int abc_popup_enter = 0x7f040003; + public static final int abc_popup_exit = 0x7f040004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static final int abc_slide_in_bottom = 0x7f040006; + public static final int abc_slide_in_top = 0x7f040007; + public static final int abc_slide_out_bottom = 0x7f040008; + public static final int abc_slide_out_top = 0x7f040009; + public static final int catalyst_push_up_in = 0x7f04000a; + public static final int catalyst_push_up_out = 0x7f04000b; + } + public static final class attr { + public static final int actionBarDivider = 0x7f01007e; + public static final int actionBarItemBackground = 0x7f01007f; + public static final int actionBarPopupTheme = 0x7f010078; + public static final int actionBarSize = 0x7f01007d; + public static final int actionBarSplitStyle = 0x7f01007a; + public static final int actionBarStyle = 0x7f010079; + public static final int actionBarTabBarStyle = 0x7f010074; + public static final int actionBarTabStyle = 0x7f010073; + public static final int actionBarTabTextStyle = 0x7f010075; + public static final int actionBarTheme = 0x7f01007b; + public static final int actionBarWidgetTheme = 0x7f01007c; + public static final int actionButtonStyle = 0x7f010098; + public static final int actionDropDownStyle = 0x7f010094; + public static final int actionLayout = 0x7f01004b; + public static final int actionMenuTextAppearance = 0x7f010080; + public static final int actionMenuTextColor = 0x7f010081; + public static final int actionModeBackground = 0x7f010084; + public static final int actionModeCloseButtonStyle = 0x7f010083; + public static final int actionModeCloseDrawable = 0x7f010086; + public static final int actionModeCopyDrawable = 0x7f010088; + public static final int actionModeCutDrawable = 0x7f010087; + public static final int actionModeFindDrawable = 0x7f01008c; + public static final int actionModePasteDrawable = 0x7f010089; + public static final int actionModePopupWindowStyle = 0x7f01008e; + public static final int actionModeSelectAllDrawable = 0x7f01008a; + public static final int actionModeShareDrawable = 0x7f01008b; + public static final int actionModeSplitBackground = 0x7f010085; + public static final int actionModeStyle = 0x7f010082; + public static final int actionModeWebSearchDrawable = 0x7f01008d; + public static final int actionOverflowButtonStyle = 0x7f010076; + public static final int actionOverflowMenuStyle = 0x7f010077; + public static final int actionProviderClass = 0x7f01004d; + public static final int actionViewClass = 0x7f01004c; + public static final int activityChooserViewStyle = 0x7f0100a0; + public static final int actualImageScaleType = 0x7f01003a; + public static final int alertDialogButtonGroupStyle = 0x7f0100c2; + public static final int alertDialogCenterButtons = 0x7f0100c3; + public static final int alertDialogStyle = 0x7f0100c1; + public static final int alertDialogTheme = 0x7f0100c4; + public static final int arrowHeadLength = 0x7f01002b; + public static final int arrowShaftLength = 0x7f01002c; + public static final int autoCompleteTextViewStyle = 0x7f0100c9; + public static final int background = 0x7f01000c; + public static final int backgroundImage = 0x7f01003b; + public static final int backgroundSplit = 0x7f01000e; + public static final int backgroundStacked = 0x7f01000d; + public static final int backgroundTint = 0x7f0100e5; + public static final int backgroundTintMode = 0x7f0100e6; + public static final int barLength = 0x7f01002d; + public static final int borderlessButtonStyle = 0x7f01009d; + public static final int buttonBarButtonStyle = 0x7f01009a; + public static final int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static final int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static final int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static final int buttonBarStyle = 0x7f010099; + public static final int buttonPanelSideLayout = 0x7f01001f; + public static final int buttonStyle = 0x7f0100ca; + public static final int buttonStyleSmall = 0x7f0100cb; + public static final int buttonTint = 0x7f010025; + public static final int buttonTintMode = 0x7f010026; + public static final int checkboxStyle = 0x7f0100cc; + public static final int checkedTextViewStyle = 0x7f0100cd; + public static final int closeIcon = 0x7f010059; + public static final int closeItemLayout = 0x7f01001c; + public static final int collapseContentDescription = 0x7f0100dc; + public static final int collapseIcon = 0x7f0100db; + public static final int color = 0x7f010027; + public static final int colorAccent = 0x7f0100ba; + public static final int colorButtonNormal = 0x7f0100be; + public static final int colorControlActivated = 0x7f0100bc; + public static final int colorControlHighlight = 0x7f0100bd; + public static final int colorControlNormal = 0x7f0100bb; + public static final int colorPrimary = 0x7f0100b8; + public static final int colorPrimaryDark = 0x7f0100b9; + public static final int colorSwitchThumbNormal = 0x7f0100bf; + public static final int commitIcon = 0x7f01005e; + public static final int contentInsetEnd = 0x7f010017; + public static final int contentInsetLeft = 0x7f010018; + public static final int contentInsetRight = 0x7f010019; + public static final int contentInsetStart = 0x7f010016; + public static final int controlBackground = 0x7f0100c0; + public static final int customNavigationLayout = 0x7f01000f; + public static final int defaultQueryHint = 0x7f010058; + public static final int dialogPreferredPadding = 0x7f010092; + public static final int dialogTheme = 0x7f010091; + public static final int displayOptions = 0x7f010005; + public static final int divider = 0x7f01000b; + public static final int dividerHorizontal = 0x7f01009f; + public static final int dividerPadding = 0x7f010049; + public static final int dividerVertical = 0x7f01009e; + public static final int drawableSize = 0x7f010029; + public static final int drawerArrowStyle = 0x7f010000; + public static final int dropDownListViewStyle = 0x7f0100b0; + public static final int dropdownListPreferredItemHeight = 0x7f010095; + public static final int editTextBackground = 0x7f0100a6; + public static final int editTextColor = 0x7f0100a5; + public static final int editTextStyle = 0x7f0100ce; + public static final int elevation = 0x7f01001a; + public static final int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static final int fadeDuration = 0x7f01002f; + public static final int failureImage = 0x7f010035; + public static final int failureImageScaleType = 0x7f010036; + public static final int gapBetweenBars = 0x7f01002a; + public static final int goIcon = 0x7f01005a; + public static final int height = 0x7f010001; + public static final int hideOnContentScroll = 0x7f010015; + public static final int homeAsUpIndicator = 0x7f010097; + public static final int homeLayout = 0x7f010010; + public static final int icon = 0x7f010009; + public static final int iconifiedByDefault = 0x7f010056; + public static final int indeterminateProgressStyle = 0x7f010012; + public static final int initialActivityCount = 0x7f01001d; + public static final int isLightTheme = 0x7f010002; + public static final int itemPadding = 0x7f010014; + public static final int layout = 0x7f010055; + public static final int layoutManager = 0x7f010051; + public static final int listChoiceBackgroundIndicator = 0x7f0100b7; + public static final int listDividerAlertDialog = 0x7f010093; + public static final int listItemLayout = 0x7f010023; + public static final int listLayout = 0x7f010020; + public static final int listPopupWindowStyle = 0x7f0100b1; + public static final int listPreferredItemHeight = 0x7f0100ab; + public static final int listPreferredItemHeightLarge = 0x7f0100ad; + public static final int listPreferredItemHeightSmall = 0x7f0100ac; + public static final int listPreferredItemPaddingLeft = 0x7f0100ae; + public static final int listPreferredItemPaddingRight = 0x7f0100af; + public static final int logo = 0x7f01000a; + public static final int logoDescription = 0x7f0100df; + public static final int maxButtonHeight = 0x7f0100da; + public static final int measureWithLargestChild = 0x7f010047; + public static final int multiChoiceItemLayout = 0x7f010021; + public static final int navigationContentDescription = 0x7f0100de; + public static final int navigationIcon = 0x7f0100dd; + public static final int navigationMode = 0x7f010004; + public static final int overlapAnchor = 0x7f01004f; + public static final int overlayImage = 0x7f01003c; + public static final int paddingEnd = 0x7f0100e3; + public static final int paddingStart = 0x7f0100e2; + public static final int panelBackground = 0x7f0100b4; + public static final int panelMenuListTheme = 0x7f0100b6; + public static final int panelMenuListWidth = 0x7f0100b5; + public static final int placeholderImage = 0x7f010031; + public static final int placeholderImageScaleType = 0x7f010032; + public static final int popupMenuStyle = 0x7f0100a3; + public static final int popupTheme = 0x7f01001b; + public static final int popupWindowStyle = 0x7f0100a4; + public static final int preserveIconSpacing = 0x7f01004e; + public static final int pressedStateOverlayImage = 0x7f01003d; + public static final int progressBarAutoRotateInterval = 0x7f010039; + public static final int progressBarImage = 0x7f010037; + public static final int progressBarImageScaleType = 0x7f010038; + public static final int progressBarPadding = 0x7f010013; + public static final int progressBarStyle = 0x7f010011; + public static final int queryBackground = 0x7f010060; + public static final int queryHint = 0x7f010057; + public static final int radioButtonStyle = 0x7f0100cf; + public static final int ratingBarStyle = 0x7f0100d0; + public static final int retryImage = 0x7f010033; + public static final int retryImageScaleType = 0x7f010034; + public static final int reverseLayout = 0x7f010053; + public static final int roundAsCircle = 0x7f01003e; + public static final int roundBottomLeft = 0x7f010043; + public static final int roundBottomRight = 0x7f010042; + public static final int roundTopLeft = 0x7f010040; + public static final int roundTopRight = 0x7f010041; + public static final int roundWithOverlayColor = 0x7f010044; + public static final int roundedCornerRadius = 0x7f01003f; + public static final int roundingBorderColor = 0x7f010046; + public static final int roundingBorderWidth = 0x7f010045; + public static final int searchHintIcon = 0x7f01005c; + public static final int searchIcon = 0x7f01005b; + public static final int searchViewStyle = 0x7f0100aa; + public static final int selectableItemBackground = 0x7f01009b; + public static final int selectableItemBackgroundBorderless = 0x7f01009c; + public static final int showAsAction = 0x7f01004a; + public static final int showDividers = 0x7f010048; + public static final int showText = 0x7f010068; + public static final int singleChoiceItemLayout = 0x7f010022; + public static final int spanCount = 0x7f010052; + public static final int spinBars = 0x7f010028; + public static final int spinnerDropDownItemStyle = 0x7f010096; + public static final int spinnerStyle = 0x7f0100d1; + public static final int splitTrack = 0x7f010067; + public static final int stackFromEnd = 0x7f010054; + public static final int state_above_anchor = 0x7f010050; + public static final int submitBackground = 0x7f010061; + public static final int subtitle = 0x7f010006; + public static final int subtitleTextAppearance = 0x7f0100d4; + public static final int subtitleTextColor = 0x7f0100e1; + public static final int subtitleTextStyle = 0x7f010008; + public static final int suggestionRowLayout = 0x7f01005f; + public static final int switchMinWidth = 0x7f010065; + public static final int switchPadding = 0x7f010066; + public static final int switchStyle = 0x7f0100d2; + public static final int switchTextAppearance = 0x7f010064; + public static final int textAllCaps = 0x7f010024; + public static final int textAppearanceLargePopupMenu = 0x7f01008f; + public static final int textAppearanceListItem = 0x7f0100b2; + public static final int textAppearanceListItemSmall = 0x7f0100b3; + public static final int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static final int textAppearanceSearchResultTitle = 0x7f0100a7; + public static final int textAppearanceSmallPopupMenu = 0x7f010090; + public static final int textColorAlertDialogListItem = 0x7f0100c5; + public static final int textColorSearchUrl = 0x7f0100a9; + public static final int theme = 0x7f0100e4; + public static final int thickness = 0x7f01002e; + public static final int thumbTextPadding = 0x7f010063; + public static final int title = 0x7f010003; + public static final int titleMarginBottom = 0x7f0100d9; + public static final int titleMarginEnd = 0x7f0100d7; + public static final int titleMarginStart = 0x7f0100d6; + public static final int titleMarginTop = 0x7f0100d8; + public static final int titleMargins = 0x7f0100d5; + public static final int titleTextAppearance = 0x7f0100d3; + public static final int titleTextColor = 0x7f0100e0; + public static final int titleTextStyle = 0x7f010007; + public static final int toolbarNavigationButtonStyle = 0x7f0100a2; + public static final int toolbarStyle = 0x7f0100a1; + public static final int track = 0x7f010062; + public static final int viewAspectRatio = 0x7f010030; + public static final int voiceIcon = 0x7f01005d; + public static final int windowActionBar = 0x7f010069; + public static final int windowActionBarOverlay = 0x7f01006b; + public static final int windowActionModeOverlay = 0x7f01006c; + public static final int windowFixedHeightMajor = 0x7f010070; + public static final int windowFixedHeightMinor = 0x7f01006e; + public static final int windowFixedWidthMajor = 0x7f01006d; + public static final int windowFixedWidthMinor = 0x7f01006f; + public static final int windowMinWidthMajor = 0x7f010071; + public static final int windowMinWidthMinor = 0x7f010072; + public static final int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static final int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static final int abc_color_highlight_material = 0x7f0b003d; + public static final int abc_input_method_navigation_guard = 0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static final int abc_primary_text_material_dark = 0x7f0b0040; + public static final int abc_primary_text_material_light = 0x7f0b0041; + public static final int abc_search_url_text = 0x7f0b0042; + public static final int abc_search_url_text_normal = 0x7f0b0001; + public static final int abc_search_url_text_pressed = 0x7f0b0002; + public static final int abc_search_url_text_selected = 0x7f0b0003; + public static final int abc_secondary_text_material_dark = 0x7f0b0043; + public static final int abc_secondary_text_material_light = 0x7f0b0044; + public static final int accent_material_dark = 0x7f0b0004; + public static final int accent_material_light = 0x7f0b0005; + public static final int background_floating_material_dark = 0x7f0b0006; + public static final int background_floating_material_light = 0x7f0b0007; + public static final int background_material_dark = 0x7f0b0008; + public static final int background_material_light = 0x7f0b0009; + public static final int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static final int bright_foreground_disabled_material_light = 0x7f0b000b; + public static final int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static final int bright_foreground_inverse_material_light = 0x7f0b000d; + public static final int bright_foreground_material_dark = 0x7f0b000e; + public static final int bright_foreground_material_light = 0x7f0b000f; + public static final int button_material_dark = 0x7f0b0010; + public static final int button_material_light = 0x7f0b0011; + public static final int catalyst_redbox_background = 0x7f0b0012; + public static final int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static final int dim_foreground_disabled_material_light = 0x7f0b0014; + public static final int dim_foreground_material_dark = 0x7f0b0015; + public static final int dim_foreground_material_light = 0x7f0b0016; + public static final int foreground_material_dark = 0x7f0b0017; + public static final int foreground_material_light = 0x7f0b0018; + public static final int highlighted_text_material_dark = 0x7f0b0019; + public static final int highlighted_text_material_light = 0x7f0b001a; + public static final int hint_foreground_material_dark = 0x7f0b001b; + public static final int hint_foreground_material_light = 0x7f0b001c; + public static final int material_blue_grey_800 = 0x7f0b001d; + public static final int material_blue_grey_900 = 0x7f0b001e; + public static final int material_blue_grey_950 = 0x7f0b001f; + public static final int material_deep_teal_200 = 0x7f0b0020; + public static final int material_deep_teal_500 = 0x7f0b0021; + public static final int material_grey_100 = 0x7f0b0022; + public static final int material_grey_300 = 0x7f0b0023; + public static final int material_grey_50 = 0x7f0b0024; + public static final int material_grey_600 = 0x7f0b0025; + public static final int material_grey_800 = 0x7f0b0026; + public static final int material_grey_850 = 0x7f0b0027; + public static final int material_grey_900 = 0x7f0b0028; + public static final int primary_dark_material_dark = 0x7f0b0029; + public static final int primary_dark_material_light = 0x7f0b002a; + public static final int primary_material_dark = 0x7f0b002b; + public static final int primary_material_light = 0x7f0b002c; + public static final int primary_text_default_material_dark = 0x7f0b002d; + public static final int primary_text_default_material_light = 0x7f0b002e; + public static final int primary_text_disabled_material_dark = 0x7f0b002f; + public static final int primary_text_disabled_material_light = 0x7f0b0030; + public static final int ripple_material_dark = 0x7f0b0031; + public static final int ripple_material_light = 0x7f0b0032; + public static final int secondary_text_default_material_dark = 0x7f0b0033; + public static final int secondary_text_default_material_light = 0x7f0b0034; + public static final int secondary_text_disabled_material_dark = 0x7f0b0035; + public static final int secondary_text_disabled_material_light = 0x7f0b0036; + public static final int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static final int switch_thumb_disabled_material_light = 0x7f0b0038; + public static final int switch_thumb_material_dark = 0x7f0b0045; + public static final int switch_thumb_material_light = 0x7f0b0046; + public static final int switch_thumb_normal_material_dark = 0x7f0b0039; + public static final int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f07000b; + public static final int abc_action_bar_default_height_material = 0x7f070001; + public static final int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static final int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static final int abc_action_bar_progress_bar_size = 0x7f070002; + public static final int abc_action_bar_stacked_max_height = 0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static final int abc_action_button_min_height_material = 0x7f070016; + public static final int abc_action_button_min_width_material = 0x7f070017; + public static final int abc_action_button_min_width_overflow_material = 0x7f070018; + public static final int abc_alert_dialog_button_bar_height = 0x7f070000; + public static final int abc_button_inset_horizontal_material = 0x7f070019; + public static final int abc_button_inset_vertical_material = 0x7f07001a; + public static final int abc_button_padding_horizontal_material = 0x7f07001b; + public static final int abc_button_padding_vertical_material = 0x7f07001c; + public static final int abc_config_prefDialogWidth = 0x7f070005; + public static final int abc_control_corner_material = 0x7f07001d; + public static final int abc_control_inset_material = 0x7f07001e; + public static final int abc_control_padding_material = 0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static final int abc_dialog_min_width_major = 0x7f070021; + public static final int abc_dialog_min_width_minor = 0x7f070022; + public static final int abc_dialog_padding_material = 0x7f070023; + public static final int abc_dialog_padding_top_material = 0x7f070024; + public static final int abc_disabled_alpha_material_dark = 0x7f070025; + public static final int abc_disabled_alpha_material_light = 0x7f070026; + public static final int abc_dropdownitem_icon_width = 0x7f070027; + public static final int abc_dropdownitem_text_padding_left = 0x7f070028; + public static final int abc_dropdownitem_text_padding_right = 0x7f070029; + public static final int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static final int abc_edit_text_inset_top_material = 0x7f07002c; + public static final int abc_floating_window_z = 0x7f07002d; + public static final int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static final int abc_panel_menu_list_width = 0x7f07002f; + public static final int abc_search_view_preferred_width = 0x7f070030; + public static final int abc_search_view_text_min_width = 0x7f070006; + public static final int abc_switch_padding = 0x7f07000e; + public static final int abc_text_size_body_1_material = 0x7f070031; + public static final int abc_text_size_body_2_material = 0x7f070032; + public static final int abc_text_size_button_material = 0x7f070033; + public static final int abc_text_size_caption_material = 0x7f070034; + public static final int abc_text_size_display_1_material = 0x7f070035; + public static final int abc_text_size_display_2_material = 0x7f070036; + public static final int abc_text_size_display_3_material = 0x7f070037; + public static final int abc_text_size_display_4_material = 0x7f070038; + public static final int abc_text_size_headline_material = 0x7f070039; + public static final int abc_text_size_large_material = 0x7f07003a; + public static final int abc_text_size_medium_material = 0x7f07003b; + public static final int abc_text_size_menu_material = 0x7f07003c; + public static final int abc_text_size_small_material = 0x7f07003d; + public static final int abc_text_size_subhead_material = 0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static final int abc_text_size_title_material = 0x7f07003f; + public static final int abc_text_size_title_material_toolbar = 0x7f070004; + public static final int dialog_fixed_height_major = 0x7f070007; + public static final int dialog_fixed_height_minor = 0x7f070008; + public static final int dialog_fixed_width_major = 0x7f070009; + public static final int dialog_fixed_width_minor = 0x7f07000a; + public static final int disabled_alpha_material_dark = 0x7f070040; + public static final int disabled_alpha_material_light = 0x7f070041; + public static final int highlight_alpha_material_colored = 0x7f070042; + public static final int highlight_alpha_material_dark = 0x7f070043; + public static final int highlight_alpha_material_light = 0x7f070044; + public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + public static final int notification_large_icon_height = 0x7f070046; + public static final int notification_large_icon_width = 0x7f070047; + public static final int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static final int abc_action_bar_item_background_material = 0x7f020001; + public static final int abc_btn_borderless_material = 0x7f020002; + public static final int abc_btn_check_material = 0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static final int abc_btn_colored_material = 0x7f020006; + public static final int abc_btn_default_mtrl_shape = 0x7f020007; + public static final int abc_btn_radio_material = 0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static final int abc_cab_background_internal_bg = 0x7f02000f; + public static final int abc_cab_background_top_material = 0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static final int abc_control_background_material = 0x7f020012; + public static final int abc_dialog_material_background_dark = 0x7f020013; + public static final int abc_dialog_material_background_light = 0x7f020014; + public static final int abc_edit_text_material = 0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static final int abc_item_background_holo_dark = 0x7f020022; + public static final int abc_item_background_holo_light = 0x7f020023; + public static final int abc_list_divider_mtrl_alpha = 0x7f020024; + public static final int abc_list_focused_holo = 0x7f020025; + public static final int abc_list_longpressed_holo = 0x7f020026; + public static final int abc_list_pressed_holo_dark = 0x7f020027; + public static final int abc_list_pressed_holo_light = 0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static final int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static final int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static final int abc_list_selector_holo_dark = 0x7f02002d; + public static final int abc_list_selector_holo_light = 0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static final int abc_popup_background_mtrl_mult = 0x7f020030; + public static final int abc_ratingbar_full_material = 0x7f020031; + public static final int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static final int abc_spinner_textfield_background_material = 0x7f020033; + public static final int abc_switch_thumb_material = 0x7f020034; + public static final int abc_switch_track_mtrl_alpha = 0x7f020035; + public static final int abc_tab_indicator_material = 0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static final int abc_text_cursor_material = 0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static final int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static final int abc_textfield_search_material = 0x7f02003d; + public static final int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static final int action0 = 0x7f0c0057; + public static final int action_bar = 0x7f0c0047; + public static final int action_bar_activity_content = 0x7f0c0000; + public static final int action_bar_container = 0x7f0c0046; + public static final int action_bar_root = 0x7f0c0042; + public static final int action_bar_spinner = 0x7f0c0001; + public static final int action_bar_subtitle = 0x7f0c002b; + public static final int action_bar_title = 0x7f0c002a; + public static final int action_context_bar = 0x7f0c0048; + public static final int action_divider = 0x7f0c005b; + public static final int action_menu_divider = 0x7f0c0002; + public static final int action_menu_presenter = 0x7f0c0003; + public static final int action_mode_bar = 0x7f0c0044; + public static final int action_mode_bar_stub = 0x7f0c0043; + public static final int action_mode_close_button = 0x7f0c002c; + public static final int activity_chooser_view_content = 0x7f0c002d; + public static final int alertTitle = 0x7f0c0037; + public static final int always = 0x7f0c0024; + public static final int beginning = 0x7f0c0021; + public static final int buttonPanel = 0x7f0c003d; + public static final int cancel_action = 0x7f0c0058; + public static final int catalyst_redbox_title = 0x7f0c0066; + public static final int center = 0x7f0c0019; + public static final int centerCrop = 0x7f0c001a; + public static final int centerInside = 0x7f0c001b; + public static final int checkbox = 0x7f0c003f; + public static final int chronometer = 0x7f0c005e; + public static final int collapseActionView = 0x7f0c0025; + public static final int contentPanel = 0x7f0c0038; + public static final int custom = 0x7f0c003c; + public static final int customPanel = 0x7f0c003b; + public static final int decor_content_parent = 0x7f0c0045; + public static final int default_activity_button = 0x7f0c0030; + public static final int disableHome = 0x7f0c000d; + public static final int edit_query = 0x7f0c0049; + public static final int end = 0x7f0c0022; + public static final int end_padder = 0x7f0c0063; + public static final int expand_activities_button = 0x7f0c002e; + public static final int expanded_menu = 0x7f0c003e; + public static final int fitCenter = 0x7f0c001c; + public static final int fitEnd = 0x7f0c001d; + public static final int fitStart = 0x7f0c001e; + public static final int fitXY = 0x7f0c001f; + public static final int focusCrop = 0x7f0c0020; + public static final int fps_text = 0x7f0c0056; + public static final int home = 0x7f0c0004; + public static final int homeAsUp = 0x7f0c000e; + public static final int icon = 0x7f0c0032; + public static final int ifRoom = 0x7f0c0026; + public static final int image = 0x7f0c002f; + public static final int info = 0x7f0c0062; + public static final int item_touch_helper_previous_elevation = 0x7f0c0005; + public static final int line1 = 0x7f0c005c; + public static final int line3 = 0x7f0c0060; + public static final int listMode = 0x7f0c000a; + public static final int list_item = 0x7f0c0031; + public static final int media_actions = 0x7f0c005a; + public static final int middle = 0x7f0c0023; + public static final int multiply = 0x7f0c0014; + public static final int never = 0x7f0c0027; + public static final int none = 0x7f0c000f; + public static final int normal = 0x7f0c000b; + public static final int parentPanel = 0x7f0c0034; + public static final int progress_circular = 0x7f0c0006; + public static final int progress_horizontal = 0x7f0c0007; + public static final int radio = 0x7f0c0041; + public static final int rn_frame_file = 0x7f0c0065; + public static final int rn_frame_method = 0x7f0c0064; + public static final int rn_redbox_reloadjs = 0x7f0c0068; + public static final int rn_redbox_stack = 0x7f0c0067; + public static final int screen = 0x7f0c0015; + public static final int scrollView = 0x7f0c0039; + public static final int search_badge = 0x7f0c004b; + public static final int search_bar = 0x7f0c004a; + public static final int search_button = 0x7f0c004c; + public static final int search_close_btn = 0x7f0c0051; + public static final int search_edit_frame = 0x7f0c004d; + public static final int search_go_btn = 0x7f0c0053; + public static final int search_mag_icon = 0x7f0c004e; + public static final int search_plate = 0x7f0c004f; + public static final int search_src_text = 0x7f0c0050; + public static final int search_voice_btn = 0x7f0c0054; + public static final int select_dialog_listview = 0x7f0c0055; + public static final int shortcut = 0x7f0c0040; + public static final int showCustom = 0x7f0c0010; + public static final int showHome = 0x7f0c0011; + public static final int showTitle = 0x7f0c0012; + public static final int split_action_bar = 0x7f0c0008; + public static final int src_atop = 0x7f0c0016; + public static final int src_in = 0x7f0c0017; + public static final int src_over = 0x7f0c0018; + public static final int status_bar_latest_event_content = 0x7f0c0059; + public static final int submit_area = 0x7f0c0052; + public static final int tabMode = 0x7f0c000c; + public static final int text = 0x7f0c0061; + public static final int text2 = 0x7f0c005f; + public static final int textSpacerNoButtons = 0x7f0c003a; + public static final int time = 0x7f0c005d; + public static final int title = 0x7f0c0033; + public static final int title_template = 0x7f0c0036; + public static final int topPanel = 0x7f0c0035; + public static final int up = 0x7f0c0009; + public static final int useLogo = 0x7f0c0013; + public static final int withText = 0x7f0c0028; + public static final int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f0a0001; + public static final int abc_config_activityShortDur = 0x7f0a0002; + public static final int abc_max_action_buttons = 0x7f0a0000; + public static final int cancel_button_image_alpha = 0x7f0a0003; + public static final int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f030000; + public static final int abc_action_bar_up_container = 0x7f030001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static final int abc_action_menu_item_layout = 0x7f030003; + public static final int abc_action_menu_layout = 0x7f030004; + public static final int abc_action_mode_bar = 0x7f030005; + public static final int abc_action_mode_close_item_material = 0x7f030006; + public static final int abc_activity_chooser_view = 0x7f030007; + public static final int abc_activity_chooser_view_list_item = 0x7f030008; + public static final int abc_alert_dialog_material = 0x7f030009; + public static final int abc_dialog_title_material = 0x7f03000a; + public static final int abc_expanded_menu_layout = 0x7f03000b; + public static final int abc_list_menu_item_checkbox = 0x7f03000c; + public static final int abc_list_menu_item_icon = 0x7f03000d; + public static final int abc_list_menu_item_layout = 0x7f03000e; + public static final int abc_list_menu_item_radio = 0x7f03000f; + public static final int abc_popup_menu_item_layout = 0x7f030010; + public static final int abc_screen_content_include = 0x7f030011; + public static final int abc_screen_simple = 0x7f030012; + public static final int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static final int abc_screen_toolbar = 0x7f030014; + public static final int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static final int abc_search_view = 0x7f030016; + public static final int abc_select_dialog_material = 0x7f030017; + public static final int fps_view = 0x7f030018; + public static final int notification_media_action = 0x7f030019; + public static final int notification_media_cancel_action = 0x7f03001a; + public static final int notification_template_big_media = 0x7f03001b; + public static final int notification_template_big_media_narrow = 0x7f03001c; + public static final int notification_template_lines = 0x7f03001d; + public static final int notification_template_media = 0x7f03001e; + public static final int notification_template_part_chronometer = 0x7f03001f; + public static final int notification_template_part_time = 0x7f030020; + public static final int redbox_item_frame = 0x7f030021; + public static final int redbox_item_title = 0x7f030022; + public static final int redbox_view = 0x7f030023; + public static final int select_dialog_item_material = 0x7f030024; + public static final int select_dialog_multichoice_material = 0x7f030025; + public static final int select_dialog_singlechoice_material = 0x7f030026; + public static final int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f060000; + public static final int abc_action_bar_home_description_format = 0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static final int abc_action_bar_up_description = 0x7f060003; + public static final int abc_action_menu_overflow_description = 0x7f060004; + public static final int abc_action_mode_done = 0x7f060005; + public static final int abc_activity_chooser_view_see_all = 0x7f060006; + public static final int abc_activitychooserview_choose_application = 0x7f060007; + public static final int abc_search_hint = 0x7f060008; + public static final int abc_searchview_description_clear = 0x7f060009; + public static final int abc_searchview_description_query = 0x7f06000a; + public static final int abc_searchview_description_search = 0x7f06000b; + public static final int abc_searchview_description_submit = 0x7f06000c; + public static final int abc_searchview_description_voice = 0x7f06000d; + public static final int abc_shareactionprovider_share_with = 0x7f06000e; + public static final int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static final int abc_toolbar_collapse_description = 0x7f060010; + public static final int catalyst_debugjs = 0x7f060012; + public static final int catalyst_debugjs_off = 0x7f06001a; + public static final int catalyst_element_inspector = 0x7f060013; + public static final int catalyst_element_inspector_off = 0x7f06001b; + public static final int catalyst_hot_module_replacement = 0x7f06001c; + public static final int catalyst_hot_module_replacement_off = 0x7f06001d; + public static final int catalyst_jsload_error = 0x7f060014; + public static final int catalyst_jsload_message = 0x7f060015; + public static final int catalyst_jsload_title = 0x7f060016; + public static final int catalyst_live_reload = 0x7f06001e; + public static final int catalyst_live_reload_off = 0x7f06001f; + public static final int catalyst_perf_monitor = 0x7f060020; + public static final int catalyst_perf_monitor_off = 0x7f060021; + public static final int catalyst_reloadjs = 0x7f060017; + public static final int catalyst_remotedbg_error = 0x7f060022; + public static final int catalyst_remotedbg_message = 0x7f060023; + public static final int catalyst_settings = 0x7f060018; + public static final int catalyst_settings_title = 0x7f060019; + public static final int catalyst_start_profile = 0x7f060024; + public static final int catalyst_stop_profile = 0x7f060025; + public static final int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f08007a; + public static final int AlertDialog_AppCompat_Light = 0x7f08007b; + public static final int Animation_AppCompat_Dialog = 0x7f08007c; + public static final int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static final int Animation_Catalyst_RedBox = 0x7f08007e; + public static final int Base_AlertDialog_AppCompat = 0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static final int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static final int Base_TextAppearance_AppCompat = 0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static final int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static final int Base_Theme_AppCompat = 0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static final int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static final int Base_Theme_AppCompat_Light = 0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static final int Base_V21_Theme_AppCompat = 0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static final int Base_V22_Theme_AppCompat = 0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static final int Base_V23_Theme_AppCompat = 0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static final int Base_V7_Theme_AppCompat = 0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static final int Base_Widget_AppCompat_Button = 0x7f080059; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static final int Base_Widget_AppCompat_EditText = 0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static final int Base_Widget_AppCompat_ListView = 0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static final int Platform_AppCompat = 0x7f08000f; + public static final int Platform_AppCompat_Light = 0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static final int Platform_V11_AppCompat = 0x7f080011; + public static final int Platform_V11_AppCompat_Light = 0x7f080012; + public static final int Platform_V14_AppCompat = 0x7f080019; + public static final int Platform_V14_AppCompat_Light = 0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static final int TextAppearance_AppCompat = 0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static final int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static final int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static final int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static final int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static final int Theme = 0x7f0800da; + public static final int ThemeOverlay_AppCompat = 0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static final int Theme_AppCompat = 0x7f0800db; + public static final int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static final int Theme_AppCompat_Dialog = 0x7f0800dd; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static final int Theme_AppCompat_Light = 0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static final int Theme_Catalyst = 0x7f0800e9; + public static final int Theme_Catalyst_RedBox = 0x7f0800ea; + public static final int Theme_ReactNative_AppCompat_Light = 0x7f0800eb; + public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800ec; + public static final int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static final int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static final int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static final int Widget_AppCompat_Button = 0x7f0800fd; + public static final int Widget_AppCompat_ButtonBar = 0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static final int Widget_AppCompat_Button_Colored = 0x7f080101; + public static final int Widget_AppCompat_Button_Small = 0x7f080102; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static final int Widget_AppCompat_EditText = 0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static final int Widget_AppCompat_ListView = 0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static final int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static final int Widget_AppCompat_PopupMenu = 0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static final int Widget_AppCompat_PopupWindow = 0x7f080127; + public static final int Widget_AppCompat_ProgressBar = 0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static final int Widget_AppCompat_RatingBar = 0x7f08012a; + public static final int Widget_AppCompat_SearchView = 0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static final int Widget_AppCompat_Spinner = 0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static final int Widget_AppCompat_Toolbar = 0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010097 }; + public static final int[] ActionBarLayout = { 0x010100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int ActionBar_background = 10; + public static final int ActionBar_backgroundSplit = 12; + public static final int ActionBar_backgroundStacked = 11; + public static final int ActionBar_contentInsetEnd = 21; + public static final int ActionBar_contentInsetLeft = 22; + public static final int ActionBar_contentInsetRight = 23; + public static final int ActionBar_contentInsetStart = 20; + public static final int ActionBar_customNavigationLayout = 13; + public static final int ActionBar_displayOptions = 3; + public static final int ActionBar_divider = 9; + public static final int ActionBar_elevation = 24; + public static final int ActionBar_height = 0; + public static final int ActionBar_hideOnContentScroll = 19; + public static final int ActionBar_homeAsUpIndicator = 26; + public static final int ActionBar_homeLayout = 14; + public static final int ActionBar_icon = 7; + public static final int ActionBar_indeterminateProgressStyle = 16; + public static final int ActionBar_itemPadding = 18; + public static final int ActionBar_logo = 8; + public static final int ActionBar_navigationMode = 2; + public static final int ActionBar_popupTheme = 25; + public static final int ActionBar_progressBarPadding = 17; + public static final int ActionBar_progressBarStyle = 15; + public static final int ActionBar_subtitle = 4; + public static final int ActionBar_subtitleTextStyle = 6; + public static final int ActionBar_title = 1; + public static final int ActionBar_titleTextStyle = 5; + public static final int[] ActionMenuItemView = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + public static final int ActionMode_background = 3; + public static final int ActionMode_backgroundSplit = 4; + public static final int ActionMode_closeItemLayout = 5; + public static final int ActionMode_height = 0; + public static final int ActionMode_subtitleTextStyle = 2; + public static final int ActionMode_titleTextStyle = 1; + public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static final int ActivityChooserView_initialActivityCount = 0; + public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 5; + public static final int AlertDialog_listLayout = 2; + public static final int AlertDialog_multiChoiceItemLayout = 3; + public static final int AlertDialog_singleChoiceItemLayout = 4; + public static final int[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + public static final int DrawerArrowToggle_arrowHeadLength = 4; + public static final int DrawerArrowToggle_arrowShaftLength = 5; + public static final int DrawerArrowToggle_barLength = 6; + public static final int DrawerArrowToggle_color = 0; + public static final int DrawerArrowToggle_drawableSize = 2; + public static final int DrawerArrowToggle_gapBetweenBars = 3; + public static final int DrawerArrowToggle_spinBars = 1; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static final int GenericDraweeView_actualImageScaleType = 11; + public static final int GenericDraweeView_backgroundImage = 12; + public static final int GenericDraweeView_fadeDuration = 0; + public static final int GenericDraweeView_failureImage = 6; + public static final int GenericDraweeView_failureImageScaleType = 7; + public static final int GenericDraweeView_overlayImage = 13; + public static final int GenericDraweeView_placeholderImage = 2; + public static final int GenericDraweeView_placeholderImageScaleType = 3; + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static final int GenericDraweeView_progressBarImage = 8; + public static final int GenericDraweeView_progressBarImageScaleType = 9; + public static final int GenericDraweeView_retryImage = 4; + public static final int GenericDraweeView_retryImageScaleType = 5; + public static final int GenericDraweeView_roundAsCircle = 15; + public static final int GenericDraweeView_roundBottomLeft = 20; + public static final int GenericDraweeView_roundBottomRight = 19; + public static final int GenericDraweeView_roundTopLeft = 17; + public static final int GenericDraweeView_roundTopRight = 18; + public static final int GenericDraweeView_roundWithOverlayColor = 21; + public static final int GenericDraweeView_roundedCornerRadius = 16; + public static final int GenericDraweeView_roundingBorderColor = 23; + public static final int GenericDraweeView_roundingBorderWidth = 22; + public static final int GenericDraweeView_viewAspectRatio = 1; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 8; + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + public static final int LinearLayoutCompat_showDividers = 7; + public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_visible = 2; + public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + public static final int MenuItem_actionLayout = 14; + public static final int MenuItem_actionProviderClass = 16; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_showAsAction = 13; + public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_preserveIconSpacing = 7; + public static final int[] PopupWindow = { 0x01010176, 0x7f01004f }; + public static final int[] PopupWindowBackgroundState = { 0x7f010050 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_overlapAnchor = 1; + public static final int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + public static final int RecyclerView_android_orientation = 0; + public static final int RecyclerView_layoutManager = 1; + public static final int RecyclerView_reverseLayout = 3; + public static final int RecyclerView_spanCount = 2; + public static final int RecyclerView_stackFromEnd = 4; + public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_closeIcon = 8; + public static final int SearchView_commitIcon = 13; + public static final int SearchView_defaultQueryHint = 7; + public static final int SearchView_goIcon = 9; + public static final int SearchView_iconifiedByDefault = 5; + public static final int SearchView_layout = 4; + public static final int SearchView_queryBackground = 15; + public static final int SearchView_queryHint = 6; + public static final int SearchView_searchHintIcon = 11; + public static final int SearchView_searchIcon = 10; + public static final int SearchView_submitBackground = 16; + public static final int SearchView_suggestionRowLayout = 14; + public static final int SearchView_voiceIcon = 12; + public static final int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static final int Spinner_android_dropDownWidth = 2; + public static final int Spinner_android_popupBackground = 0; + public static final int Spinner_android_prompt = 1; + public static final int Spinner_popupTheme = 3; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 9; + public static final int SwitchCompat_splitTrack = 8; + public static final int SwitchCompat_switchMinWidth = 6; + public static final int SwitchCompat_switchPadding = 7; + public static final int SwitchCompat_switchTextAppearance = 5; + public static final int SwitchCompat_thumbTextPadding = 4; + public static final int SwitchCompat_track = 3; + public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_textAllCaps = 4; + public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static final int Theme_actionBarDivider = 23; + public static final int Theme_actionBarItemBackground = 24; + public static final int Theme_actionBarPopupTheme = 17; + public static final int Theme_actionBarSize = 22; + public static final int Theme_actionBarSplitStyle = 19; + public static final int Theme_actionBarStyle = 18; + public static final int Theme_actionBarTabBarStyle = 13; + public static final int Theme_actionBarTabStyle = 12; + public static final int Theme_actionBarTabTextStyle = 14; + public static final int Theme_actionBarTheme = 20; + public static final int Theme_actionBarWidgetTheme = 21; + public static final int Theme_actionButtonStyle = 49; + public static final int Theme_actionDropDownStyle = 45; + public static final int Theme_actionMenuTextAppearance = 25; + public static final int Theme_actionMenuTextColor = 26; + public static final int Theme_actionModeBackground = 29; + public static final int Theme_actionModeCloseButtonStyle = 28; + public static final int Theme_actionModeCloseDrawable = 31; + public static final int Theme_actionModeCopyDrawable = 33; + public static final int Theme_actionModeCutDrawable = 32; + public static final int Theme_actionModeFindDrawable = 37; + public static final int Theme_actionModePasteDrawable = 34; + public static final int Theme_actionModePopupWindowStyle = 39; + public static final int Theme_actionModeSelectAllDrawable = 35; + public static final int Theme_actionModeShareDrawable = 36; + public static final int Theme_actionModeSplitBackground = 30; + public static final int Theme_actionModeStyle = 27; + public static final int Theme_actionModeWebSearchDrawable = 38; + public static final int Theme_actionOverflowButtonStyle = 15; + public static final int Theme_actionOverflowMenuStyle = 16; + public static final int Theme_activityChooserViewStyle = 57; + public static final int Theme_alertDialogButtonGroupStyle = 91; + public static final int Theme_alertDialogCenterButtons = 92; + public static final int Theme_alertDialogStyle = 90; + public static final int Theme_alertDialogTheme = 93; + public static final int Theme_android_windowAnimationStyle = 1; + public static final int Theme_android_windowIsFloating = 0; + public static final int Theme_autoCompleteTextViewStyle = 98; + public static final int Theme_borderlessButtonStyle = 54; + public static final int Theme_buttonBarButtonStyle = 51; + public static final int Theme_buttonBarNegativeButtonStyle = 96; + public static final int Theme_buttonBarNeutralButtonStyle = 97; + public static final int Theme_buttonBarPositiveButtonStyle = 95; + public static final int Theme_buttonBarStyle = 50; + public static final int Theme_buttonStyle = 99; + public static final int Theme_buttonStyleSmall = 100; + public static final int Theme_checkboxStyle = 101; + public static final int Theme_checkedTextViewStyle = 102; + public static final int Theme_colorAccent = 83; + public static final int Theme_colorButtonNormal = 87; + public static final int Theme_colorControlActivated = 85; + public static final int Theme_colorControlHighlight = 86; + public static final int Theme_colorControlNormal = 84; + public static final int Theme_colorPrimary = 81; + public static final int Theme_colorPrimaryDark = 82; + public static final int Theme_colorSwitchThumbNormal = 88; + public static final int Theme_controlBackground = 89; + public static final int Theme_dialogPreferredPadding = 43; + public static final int Theme_dialogTheme = 42; + public static final int Theme_dividerHorizontal = 56; + public static final int Theme_dividerVertical = 55; + public static final int Theme_dropDownListViewStyle = 73; + public static final int Theme_dropdownListPreferredItemHeight = 46; + public static final int Theme_editTextBackground = 63; + public static final int Theme_editTextColor = 62; + public static final int Theme_editTextStyle = 103; + public static final int Theme_homeAsUpIndicator = 48; + public static final int Theme_listChoiceBackgroundIndicator = 80; + public static final int Theme_listDividerAlertDialog = 44; + public static final int Theme_listPopupWindowStyle = 74; + public static final int Theme_listPreferredItemHeight = 68; + public static final int Theme_listPreferredItemHeightLarge = 70; + public static final int Theme_listPreferredItemHeightSmall = 69; + public static final int Theme_listPreferredItemPaddingLeft = 71; + public static final int Theme_listPreferredItemPaddingRight = 72; + public static final int Theme_panelBackground = 77; + public static final int Theme_panelMenuListTheme = 79; + public static final int Theme_panelMenuListWidth = 78; + public static final int Theme_popupMenuStyle = 60; + public static final int Theme_popupWindowStyle = 61; + public static final int Theme_radioButtonStyle = 104; + public static final int Theme_ratingBarStyle = 105; + public static final int Theme_searchViewStyle = 67; + public static final int Theme_selectableItemBackground = 52; + public static final int Theme_selectableItemBackgroundBorderless = 53; + public static final int Theme_spinnerDropDownItemStyle = 47; + public static final int Theme_spinnerStyle = 106; + public static final int Theme_switchStyle = 107; + public static final int Theme_textAppearanceLargePopupMenu = 40; + public static final int Theme_textAppearanceListItem = 75; + public static final int Theme_textAppearanceListItemSmall = 76; + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + public static final int Theme_textAppearanceSearchResultTitle = 64; + public static final int Theme_textAppearanceSmallPopupMenu = 41; + public static final int Theme_textColorAlertDialogListItem = 94; + public static final int Theme_textColorSearchUrl = 66; + public static final int Theme_toolbarNavigationButtonStyle = 59; + public static final int Theme_toolbarStyle = 58; + public static final int Theme_windowActionBar = 2; + public static final int Theme_windowActionBarOverlay = 4; + public static final int Theme_windowActionModeOverlay = 5; + public static final int Theme_windowFixedHeightMajor = 9; + public static final int Theme_windowFixedHeightMinor = 7; + public static final int Theme_windowFixedWidthMajor = 6; + public static final int Theme_windowFixedWidthMinor = 8; + public static final int Theme_windowMinWidthMajor = 10; + public static final int Theme_windowMinWidthMinor = 11; + public static final int Theme_windowNoTitle = 3; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_collapseContentDescription = 19; + public static final int Toolbar_collapseIcon = 18; + public static final int Toolbar_contentInsetEnd = 6; + public static final int Toolbar_contentInsetLeft = 7; + public static final int Toolbar_contentInsetRight = 8; + public static final int Toolbar_contentInsetStart = 5; + public static final int Toolbar_logo = 4; + public static final int Toolbar_logoDescription = 22; + public static final int Toolbar_maxButtonHeight = 17; + public static final int Toolbar_navigationContentDescription = 21; + public static final int Toolbar_navigationIcon = 20; + public static final int Toolbar_popupTheme = 9; + public static final int Toolbar_subtitle = 3; + public static final int Toolbar_subtitleTextAppearance = 11; + public static final int Toolbar_subtitleTextColor = 24; + public static final int Toolbar_title = 2; + public static final int Toolbar_titleMarginBottom = 16; + public static final int Toolbar_titleMarginEnd = 14; + public static final int Toolbar_titleMarginStart = 13; + public static final int Toolbar_titleMarginTop = 15; + public static final int Toolbar_titleMargins = 12; + public static final int Toolbar_titleTextAppearance = 10; + public static final int Toolbar_titleTextColor = 23; + public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_inflatedId = 2; + public static final int ViewStubCompat_android_layout = 1; + public static final int View_android_focusable = 1; + public static final int View_android_theme = 0; + public static final int View_paddingEnd = 3; + public static final int View_paddingStart = 2; + public static final int View_theme = 4; + } + public static final class xml { + public static final int preferences = 0x7f050000; + } +} diff --git a/android/build/generated/source/r/androidTest/debug/com/reactlibrary/test/R.java b/android/build/generated/source/r/androidTest/debug/com/reactlibrary/test/R.java new file mode 100644 index 0000000000000000000000000000000000000000..bc7447fed3b7adeb8fb4651ed56fe430f0c37ec7 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/com/reactlibrary/test/R.java @@ -0,0 +1,6891 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.reactlibrary.test; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f040000; + public static final int abc_fade_out=0x7f040001; + public static final int abc_grow_fade_in_from_bottom=0x7f040002; + public static final int abc_popup_enter=0x7f040003; + public static final int abc_popup_exit=0x7f040004; + public static final int abc_shrink_fade_out_from_bottom=0x7f040005; + public static final int abc_slide_in_bottom=0x7f040006; + public static final int abc_slide_in_top=0x7f040007; + public static final int abc_slide_out_bottom=0x7f040008; + public static final int abc_slide_out_top=0x7f040009; + public static final int catalyst_push_up_in=0x7f04000a; + public static final int catalyst_push_up_out=0x7f04000b; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarDivider=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarItemBackground=0x7f01007f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarPopupTheme=0x7f010078; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static final int actionBarSize=0x7f01007d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarSplitStyle=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarStyle=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabBarStyle=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabStyle=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTabTextStyle=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarTheme=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionBarWidgetTheme=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionButtonStyle=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionDropDownStyle=0x7f010094; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionLayout=0x7f01004b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionMenuTextAppearance=0x7f010080; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int actionMenuTextColor=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeBackground=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseButtonStyle=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCloseDrawable=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCopyDrawable=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeCutDrawable=0x7f010087; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeFindDrawable=0x7f01008c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePasteDrawable=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModePopupWindowStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSelectAllDrawable=0x7f01008a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeShareDrawable=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeSplitBackground=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionModeWebSearchDrawable=0x7f01008d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowButtonStyle=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int actionOverflowMenuStyle=0x7f010077; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionProviderClass=0x7f01004d; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int actionViewClass=0x7f01004c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int activityChooserViewStyle=0x7f0100a0; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int actualImageScaleType=0x7f01003a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogButtonGroupStyle=0x7f0100c2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int alertDialogCenterButtons=0x7f0100c3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int alertDialogTheme=0x7f0100c4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowHeadLength=0x7f01002b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int arrowShaftLength=0x7f01002c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int autoCompleteTextViewStyle=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int background=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int backgroundImage=0x7f01003b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundSplit=0x7f01000e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int backgroundStacked=0x7f01000d; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int backgroundTint=0x7f0100e5; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int backgroundTintMode=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int barLength=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int borderlessButtonStyle=0x7f01009d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarButtonStyle=0x7f01009a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNegativeButtonStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarNeutralButtonStyle=0x7f0100c8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarPositiveButtonStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonBarStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonPanelSideLayout=0x7f01001f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyle=0x7f0100ca; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int buttonStyleSmall=0x7f0100cb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int buttonTint=0x7f010025; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static final int buttonTintMode=0x7f010026; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkboxStyle=0x7f0100cc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int checkedTextViewStyle=0x7f0100cd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeIcon=0x7f010059; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int closeItemLayout=0x7f01001c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int collapseContentDescription=0x7f0100dc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int collapseIcon=0x7f0100db; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int color=0x7f010027; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorAccent=0x7f0100ba; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorButtonNormal=0x7f0100be; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlActivated=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlHighlight=0x7f0100bd; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorControlNormal=0x7f0100bb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimary=0x7f0100b8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorPrimaryDark=0x7f0100b9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int colorSwitchThumbNormal=0x7f0100bf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int commitIcon=0x7f01005e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetEnd=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetLeft=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetRight=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int contentInsetStart=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int controlBackground=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int customNavigationLayout=0x7f01000f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int defaultQueryHint=0x7f010058; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dialogPreferredPadding=0x7f010092; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dialogTheme=0x7f010091; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static final int displayOptions=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int divider=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerHorizontal=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dividerPadding=0x7f010049; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dividerVertical=0x7f01009e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int drawableSize=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int drawerArrowStyle=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int dropDownListViewStyle=0x7f0100b0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int dropdownListPreferredItemHeight=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextBackground=0x7f0100a6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int editTextColor=0x7f0100a5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int editTextStyle=0x7f0100ce; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int elevation=0x7f01001a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f01001e; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int fadeDuration=0x7f01002f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int failureImage=0x7f010035; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int failureImageScaleType=0x7f010036; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int gapBetweenBars=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int goIcon=0x7f01005a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int height=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int hideOnContentScroll=0x7f010015; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeAsUpIndicator=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int homeLayout=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int icon=0x7f010009; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int iconifiedByDefault=0x7f010056; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int indeterminateProgressStyle=0x7f010012; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int initialActivityCount=0x7f01001d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int isLightTheme=0x7f010002; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int itemPadding=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int layout=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int layoutManager=0x7f010051; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listChoiceBackgroundIndicator=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listDividerAlertDialog=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listItemLayout=0x7f010023; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listLayout=0x7f010020; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int listPopupWindowStyle=0x7f0100b1; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeight=0x7f0100ab; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightLarge=0x7f0100ad; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemHeightSmall=0x7f0100ac; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingLeft=0x7f0100ae; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int listPreferredItemPaddingRight=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int logo=0x7f01000a; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int logoDescription=0x7f0100df; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int maxButtonHeight=0x7f0100da; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int measureWithLargestChild=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int multiChoiceItemLayout=0x7f010021; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int navigationContentDescription=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int navigationIcon=0x7f0100dd; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static final int navigationMode=0x7f010004; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int overlapAnchor=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int overlayImage=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingEnd=0x7f0100e3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int paddingStart=0x7f0100e2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelBackground=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int panelMenuListTheme=0x7f0100b6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int panelMenuListWidth=0x7f0100b5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int placeholderImage=0x7f010031; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int placeholderImageScaleType=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupMenuStyle=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupTheme=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int popupWindowStyle=0x7f0100a4; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int preserveIconSpacing=0x7f01004e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int pressedStateOverlayImage=0x7f01003d; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarAutoRotateInterval=0x7f010039; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarImage=0x7f010037; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int progressBarImageScaleType=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int progressBarPadding=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int progressBarStyle=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int queryBackground=0x7f010060; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int queryHint=0x7f010057; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int radioButtonStyle=0x7f0100cf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int ratingBarStyle=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int retryImage=0x7f010033; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static final int retryImageScaleType=0x7f010034; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int reverseLayout=0x7f010053; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundAsCircle=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundBottomLeft=0x7f010043; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundBottomRight=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundTopLeft=0x7f010040; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundTopRight=0x7f010041; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundWithOverlayColor=0x7f010044; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundedCornerRadius=0x7f01003f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundingBorderColor=0x7f010046; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int roundingBorderWidth=0x7f010045; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchHintIcon=0x7f01005c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchIcon=0x7f01005b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int searchViewStyle=0x7f0100aa; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackground=0x7f01009b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int selectableItemBackgroundBorderless=0x7f01009c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static final int showAsAction=0x7f01004a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static final int showDividers=0x7f010048; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int showText=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int singleChoiceItemLayout=0x7f010022; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spanCount=0x7f010052; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int spinBars=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerDropDownItemStyle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int spinnerStyle=0x7f0100d1; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int splitTrack=0x7f010067; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int stackFromEnd=0x7f010054; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int state_above_anchor=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int submitBackground=0x7f010061; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitle=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextAppearance=0x7f0100d4; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int subtitleTextColor=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int subtitleTextStyle=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int suggestionRowLayout=0x7f01005f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchMinWidth=0x7f010065; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int switchPadding=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchStyle=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int switchTextAppearance=0x7f010064; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static final int textAllCaps=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceLargePopupMenu=0x7f01008f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItem=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceListItemSmall=0x7f0100b3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f0100a8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSearchResultTitle=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int textAppearanceSmallPopupMenu=0x7f010090; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorAlertDialogListItem=0x7f0100c5; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static final int textColorSearchUrl=0x7f0100a9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int theme=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thickness=0x7f01002e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int thumbTextPadding=0x7f010063; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int title=0x7f010003; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginBottom=0x7f0100d9; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginEnd=0x7f0100d7; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginStart=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMarginTop=0x7f0100d8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleMargins=0x7f0100d5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextAppearance=0x7f0100d3; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int titleTextColor=0x7f0100e0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int titleTextStyle=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarNavigationButtonStyle=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int toolbarStyle=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int track=0x7f010062; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int viewAspectRatio=0x7f010030; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static final int voiceIcon=0x7f01005d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBar=0x7f010069; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionBarOverlay=0x7f01006b; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowActionModeOverlay=0x7f01006c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMajor=0x7f010070; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedHeightMinor=0x7f01006e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMajor=0x7f01006d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowFixedWidthMinor=0x7f01006f; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMajor=0x7f010071; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowMinWidthMinor=0x7f010072; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int windowNoTitle=0x7f01006a; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f090002; + public static final int abc_action_bar_embed_tabs_pre_jb=0x7f090000; + public static final int abc_action_bar_expanded_action_views_exclusive=0x7f090003; + public static final int abc_config_actionMenuItemAllCaps=0x7f090004; + public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f090001; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f090005; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f0b003b; + public static final int abc_background_cache_hint_selector_material_light=0x7f0b003c; + public static final int abc_color_highlight_material=0x7f0b003d; + public static final int abc_input_method_navigation_guard=0x7f0b0000; + public static final int abc_primary_text_disable_only_material_dark=0x7f0b003e; + public static final int abc_primary_text_disable_only_material_light=0x7f0b003f; + public static final int abc_primary_text_material_dark=0x7f0b0040; + public static final int abc_primary_text_material_light=0x7f0b0041; + public static final int abc_search_url_text=0x7f0b0042; + public static final int abc_search_url_text_normal=0x7f0b0001; + public static final int abc_search_url_text_pressed=0x7f0b0002; + public static final int abc_search_url_text_selected=0x7f0b0003; + public static final int abc_secondary_text_material_dark=0x7f0b0043; + public static final int abc_secondary_text_material_light=0x7f0b0044; + public static final int accent_material_dark=0x7f0b0004; + public static final int accent_material_light=0x7f0b0005; + public static final int background_floating_material_dark=0x7f0b0006; + public static final int background_floating_material_light=0x7f0b0007; + public static final int background_material_dark=0x7f0b0008; + public static final int background_material_light=0x7f0b0009; + public static final int bright_foreground_disabled_material_dark=0x7f0b000a; + public static final int bright_foreground_disabled_material_light=0x7f0b000b; + public static final int bright_foreground_inverse_material_dark=0x7f0b000c; + public static final int bright_foreground_inverse_material_light=0x7f0b000d; + public static final int bright_foreground_material_dark=0x7f0b000e; + public static final int bright_foreground_material_light=0x7f0b000f; + public static final int button_material_dark=0x7f0b0010; + public static final int button_material_light=0x7f0b0011; + public static final int catalyst_redbox_background=0x7f0b0012; + public static final int dim_foreground_disabled_material_dark=0x7f0b0013; + public static final int dim_foreground_disabled_material_light=0x7f0b0014; + public static final int dim_foreground_material_dark=0x7f0b0015; + public static final int dim_foreground_material_light=0x7f0b0016; + public static final int foreground_material_dark=0x7f0b0017; + public static final int foreground_material_light=0x7f0b0018; + public static final int highlighted_text_material_dark=0x7f0b0019; + public static final int highlighted_text_material_light=0x7f0b001a; + public static final int hint_foreground_material_dark=0x7f0b001b; + public static final int hint_foreground_material_light=0x7f0b001c; + public static final int material_blue_grey_800=0x7f0b001d; + public static final int material_blue_grey_900=0x7f0b001e; + public static final int material_blue_grey_950=0x7f0b001f; + public static final int material_deep_teal_200=0x7f0b0020; + public static final int material_deep_teal_500=0x7f0b0021; + public static final int material_grey_100=0x7f0b0022; + public static final int material_grey_300=0x7f0b0023; + public static final int material_grey_50=0x7f0b0024; + public static final int material_grey_600=0x7f0b0025; + public static final int material_grey_800=0x7f0b0026; + public static final int material_grey_850=0x7f0b0027; + public static final int material_grey_900=0x7f0b0028; + public static final int primary_dark_material_dark=0x7f0b0029; + public static final int primary_dark_material_light=0x7f0b002a; + public static final int primary_material_dark=0x7f0b002b; + public static final int primary_material_light=0x7f0b002c; + public static final int primary_text_default_material_dark=0x7f0b002d; + public static final int primary_text_default_material_light=0x7f0b002e; + public static final int primary_text_disabled_material_dark=0x7f0b002f; + public static final int primary_text_disabled_material_light=0x7f0b0030; + public static final int ripple_material_dark=0x7f0b0031; + public static final int ripple_material_light=0x7f0b0032; + public static final int secondary_text_default_material_dark=0x7f0b0033; + public static final int secondary_text_default_material_light=0x7f0b0034; + public static final int secondary_text_disabled_material_dark=0x7f0b0035; + public static final int secondary_text_disabled_material_light=0x7f0b0036; + public static final int switch_thumb_disabled_material_dark=0x7f0b0037; + public static final int switch_thumb_disabled_material_light=0x7f0b0038; + public static final int switch_thumb_material_dark=0x7f0b0045; + public static final int switch_thumb_material_light=0x7f0b0046; + public static final int switch_thumb_normal_material_dark=0x7f0b0039; + public static final int switch_thumb_normal_material_light=0x7f0b003a; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f07000b; + public static final int abc_action_bar_default_height_material=0x7f070001; + public static final int abc_action_bar_default_padding_end_material=0x7f07000c; + public static final int abc_action_bar_default_padding_start_material=0x7f07000d; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f07000f; + public static final int abc_action_bar_overflow_padding_end_material=0x7f070010; + public static final int abc_action_bar_overflow_padding_start_material=0x7f070011; + public static final int abc_action_bar_progress_bar_size=0x7f070002; + public static final int abc_action_bar_stacked_max_height=0x7f070012; + public static final int abc_action_bar_stacked_tab_max_width=0x7f070013; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f070014; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f070015; + public static final int abc_action_button_min_height_material=0x7f070016; + public static final int abc_action_button_min_width_material=0x7f070017; + public static final int abc_action_button_min_width_overflow_material=0x7f070018; + public static final int abc_alert_dialog_button_bar_height=0x7f070000; + public static final int abc_button_inset_horizontal_material=0x7f070019; + public static final int abc_button_inset_vertical_material=0x7f07001a; + public static final int abc_button_padding_horizontal_material=0x7f07001b; + public static final int abc_button_padding_vertical_material=0x7f07001c; + public static final int abc_config_prefDialogWidth=0x7f070005; + public static final int abc_control_corner_material=0x7f07001d; + public static final int abc_control_inset_material=0x7f07001e; + public static final int abc_control_padding_material=0x7f07001f; + public static final int abc_dialog_list_padding_vertical_material=0x7f070020; + public static final int abc_dialog_min_width_major=0x7f070021; + public static final int abc_dialog_min_width_minor=0x7f070022; + public static final int abc_dialog_padding_material=0x7f070023; + public static final int abc_dialog_padding_top_material=0x7f070024; + public static final int abc_disabled_alpha_material_dark=0x7f070025; + public static final int abc_disabled_alpha_material_light=0x7f070026; + public static final int abc_dropdownitem_icon_width=0x7f070027; + public static final int abc_dropdownitem_text_padding_left=0x7f070028; + public static final int abc_dropdownitem_text_padding_right=0x7f070029; + public static final int abc_edit_text_inset_bottom_material=0x7f07002a; + public static final int abc_edit_text_inset_horizontal_material=0x7f07002b; + public static final int abc_edit_text_inset_top_material=0x7f07002c; + public static final int abc_floating_window_z=0x7f07002d; + public static final int abc_list_item_padding_horizontal_material=0x7f07002e; + public static final int abc_panel_menu_list_width=0x7f07002f; + public static final int abc_search_view_preferred_width=0x7f070030; + public static final int abc_search_view_text_min_width=0x7f070006; + public static final int abc_switch_padding=0x7f07000e; + public static final int abc_text_size_body_1_material=0x7f070031; + public static final int abc_text_size_body_2_material=0x7f070032; + public static final int abc_text_size_button_material=0x7f070033; + public static final int abc_text_size_caption_material=0x7f070034; + public static final int abc_text_size_display_1_material=0x7f070035; + public static final int abc_text_size_display_2_material=0x7f070036; + public static final int abc_text_size_display_3_material=0x7f070037; + public static final int abc_text_size_display_4_material=0x7f070038; + public static final int abc_text_size_headline_material=0x7f070039; + public static final int abc_text_size_large_material=0x7f07003a; + public static final int abc_text_size_medium_material=0x7f07003b; + public static final int abc_text_size_menu_material=0x7f07003c; + public static final int abc_text_size_small_material=0x7f07003d; + public static final int abc_text_size_subhead_material=0x7f07003e; + public static final int abc_text_size_subtitle_material_toolbar=0x7f070003; + public static final int abc_text_size_title_material=0x7f07003f; + public static final int abc_text_size_title_material_toolbar=0x7f070004; + public static final int dialog_fixed_height_major=0x7f070007; + public static final int dialog_fixed_height_minor=0x7f070008; + public static final int dialog_fixed_width_major=0x7f070009; + public static final int dialog_fixed_width_minor=0x7f07000a; + public static final int disabled_alpha_material_dark=0x7f070040; + public static final int disabled_alpha_material_light=0x7f070041; + public static final int highlight_alpha_material_colored=0x7f070042; + public static final int highlight_alpha_material_dark=0x7f070043; + public static final int highlight_alpha_material_light=0x7f070044; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f070045; + public static final int notification_large_icon_height=0x7f070046; + public static final int notification_large_icon_width=0x7f070047; + public static final int notification_subtext_size=0x7f070048; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static final int abc_action_bar_item_background_material=0x7f020001; + public static final int abc_btn_borderless_material=0x7f020002; + public static final int abc_btn_check_material=0x7f020003; + public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static final int abc_btn_colored_material=0x7f020006; + public static final int abc_btn_default_mtrl_shape=0x7f020007; + public static final int abc_btn_radio_material=0x7f020008; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; + public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; + public static final int abc_cab_background_internal_bg=0x7f02000f; + public static final int abc_cab_background_top_material=0x7f020010; + public static final int abc_cab_background_top_mtrl_alpha=0x7f020011; + public static final int abc_control_background_material=0x7f020012; + public static final int abc_dialog_material_background_dark=0x7f020013; + public static final int abc_dialog_material_background_light=0x7f020014; + public static final int abc_edit_text_material=0x7f020015; + public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; + public static final int abc_ic_clear_mtrl_alpha=0x7f020017; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; + public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020019; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001f; + public static final int abc_ic_search_api_mtrl_alpha=0x7f020020; + public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f020021; + public static final int abc_item_background_holo_dark=0x7f020022; + public static final int abc_item_background_holo_light=0x7f020023; + public static final int abc_list_divider_mtrl_alpha=0x7f020024; + public static final int abc_list_focused_holo=0x7f020025; + public static final int abc_list_longpressed_holo=0x7f020026; + public static final int abc_list_pressed_holo_dark=0x7f020027; + public static final int abc_list_pressed_holo_light=0x7f020028; + public static final int abc_list_selector_background_transition_holo_dark=0x7f020029; + public static final int abc_list_selector_background_transition_holo_light=0x7f02002a; + public static final int abc_list_selector_disabled_holo_dark=0x7f02002b; + public static final int abc_list_selector_disabled_holo_light=0x7f02002c; + public static final int abc_list_selector_holo_dark=0x7f02002d; + public static final int abc_list_selector_holo_light=0x7f02002e; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f; + public static final int abc_popup_background_mtrl_mult=0x7f020030; + public static final int abc_ratingbar_full_material=0x7f020031; + public static final int abc_spinner_mtrl_am_alpha=0x7f020032; + public static final int abc_spinner_textfield_background_material=0x7f020033; + public static final int abc_switch_thumb_material=0x7f020034; + public static final int abc_switch_track_mtrl_alpha=0x7f020035; + public static final int abc_tab_indicator_material=0x7f020036; + public static final int abc_tab_indicator_mtrl_alpha=0x7f020037; + public static final int abc_text_cursor_material=0x7f020038; + public static final int abc_textfield_activated_mtrl_alpha=0x7f020039; + public static final int abc_textfield_default_mtrl_alpha=0x7f02003a; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02003b; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f02003c; + public static final int abc_textfield_search_material=0x7f02003d; + public static final int notification_template_icon_bg=0x7f02003e; + } + public static final class id { + public static final int action0=0x7f0c0057; + public static final int action_bar=0x7f0c0047; + public static final int action_bar_activity_content=0x7f0c0000; + public static final int action_bar_container=0x7f0c0046; + public static final int action_bar_root=0x7f0c0042; + public static final int action_bar_spinner=0x7f0c0001; + public static final int action_bar_subtitle=0x7f0c002b; + public static final int action_bar_title=0x7f0c002a; + public static final int action_context_bar=0x7f0c0048; + public static final int action_divider=0x7f0c005b; + public static final int action_menu_divider=0x7f0c0002; + public static final int action_menu_presenter=0x7f0c0003; + public static final int action_mode_bar=0x7f0c0044; + public static final int action_mode_bar_stub=0x7f0c0043; + public static final int action_mode_close_button=0x7f0c002c; + public static final int activity_chooser_view_content=0x7f0c002d; + public static final int alertTitle=0x7f0c0037; + public static final int always=0x7f0c0024; + public static final int beginning=0x7f0c0021; + public static final int buttonPanel=0x7f0c003d; + public static final int cancel_action=0x7f0c0058; + public static final int catalyst_redbox_title=0x7f0c0066; + public static final int center=0x7f0c0019; + public static final int centerCrop=0x7f0c001a; + public static final int centerInside=0x7f0c001b; + public static final int checkbox=0x7f0c003f; + public static final int chronometer=0x7f0c005e; + public static final int collapseActionView=0x7f0c0025; + public static final int contentPanel=0x7f0c0038; + public static final int custom=0x7f0c003c; + public static final int customPanel=0x7f0c003b; + public static final int decor_content_parent=0x7f0c0045; + public static final int default_activity_button=0x7f0c0030; + public static final int disableHome=0x7f0c000d; + public static final int edit_query=0x7f0c0049; + public static final int end=0x7f0c0022; + public static final int end_padder=0x7f0c0063; + public static final int expand_activities_button=0x7f0c002e; + public static final int expanded_menu=0x7f0c003e; + public static final int fitCenter=0x7f0c001c; + public static final int fitEnd=0x7f0c001d; + public static final int fitStart=0x7f0c001e; + public static final int fitXY=0x7f0c001f; + public static final int focusCrop=0x7f0c0020; + public static final int fps_text=0x7f0c0056; + public static final int home=0x7f0c0004; + public static final int homeAsUp=0x7f0c000e; + public static final int icon=0x7f0c0032; + public static final int ifRoom=0x7f0c0026; + public static final int image=0x7f0c002f; + public static final int info=0x7f0c0062; + public static final int item_touch_helper_previous_elevation=0x7f0c0005; + public static final int line1=0x7f0c005c; + public static final int line3=0x7f0c0060; + public static final int listMode=0x7f0c000a; + public static final int list_item=0x7f0c0031; + public static final int media_actions=0x7f0c005a; + public static final int middle=0x7f0c0023; + public static final int multiply=0x7f0c0014; + public static final int never=0x7f0c0027; + public static final int none=0x7f0c000f; + public static final int normal=0x7f0c000b; + public static final int parentPanel=0x7f0c0034; + public static final int progress_circular=0x7f0c0006; + public static final int progress_horizontal=0x7f0c0007; + public static final int radio=0x7f0c0041; + public static final int rn_frame_file=0x7f0c0065; + public static final int rn_frame_method=0x7f0c0064; + public static final int rn_redbox_reloadjs=0x7f0c0068; + public static final int rn_redbox_stack=0x7f0c0067; + public static final int screen=0x7f0c0015; + public static final int scrollView=0x7f0c0039; + public static final int search_badge=0x7f0c004b; + public static final int search_bar=0x7f0c004a; + public static final int search_button=0x7f0c004c; + public static final int search_close_btn=0x7f0c0051; + public static final int search_edit_frame=0x7f0c004d; + public static final int search_go_btn=0x7f0c0053; + public static final int search_mag_icon=0x7f0c004e; + public static final int search_plate=0x7f0c004f; + public static final int search_src_text=0x7f0c0050; + public static final int search_voice_btn=0x7f0c0054; + public static final int select_dialog_listview=0x7f0c0055; + public static final int shortcut=0x7f0c0040; + public static final int showCustom=0x7f0c0010; + public static final int showHome=0x7f0c0011; + public static final int showTitle=0x7f0c0012; + public static final int split_action_bar=0x7f0c0008; + public static final int src_atop=0x7f0c0016; + public static final int src_in=0x7f0c0017; + public static final int src_over=0x7f0c0018; + public static final int status_bar_latest_event_content=0x7f0c0059; + public static final int submit_area=0x7f0c0052; + public static final int tabMode=0x7f0c000c; + public static final int text=0x7f0c0061; + public static final int text2=0x7f0c005f; + public static final int textSpacerNoButtons=0x7f0c003a; + public static final int time=0x7f0c005d; + public static final int title=0x7f0c0033; + public static final int title_template=0x7f0c0036; + public static final int topPanel=0x7f0c0035; + public static final int up=0x7f0c0009; + public static final int useLogo=0x7f0c0013; + public static final int withText=0x7f0c0028; + public static final int wrap_content=0x7f0c0029; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f0a0001; + public static final int abc_config_activityShortDur=0x7f0a0002; + public static final int abc_max_action_buttons=0x7f0a0000; + public static final int cancel_button_image_alpha=0x7f0a0003; + public static final int status_bar_notification_info_maxnum=0x7f0a0004; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f030000; + public static final int abc_action_bar_up_container=0x7f030001; + public static final int abc_action_bar_view_list_nav_layout=0x7f030002; + public static final int abc_action_menu_item_layout=0x7f030003; + public static final int abc_action_menu_layout=0x7f030004; + public static final int abc_action_mode_bar=0x7f030005; + public static final int abc_action_mode_close_item_material=0x7f030006; + public static final int abc_activity_chooser_view=0x7f030007; + public static final int abc_activity_chooser_view_list_item=0x7f030008; + public static final int abc_alert_dialog_material=0x7f030009; + public static final int abc_dialog_title_material=0x7f03000a; + public static final int abc_expanded_menu_layout=0x7f03000b; + public static final int abc_list_menu_item_checkbox=0x7f03000c; + public static final int abc_list_menu_item_icon=0x7f03000d; + public static final int abc_list_menu_item_layout=0x7f03000e; + public static final int abc_list_menu_item_radio=0x7f03000f; + public static final int abc_popup_menu_item_layout=0x7f030010; + public static final int abc_screen_content_include=0x7f030011; + public static final int abc_screen_simple=0x7f030012; + public static final int abc_screen_simple_overlay_action_mode=0x7f030013; + public static final int abc_screen_toolbar=0x7f030014; + public static final int abc_search_dropdown_item_icons_2line=0x7f030015; + public static final int abc_search_view=0x7f030016; + public static final int abc_select_dialog_material=0x7f030017; + public static final int fps_view=0x7f030018; + public static final int notification_media_action=0x7f030019; + public static final int notification_media_cancel_action=0x7f03001a; + public static final int notification_template_big_media=0x7f03001b; + public static final int notification_template_big_media_narrow=0x7f03001c; + public static final int notification_template_lines=0x7f03001d; + public static final int notification_template_media=0x7f03001e; + public static final int notification_template_part_chronometer=0x7f03001f; + public static final int notification_template_part_time=0x7f030020; + public static final int redbox_item_frame=0x7f030021; + public static final int redbox_item_title=0x7f030022; + public static final int redbox_view=0x7f030023; + public static final int select_dialog_item_material=0x7f030024; + public static final int select_dialog_multichoice_material=0x7f030025; + public static final int select_dialog_singlechoice_material=0x7f030026; + public static final int support_simple_spinner_dropdown_item=0x7f030027; + } + public static final class string { + public static final int abc_action_bar_home_description=0x7f060000; + public static final int abc_action_bar_home_description_format=0x7f060001; + public static final int abc_action_bar_home_subtitle_description_format=0x7f060002; + public static final int abc_action_bar_up_description=0x7f060003; + public static final int abc_action_menu_overflow_description=0x7f060004; + public static final int abc_action_mode_done=0x7f060005; + public static final int abc_activity_chooser_view_see_all=0x7f060006; + public static final int abc_activitychooserview_choose_application=0x7f060007; + public static final int abc_search_hint=0x7f060008; + public static final int abc_searchview_description_clear=0x7f060009; + public static final int abc_searchview_description_query=0x7f06000a; + public static final int abc_searchview_description_search=0x7f06000b; + public static final int abc_searchview_description_submit=0x7f06000c; + public static final int abc_searchview_description_voice=0x7f06000d; + public static final int abc_shareactionprovider_share_with=0x7f06000e; + public static final int abc_shareactionprovider_share_with_application=0x7f06000f; + public static final int abc_toolbar_collapse_description=0x7f060010; + public static final int catalyst_debugjs=0x7f060012; + public static final int catalyst_debugjs_off=0x7f06001a; + public static final int catalyst_element_inspector=0x7f060013; + public static final int catalyst_element_inspector_off=0x7f06001b; + public static final int catalyst_hot_module_replacement=0x7f06001c; + public static final int catalyst_hot_module_replacement_off=0x7f06001d; + public static final int catalyst_jsload_error=0x7f060014; + public static final int catalyst_jsload_message=0x7f060015; + public static final int catalyst_jsload_title=0x7f060016; + public static final int catalyst_live_reload=0x7f06001e; + public static final int catalyst_live_reload_off=0x7f06001f; + public static final int catalyst_perf_monitor=0x7f060020; + public static final int catalyst_perf_monitor_off=0x7f060021; + public static final int catalyst_reloadjs=0x7f060017; + public static final int catalyst_remotedbg_error=0x7f060022; + public static final int catalyst_remotedbg_message=0x7f060023; + public static final int catalyst_settings=0x7f060018; + public static final int catalyst_settings_title=0x7f060019; + public static final int catalyst_start_profile=0x7f060024; + public static final int catalyst_stop_profile=0x7f060025; + public static final int status_bar_notification_info_overflow=0x7f060011; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f08007a; + public static final int AlertDialog_AppCompat_Light=0x7f08007b; + public static final int Animation_AppCompat_Dialog=0x7f08007c; + public static final int Animation_AppCompat_DropDownUp=0x7f08007d; + public static final int Animation_Catalyst_RedBox=0x7f08007e; + public static final int Base_AlertDialog_AppCompat=0x7f08007f; + public static final int Base_AlertDialog_AppCompat_Light=0x7f080080; + public static final int Base_Animation_AppCompat_Dialog=0x7f080081; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f080082; + public static final int Base_DialogWindowTitle_AppCompat=0x7f080083; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f080084; + public static final int Base_TextAppearance_AppCompat=0x7f08002d; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f08002e; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f08002f; + public static final int Base_TextAppearance_AppCompat_Button=0x7f080018; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f080030; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f080031; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f080032; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f080033; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f080034; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f080035; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f080003; + public static final int Base_TextAppearance_AppCompat_Large=0x7f080036; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f080039; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f08003a; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f080085; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c; + public static final int Base_TextAppearance_AppCompat_Small=0x7f08003d; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f08003e; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007; + public static final int Base_TextAppearance_AppCompat_Title=0x7f08003f; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d; + public static final int Base_Theme_AppCompat=0x7f08004e; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f080088; + public static final int Base_Theme_AppCompat_Dialog=0x7f080009; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f080089; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001; + public static final int Base_Theme_AppCompat_Light=0x7f08004f; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f08000a; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002; + public static final int Base_ThemeOverlay_AppCompat=0x7f080090; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f080092; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f080094; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f08000b; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f080015; + public static final int Base_V21_Theme_AppCompat=0x7f080050; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f080051; + public static final int Base_V21_Theme_AppCompat_Light=0x7f080052; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053; + public static final int Base_V22_Theme_AppCompat=0x7f080074; + public static final int Base_V22_Theme_AppCompat_Light=0x7f080075; + public static final int Base_V23_Theme_AppCompat=0x7f080077; + public static final int Base_V23_Theme_AppCompat_Light=0x7f080078; + public static final int Base_V7_Theme_AppCompat=0x7f080095; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f080096; + public static final int Base_V7_Theme_AppCompat_Light=0x7f080097; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f08009a; + public static final int Base_Widget_AppCompat_ActionBar=0x7f08009b; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055; + public static final int Base_Widget_AppCompat_ActionButton=0x7f080056; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058; + public static final int Base_Widget_AppCompat_ActionMode=0x7f08009e; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016; + public static final int Base_Widget_AppCompat_Button=0x7f080059; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f08005a; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f080079; + public static final int Base_Widget_AppCompat_Button_Small=0x7f08005c; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f08005d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060; + public static final int Base_Widget_AppCompat_EditText=0x7f080017; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f080066; + public static final int Base_Widget_AppCompat_ListView=0x7f080067; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f080068; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f080069; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f08006a; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0800a7; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f08000d; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e; + public static final int Base_Widget_AppCompat_RatingBar=0x7f08006c; + public static final int Base_Widget_AppCompat_SearchView=0x7f0800a8; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9; + public static final int Base_Widget_AppCompat_Spinner=0x7f08006d; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0800aa; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070; + public static final int Platform_AppCompat=0x7f08000f; + public static final int Platform_AppCompat_Light=0x7f080010; + public static final int Platform_ThemeOverlay_AppCompat=0x7f080071; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f080073; + public static final int Platform_V11_AppCompat=0x7f080011; + public static final int Platform_V11_AppCompat_Light=0x7f080012; + public static final int Platform_V14_AppCompat=0x7f080019; + public static final int Platform_V14_AppCompat_Light=0x7f08001a; + public static final int Platform_Widget_AppCompat_Spinner=0x7f080013; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021; + public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c; + public static final int TextAppearance_AppCompat=0x7f0800ab; + public static final int TextAppearance_AppCompat_Body1=0x7f0800ac; + public static final int TextAppearance_AppCompat_Body2=0x7f0800ad; + public static final int TextAppearance_AppCompat_Button=0x7f0800ae; + public static final int TextAppearance_AppCompat_Caption=0x7f0800af; + public static final int TextAppearance_AppCompat_Display1=0x7f0800b0; + public static final int TextAppearance_AppCompat_Display2=0x7f0800b1; + public static final int TextAppearance_AppCompat_Display3=0x7f0800b2; + public static final int TextAppearance_AppCompat_Display4=0x7f0800b3; + public static final int TextAppearance_AppCompat_Headline=0x7f0800b4; + public static final int TextAppearance_AppCompat_Inverse=0x7f0800b5; + public static final int TextAppearance_AppCompat_Large=0x7f0800b6; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb; + public static final int TextAppearance_AppCompat_Medium=0x7f0800bc; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd; + public static final int TextAppearance_AppCompat_Menu=0x7f0800be; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0; + public static final int TextAppearance_AppCompat_Small=0x7f0800c1; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2; + public static final int TextAppearance_AppCompat_Subhead=0x7f0800c3; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4; + public static final int TextAppearance_AppCompat_Title=0x7f0800c5; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0800d0; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6; + public static final int TextAppearance_StatusBar_EventContent=0x7f08001b; + public static final int TextAppearance_StatusBar_EventContent_Info=0x7f08001c; + public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d; + public static final int TextAppearance_StatusBar_EventContent_Time=0x7f08001e; + public static final int TextAppearance_StatusBar_EventContent_Title=0x7f08001f; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9; + public static final int Theme=0x7f0800da; + public static final int Theme_AppCompat=0x7f0800db; + public static final int Theme_AppCompat_CompactMenu=0x7f0800dc; + public static final int Theme_AppCompat_Dialog=0x7f0800dd; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0800de; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0800df; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0800e0; + public static final int Theme_AppCompat_Light=0x7f0800e1; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2; + public static final int Theme_AppCompat_Light_Dialog=0x7f0800e3; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0800e7; + public static final int Theme_AppCompat_NoActionBar=0x7f0800e8; + public static final int Theme_Catalyst=0x7f0800e9; + public static final int Theme_Catalyst_RedBox=0x7f0800ea; + public static final int Theme_ReactNative_AppCompat_Light=0x7f0800eb; + public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec; + public static final int ThemeOverlay_AppCompat=0x7f0800ed; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0800ef; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0; + public static final int ThemeOverlay_AppCompat_Light=0x7f0800f1; + public static final int Widget_AppCompat_ActionBar=0x7f0800f2; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0800f3; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0800f5; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0800f6; + public static final int Widget_AppCompat_ActionButton=0x7f0800f7; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9; + public static final int Widget_AppCompat_ActionMode=0x7f0800fa; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0800fb; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc; + public static final int Widget_AppCompat_Button=0x7f0800fd; + public static final int Widget_AppCompat_Button_Borderless=0x7f0800fe; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100; + public static final int Widget_AppCompat_Button_Colored=0x7f080101; + public static final int Widget_AppCompat_Button_Small=0x7f080102; + public static final int Widget_AppCompat_ButtonBar=0x7f080103; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f080107; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f080108; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f080109; + public static final int Widget_AppCompat_EditText=0x7f08010a; + public static final int Widget_AppCompat_Light_ActionBar=0x7f08010b; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113; + public static final int Widget_AppCompat_Light_ActionButton=0x7f080114; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f080118; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f08011d; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e; + public static final int Widget_AppCompat_Light_SearchView=0x7f08011f; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120; + public static final int Widget_AppCompat_ListPopupWindow=0x7f080121; + public static final int Widget_AppCompat_ListView=0x7f080122; + public static final int Widget_AppCompat_ListView_DropDown=0x7f080123; + public static final int Widget_AppCompat_ListView_Menu=0x7f080124; + public static final int Widget_AppCompat_PopupMenu=0x7f080125; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f080126; + public static final int Widget_AppCompat_PopupWindow=0x7f080127; + public static final int Widget_AppCompat_ProgressBar=0x7f080128; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129; + public static final int Widget_AppCompat_RatingBar=0x7f08012a; + public static final int Widget_AppCompat_SearchView=0x7f08012b; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f08012c; + public static final int Widget_AppCompat_Spinner=0x7f08012d; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f08012e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f080130; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f080131; + public static final int Widget_AppCompat_Toolbar=0x7f080132; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133; + } + public static final class xml { + public static final int preferences=0x7f050000; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.reactlibrary.test:background}
{@link #ActionBar_backgroundSplit com.reactlibrary.test:backgroundSplit}
{@link #ActionBar_backgroundStacked com.reactlibrary.test:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.reactlibrary.test:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.reactlibrary.test:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.reactlibrary.test:contentInsetRight}
{@link #ActionBar_contentInsetStart com.reactlibrary.test:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.reactlibrary.test:customNavigationLayout}
{@link #ActionBar_displayOptions com.reactlibrary.test:displayOptions}
{@link #ActionBar_divider com.reactlibrary.test:divider}
{@link #ActionBar_elevation com.reactlibrary.test:elevation}
{@link #ActionBar_height com.reactlibrary.test:height}
{@link #ActionBar_hideOnContentScroll com.reactlibrary.test:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.reactlibrary.test:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.reactlibrary.test:homeLayout}
{@link #ActionBar_icon com.reactlibrary.test:icon}
{@link #ActionBar_indeterminateProgressStyle com.reactlibrary.test:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.reactlibrary.test:itemPadding}
{@link #ActionBar_logo com.reactlibrary.test:logo}
{@link #ActionBar_navigationMode com.reactlibrary.test:navigationMode}
{@link #ActionBar_popupTheme com.reactlibrary.test:popupTheme}
{@link #ActionBar_progressBarPadding com.reactlibrary.test:progressBarPadding}
{@link #ActionBar_progressBarStyle com.reactlibrary.test:progressBarStyle}
{@link #ActionBar_subtitle com.reactlibrary.test:subtitle}
{@link #ActionBar_subtitleTextStyle com.reactlibrary.test:subtitleTextStyle}
{@link #ActionBar_title com.reactlibrary.test:title}
{@link #ActionBar_titleTextStyle com.reactlibrary.test:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, + 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, + 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, + 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, + 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, + 0x7f01001a, 0x7f01001b, 0x7f010097 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:background + */ + public static final int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary.test:backgroundSplit + */ + public static final int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary.test:backgroundStacked + */ + public static final int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetRight + */ + public static final int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetStart + */ + public static final int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.reactlibrary.test:displayOptions + */ + public static final int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:divider + */ + public static final int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:elevation + */ + public static final int ActionBar_elevation = 24; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:height + */ + public static final int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator = 26; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:homeLayout + */ + public static final int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:icon + */ + public static final int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:itemPadding + */ + public static final int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:logo + */ + public static final int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.reactlibrary.test:navigationMode + */ + public static final int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:popupTheme + */ + public static final int ActionBar_popupTheme = 25; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:progressBarPadding + */ + public static final int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:progressBarStyle + */ + public static final int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:subtitle + */ + public static final int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:title + */ + public static final int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:titleTextStyle + */ + public static final int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.reactlibrary.test:background}
{@link #ActionMode_backgroundSplit com.reactlibrary.test:backgroundSplit}
{@link #ActionMode_closeItemLayout com.reactlibrary.test:closeItemLayout}
{@link #ActionMode_height com.reactlibrary.test:height}
{@link #ActionMode_subtitleTextStyle com.reactlibrary.test:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.reactlibrary.test:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, + 0x7f01000e, 0x7f01001c + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:background + */ + public static final int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary.test:backgroundSplit + */ + public static final int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:closeItemLayout + */ + public static final int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:height + */ + public static final int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:titleTextStyle + */ + public static final int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.reactlibrary.test:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.reactlibrary.test:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f01001d, 0x7f01001e + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.reactlibrary.test:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.reactlibrary.test:listItemLayout}
{@link #AlertDialog_listLayout com.reactlibrary.test:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.reactlibrary.test:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.reactlibrary.test:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, + 0x7f010022, 0x7f010023 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static final int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:listItemLayout + */ + public static final int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:listLayout + */ + public static final int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps com.reactlibrary.test:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.reactlibrary.test:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.reactlibrary.test:buttonTint}
{@link #CompoundButton_buttonTintMode com.reactlibrary.test:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f010025, 0x7f010026 + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static final int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:buttonTint + */ + public static final int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.reactlibrary.test:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.reactlibrary.test:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.reactlibrary.test:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.reactlibrary.test:barLength}
{@link #DrawerArrowToggle_color com.reactlibrary.test:color}
{@link #DrawerArrowToggle_drawableSize com.reactlibrary.test:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.reactlibrary.test:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.reactlibrary.test:spinBars}
{@link #DrawerArrowToggle_thickness com.reactlibrary.test:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, + 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:barLength + */ + public static final int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:color + */ + public static final int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:spinBars + */ + public static final int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:thickness + */ + public static final int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a GenericDraweeView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #GenericDraweeView_actualImageScaleType com.reactlibrary.test:actualImageScaleType}
{@link #GenericDraweeView_backgroundImage com.reactlibrary.test:backgroundImage}
{@link #GenericDraweeView_fadeDuration com.reactlibrary.test:fadeDuration}
{@link #GenericDraweeView_failureImage com.reactlibrary.test:failureImage}
{@link #GenericDraweeView_failureImageScaleType com.reactlibrary.test:failureImageScaleType}
{@link #GenericDraweeView_overlayImage com.reactlibrary.test:overlayImage}
{@link #GenericDraweeView_placeholderImage com.reactlibrary.test:placeholderImage}
{@link #GenericDraweeView_placeholderImageScaleType com.reactlibrary.test:placeholderImageScaleType}
{@link #GenericDraweeView_pressedStateOverlayImage com.reactlibrary.test:pressedStateOverlayImage}
{@link #GenericDraweeView_progressBarAutoRotateInterval com.reactlibrary.test:progressBarAutoRotateInterval}
{@link #GenericDraweeView_progressBarImage com.reactlibrary.test:progressBarImage}
{@link #GenericDraweeView_progressBarImageScaleType com.reactlibrary.test:progressBarImageScaleType}
{@link #GenericDraweeView_retryImage com.reactlibrary.test:retryImage}
{@link #GenericDraweeView_retryImageScaleType com.reactlibrary.test:retryImageScaleType}
{@link #GenericDraweeView_roundAsCircle com.reactlibrary.test:roundAsCircle}
{@link #GenericDraweeView_roundBottomLeft com.reactlibrary.test:roundBottomLeft}
{@link #GenericDraweeView_roundBottomRight com.reactlibrary.test:roundBottomRight}
{@link #GenericDraweeView_roundTopLeft com.reactlibrary.test:roundTopLeft}
{@link #GenericDraweeView_roundTopRight com.reactlibrary.test:roundTopRight}
{@link #GenericDraweeView_roundWithOverlayColor com.reactlibrary.test:roundWithOverlayColor}
{@link #GenericDraweeView_roundedCornerRadius com.reactlibrary.test:roundedCornerRadius}
{@link #GenericDraweeView_roundingBorderColor com.reactlibrary.test:roundingBorderColor}
{@link #GenericDraweeView_roundingBorderWidth com.reactlibrary.test:roundingBorderWidth}
{@link #GenericDraweeView_viewAspectRatio com.reactlibrary.test:viewAspectRatio}
+ @see #GenericDraweeView_actualImageScaleType + @see #GenericDraweeView_backgroundImage + @see #GenericDraweeView_fadeDuration + @see #GenericDraweeView_failureImage + @see #GenericDraweeView_failureImageScaleType + @see #GenericDraweeView_overlayImage + @see #GenericDraweeView_placeholderImage + @see #GenericDraweeView_placeholderImageScaleType + @see #GenericDraweeView_pressedStateOverlayImage + @see #GenericDraweeView_progressBarAutoRotateInterval + @see #GenericDraweeView_progressBarImage + @see #GenericDraweeView_progressBarImageScaleType + @see #GenericDraweeView_retryImage + @see #GenericDraweeView_retryImageScaleType + @see #GenericDraweeView_roundAsCircle + @see #GenericDraweeView_roundBottomLeft + @see #GenericDraweeView_roundBottomRight + @see #GenericDraweeView_roundTopLeft + @see #GenericDraweeView_roundTopRight + @see #GenericDraweeView_roundWithOverlayColor + @see #GenericDraweeView_roundedCornerRadius + @see #GenericDraweeView_roundingBorderColor + @see #GenericDraweeView_roundingBorderWidth + @see #GenericDraweeView_viewAspectRatio + */ + public static final int[] GenericDraweeView = { + 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, + 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, + 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, + 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, + 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actualImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary.test:actualImageScaleType + */ + public static final int GenericDraweeView_actualImageScaleType = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#backgroundImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:backgroundImage + */ + public static final int GenericDraweeView_backgroundImage = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#fadeDuration} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:fadeDuration + */ + public static final int GenericDraweeView_fadeDuration = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#failureImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:failureImage + */ + public static final int GenericDraweeView_failureImage = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#failureImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary.test:failureImageScaleType + */ + public static final int GenericDraweeView_failureImageScaleType = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#overlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:overlayImage + */ + public static final int GenericDraweeView_overlayImage = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#placeholderImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:placeholderImage + */ + public static final int GenericDraweeView_placeholderImage = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#placeholderImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary.test:placeholderImageScaleType + */ + public static final int GenericDraweeView_placeholderImageScaleType = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#pressedStateOverlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:pressedStateOverlayImage + */ + public static final int GenericDraweeView_pressedStateOverlayImage = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#progressBarAutoRotateInterval} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:progressBarAutoRotateInterval + */ + public static final int GenericDraweeView_progressBarAutoRotateInterval = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#progressBarImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:progressBarImage + */ + public static final int GenericDraweeView_progressBarImage = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#progressBarImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary.test:progressBarImageScaleType + */ + public static final int GenericDraweeView_progressBarImageScaleType = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#retryImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:retryImage + */ + public static final int GenericDraweeView_retryImage = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#retryImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary.test:retryImageScaleType + */ + public static final int GenericDraweeView_retryImageScaleType = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundAsCircle} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundAsCircle + */ + public static final int GenericDraweeView_roundAsCircle = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundBottomLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundBottomLeft + */ + public static final int GenericDraweeView_roundBottomLeft = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundBottomRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundBottomRight + */ + public static final int GenericDraweeView_roundBottomRight = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundTopLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundTopLeft + */ + public static final int GenericDraweeView_roundTopLeft = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundTopRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundTopRight + */ + public static final int GenericDraweeView_roundTopRight = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundWithOverlayColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundWithOverlayColor + */ + public static final int GenericDraweeView_roundWithOverlayColor = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundedCornerRadius} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundedCornerRadius + */ + public static final int GenericDraweeView_roundedCornerRadius = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundingBorderColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundingBorderColor + */ + public static final int GenericDraweeView_roundingBorderColor = 23; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#roundingBorderWidth} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:roundingBorderWidth + */ + public static final int GenericDraweeView_roundingBorderWidth = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#viewAspectRatio} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:viewAspectRatio + */ + public static final int GenericDraweeView_viewAspectRatio = 1; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.reactlibrary.test:divider}
{@link #LinearLayoutCompat_dividerPadding com.reactlibrary.test:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.reactlibrary.test:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.reactlibrary.test:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, + 0x7f010049 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:divider + */ + public static final int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.reactlibrary.test:showDividers + */ + public static final int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static final int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static final int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static final int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.reactlibrary.test:actionLayout}
{@link #MenuItem_actionProviderClass com.reactlibrary.test:actionProviderClass}
{@link #MenuItem_actionViewClass com.reactlibrary.test:actionViewClass}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_showAsAction com.reactlibrary.test:showAsAction}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_showAsAction + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, + 0x7f01004d + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionLayout + */ + public static final int MenuItem_actionLayout = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:actionProviderClass + */ + public static final int MenuItem_actionProviderClass = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:actionViewClass + */ + public static final int MenuItem_actionViewClass = 15; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static final int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static final int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static final int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static final int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static final int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static final int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static final int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static final int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.reactlibrary.test:showAsAction + */ + public static final int MenuItem_showAsAction = 13; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.reactlibrary.test:preserveIconSpacing}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing = 7; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.reactlibrary.test:overlapAnchor}
+ @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x7f01004f + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor = 1; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.reactlibrary.test:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f010050 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_layoutManager com.reactlibrary.test:layoutManager}
{@link #RecyclerView_reverseLayout com.reactlibrary.test:reverseLayout}
{@link #RecyclerView_spanCount com.reactlibrary.test:spanCount}
{@link #RecyclerView_stackFromEnd com.reactlibrary.test:stackFromEnd}
+ @see #RecyclerView_android_orientation + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, + 0x7f010054 + }; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static final int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:layoutManager + */ + public static final int RecyclerView_layoutManager = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:reverseLayout + */ + public static final int RecyclerView_reverseLayout = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:spanCount + */ + public static final int RecyclerView_spanCount = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd = 4; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.reactlibrary.test:closeIcon}
{@link #SearchView_commitIcon com.reactlibrary.test:commitIcon}
{@link #SearchView_defaultQueryHint com.reactlibrary.test:defaultQueryHint}
{@link #SearchView_goIcon com.reactlibrary.test:goIcon}
{@link #SearchView_iconifiedByDefault com.reactlibrary.test:iconifiedByDefault}
{@link #SearchView_layout com.reactlibrary.test:layout}
{@link #SearchView_queryBackground com.reactlibrary.test:queryBackground}
{@link #SearchView_queryHint com.reactlibrary.test:queryHint}
{@link #SearchView_searchHintIcon com.reactlibrary.test:searchHintIcon}
{@link #SearchView_searchIcon com.reactlibrary.test:searchIcon}
{@link #SearchView_submitBackground com.reactlibrary.test:submitBackground}
{@link #SearchView_suggestionRowLayout com.reactlibrary.test:suggestionRowLayout}
{@link #SearchView_voiceIcon com.reactlibrary.test:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, + 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, + 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, + 0x7f010061 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static final int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static final int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:closeIcon + */ + public static final int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:commitIcon + */ + public static final int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:goIcon + */ + public static final int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:layout + */ + public static final int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:queryBackground + */ + public static final int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:queryHint + */ + public static final int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:searchHintIcon + */ + public static final int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:searchIcon + */ + public static final int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:submitBackground + */ + public static final int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:voiceIcon + */ + public static final int SearchView_voiceIcon = 12; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.reactlibrary.test:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth = 2; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static final int Spinner_android_prompt = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:popupTheme + */ + public static final int Spinner_popupTheme = 3; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.reactlibrary.test:showText}
{@link #SwitchCompat_splitTrack com.reactlibrary.test:splitTrack}
{@link #SwitchCompat_switchMinWidth com.reactlibrary.test:switchMinWidth}
{@link #SwitchCompat_switchPadding com.reactlibrary.test:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.reactlibrary.test:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.reactlibrary.test:thumbTextPadding}
{@link #SwitchCompat_track com.reactlibrary.test:track}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_track + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f010062, + 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, + 0x7f010067, 0x7f010068 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:showText + */ + public static final int SwitchCompat_showText = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:splitTrack + */ + public static final int SwitchCompat_splitTrack = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:switchPadding + */ + public static final int SwitchCompat_switchPadding = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:track + */ + public static final int SwitchCompat_track = 3; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps com.reactlibrary.test:textAllCaps}
+ @see #TextAppearance_android_textColor + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static final int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static final int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static final int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.reactlibrary.test:textAllCaps + */ + public static final int TextAppearance_textAllCaps = 4; + /** Attributes that can be used with a Theme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Theme_actionBarDivider com.reactlibrary.test:actionBarDivider}
{@link #Theme_actionBarItemBackground com.reactlibrary.test:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.reactlibrary.test:actionBarPopupTheme}
{@link #Theme_actionBarSize com.reactlibrary.test:actionBarSize}
{@link #Theme_actionBarSplitStyle com.reactlibrary.test:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.reactlibrary.test:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.reactlibrary.test:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.reactlibrary.test:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.reactlibrary.test:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.reactlibrary.test:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.reactlibrary.test:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.reactlibrary.test:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.reactlibrary.test:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.reactlibrary.test:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.reactlibrary.test:actionMenuTextColor}
{@link #Theme_actionModeBackground com.reactlibrary.test:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.reactlibrary.test:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.reactlibrary.test:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.reactlibrary.test:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.reactlibrary.test:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.reactlibrary.test:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.reactlibrary.test:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.reactlibrary.test:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.reactlibrary.test:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.reactlibrary.test:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.reactlibrary.test:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.reactlibrary.test:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.reactlibrary.test:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.reactlibrary.test:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.reactlibrary.test:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.reactlibrary.test:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.reactlibrary.test:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.reactlibrary.test:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.reactlibrary.test:alertDialogStyle}
{@link #Theme_alertDialogTheme com.reactlibrary.test:alertDialogTheme}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_autoCompleteTextViewStyle com.reactlibrary.test:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.reactlibrary.test:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.reactlibrary.test:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.reactlibrary.test:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.reactlibrary.test:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.reactlibrary.test:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.reactlibrary.test:buttonBarStyle}
{@link #Theme_buttonStyle com.reactlibrary.test:buttonStyle}
{@link #Theme_buttonStyleSmall com.reactlibrary.test:buttonStyleSmall}
{@link #Theme_checkboxStyle com.reactlibrary.test:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.reactlibrary.test:checkedTextViewStyle}
{@link #Theme_colorAccent com.reactlibrary.test:colorAccent}
{@link #Theme_colorButtonNormal com.reactlibrary.test:colorButtonNormal}
{@link #Theme_colorControlActivated com.reactlibrary.test:colorControlActivated}
{@link #Theme_colorControlHighlight com.reactlibrary.test:colorControlHighlight}
{@link #Theme_colorControlNormal com.reactlibrary.test:colorControlNormal}
{@link #Theme_colorPrimary com.reactlibrary.test:colorPrimary}
{@link #Theme_colorPrimaryDark com.reactlibrary.test:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.reactlibrary.test:colorSwitchThumbNormal}
{@link #Theme_controlBackground com.reactlibrary.test:controlBackground}
{@link #Theme_dialogPreferredPadding com.reactlibrary.test:dialogPreferredPadding}
{@link #Theme_dialogTheme com.reactlibrary.test:dialogTheme}
{@link #Theme_dividerHorizontal com.reactlibrary.test:dividerHorizontal}
{@link #Theme_dividerVertical com.reactlibrary.test:dividerVertical}
{@link #Theme_dropDownListViewStyle com.reactlibrary.test:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.reactlibrary.test:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.reactlibrary.test:editTextBackground}
{@link #Theme_editTextColor com.reactlibrary.test:editTextColor}
{@link #Theme_editTextStyle com.reactlibrary.test:editTextStyle}
{@link #Theme_homeAsUpIndicator com.reactlibrary.test:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.reactlibrary.test:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.reactlibrary.test:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.reactlibrary.test:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.reactlibrary.test:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.reactlibrary.test:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.reactlibrary.test:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.reactlibrary.test:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.reactlibrary.test:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.reactlibrary.test:panelBackground}
{@link #Theme_panelMenuListTheme com.reactlibrary.test:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.reactlibrary.test:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.reactlibrary.test:popupMenuStyle}
{@link #Theme_popupWindowStyle com.reactlibrary.test:popupWindowStyle}
{@link #Theme_radioButtonStyle com.reactlibrary.test:radioButtonStyle}
{@link #Theme_ratingBarStyle com.reactlibrary.test:ratingBarStyle}
{@link #Theme_searchViewStyle com.reactlibrary.test:searchViewStyle}
{@link #Theme_selectableItemBackground com.reactlibrary.test:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.reactlibrary.test:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.reactlibrary.test:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.reactlibrary.test:spinnerStyle}
{@link #Theme_switchStyle com.reactlibrary.test:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.reactlibrary.test:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.reactlibrary.test:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.reactlibrary.test:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.reactlibrary.test:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.reactlibrary.test:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.reactlibrary.test:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.reactlibrary.test:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.reactlibrary.test:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.reactlibrary.test:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.reactlibrary.test:toolbarStyle}
{@link #Theme_windowActionBar com.reactlibrary.test:windowActionBar}
{@link #Theme_windowActionBarOverlay com.reactlibrary.test:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.reactlibrary.test:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.reactlibrary.test:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.reactlibrary.test:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.reactlibrary.test:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.reactlibrary.test:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.reactlibrary.test:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.reactlibrary.test:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.reactlibrary.test:windowNoTitle}
+ @see #Theme_actionBarDivider + @see #Theme_actionBarItemBackground + @see #Theme_actionBarPopupTheme + @see #Theme_actionBarSize + @see #Theme_actionBarSplitStyle + @see #Theme_actionBarStyle + @see #Theme_actionBarTabBarStyle + @see #Theme_actionBarTabStyle + @see #Theme_actionBarTabTextStyle + @see #Theme_actionBarTheme + @see #Theme_actionBarWidgetTheme + @see #Theme_actionButtonStyle + @see #Theme_actionDropDownStyle + @see #Theme_actionMenuTextAppearance + @see #Theme_actionMenuTextColor + @see #Theme_actionModeBackground + @see #Theme_actionModeCloseButtonStyle + @see #Theme_actionModeCloseDrawable + @see #Theme_actionModeCopyDrawable + @see #Theme_actionModeCutDrawable + @see #Theme_actionModeFindDrawable + @see #Theme_actionModePasteDrawable + @see #Theme_actionModePopupWindowStyle + @see #Theme_actionModeSelectAllDrawable + @see #Theme_actionModeShareDrawable + @see #Theme_actionModeSplitBackground + @see #Theme_actionModeStyle + @see #Theme_actionModeWebSearchDrawable + @see #Theme_actionOverflowButtonStyle + @see #Theme_actionOverflowMenuStyle + @see #Theme_activityChooserViewStyle + @see #Theme_alertDialogButtonGroupStyle + @see #Theme_alertDialogCenterButtons + @see #Theme_alertDialogStyle + @see #Theme_alertDialogTheme + @see #Theme_android_windowAnimationStyle + @see #Theme_android_windowIsFloating + @see #Theme_autoCompleteTextViewStyle + @see #Theme_borderlessButtonStyle + @see #Theme_buttonBarButtonStyle + @see #Theme_buttonBarNegativeButtonStyle + @see #Theme_buttonBarNeutralButtonStyle + @see #Theme_buttonBarPositiveButtonStyle + @see #Theme_buttonBarStyle + @see #Theme_buttonStyle + @see #Theme_buttonStyleSmall + @see #Theme_checkboxStyle + @see #Theme_checkedTextViewStyle + @see #Theme_colorAccent + @see #Theme_colorButtonNormal + @see #Theme_colorControlActivated + @see #Theme_colorControlHighlight + @see #Theme_colorControlNormal + @see #Theme_colorPrimary + @see #Theme_colorPrimaryDark + @see #Theme_colorSwitchThumbNormal + @see #Theme_controlBackground + @see #Theme_dialogPreferredPadding + @see #Theme_dialogTheme + @see #Theme_dividerHorizontal + @see #Theme_dividerVertical + @see #Theme_dropDownListViewStyle + @see #Theme_dropdownListPreferredItemHeight + @see #Theme_editTextBackground + @see #Theme_editTextColor + @see #Theme_editTextStyle + @see #Theme_homeAsUpIndicator + @see #Theme_listChoiceBackgroundIndicator + @see #Theme_listDividerAlertDialog + @see #Theme_listPopupWindowStyle + @see #Theme_listPreferredItemHeight + @see #Theme_listPreferredItemHeightLarge + @see #Theme_listPreferredItemHeightSmall + @see #Theme_listPreferredItemPaddingLeft + @see #Theme_listPreferredItemPaddingRight + @see #Theme_panelBackground + @see #Theme_panelMenuListTheme + @see #Theme_panelMenuListWidth + @see #Theme_popupMenuStyle + @see #Theme_popupWindowStyle + @see #Theme_radioButtonStyle + @see #Theme_ratingBarStyle + @see #Theme_searchViewStyle + @see #Theme_selectableItemBackground + @see #Theme_selectableItemBackgroundBorderless + @see #Theme_spinnerDropDownItemStyle + @see #Theme_spinnerStyle + @see #Theme_switchStyle + @see #Theme_textAppearanceLargePopupMenu + @see #Theme_textAppearanceListItem + @see #Theme_textAppearanceListItemSmall + @see #Theme_textAppearanceSearchResultSubtitle + @see #Theme_textAppearanceSearchResultTitle + @see #Theme_textAppearanceSmallPopupMenu + @see #Theme_textColorAlertDialogListItem + @see #Theme_textColorSearchUrl + @see #Theme_toolbarNavigationButtonStyle + @see #Theme_toolbarStyle + @see #Theme_windowActionBar + @see #Theme_windowActionBarOverlay + @see #Theme_windowActionModeOverlay + @see #Theme_windowFixedHeightMajor + @see #Theme_windowFixedHeightMinor + @see #Theme_windowFixedWidthMajor + @see #Theme_windowFixedWidthMinor + @see #Theme_windowMinWidthMajor + @see #Theme_windowMinWidthMinor + @see #Theme_windowNoTitle + */ + public static final int[] Theme = { + 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, + 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, + 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, + 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, + 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, + 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, + 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, + 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, + 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, + 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, + 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, + 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, + 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, + 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, + 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, + 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, + 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, + 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, + 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, + 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, + 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, + 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, + 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, + 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, + 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, + 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarDivider} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarDivider + */ + public static final int Theme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarItemBackground + */ + public static final int Theme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarPopupTheme + */ + public static final int Theme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarSize} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.reactlibrary.test:actionBarSize + */ + public static final int Theme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarSplitStyle + */ + public static final int Theme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarStyle + */ + public static final int Theme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarTabBarStyle + */ + public static final int Theme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarTabStyle + */ + public static final int Theme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarTabTextStyle + */ + public static final int Theme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarTheme + */ + public static final int Theme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionBarWidgetTheme + */ + public static final int Theme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionButtonStyle + */ + public static final int Theme_actionButtonStyle = 49; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionDropDownStyle + */ + public static final int Theme_actionDropDownStyle = 45; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionMenuTextAppearance + */ + public static final int Theme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary.test:actionMenuTextColor + */ + public static final int Theme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeBackground + */ + public static final int Theme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeCloseButtonStyle + */ + public static final int Theme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeCloseDrawable + */ + public static final int Theme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeCopyDrawable + */ + public static final int Theme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeCutDrawable + */ + public static final int Theme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeFindDrawable + */ + public static final int Theme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModePasteDrawable + */ + public static final int Theme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModePopupWindowStyle + */ + public static final int Theme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeSelectAllDrawable + */ + public static final int Theme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeShareDrawable + */ + public static final int Theme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeSplitBackground + */ + public static final int Theme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeStyle + */ + public static final int Theme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionModeWebSearchDrawable + */ + public static final int Theme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionOverflowButtonStyle + */ + public static final int Theme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:actionOverflowMenuStyle + */ + public static final int Theme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:activityChooserViewStyle + */ + public static final int Theme_activityChooserViewStyle = 57; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:alertDialogButtonGroupStyle + */ + public static final int Theme_alertDialogButtonGroupStyle = 91; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:alertDialogCenterButtons + */ + public static final int Theme_alertDialogCenterButtons = 92; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:alertDialogStyle + */ + public static final int Theme_alertDialogStyle = 90; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:alertDialogTheme + */ + public static final int Theme_alertDialogTheme = 93; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowAnimationStyle + */ + public static final int Theme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowIsFloating + */ + public static final int Theme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:autoCompleteTextViewStyle + */ + public static final int Theme_autoCompleteTextViewStyle = 98; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:borderlessButtonStyle + */ + public static final int Theme_borderlessButtonStyle = 54; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonBarButtonStyle + */ + public static final int Theme_buttonBarButtonStyle = 51; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonBarNegativeButtonStyle + */ + public static final int Theme_buttonBarNegativeButtonStyle = 96; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonBarNeutralButtonStyle + */ + public static final int Theme_buttonBarNeutralButtonStyle = 97; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonBarPositiveButtonStyle + */ + public static final int Theme_buttonBarPositiveButtonStyle = 95; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonBarStyle + */ + public static final int Theme_buttonBarStyle = 50; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonStyle + */ + public static final int Theme_buttonStyle = 99; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:buttonStyleSmall + */ + public static final int Theme_buttonStyleSmall = 100; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#checkboxStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:checkboxStyle + */ + public static final int Theme_checkboxStyle = 101; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:checkedTextViewStyle + */ + public static final int Theme_checkedTextViewStyle = 102; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorAccent} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorAccent + */ + public static final int Theme_colorAccent = 83; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorButtonNormal + */ + public static final int Theme_colorButtonNormal = 87; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorControlActivated} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorControlActivated + */ + public static final int Theme_colorControlActivated = 85; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorControlHighlight + */ + public static final int Theme_colorControlHighlight = 86; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorControlNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorControlNormal + */ + public static final int Theme_colorControlNormal = 84; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorPrimary} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorPrimary + */ + public static final int Theme_colorPrimary = 81; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorPrimaryDark + */ + public static final int Theme_colorPrimaryDark = 82; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:colorSwitchThumbNormal + */ + public static final int Theme_colorSwitchThumbNormal = 88; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#controlBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:controlBackground + */ + public static final int Theme_controlBackground = 89; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:dialogPreferredPadding + */ + public static final int Theme_dialogPreferredPadding = 43; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#dialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:dialogTheme + */ + public static final int Theme_dialogTheme = 42; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:dividerHorizontal + */ + public static final int Theme_dividerHorizontal = 56; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#dividerVertical} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:dividerVertical + */ + public static final int Theme_dividerVertical = 55; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:dropDownListViewStyle + */ + public static final int Theme_dropDownListViewStyle = 73; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:dropdownListPreferredItemHeight + */ + public static final int Theme_dropdownListPreferredItemHeight = 46; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#editTextBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:editTextBackground + */ + public static final int Theme_editTextBackground = 63; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#editTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary.test:editTextColor + */ + public static final int Theme_editTextColor = 62; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#editTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:editTextStyle + */ + public static final int Theme_editTextStyle = 103; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:homeAsUpIndicator + */ + public static final int Theme_homeAsUpIndicator = 48; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:listChoiceBackgroundIndicator + */ + public static final int Theme_listChoiceBackgroundIndicator = 80; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:listDividerAlertDialog + */ + public static final int Theme_listDividerAlertDialog = 44; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:listPopupWindowStyle + */ + public static final int Theme_listPopupWindowStyle = 74; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:listPreferredItemHeight + */ + public static final int Theme_listPreferredItemHeight = 68; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:listPreferredItemHeightLarge + */ + public static final int Theme_listPreferredItemHeightLarge = 70; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:listPreferredItemHeightSmall + */ + public static final int Theme_listPreferredItemHeightSmall = 69; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:listPreferredItemPaddingLeft + */ + public static final int Theme_listPreferredItemPaddingLeft = 71; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:listPreferredItemPaddingRight + */ + public static final int Theme_listPreferredItemPaddingRight = 72; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#panelBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:panelBackground + */ + public static final int Theme_panelBackground = 77; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:panelMenuListTheme + */ + public static final int Theme_panelMenuListTheme = 79; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:panelMenuListWidth + */ + public static final int Theme_panelMenuListWidth = 78; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:popupMenuStyle + */ + public static final int Theme_popupMenuStyle = 60; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:popupWindowStyle + */ + public static final int Theme_popupWindowStyle = 61; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:radioButtonStyle + */ + public static final int Theme_radioButtonStyle = 104; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:ratingBarStyle + */ + public static final int Theme_ratingBarStyle = 105; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#searchViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:searchViewStyle + */ + public static final int Theme_searchViewStyle = 67; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:selectableItemBackground + */ + public static final int Theme_selectableItemBackground = 52; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:selectableItemBackgroundBorderless + */ + public static final int Theme_selectableItemBackgroundBorderless = 53; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:spinnerDropDownItemStyle + */ + public static final int Theme_spinnerDropDownItemStyle = 47; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#spinnerStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:spinnerStyle + */ + public static final int Theme_spinnerStyle = 106; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#switchStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:switchStyle + */ + public static final int Theme_switchStyle = 107; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:textAppearanceLargePopupMenu + */ + public static final int Theme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:textAppearanceListItem + */ + public static final int Theme_textAppearanceListItem = 75; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:textAppearanceListItemSmall + */ + public static final int Theme_textAppearanceListItemSmall = 76; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:textAppearanceSearchResultSubtitle + */ + public static final int Theme_textAppearanceSearchResultSubtitle = 65; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:textAppearanceSearchResultTitle + */ + public static final int Theme_textAppearanceSearchResultTitle = 64; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:textAppearanceSmallPopupMenu + */ + public static final int Theme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary.test:textColorAlertDialogListItem + */ + public static final int Theme_textColorAlertDialogListItem = 94; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary.test:textColorSearchUrl + */ + public static final int Theme_textColorSearchUrl = 66; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:toolbarNavigationButtonStyle + */ + public static final int Theme_toolbarNavigationButtonStyle = 59; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#toolbarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:toolbarStyle + */ + public static final int Theme_toolbarStyle = 58; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowActionBar} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowActionBar + */ + public static final int Theme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowActionBarOverlay + */ + public static final int Theme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowActionModeOverlay + */ + public static final int Theme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowFixedHeightMajor + */ + public static final int Theme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowFixedHeightMinor + */ + public static final int Theme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowFixedWidthMajor + */ + public static final int Theme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowFixedWidthMinor + */ + public static final int Theme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowMinWidthMajor + */ + public static final int Theme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowMinWidthMinor + */ + public static final int Theme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#windowNoTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:windowNoTitle + */ + public static final int Theme_windowNoTitle = 3; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.reactlibrary.test:collapseContentDescription}
{@link #Toolbar_collapseIcon com.reactlibrary.test:collapseIcon}
{@link #Toolbar_contentInsetEnd com.reactlibrary.test:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.reactlibrary.test:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.reactlibrary.test:contentInsetRight}
{@link #Toolbar_contentInsetStart com.reactlibrary.test:contentInsetStart}
{@link #Toolbar_logo com.reactlibrary.test:logo}
{@link #Toolbar_logoDescription com.reactlibrary.test:logoDescription}
{@link #Toolbar_maxButtonHeight com.reactlibrary.test:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.reactlibrary.test:navigationContentDescription}
{@link #Toolbar_navigationIcon com.reactlibrary.test:navigationIcon}
{@link #Toolbar_popupTheme com.reactlibrary.test:popupTheme}
{@link #Toolbar_subtitle com.reactlibrary.test:subtitle}
{@link #Toolbar_subtitleTextAppearance com.reactlibrary.test:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.reactlibrary.test:subtitleTextColor}
{@link #Toolbar_title com.reactlibrary.test:title}
{@link #Toolbar_titleMarginBottom com.reactlibrary.test:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.reactlibrary.test:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.reactlibrary.test:titleMarginStart}
{@link #Toolbar_titleMarginTop com.reactlibrary.test:titleMarginTop}
{@link #Toolbar_titleMargins com.reactlibrary.test:titleMargins}
{@link #Toolbar_titleTextAppearance com.reactlibrary.test:titleTextAppearance}
{@link #Toolbar_titleTextColor com.reactlibrary.test:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, + 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, + 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static final int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:collapseIcon + */ + public static final int Toolbar_collapseIcon = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetRight + */ + public static final int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:contentInsetStart + */ + public static final int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:logo + */ + public static final int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:logoDescription + */ + public static final int Toolbar_logoDescription = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:navigationIcon + */ + public static final int Toolbar_navigationIcon = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:popupTheme + */ + public static final int Toolbar_popupTheme = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:subtitle + */ + public static final int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor = 24; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:title + */ + public static final int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:titleMarginStart + */ + public static final int Toolbar_titleMarginStart = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:titleMarginTop + */ + public static final int Toolbar_titleMarginTop = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:titleMargins + */ + public static final int Toolbar_titleMargins = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:titleTextColor + */ + public static final int Toolbar_titleTextColor = 23; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.reactlibrary.test:paddingEnd}
{@link #View_paddingStart com.reactlibrary.test:paddingStart}
{@link #View_theme com.reactlibrary.test:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, + 0x7f0100e4 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static final int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static final int View_android_theme = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:paddingEnd + */ + public static final int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:paddingStart + */ + public static final int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary.test:theme + */ + public static final int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.reactlibrary.test:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.reactlibrary.test:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f0100e5, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary.test:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.test.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.reactlibrary.test:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static final int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static final int ViewStubCompat_android_layout = 1; + }; +} diff --git a/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java b/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java new file mode 100644 index 0000000000000000000000000000000000000000..2a9140d8768455ea35ab414a0d45cbd7d6ccaef5 --- /dev/null +++ b/android/build/generated/source/r/androidTest/debug/org/webkit/android_jsc/R.java @@ -0,0 +1,10 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package org.webkit.android_jsc; + +public final class R { +} diff --git a/android/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/android/build/generated/source/r/debug/android/support/v7/appcompat/R.java new file mode 100644 index 0000000000000000000000000000000000000000..0ea0c0ad940f5d50c34f47927e69b527f82fc624 --- /dev/null +++ b/android/build/generated/source/r/debug/android/support/v7/appcompat/R.java @@ -0,0 +1,1222 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package android.support.v7.appcompat; + +public final class R { + public static final class anim { + public static int abc_fade_in = 0x7f040000; + public static int abc_fade_out = 0x7f040001; + public static int abc_grow_fade_in_from_bottom = 0x7f040002; + public static int abc_popup_enter = 0x7f040003; + public static int abc_popup_exit = 0x7f040004; + public static int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static int abc_slide_in_bottom = 0x7f040006; + public static int abc_slide_in_top = 0x7f040007; + public static int abc_slide_out_bottom = 0x7f040008; + public static int abc_slide_out_top = 0x7f040009; + } + public static final class attr { + public static int actionBarDivider = 0x7f01007e; + public static int actionBarItemBackground = 0x7f01007f; + public static int actionBarPopupTheme = 0x7f010078; + public static int actionBarSize = 0x7f01007d; + public static int actionBarSplitStyle = 0x7f01007a; + public static int actionBarStyle = 0x7f010079; + public static int actionBarTabBarStyle = 0x7f010074; + public static int actionBarTabStyle = 0x7f010073; + public static int actionBarTabTextStyle = 0x7f010075; + public static int actionBarTheme = 0x7f01007b; + public static int actionBarWidgetTheme = 0x7f01007c; + public static int actionButtonStyle = 0x7f010098; + public static int actionDropDownStyle = 0x7f010094; + public static int actionLayout = 0x7f01004b; + public static int actionMenuTextAppearance = 0x7f010080; + public static int actionMenuTextColor = 0x7f010081; + public static int actionModeBackground = 0x7f010084; + public static int actionModeCloseButtonStyle = 0x7f010083; + public static int actionModeCloseDrawable = 0x7f010086; + public static int actionModeCopyDrawable = 0x7f010088; + public static int actionModeCutDrawable = 0x7f010087; + public static int actionModeFindDrawable = 0x7f01008c; + public static int actionModePasteDrawable = 0x7f010089; + public static int actionModePopupWindowStyle = 0x7f01008e; + public static int actionModeSelectAllDrawable = 0x7f01008a; + public static int actionModeShareDrawable = 0x7f01008b; + public static int actionModeSplitBackground = 0x7f010085; + public static int actionModeStyle = 0x7f010082; + public static int actionModeWebSearchDrawable = 0x7f01008d; + public static int actionOverflowButtonStyle = 0x7f010076; + public static int actionOverflowMenuStyle = 0x7f010077; + public static int actionProviderClass = 0x7f01004d; + public static int actionViewClass = 0x7f01004c; + public static int activityChooserViewStyle = 0x7f0100a0; + public static int alertDialogButtonGroupStyle = 0x7f0100c2; + public static int alertDialogCenterButtons = 0x7f0100c3; + public static int alertDialogStyle = 0x7f0100c1; + public static int alertDialogTheme = 0x7f0100c4; + public static int arrowHeadLength = 0x7f01002b; + public static int arrowShaftLength = 0x7f01002c; + public static int autoCompleteTextViewStyle = 0x7f0100c9; + public static int background = 0x7f01000c; + public static int backgroundSplit = 0x7f01000e; + public static int backgroundStacked = 0x7f01000d; + public static int backgroundTint = 0x7f0100e5; + public static int backgroundTintMode = 0x7f0100e6; + public static int barLength = 0x7f01002d; + public static int borderlessButtonStyle = 0x7f01009d; + public static int buttonBarButtonStyle = 0x7f01009a; + public static int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static int buttonBarStyle = 0x7f010099; + public static int buttonPanelSideLayout = 0x7f01001f; + public static int buttonStyle = 0x7f0100ca; + public static int buttonStyleSmall = 0x7f0100cb; + public static int buttonTint = 0x7f010025; + public static int buttonTintMode = 0x7f010026; + public static int checkboxStyle = 0x7f0100cc; + public static int checkedTextViewStyle = 0x7f0100cd; + public static int closeIcon = 0x7f010059; + public static int closeItemLayout = 0x7f01001c; + public static int collapseContentDescription = 0x7f0100dc; + public static int collapseIcon = 0x7f0100db; + public static int color = 0x7f010027; + public static int colorAccent = 0x7f0100ba; + public static int colorButtonNormal = 0x7f0100be; + public static int colorControlActivated = 0x7f0100bc; + public static int colorControlHighlight = 0x7f0100bd; + public static int colorControlNormal = 0x7f0100bb; + public static int colorPrimary = 0x7f0100b8; + public static int colorPrimaryDark = 0x7f0100b9; + public static int colorSwitchThumbNormal = 0x7f0100bf; + public static int commitIcon = 0x7f01005e; + public static int contentInsetEnd = 0x7f010017; + public static int contentInsetLeft = 0x7f010018; + public static int contentInsetRight = 0x7f010019; + public static int contentInsetStart = 0x7f010016; + public static int controlBackground = 0x7f0100c0; + public static int customNavigationLayout = 0x7f01000f; + public static int defaultQueryHint = 0x7f010058; + public static int dialogPreferredPadding = 0x7f010092; + public static int dialogTheme = 0x7f010091; + public static int displayOptions = 0x7f010005; + public static int divider = 0x7f01000b; + public static int dividerHorizontal = 0x7f01009f; + public static int dividerPadding = 0x7f010049; + public static int dividerVertical = 0x7f01009e; + public static int drawableSize = 0x7f010029; + public static int drawerArrowStyle = 0x7f010000; + public static int dropDownListViewStyle = 0x7f0100b0; + public static int dropdownListPreferredItemHeight = 0x7f010095; + public static int editTextBackground = 0x7f0100a6; + public static int editTextColor = 0x7f0100a5; + public static int editTextStyle = 0x7f0100ce; + public static int elevation = 0x7f01001a; + public static int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static int gapBetweenBars = 0x7f01002a; + public static int goIcon = 0x7f01005a; + public static int height = 0x7f010001; + public static int hideOnContentScroll = 0x7f010015; + public static int homeAsUpIndicator = 0x7f010097; + public static int homeLayout = 0x7f010010; + public static int icon = 0x7f010009; + public static int iconifiedByDefault = 0x7f010056; + public static int indeterminateProgressStyle = 0x7f010012; + public static int initialActivityCount = 0x7f01001d; + public static int isLightTheme = 0x7f010002; + public static int itemPadding = 0x7f010014; + public static int layout = 0x7f010055; + public static int listChoiceBackgroundIndicator = 0x7f0100b7; + public static int listDividerAlertDialog = 0x7f010093; + public static int listItemLayout = 0x7f010023; + public static int listLayout = 0x7f010020; + public static int listPopupWindowStyle = 0x7f0100b1; + public static int listPreferredItemHeight = 0x7f0100ab; + public static int listPreferredItemHeightLarge = 0x7f0100ad; + public static int listPreferredItemHeightSmall = 0x7f0100ac; + public static int listPreferredItemPaddingLeft = 0x7f0100ae; + public static int listPreferredItemPaddingRight = 0x7f0100af; + public static int logo = 0x7f01000a; + public static int logoDescription = 0x7f0100df; + public static int maxButtonHeight = 0x7f0100da; + public static int measureWithLargestChild = 0x7f010047; + public static int multiChoiceItemLayout = 0x7f010021; + public static int navigationContentDescription = 0x7f0100de; + public static int navigationIcon = 0x7f0100dd; + public static int navigationMode = 0x7f010004; + public static int overlapAnchor = 0x7f01004f; + public static int paddingEnd = 0x7f0100e3; + public static int paddingStart = 0x7f0100e2; + public static int panelBackground = 0x7f0100b4; + public static int panelMenuListTheme = 0x7f0100b6; + public static int panelMenuListWidth = 0x7f0100b5; + public static int popupMenuStyle = 0x7f0100a3; + public static int popupTheme = 0x7f01001b; + public static int popupWindowStyle = 0x7f0100a4; + public static int preserveIconSpacing = 0x7f01004e; + public static int progressBarPadding = 0x7f010013; + public static int progressBarStyle = 0x7f010011; + public static int queryBackground = 0x7f010060; + public static int queryHint = 0x7f010057; + public static int radioButtonStyle = 0x7f0100cf; + public static int ratingBarStyle = 0x7f0100d0; + public static int searchHintIcon = 0x7f01005c; + public static int searchIcon = 0x7f01005b; + public static int searchViewStyle = 0x7f0100aa; + public static int selectableItemBackground = 0x7f01009b; + public static int selectableItemBackgroundBorderless = 0x7f01009c; + public static int showAsAction = 0x7f01004a; + public static int showDividers = 0x7f010048; + public static int showText = 0x7f010068; + public static int singleChoiceItemLayout = 0x7f010022; + public static int spinBars = 0x7f010028; + public static int spinnerDropDownItemStyle = 0x7f010096; + public static int spinnerStyle = 0x7f0100d1; + public static int splitTrack = 0x7f010067; + public static int state_above_anchor = 0x7f010050; + public static int submitBackground = 0x7f010061; + public static int subtitle = 0x7f010006; + public static int subtitleTextAppearance = 0x7f0100d4; + public static int subtitleTextColor = 0x7f0100e1; + public static int subtitleTextStyle = 0x7f010008; + public static int suggestionRowLayout = 0x7f01005f; + public static int switchMinWidth = 0x7f010065; + public static int switchPadding = 0x7f010066; + public static int switchStyle = 0x7f0100d2; + public static int switchTextAppearance = 0x7f010064; + public static int textAllCaps = 0x7f010024; + public static int textAppearanceLargePopupMenu = 0x7f01008f; + public static int textAppearanceListItem = 0x7f0100b2; + public static int textAppearanceListItemSmall = 0x7f0100b3; + public static int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static int textAppearanceSearchResultTitle = 0x7f0100a7; + public static int textAppearanceSmallPopupMenu = 0x7f010090; + public static int textColorAlertDialogListItem = 0x7f0100c5; + public static int textColorSearchUrl = 0x7f0100a9; + public static int theme = 0x7f0100e4; + public static int thickness = 0x7f01002e; + public static int thumbTextPadding = 0x7f010063; + public static int title = 0x7f010003; + public static int titleMarginBottom = 0x7f0100d9; + public static int titleMarginEnd = 0x7f0100d7; + public static int titleMarginStart = 0x7f0100d6; + public static int titleMarginTop = 0x7f0100d8; + public static int titleMargins = 0x7f0100d5; + public static int titleTextAppearance = 0x7f0100d3; + public static int titleTextColor = 0x7f0100e0; + public static int titleTextStyle = 0x7f010007; + public static int toolbarNavigationButtonStyle = 0x7f0100a2; + public static int toolbarStyle = 0x7f0100a1; + public static int track = 0x7f010062; + public static int voiceIcon = 0x7f01005d; + public static int windowActionBar = 0x7f010069; + public static int windowActionBarOverlay = 0x7f01006b; + public static int windowActionModeOverlay = 0x7f01006c; + public static int windowFixedHeightMajor = 0x7f010070; + public static int windowFixedHeightMinor = 0x7f01006e; + public static int windowFixedWidthMajor = 0x7f01006d; + public static int windowFixedWidthMinor = 0x7f01006f; + public static int windowMinWidthMajor = 0x7f010071; + public static int windowMinWidthMinor = 0x7f010072; + public static int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static int abc_action_bar_embed_tabs = 0x7f090002; + public static int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static int abc_color_highlight_material = 0x7f0b003d; + public static int abc_input_method_navigation_guard = 0x7f0b0000; + public static int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static int abc_primary_text_material_dark = 0x7f0b0040; + public static int abc_primary_text_material_light = 0x7f0b0041; + public static int abc_search_url_text = 0x7f0b0042; + public static int abc_search_url_text_normal = 0x7f0b0001; + public static int abc_search_url_text_pressed = 0x7f0b0002; + public static int abc_search_url_text_selected = 0x7f0b0003; + public static int abc_secondary_text_material_dark = 0x7f0b0043; + public static int abc_secondary_text_material_light = 0x7f0b0044; + public static int accent_material_dark = 0x7f0b0004; + public static int accent_material_light = 0x7f0b0005; + public static int background_floating_material_dark = 0x7f0b0006; + public static int background_floating_material_light = 0x7f0b0007; + public static int background_material_dark = 0x7f0b0008; + public static int background_material_light = 0x7f0b0009; + public static int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static int bright_foreground_disabled_material_light = 0x7f0b000b; + public static int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static int bright_foreground_inverse_material_light = 0x7f0b000d; + public static int bright_foreground_material_dark = 0x7f0b000e; + public static int bright_foreground_material_light = 0x7f0b000f; + public static int button_material_dark = 0x7f0b0010; + public static int button_material_light = 0x7f0b0011; + public static int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static int dim_foreground_disabled_material_light = 0x7f0b0014; + public static int dim_foreground_material_dark = 0x7f0b0015; + public static int dim_foreground_material_light = 0x7f0b0016; + public static int foreground_material_dark = 0x7f0b0017; + public static int foreground_material_light = 0x7f0b0018; + public static int highlighted_text_material_dark = 0x7f0b0019; + public static int highlighted_text_material_light = 0x7f0b001a; + public static int hint_foreground_material_dark = 0x7f0b001b; + public static int hint_foreground_material_light = 0x7f0b001c; + public static int material_blue_grey_800 = 0x7f0b001d; + public static int material_blue_grey_900 = 0x7f0b001e; + public static int material_blue_grey_950 = 0x7f0b001f; + public static int material_deep_teal_200 = 0x7f0b0020; + public static int material_deep_teal_500 = 0x7f0b0021; + public static int material_grey_100 = 0x7f0b0022; + public static int material_grey_300 = 0x7f0b0023; + public static int material_grey_50 = 0x7f0b0024; + public static int material_grey_600 = 0x7f0b0025; + public static int material_grey_800 = 0x7f0b0026; + public static int material_grey_850 = 0x7f0b0027; + public static int material_grey_900 = 0x7f0b0028; + public static int primary_dark_material_dark = 0x7f0b0029; + public static int primary_dark_material_light = 0x7f0b002a; + public static int primary_material_dark = 0x7f0b002b; + public static int primary_material_light = 0x7f0b002c; + public static int primary_text_default_material_dark = 0x7f0b002d; + public static int primary_text_default_material_light = 0x7f0b002e; + public static int primary_text_disabled_material_dark = 0x7f0b002f; + public static int primary_text_disabled_material_light = 0x7f0b0030; + public static int ripple_material_dark = 0x7f0b0031; + public static int ripple_material_light = 0x7f0b0032; + public static int secondary_text_default_material_dark = 0x7f0b0033; + public static int secondary_text_default_material_light = 0x7f0b0034; + public static int secondary_text_disabled_material_dark = 0x7f0b0035; + public static int secondary_text_disabled_material_light = 0x7f0b0036; + public static int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static int switch_thumb_disabled_material_light = 0x7f0b0038; + public static int switch_thumb_material_dark = 0x7f0b0045; + public static int switch_thumb_material_light = 0x7f0b0046; + public static int switch_thumb_normal_material_dark = 0x7f0b0039; + public static int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material = 0x7f07000b; + public static int abc_action_bar_default_height_material = 0x7f070001; + public static int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static int abc_action_bar_progress_bar_size = 0x7f070002; + public static int abc_action_bar_stacked_max_height = 0x7f070012; + public static int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static int abc_action_button_min_height_material = 0x7f070016; + public static int abc_action_button_min_width_material = 0x7f070017; + public static int abc_action_button_min_width_overflow_material = 0x7f070018; + public static int abc_alert_dialog_button_bar_height = 0x7f070000; + public static int abc_button_inset_horizontal_material = 0x7f070019; + public static int abc_button_inset_vertical_material = 0x7f07001a; + public static int abc_button_padding_horizontal_material = 0x7f07001b; + public static int abc_button_padding_vertical_material = 0x7f07001c; + public static int abc_config_prefDialogWidth = 0x7f070005; + public static int abc_control_corner_material = 0x7f07001d; + public static int abc_control_inset_material = 0x7f07001e; + public static int abc_control_padding_material = 0x7f07001f; + public static int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static int abc_dialog_min_width_major = 0x7f070021; + public static int abc_dialog_min_width_minor = 0x7f070022; + public static int abc_dialog_padding_material = 0x7f070023; + public static int abc_dialog_padding_top_material = 0x7f070024; + public static int abc_disabled_alpha_material_dark = 0x7f070025; + public static int abc_disabled_alpha_material_light = 0x7f070026; + public static int abc_dropdownitem_icon_width = 0x7f070027; + public static int abc_dropdownitem_text_padding_left = 0x7f070028; + public static int abc_dropdownitem_text_padding_right = 0x7f070029; + public static int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static int abc_edit_text_inset_top_material = 0x7f07002c; + public static int abc_floating_window_z = 0x7f07002d; + public static int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static int abc_panel_menu_list_width = 0x7f07002f; + public static int abc_search_view_preferred_width = 0x7f070030; + public static int abc_search_view_text_min_width = 0x7f070006; + public static int abc_switch_padding = 0x7f07000e; + public static int abc_text_size_body_1_material = 0x7f070031; + public static int abc_text_size_body_2_material = 0x7f070032; + public static int abc_text_size_button_material = 0x7f070033; + public static int abc_text_size_caption_material = 0x7f070034; + public static int abc_text_size_display_1_material = 0x7f070035; + public static int abc_text_size_display_2_material = 0x7f070036; + public static int abc_text_size_display_3_material = 0x7f070037; + public static int abc_text_size_display_4_material = 0x7f070038; + public static int abc_text_size_headline_material = 0x7f070039; + public static int abc_text_size_large_material = 0x7f07003a; + public static int abc_text_size_medium_material = 0x7f07003b; + public static int abc_text_size_menu_material = 0x7f07003c; + public static int abc_text_size_small_material = 0x7f07003d; + public static int abc_text_size_subhead_material = 0x7f07003e; + public static int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static int abc_text_size_title_material = 0x7f07003f; + public static int abc_text_size_title_material_toolbar = 0x7f070004; + public static int dialog_fixed_height_major = 0x7f070007; + public static int dialog_fixed_height_minor = 0x7f070008; + public static int dialog_fixed_width_major = 0x7f070009; + public static int dialog_fixed_width_minor = 0x7f07000a; + public static int disabled_alpha_material_dark = 0x7f070040; + public static int disabled_alpha_material_light = 0x7f070041; + public static int highlight_alpha_material_colored = 0x7f070042; + public static int highlight_alpha_material_dark = 0x7f070043; + public static int highlight_alpha_material_light = 0x7f070044; + public static int notification_large_icon_height = 0x7f070046; + public static int notification_large_icon_width = 0x7f070047; + public static int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static int abc_action_bar_item_background_material = 0x7f020001; + public static int abc_btn_borderless_material = 0x7f020002; + public static int abc_btn_check_material = 0x7f020003; + public static int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static int abc_btn_colored_material = 0x7f020006; + public static int abc_btn_default_mtrl_shape = 0x7f020007; + public static int abc_btn_radio_material = 0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static int abc_cab_background_internal_bg = 0x7f02000f; + public static int abc_cab_background_top_material = 0x7f020010; + public static int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static int abc_control_background_material = 0x7f020012; + public static int abc_dialog_material_background_dark = 0x7f020013; + public static int abc_dialog_material_background_light = 0x7f020014; + public static int abc_edit_text_material = 0x7f020015; + public static int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static int abc_item_background_holo_dark = 0x7f020022; + public static int abc_item_background_holo_light = 0x7f020023; + public static int abc_list_divider_mtrl_alpha = 0x7f020024; + public static int abc_list_focused_holo = 0x7f020025; + public static int abc_list_longpressed_holo = 0x7f020026; + public static int abc_list_pressed_holo_dark = 0x7f020027; + public static int abc_list_pressed_holo_light = 0x7f020028; + public static int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static int abc_list_selector_holo_dark = 0x7f02002d; + public static int abc_list_selector_holo_light = 0x7f02002e; + public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static int abc_popup_background_mtrl_mult = 0x7f020030; + public static int abc_ratingbar_full_material = 0x7f020031; + public static int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static int abc_spinner_textfield_background_material = 0x7f020033; + public static int abc_switch_thumb_material = 0x7f020034; + public static int abc_switch_track_mtrl_alpha = 0x7f020035; + public static int abc_tab_indicator_material = 0x7f020036; + public static int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static int abc_text_cursor_material = 0x7f020038; + public static int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static int abc_textfield_search_material = 0x7f02003d; + public static int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static int action0 = 0x7f0c0057; + public static int action_bar = 0x7f0c0047; + public static int action_bar_activity_content = 0x7f0c0000; + public static int action_bar_container = 0x7f0c0046; + public static int action_bar_root = 0x7f0c0042; + public static int action_bar_spinner = 0x7f0c0001; + public static int action_bar_subtitle = 0x7f0c002b; + public static int action_bar_title = 0x7f0c002a; + public static int action_context_bar = 0x7f0c0048; + public static int action_divider = 0x7f0c005b; + public static int action_menu_divider = 0x7f0c0002; + public static int action_menu_presenter = 0x7f0c0003; + public static int action_mode_bar = 0x7f0c0044; + public static int action_mode_bar_stub = 0x7f0c0043; + public static int action_mode_close_button = 0x7f0c002c; + public static int activity_chooser_view_content = 0x7f0c002d; + public static int alertTitle = 0x7f0c0037; + public static int always = 0x7f0c0024; + public static int beginning = 0x7f0c0021; + public static int buttonPanel = 0x7f0c003d; + public static int cancel_action = 0x7f0c0058; + public static int checkbox = 0x7f0c003f; + public static int chronometer = 0x7f0c005e; + public static int collapseActionView = 0x7f0c0025; + public static int contentPanel = 0x7f0c0038; + public static int custom = 0x7f0c003c; + public static int customPanel = 0x7f0c003b; + public static int decor_content_parent = 0x7f0c0045; + public static int default_activity_button = 0x7f0c0030; + public static int disableHome = 0x7f0c000d; + public static int edit_query = 0x7f0c0049; + public static int end = 0x7f0c0022; + public static int end_padder = 0x7f0c0063; + public static int expand_activities_button = 0x7f0c002e; + public static int expanded_menu = 0x7f0c003e; + public static int home = 0x7f0c0004; + public static int homeAsUp = 0x7f0c000e; + public static int icon = 0x7f0c0032; + public static int ifRoom = 0x7f0c0026; + public static int image = 0x7f0c002f; + public static int info = 0x7f0c0062; + public static int line1 = 0x7f0c005c; + public static int line3 = 0x7f0c0060; + public static int listMode = 0x7f0c000a; + public static int list_item = 0x7f0c0031; + public static int media_actions = 0x7f0c005a; + public static int middle = 0x7f0c0023; + public static int multiply = 0x7f0c0014; + public static int never = 0x7f0c0027; + public static int none = 0x7f0c000f; + public static int normal = 0x7f0c000b; + public static int parentPanel = 0x7f0c0034; + public static int progress_circular = 0x7f0c0006; + public static int progress_horizontal = 0x7f0c0007; + public static int radio = 0x7f0c0041; + public static int screen = 0x7f0c0015; + public static int scrollView = 0x7f0c0039; + public static int search_badge = 0x7f0c004b; + public static int search_bar = 0x7f0c004a; + public static int search_button = 0x7f0c004c; + public static int search_close_btn = 0x7f0c0051; + public static int search_edit_frame = 0x7f0c004d; + public static int search_go_btn = 0x7f0c0053; + public static int search_mag_icon = 0x7f0c004e; + public static int search_plate = 0x7f0c004f; + public static int search_src_text = 0x7f0c0050; + public static int search_voice_btn = 0x7f0c0054; + public static int select_dialog_listview = 0x7f0c0055; + public static int shortcut = 0x7f0c0040; + public static int showCustom = 0x7f0c0010; + public static int showHome = 0x7f0c0011; + public static int showTitle = 0x7f0c0012; + public static int split_action_bar = 0x7f0c0008; + public static int src_atop = 0x7f0c0016; + public static int src_in = 0x7f0c0017; + public static int src_over = 0x7f0c0018; + public static int status_bar_latest_event_content = 0x7f0c0059; + public static int submit_area = 0x7f0c0052; + public static int tabMode = 0x7f0c000c; + public static int text = 0x7f0c0061; + public static int text2 = 0x7f0c005f; + public static int textSpacerNoButtons = 0x7f0c003a; + public static int time = 0x7f0c005d; + public static int title = 0x7f0c0033; + public static int title_template = 0x7f0c0036; + public static int topPanel = 0x7f0c0035; + public static int up = 0x7f0c0009; + public static int useLogo = 0x7f0c0013; + public static int withText = 0x7f0c0028; + public static int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static int abc_config_activityDefaultDur = 0x7f0a0001; + public static int abc_config_activityShortDur = 0x7f0a0002; + public static int abc_max_action_buttons = 0x7f0a0000; + public static int cancel_button_image_alpha = 0x7f0a0003; + public static int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static int abc_action_bar_title_item = 0x7f030000; + public static int abc_action_bar_up_container = 0x7f030001; + public static int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static int abc_action_menu_item_layout = 0x7f030003; + public static int abc_action_menu_layout = 0x7f030004; + public static int abc_action_mode_bar = 0x7f030005; + public static int abc_action_mode_close_item_material = 0x7f030006; + public static int abc_activity_chooser_view = 0x7f030007; + public static int abc_activity_chooser_view_list_item = 0x7f030008; + public static int abc_alert_dialog_material = 0x7f030009; + public static int abc_dialog_title_material = 0x7f03000a; + public static int abc_expanded_menu_layout = 0x7f03000b; + public static int abc_list_menu_item_checkbox = 0x7f03000c; + public static int abc_list_menu_item_icon = 0x7f03000d; + public static int abc_list_menu_item_layout = 0x7f03000e; + public static int abc_list_menu_item_radio = 0x7f03000f; + public static int abc_popup_menu_item_layout = 0x7f030010; + public static int abc_screen_content_include = 0x7f030011; + public static int abc_screen_simple = 0x7f030012; + public static int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static int abc_screen_toolbar = 0x7f030014; + public static int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static int abc_search_view = 0x7f030016; + public static int abc_select_dialog_material = 0x7f030017; + public static int notification_media_action = 0x7f030019; + public static int notification_media_cancel_action = 0x7f03001a; + public static int notification_template_big_media = 0x7f03001b; + public static int notification_template_big_media_narrow = 0x7f03001c; + public static int notification_template_lines = 0x7f03001d; + public static int notification_template_media = 0x7f03001e; + public static int notification_template_part_chronometer = 0x7f03001f; + public static int notification_template_part_time = 0x7f030020; + public static int select_dialog_item_material = 0x7f030024; + public static int select_dialog_multichoice_material = 0x7f030025; + public static int select_dialog_singlechoice_material = 0x7f030026; + public static int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static int abc_action_bar_home_description = 0x7f060000; + public static int abc_action_bar_home_description_format = 0x7f060001; + public static int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static int abc_action_bar_up_description = 0x7f060003; + public static int abc_action_menu_overflow_description = 0x7f060004; + public static int abc_action_mode_done = 0x7f060005; + public static int abc_activity_chooser_view_see_all = 0x7f060006; + public static int abc_activitychooserview_choose_application = 0x7f060007; + public static int abc_search_hint = 0x7f060008; + public static int abc_searchview_description_clear = 0x7f060009; + public static int abc_searchview_description_query = 0x7f06000a; + public static int abc_searchview_description_search = 0x7f06000b; + public static int abc_searchview_description_submit = 0x7f06000c; + public static int abc_searchview_description_voice = 0x7f06000d; + public static int abc_shareactionprovider_share_with = 0x7f06000e; + public static int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static int abc_toolbar_collapse_description = 0x7f060010; + public static int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static int AlertDialog_AppCompat = 0x7f08007a; + public static int AlertDialog_AppCompat_Light = 0x7f08007b; + public static int Animation_AppCompat_Dialog = 0x7f08007c; + public static int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static int Base_AlertDialog_AppCompat = 0x7f08007f; + public static int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static int Base_TextAppearance_AppCompat = 0x7f08002d; + public static int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static int Base_Theme_AppCompat = 0x7f08004e; + public static int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static int Base_Theme_AppCompat_Light = 0x7f08004f; + public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static int Base_V21_Theme_AppCompat = 0x7f080050; + public static int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static int Base_V22_Theme_AppCompat = 0x7f080074; + public static int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static int Base_V23_Theme_AppCompat = 0x7f080077; + public static int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static int Base_V7_Theme_AppCompat = 0x7f080095; + public static int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static int Base_Widget_AppCompat_Button = 0x7f080059; + public static int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static int Base_Widget_AppCompat_EditText = 0x7f080017; + public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static int Base_Widget_AppCompat_ListView = 0x7f080067; + public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static int Platform_AppCompat = 0x7f08000f; + public static int Platform_AppCompat_Light = 0x7f080010; + public static int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static int Platform_V11_AppCompat = 0x7f080011; + public static int Platform_V11_AppCompat_Light = 0x7f080012; + public static int Platform_V14_AppCompat = 0x7f080019; + public static int Platform_V14_AppCompat_Light = 0x7f08001a; + public static int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static int TextAppearance_AppCompat = 0x7f0800ab; + public static int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static int ThemeOverlay_AppCompat = 0x7f0800ed; + public static int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static int Theme_AppCompat = 0x7f0800db; + public static int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static int Theme_AppCompat_Dialog = 0x7f0800dd; + public static int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static int Theme_AppCompat_Light = 0x7f0800e1; + public static int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static int Widget_AppCompat_Button = 0x7f0800fd; + public static int Widget_AppCompat_ButtonBar = 0x7f080103; + public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static int Widget_AppCompat_Button_Colored = 0x7f080101; + public static int Widget_AppCompat_Button_Small = 0x7f080102; + public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static int Widget_AppCompat_EditText = 0x7f08010a; + public static int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static int Widget_AppCompat_ListView = 0x7f080122; + public static int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static int Widget_AppCompat_PopupMenu = 0x7f080125; + public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static int Widget_AppCompat_PopupWindow = 0x7f080127; + public static int Widget_AppCompat_ProgressBar = 0x7f080128; + public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static int Widget_AppCompat_RatingBar = 0x7f08012a; + public static int Widget_AppCompat_SearchView = 0x7f08012b; + public static int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static int Widget_AppCompat_Spinner = 0x7f08012d; + public static int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static int Widget_AppCompat_Toolbar = 0x7f080132; + public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010097 }; + public static int[] ActionBarLayout = { 0x010100b3 }; + public static int ActionBarLayout_android_layout_gravity = 0; + public static int ActionBar_background = 10; + public static int ActionBar_backgroundSplit = 12; + public static int ActionBar_backgroundStacked = 11; + public static int ActionBar_contentInsetEnd = 21; + public static int ActionBar_contentInsetLeft = 22; + public static int ActionBar_contentInsetRight = 23; + public static int ActionBar_contentInsetStart = 20; + public static int ActionBar_customNavigationLayout = 13; + public static int ActionBar_displayOptions = 3; + public static int ActionBar_divider = 9; + public static int ActionBar_elevation = 24; + public static int ActionBar_height = 0; + public static int ActionBar_hideOnContentScroll = 19; + public static int ActionBar_homeAsUpIndicator = 26; + public static int ActionBar_homeLayout = 14; + public static int ActionBar_icon = 7; + public static int ActionBar_indeterminateProgressStyle = 16; + public static int ActionBar_itemPadding = 18; + public static int ActionBar_logo = 8; + public static int ActionBar_navigationMode = 2; + public static int ActionBar_popupTheme = 25; + public static int ActionBar_progressBarPadding = 17; + public static int ActionBar_progressBarStyle = 15; + public static int ActionBar_subtitle = 4; + public static int ActionBar_subtitleTextStyle = 6; + public static int ActionBar_title = 1; + public static int ActionBar_titleTextStyle = 5; + public static int[] ActionMenuItemView = { 0x0101013f }; + public static int ActionMenuItemView_android_minWidth = 0; + public static int[] ActionMenuView = { }; + public static int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + public static int ActionMode_background = 3; + public static int ActionMode_backgroundSplit = 4; + public static int ActionMode_closeItemLayout = 5; + public static int ActionMode_height = 0; + public static int ActionMode_subtitleTextStyle = 2; + public static int ActionMode_titleTextStyle = 1; + public static int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e }; + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static int ActivityChooserView_initialActivityCount = 0; + public static int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + public static int AlertDialog_android_layout = 0; + public static int AlertDialog_buttonPanelSideLayout = 1; + public static int AlertDialog_listItemLayout = 5; + public static int AlertDialog_listLayout = 2; + public static int AlertDialog_multiChoiceItemLayout = 3; + public static int AlertDialog_singleChoiceItemLayout = 4; + public static int[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static int AppCompatTextView_android_textAppearance = 0; + public static int AppCompatTextView_textAllCaps = 1; + public static int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + public static int CompoundButton_android_button = 0; + public static int CompoundButton_buttonTint = 1; + public static int CompoundButton_buttonTintMode = 2; + public static int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + public static int DrawerArrowToggle_arrowHeadLength = 4; + public static int DrawerArrowToggle_arrowShaftLength = 5; + public static int DrawerArrowToggle_barLength = 6; + public static int DrawerArrowToggle_color = 0; + public static int DrawerArrowToggle_drawableSize = 2; + public static int DrawerArrowToggle_gapBetweenBars = 3; + public static int DrawerArrowToggle_spinBars = 1; + public static int DrawerArrowToggle_thickness = 7; + public static int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + public static int LinearLayoutCompat_android_baselineAligned = 2; + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static int LinearLayoutCompat_android_gravity = 0; + public static int LinearLayoutCompat_android_orientation = 1; + public static int LinearLayoutCompat_android_weightSum = 4; + public static int LinearLayoutCompat_divider = 5; + public static int LinearLayoutCompat_dividerPadding = 8; + public static int LinearLayoutCompat_measureWithLargestChild = 6; + public static int LinearLayoutCompat_showDividers = 7; + public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + public static int MenuGroup_android_checkableBehavior = 5; + public static int MenuGroup_android_enabled = 0; + public static int MenuGroup_android_id = 1; + public static int MenuGroup_android_menuCategory = 3; + public static int MenuGroup_android_orderInCategory = 4; + public static int MenuGroup_android_visible = 2; + public static int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + public static int MenuItem_actionLayout = 14; + public static int MenuItem_actionProviderClass = 16; + public static int MenuItem_actionViewClass = 15; + public static int MenuItem_android_alphabeticShortcut = 9; + public static int MenuItem_android_checkable = 11; + public static int MenuItem_android_checked = 3; + public static int MenuItem_android_enabled = 1; + public static int MenuItem_android_icon = 0; + public static int MenuItem_android_id = 2; + public static int MenuItem_android_menuCategory = 5; + public static int MenuItem_android_numericShortcut = 10; + public static int MenuItem_android_onClick = 12; + public static int MenuItem_android_orderInCategory = 6; + public static int MenuItem_android_title = 7; + public static int MenuItem_android_titleCondensed = 8; + public static int MenuItem_android_visible = 4; + public static int MenuItem_showAsAction = 13; + public static int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + public static int MenuView_android_headerBackground = 4; + public static int MenuView_android_horizontalDivider = 2; + public static int MenuView_android_itemBackground = 5; + public static int MenuView_android_itemIconDisabledAlpha = 6; + public static int MenuView_android_itemTextAppearance = 1; + public static int MenuView_android_verticalDivider = 3; + public static int MenuView_android_windowAnimationStyle = 0; + public static int MenuView_preserveIconSpacing = 7; + public static int[] PopupWindow = { 0x01010176, 0x7f01004f }; + public static int[] PopupWindowBackgroundState = { 0x7f010050 }; + public static int PopupWindowBackgroundState_state_above_anchor = 0; + public static int PopupWindow_android_popupBackground = 0; + public static int PopupWindow_overlapAnchor = 1; + public static int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + public static int SearchView_android_focusable = 0; + public static int SearchView_android_imeOptions = 3; + public static int SearchView_android_inputType = 2; + public static int SearchView_android_maxWidth = 1; + public static int SearchView_closeIcon = 8; + public static int SearchView_commitIcon = 13; + public static int SearchView_defaultQueryHint = 7; + public static int SearchView_goIcon = 9; + public static int SearchView_iconifiedByDefault = 5; + public static int SearchView_layout = 4; + public static int SearchView_queryBackground = 15; + public static int SearchView_queryHint = 6; + public static int SearchView_searchHintIcon = 11; + public static int SearchView_searchIcon = 10; + public static int SearchView_submitBackground = 16; + public static int SearchView_suggestionRowLayout = 14; + public static int SearchView_voiceIcon = 12; + public static int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static int Spinner_android_dropDownWidth = 2; + public static int Spinner_android_popupBackground = 0; + public static int Spinner_android_prompt = 1; + public static int Spinner_popupTheme = 3; + public static int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + public static int SwitchCompat_android_textOff = 1; + public static int SwitchCompat_android_textOn = 0; + public static int SwitchCompat_android_thumb = 2; + public static int SwitchCompat_showText = 9; + public static int SwitchCompat_splitTrack = 8; + public static int SwitchCompat_switchMinWidth = 6; + public static int SwitchCompat_switchPadding = 7; + public static int SwitchCompat_switchTextAppearance = 5; + public static int SwitchCompat_thumbTextPadding = 4; + public static int SwitchCompat_track = 3; + public static int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + public static int TextAppearance_android_textColor = 3; + public static int TextAppearance_android_textSize = 0; + public static int TextAppearance_android_textStyle = 2; + public static int TextAppearance_android_typeface = 1; + public static int TextAppearance_textAllCaps = 4; + public static int[] Theme = { 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static int Theme_actionBarDivider = 23; + public static int Theme_actionBarItemBackground = 24; + public static int Theme_actionBarPopupTheme = 17; + public static int Theme_actionBarSize = 22; + public static int Theme_actionBarSplitStyle = 19; + public static int Theme_actionBarStyle = 18; + public static int Theme_actionBarTabBarStyle = 13; + public static int Theme_actionBarTabStyle = 12; + public static int Theme_actionBarTabTextStyle = 14; + public static int Theme_actionBarTheme = 20; + public static int Theme_actionBarWidgetTheme = 21; + public static int Theme_actionButtonStyle = 49; + public static int Theme_actionDropDownStyle = 45; + public static int Theme_actionMenuTextAppearance = 25; + public static int Theme_actionMenuTextColor = 26; + public static int Theme_actionModeBackground = 29; + public static int Theme_actionModeCloseButtonStyle = 28; + public static int Theme_actionModeCloseDrawable = 31; + public static int Theme_actionModeCopyDrawable = 33; + public static int Theme_actionModeCutDrawable = 32; + public static int Theme_actionModeFindDrawable = 37; + public static int Theme_actionModePasteDrawable = 34; + public static int Theme_actionModePopupWindowStyle = 39; + public static int Theme_actionModeSelectAllDrawable = 35; + public static int Theme_actionModeShareDrawable = 36; + public static int Theme_actionModeSplitBackground = 30; + public static int Theme_actionModeStyle = 27; + public static int Theme_actionModeWebSearchDrawable = 38; + public static int Theme_actionOverflowButtonStyle = 15; + public static int Theme_actionOverflowMenuStyle = 16; + public static int Theme_activityChooserViewStyle = 57; + public static int Theme_alertDialogButtonGroupStyle = 91; + public static int Theme_alertDialogCenterButtons = 92; + public static int Theme_alertDialogStyle = 90; + public static int Theme_alertDialogTheme = 93; + public static int Theme_android_windowAnimationStyle = 1; + public static int Theme_android_windowIsFloating = 0; + public static int Theme_autoCompleteTextViewStyle = 98; + public static int Theme_borderlessButtonStyle = 54; + public static int Theme_buttonBarButtonStyle = 51; + public static int Theme_buttonBarNegativeButtonStyle = 96; + public static int Theme_buttonBarNeutralButtonStyle = 97; + public static int Theme_buttonBarPositiveButtonStyle = 95; + public static int Theme_buttonBarStyle = 50; + public static int Theme_buttonStyle = 99; + public static int Theme_buttonStyleSmall = 100; + public static int Theme_checkboxStyle = 101; + public static int Theme_checkedTextViewStyle = 102; + public static int Theme_colorAccent = 83; + public static int Theme_colorButtonNormal = 87; + public static int Theme_colorControlActivated = 85; + public static int Theme_colorControlHighlight = 86; + public static int Theme_colorControlNormal = 84; + public static int Theme_colorPrimary = 81; + public static int Theme_colorPrimaryDark = 82; + public static int Theme_colorSwitchThumbNormal = 88; + public static int Theme_controlBackground = 89; + public static int Theme_dialogPreferredPadding = 43; + public static int Theme_dialogTheme = 42; + public static int Theme_dividerHorizontal = 56; + public static int Theme_dividerVertical = 55; + public static int Theme_dropDownListViewStyle = 73; + public static int Theme_dropdownListPreferredItemHeight = 46; + public static int Theme_editTextBackground = 63; + public static int Theme_editTextColor = 62; + public static int Theme_editTextStyle = 103; + public static int Theme_homeAsUpIndicator = 48; + public static int Theme_listChoiceBackgroundIndicator = 80; + public static int Theme_listDividerAlertDialog = 44; + public static int Theme_listPopupWindowStyle = 74; + public static int Theme_listPreferredItemHeight = 68; + public static int Theme_listPreferredItemHeightLarge = 70; + public static int Theme_listPreferredItemHeightSmall = 69; + public static int Theme_listPreferredItemPaddingLeft = 71; + public static int Theme_listPreferredItemPaddingRight = 72; + public static int Theme_panelBackground = 77; + public static int Theme_panelMenuListTheme = 79; + public static int Theme_panelMenuListWidth = 78; + public static int Theme_popupMenuStyle = 60; + public static int Theme_popupWindowStyle = 61; + public static int Theme_radioButtonStyle = 104; + public static int Theme_ratingBarStyle = 105; + public static int Theme_searchViewStyle = 67; + public static int Theme_selectableItemBackground = 52; + public static int Theme_selectableItemBackgroundBorderless = 53; + public static int Theme_spinnerDropDownItemStyle = 47; + public static int Theme_spinnerStyle = 106; + public static int Theme_switchStyle = 107; + public static int Theme_textAppearanceLargePopupMenu = 40; + public static int Theme_textAppearanceListItem = 75; + public static int Theme_textAppearanceListItemSmall = 76; + public static int Theme_textAppearanceSearchResultSubtitle = 65; + public static int Theme_textAppearanceSearchResultTitle = 64; + public static int Theme_textAppearanceSmallPopupMenu = 41; + public static int Theme_textColorAlertDialogListItem = 94; + public static int Theme_textColorSearchUrl = 66; + public static int Theme_toolbarNavigationButtonStyle = 59; + public static int Theme_toolbarStyle = 58; + public static int Theme_windowActionBar = 2; + public static int Theme_windowActionBarOverlay = 4; + public static int Theme_windowActionModeOverlay = 5; + public static int Theme_windowFixedHeightMajor = 9; + public static int Theme_windowFixedHeightMinor = 7; + public static int Theme_windowFixedWidthMajor = 6; + public static int Theme_windowFixedWidthMinor = 8; + public static int Theme_windowMinWidthMajor = 10; + public static int Theme_windowMinWidthMinor = 11; + public static int Theme_windowNoTitle = 3; + public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + public static int Toolbar_android_gravity = 0; + public static int Toolbar_android_minHeight = 1; + public static int Toolbar_collapseContentDescription = 19; + public static int Toolbar_collapseIcon = 18; + public static int Toolbar_contentInsetEnd = 6; + public static int Toolbar_contentInsetLeft = 7; + public static int Toolbar_contentInsetRight = 8; + public static int Toolbar_contentInsetStart = 5; + public static int Toolbar_logo = 4; + public static int Toolbar_logoDescription = 22; + public static int Toolbar_maxButtonHeight = 17; + public static int Toolbar_navigationContentDescription = 21; + public static int Toolbar_navigationIcon = 20; + public static int Toolbar_popupTheme = 9; + public static int Toolbar_subtitle = 3; + public static int Toolbar_subtitleTextAppearance = 11; + public static int Toolbar_subtitleTextColor = 24; + public static int Toolbar_title = 2; + public static int Toolbar_titleMarginBottom = 16; + public static int Toolbar_titleMarginEnd = 14; + public static int Toolbar_titleMarginStart = 13; + public static int Toolbar_titleMarginTop = 15; + public static int Toolbar_titleMargins = 12; + public static int Toolbar_titleTextAppearance = 10; + public static int Toolbar_titleTextColor = 23; + public static int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + public static int ViewBackgroundHelper_android_background = 0; + public static int ViewBackgroundHelper_backgroundTint = 1; + public static int ViewBackgroundHelper_backgroundTintMode = 2; + public static int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static int ViewStubCompat_android_id = 0; + public static int ViewStubCompat_android_inflatedId = 2; + public static int ViewStubCompat_android_layout = 1; + public static int View_android_focusable = 1; + public static int View_android_theme = 0; + public static int View_paddingEnd = 3; + public static int View_paddingStart = 2; + public static int View_theme = 4; + } +} diff --git a/android/build/generated/source/r/debug/android/support/v7/recyclerview/R.java b/android/build/generated/source/r/debug/android/support/v7/recyclerview/R.java new file mode 100644 index 0000000000000000000000000000000000000000..53eb00fd5edc13fb9955c06a72f887cc233d5931 --- /dev/null +++ b/android/build/generated/source/r/debug/android/support/v7/recyclerview/R.java @@ -0,0 +1,30 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package android.support.v7.recyclerview; + +public final class R { + public static final class attr { + public static int layoutManager = 0x7f010051; + public static int reverseLayout = 0x7f010053; + public static int spanCount = 0x7f010052; + public static int stackFromEnd = 0x7f010054; + } + public static final class dimen { + public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + } + public static final class id { + public static int item_touch_helper_previous_elevation = 0x7f0c0005; + } + public static final class styleable { + public static int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + public static int RecyclerView_android_orientation = 0; + public static int RecyclerView_layoutManager = 1; + public static int RecyclerView_reverseLayout = 3; + public static int RecyclerView_spanCount = 2; + public static int RecyclerView_stackFromEnd = 4; + } +} diff --git a/android/build/generated/source/r/debug/com/facebook/drawee/R.java b/android/build/generated/source/r/debug/com/facebook/drawee/R.java new file mode 100644 index 0000000000000000000000000000000000000000..d2e342691026deb195ec1bd1c30a9f4ae9635e94 --- /dev/null +++ b/android/build/generated/source/r/debug/com/facebook/drawee/R.java @@ -0,0 +1,74 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.facebook.drawee; + +public final class R { + public static final class attr { + public static int actualImageScaleType = 0x7f01003a; + public static int backgroundImage = 0x7f01003b; + public static int fadeDuration = 0x7f01002f; + public static int failureImage = 0x7f010035; + public static int failureImageScaleType = 0x7f010036; + public static int overlayImage = 0x7f01003c; + public static int placeholderImage = 0x7f010031; + public static int placeholderImageScaleType = 0x7f010032; + public static int pressedStateOverlayImage = 0x7f01003d; + public static int progressBarAutoRotateInterval = 0x7f010039; + public static int progressBarImage = 0x7f010037; + public static int progressBarImageScaleType = 0x7f010038; + public static int retryImage = 0x7f010033; + public static int retryImageScaleType = 0x7f010034; + public static int roundAsCircle = 0x7f01003e; + public static int roundBottomLeft = 0x7f010043; + public static int roundBottomRight = 0x7f010042; + public static int roundTopLeft = 0x7f010040; + public static int roundTopRight = 0x7f010041; + public static int roundWithOverlayColor = 0x7f010044; + public static int roundedCornerRadius = 0x7f01003f; + public static int roundingBorderColor = 0x7f010046; + public static int roundingBorderWidth = 0x7f010045; + public static int viewAspectRatio = 0x7f010030; + } + public static final class id { + public static int center = 0x7f0c0019; + public static int centerCrop = 0x7f0c001a; + public static int centerInside = 0x7f0c001b; + public static int fitCenter = 0x7f0c001c; + public static int fitEnd = 0x7f0c001d; + public static int fitStart = 0x7f0c001e; + public static int fitXY = 0x7f0c001f; + public static int focusCrop = 0x7f0c0020; + public static int none = 0x7f0c000f; + } + public static final class styleable { + public static int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static int GenericDraweeView_actualImageScaleType = 11; + public static int GenericDraweeView_backgroundImage = 12; + public static int GenericDraweeView_fadeDuration = 0; + public static int GenericDraweeView_failureImage = 6; + public static int GenericDraweeView_failureImageScaleType = 7; + public static int GenericDraweeView_overlayImage = 13; + public static int GenericDraweeView_placeholderImage = 2; + public static int GenericDraweeView_placeholderImageScaleType = 3; + public static int GenericDraweeView_pressedStateOverlayImage = 14; + public static int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static int GenericDraweeView_progressBarImage = 8; + public static int GenericDraweeView_progressBarImageScaleType = 9; + public static int GenericDraweeView_retryImage = 4; + public static int GenericDraweeView_retryImageScaleType = 5; + public static int GenericDraweeView_roundAsCircle = 15; + public static int GenericDraweeView_roundBottomLeft = 20; + public static int GenericDraweeView_roundBottomRight = 19; + public static int GenericDraweeView_roundTopLeft = 17; + public static int GenericDraweeView_roundTopRight = 18; + public static int GenericDraweeView_roundWithOverlayColor = 21; + public static int GenericDraweeView_roundedCornerRadius = 16; + public static int GenericDraweeView_roundingBorderColor = 23; + public static int GenericDraweeView_roundingBorderWidth = 22; + public static int GenericDraweeView_viewAspectRatio = 1; + } +} diff --git a/android/build/generated/source/r/debug/com/facebook/drawee/backends/pipeline/R.java b/android/build/generated/source/r/debug/com/facebook/drawee/backends/pipeline/R.java new file mode 100644 index 0000000000000000000000000000000000000000..4317a9c43a8b0924a7ad1a2ca4984b39ef89299a --- /dev/null +++ b/android/build/generated/source/r/debug/com/facebook/drawee/backends/pipeline/R.java @@ -0,0 +1,74 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.facebook.drawee.backends.pipeline; + +public final class R { + public static final class attr { + public static int actualImageScaleType = 0x7f01003a; + public static int backgroundImage = 0x7f01003b; + public static int fadeDuration = 0x7f01002f; + public static int failureImage = 0x7f010035; + public static int failureImageScaleType = 0x7f010036; + public static int overlayImage = 0x7f01003c; + public static int placeholderImage = 0x7f010031; + public static int placeholderImageScaleType = 0x7f010032; + public static int pressedStateOverlayImage = 0x7f01003d; + public static int progressBarAutoRotateInterval = 0x7f010039; + public static int progressBarImage = 0x7f010037; + public static int progressBarImageScaleType = 0x7f010038; + public static int retryImage = 0x7f010033; + public static int retryImageScaleType = 0x7f010034; + public static int roundAsCircle = 0x7f01003e; + public static int roundBottomLeft = 0x7f010043; + public static int roundBottomRight = 0x7f010042; + public static int roundTopLeft = 0x7f010040; + public static int roundTopRight = 0x7f010041; + public static int roundWithOverlayColor = 0x7f010044; + public static int roundedCornerRadius = 0x7f01003f; + public static int roundingBorderColor = 0x7f010046; + public static int roundingBorderWidth = 0x7f010045; + public static int viewAspectRatio = 0x7f010030; + } + public static final class id { + public static int center = 0x7f0c0019; + public static int centerCrop = 0x7f0c001a; + public static int centerInside = 0x7f0c001b; + public static int fitCenter = 0x7f0c001c; + public static int fitEnd = 0x7f0c001d; + public static int fitStart = 0x7f0c001e; + public static int fitXY = 0x7f0c001f; + public static int focusCrop = 0x7f0c0020; + public static int none = 0x7f0c000f; + } + public static final class styleable { + public static int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static int GenericDraweeView_actualImageScaleType = 11; + public static int GenericDraweeView_backgroundImage = 12; + public static int GenericDraweeView_fadeDuration = 0; + public static int GenericDraweeView_failureImage = 6; + public static int GenericDraweeView_failureImageScaleType = 7; + public static int GenericDraweeView_overlayImage = 13; + public static int GenericDraweeView_placeholderImage = 2; + public static int GenericDraweeView_placeholderImageScaleType = 3; + public static int GenericDraweeView_pressedStateOverlayImage = 14; + public static int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static int GenericDraweeView_progressBarImage = 8; + public static int GenericDraweeView_progressBarImageScaleType = 9; + public static int GenericDraweeView_retryImage = 4; + public static int GenericDraweeView_retryImageScaleType = 5; + public static int GenericDraweeView_roundAsCircle = 15; + public static int GenericDraweeView_roundBottomLeft = 20; + public static int GenericDraweeView_roundBottomRight = 19; + public static int GenericDraweeView_roundTopLeft = 17; + public static int GenericDraweeView_roundTopRight = 18; + public static int GenericDraweeView_roundWithOverlayColor = 21; + public static int GenericDraweeView_roundedCornerRadius = 16; + public static int GenericDraweeView_roundingBorderColor = 23; + public static int GenericDraweeView_roundingBorderWidth = 22; + public static int GenericDraweeView_viewAspectRatio = 1; + } +} diff --git a/android/build/generated/source/r/debug/com/facebook/react/R.java b/android/build/generated/source/r/debug/com/facebook/react/R.java new file mode 100644 index 0000000000000000000000000000000000000000..0d673a8f213a6943189a8b20bdf120b2f1dde007 --- /dev/null +++ b/android/build/generated/source/r/debug/com/facebook/react/R.java @@ -0,0 +1,1333 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package com.facebook.react; + +public final class R { + public static final class anim { + public static int abc_fade_in = 0x7f040000; + public static int abc_fade_out = 0x7f040001; + public static int abc_grow_fade_in_from_bottom = 0x7f040002; + public static int abc_popup_enter = 0x7f040003; + public static int abc_popup_exit = 0x7f040004; + public static int abc_shrink_fade_out_from_bottom = 0x7f040005; + public static int abc_slide_in_bottom = 0x7f040006; + public static int abc_slide_in_top = 0x7f040007; + public static int abc_slide_out_bottom = 0x7f040008; + public static int abc_slide_out_top = 0x7f040009; + public static int catalyst_push_up_in = 0x7f04000a; + public static int catalyst_push_up_out = 0x7f04000b; + } + public static final class attr { + public static int actionBarDivider = 0x7f01007e; + public static int actionBarItemBackground = 0x7f01007f; + public static int actionBarPopupTheme = 0x7f010078; + public static int actionBarSize = 0x7f01007d; + public static int actionBarSplitStyle = 0x7f01007a; + public static int actionBarStyle = 0x7f010079; + public static int actionBarTabBarStyle = 0x7f010074; + public static int actionBarTabStyle = 0x7f010073; + public static int actionBarTabTextStyle = 0x7f010075; + public static int actionBarTheme = 0x7f01007b; + public static int actionBarWidgetTheme = 0x7f01007c; + public static int actionButtonStyle = 0x7f010098; + public static int actionDropDownStyle = 0x7f010094; + public static int actionLayout = 0x7f01004b; + public static int actionMenuTextAppearance = 0x7f010080; + public static int actionMenuTextColor = 0x7f010081; + public static int actionModeBackground = 0x7f010084; + public static int actionModeCloseButtonStyle = 0x7f010083; + public static int actionModeCloseDrawable = 0x7f010086; + public static int actionModeCopyDrawable = 0x7f010088; + public static int actionModeCutDrawable = 0x7f010087; + public static int actionModeFindDrawable = 0x7f01008c; + public static int actionModePasteDrawable = 0x7f010089; + public static int actionModePopupWindowStyle = 0x7f01008e; + public static int actionModeSelectAllDrawable = 0x7f01008a; + public static int actionModeShareDrawable = 0x7f01008b; + public static int actionModeSplitBackground = 0x7f010085; + public static int actionModeStyle = 0x7f010082; + public static int actionModeWebSearchDrawable = 0x7f01008d; + public static int actionOverflowButtonStyle = 0x7f010076; + public static int actionOverflowMenuStyle = 0x7f010077; + public static int actionProviderClass = 0x7f01004d; + public static int actionViewClass = 0x7f01004c; + public static int activityChooserViewStyle = 0x7f0100a0; + public static int actualImageScaleType = 0x7f01003a; + public static int alertDialogButtonGroupStyle = 0x7f0100c2; + public static int alertDialogCenterButtons = 0x7f0100c3; + public static int alertDialogStyle = 0x7f0100c1; + public static int alertDialogTheme = 0x7f0100c4; + public static int arrowHeadLength = 0x7f01002b; + public static int arrowShaftLength = 0x7f01002c; + public static int autoCompleteTextViewStyle = 0x7f0100c9; + public static int background = 0x7f01000c; + public static int backgroundImage = 0x7f01003b; + public static int backgroundSplit = 0x7f01000e; + public static int backgroundStacked = 0x7f01000d; + public static int backgroundTint = 0x7f0100e5; + public static int backgroundTintMode = 0x7f0100e6; + public static int barLength = 0x7f01002d; + public static int borderlessButtonStyle = 0x7f01009d; + public static int buttonBarButtonStyle = 0x7f01009a; + public static int buttonBarNegativeButtonStyle = 0x7f0100c7; + public static int buttonBarNeutralButtonStyle = 0x7f0100c8; + public static int buttonBarPositiveButtonStyle = 0x7f0100c6; + public static int buttonBarStyle = 0x7f010099; + public static int buttonPanelSideLayout = 0x7f01001f; + public static int buttonStyle = 0x7f0100ca; + public static int buttonStyleSmall = 0x7f0100cb; + public static int buttonTint = 0x7f010025; + public static int buttonTintMode = 0x7f010026; + public static int checkboxStyle = 0x7f0100cc; + public static int checkedTextViewStyle = 0x7f0100cd; + public static int closeIcon = 0x7f010059; + public static int closeItemLayout = 0x7f01001c; + public static int collapseContentDescription = 0x7f0100dc; + public static int collapseIcon = 0x7f0100db; + public static int color = 0x7f010027; + public static int colorAccent = 0x7f0100ba; + public static int colorButtonNormal = 0x7f0100be; + public static int colorControlActivated = 0x7f0100bc; + public static int colorControlHighlight = 0x7f0100bd; + public static int colorControlNormal = 0x7f0100bb; + public static int colorPrimary = 0x7f0100b8; + public static int colorPrimaryDark = 0x7f0100b9; + public static int colorSwitchThumbNormal = 0x7f0100bf; + public static int commitIcon = 0x7f01005e; + public static int contentInsetEnd = 0x7f010017; + public static int contentInsetLeft = 0x7f010018; + public static int contentInsetRight = 0x7f010019; + public static int contentInsetStart = 0x7f010016; + public static int controlBackground = 0x7f0100c0; + public static int customNavigationLayout = 0x7f01000f; + public static int defaultQueryHint = 0x7f010058; + public static int dialogPreferredPadding = 0x7f010092; + public static int dialogTheme = 0x7f010091; + public static int displayOptions = 0x7f010005; + public static int divider = 0x7f01000b; + public static int dividerHorizontal = 0x7f01009f; + public static int dividerPadding = 0x7f010049; + public static int dividerVertical = 0x7f01009e; + public static int drawableSize = 0x7f010029; + public static int drawerArrowStyle = 0x7f010000; + public static int dropDownListViewStyle = 0x7f0100b0; + public static int dropdownListPreferredItemHeight = 0x7f010095; + public static int editTextBackground = 0x7f0100a6; + public static int editTextColor = 0x7f0100a5; + public static int editTextStyle = 0x7f0100ce; + public static int elevation = 0x7f01001a; + public static int expandActivityOverflowButtonDrawable = 0x7f01001e; + public static int fadeDuration = 0x7f01002f; + public static int failureImage = 0x7f010035; + public static int failureImageScaleType = 0x7f010036; + public static int gapBetweenBars = 0x7f01002a; + public static int goIcon = 0x7f01005a; + public static int height = 0x7f010001; + public static int hideOnContentScroll = 0x7f010015; + public static int homeAsUpIndicator = 0x7f010097; + public static int homeLayout = 0x7f010010; + public static int icon = 0x7f010009; + public static int iconifiedByDefault = 0x7f010056; + public static int indeterminateProgressStyle = 0x7f010012; + public static int initialActivityCount = 0x7f01001d; + public static int isLightTheme = 0x7f010002; + public static int itemPadding = 0x7f010014; + public static int layout = 0x7f010055; + public static int layoutManager = 0x7f010051; + public static int listChoiceBackgroundIndicator = 0x7f0100b7; + public static int listDividerAlertDialog = 0x7f010093; + public static int listItemLayout = 0x7f010023; + public static int listLayout = 0x7f010020; + public static int listPopupWindowStyle = 0x7f0100b1; + public static int listPreferredItemHeight = 0x7f0100ab; + public static int listPreferredItemHeightLarge = 0x7f0100ad; + public static int listPreferredItemHeightSmall = 0x7f0100ac; + public static int listPreferredItemPaddingLeft = 0x7f0100ae; + public static int listPreferredItemPaddingRight = 0x7f0100af; + public static int logo = 0x7f01000a; + public static int logoDescription = 0x7f0100df; + public static int maxButtonHeight = 0x7f0100da; + public static int measureWithLargestChild = 0x7f010047; + public static int multiChoiceItemLayout = 0x7f010021; + public static int navigationContentDescription = 0x7f0100de; + public static int navigationIcon = 0x7f0100dd; + public static int navigationMode = 0x7f010004; + public static int overlapAnchor = 0x7f01004f; + public static int overlayImage = 0x7f01003c; + public static int paddingEnd = 0x7f0100e3; + public static int paddingStart = 0x7f0100e2; + public static int panelBackground = 0x7f0100b4; + public static int panelMenuListTheme = 0x7f0100b6; + public static int panelMenuListWidth = 0x7f0100b5; + public static int placeholderImage = 0x7f010031; + public static int placeholderImageScaleType = 0x7f010032; + public static int popupMenuStyle = 0x7f0100a3; + public static int popupTheme = 0x7f01001b; + public static int popupWindowStyle = 0x7f0100a4; + public static int preserveIconSpacing = 0x7f01004e; + public static int pressedStateOverlayImage = 0x7f01003d; + public static int progressBarAutoRotateInterval = 0x7f010039; + public static int progressBarImage = 0x7f010037; + public static int progressBarImageScaleType = 0x7f010038; + public static int progressBarPadding = 0x7f010013; + public static int progressBarStyle = 0x7f010011; + public static int queryBackground = 0x7f010060; + public static int queryHint = 0x7f010057; + public static int radioButtonStyle = 0x7f0100cf; + public static int ratingBarStyle = 0x7f0100d0; + public static int retryImage = 0x7f010033; + public static int retryImageScaleType = 0x7f010034; + public static int reverseLayout = 0x7f010053; + public static int roundAsCircle = 0x7f01003e; + public static int roundBottomLeft = 0x7f010043; + public static int roundBottomRight = 0x7f010042; + public static int roundTopLeft = 0x7f010040; + public static int roundTopRight = 0x7f010041; + public static int roundWithOverlayColor = 0x7f010044; + public static int roundedCornerRadius = 0x7f01003f; + public static int roundingBorderColor = 0x7f010046; + public static int roundingBorderWidth = 0x7f010045; + public static int searchHintIcon = 0x7f01005c; + public static int searchIcon = 0x7f01005b; + public static int searchViewStyle = 0x7f0100aa; + public static int selectableItemBackground = 0x7f01009b; + public static int selectableItemBackgroundBorderless = 0x7f01009c; + public static int showAsAction = 0x7f01004a; + public static int showDividers = 0x7f010048; + public static int showText = 0x7f010068; + public static int singleChoiceItemLayout = 0x7f010022; + public static int spanCount = 0x7f010052; + public static int spinBars = 0x7f010028; + public static int spinnerDropDownItemStyle = 0x7f010096; + public static int spinnerStyle = 0x7f0100d1; + public static int splitTrack = 0x7f010067; + public static int stackFromEnd = 0x7f010054; + public static int state_above_anchor = 0x7f010050; + public static int submitBackground = 0x7f010061; + public static int subtitle = 0x7f010006; + public static int subtitleTextAppearance = 0x7f0100d4; + public static int subtitleTextColor = 0x7f0100e1; + public static int subtitleTextStyle = 0x7f010008; + public static int suggestionRowLayout = 0x7f01005f; + public static int switchMinWidth = 0x7f010065; + public static int switchPadding = 0x7f010066; + public static int switchStyle = 0x7f0100d2; + public static int switchTextAppearance = 0x7f010064; + public static int textAllCaps = 0x7f010024; + public static int textAppearanceLargePopupMenu = 0x7f01008f; + public static int textAppearanceListItem = 0x7f0100b2; + public static int textAppearanceListItemSmall = 0x7f0100b3; + public static int textAppearanceSearchResultSubtitle = 0x7f0100a8; + public static int textAppearanceSearchResultTitle = 0x7f0100a7; + public static int textAppearanceSmallPopupMenu = 0x7f010090; + public static int textColorAlertDialogListItem = 0x7f0100c5; + public static int textColorSearchUrl = 0x7f0100a9; + public static int theme = 0x7f0100e4; + public static int thickness = 0x7f01002e; + public static int thumbTextPadding = 0x7f010063; + public static int title = 0x7f010003; + public static int titleMarginBottom = 0x7f0100d9; + public static int titleMarginEnd = 0x7f0100d7; + public static int titleMarginStart = 0x7f0100d6; + public static int titleMarginTop = 0x7f0100d8; + public static int titleMargins = 0x7f0100d5; + public static int titleTextAppearance = 0x7f0100d3; + public static int titleTextColor = 0x7f0100e0; + public static int titleTextStyle = 0x7f010007; + public static int toolbarNavigationButtonStyle = 0x7f0100a2; + public static int toolbarStyle = 0x7f0100a1; + public static int track = 0x7f010062; + public static int viewAspectRatio = 0x7f010030; + public static int voiceIcon = 0x7f01005d; + public static int windowActionBar = 0x7f010069; + public static int windowActionBarOverlay = 0x7f01006b; + public static int windowActionModeOverlay = 0x7f01006c; + public static int windowFixedHeightMajor = 0x7f010070; + public static int windowFixedHeightMinor = 0x7f01006e; + public static int windowFixedWidthMajor = 0x7f01006d; + public static int windowFixedWidthMinor = 0x7f01006f; + public static int windowMinWidthMajor = 0x7f010071; + public static int windowMinWidthMinor = 0x7f010072; + public static int windowNoTitle = 0x7f01006a; + } + public static final class bool { + public static int abc_action_bar_embed_tabs = 0x7f090002; + public static int abc_action_bar_embed_tabs_pre_jb = 0x7f090000; + public static int abc_action_bar_expanded_action_views_exclusive = 0x7f090003; + public static int abc_config_actionMenuItemAllCaps = 0x7f090004; + public static int abc_config_allowActionMenuItemTextWithIcon = 0x7f090001; + public static int abc_config_closeDialogWhenTouchOutside = 0x7f090005; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f090006; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark = 0x7f0b003b; + public static int abc_background_cache_hint_selector_material_light = 0x7f0b003c; + public static int abc_color_highlight_material = 0x7f0b003d; + public static int abc_input_method_navigation_guard = 0x7f0b0000; + public static int abc_primary_text_disable_only_material_dark = 0x7f0b003e; + public static int abc_primary_text_disable_only_material_light = 0x7f0b003f; + public static int abc_primary_text_material_dark = 0x7f0b0040; + public static int abc_primary_text_material_light = 0x7f0b0041; + public static int abc_search_url_text = 0x7f0b0042; + public static int abc_search_url_text_normal = 0x7f0b0001; + public static int abc_search_url_text_pressed = 0x7f0b0002; + public static int abc_search_url_text_selected = 0x7f0b0003; + public static int abc_secondary_text_material_dark = 0x7f0b0043; + public static int abc_secondary_text_material_light = 0x7f0b0044; + public static int accent_material_dark = 0x7f0b0004; + public static int accent_material_light = 0x7f0b0005; + public static int background_floating_material_dark = 0x7f0b0006; + public static int background_floating_material_light = 0x7f0b0007; + public static int background_material_dark = 0x7f0b0008; + public static int background_material_light = 0x7f0b0009; + public static int bright_foreground_disabled_material_dark = 0x7f0b000a; + public static int bright_foreground_disabled_material_light = 0x7f0b000b; + public static int bright_foreground_inverse_material_dark = 0x7f0b000c; + public static int bright_foreground_inverse_material_light = 0x7f0b000d; + public static int bright_foreground_material_dark = 0x7f0b000e; + public static int bright_foreground_material_light = 0x7f0b000f; + public static int button_material_dark = 0x7f0b0010; + public static int button_material_light = 0x7f0b0011; + public static int catalyst_redbox_background = 0x7f0b0012; + public static int dim_foreground_disabled_material_dark = 0x7f0b0013; + public static int dim_foreground_disabled_material_light = 0x7f0b0014; + public static int dim_foreground_material_dark = 0x7f0b0015; + public static int dim_foreground_material_light = 0x7f0b0016; + public static int foreground_material_dark = 0x7f0b0017; + public static int foreground_material_light = 0x7f0b0018; + public static int highlighted_text_material_dark = 0x7f0b0019; + public static int highlighted_text_material_light = 0x7f0b001a; + public static int hint_foreground_material_dark = 0x7f0b001b; + public static int hint_foreground_material_light = 0x7f0b001c; + public static int material_blue_grey_800 = 0x7f0b001d; + public static int material_blue_grey_900 = 0x7f0b001e; + public static int material_blue_grey_950 = 0x7f0b001f; + public static int material_deep_teal_200 = 0x7f0b0020; + public static int material_deep_teal_500 = 0x7f0b0021; + public static int material_grey_100 = 0x7f0b0022; + public static int material_grey_300 = 0x7f0b0023; + public static int material_grey_50 = 0x7f0b0024; + public static int material_grey_600 = 0x7f0b0025; + public static int material_grey_800 = 0x7f0b0026; + public static int material_grey_850 = 0x7f0b0027; + public static int material_grey_900 = 0x7f0b0028; + public static int primary_dark_material_dark = 0x7f0b0029; + public static int primary_dark_material_light = 0x7f0b002a; + public static int primary_material_dark = 0x7f0b002b; + public static int primary_material_light = 0x7f0b002c; + public static int primary_text_default_material_dark = 0x7f0b002d; + public static int primary_text_default_material_light = 0x7f0b002e; + public static int primary_text_disabled_material_dark = 0x7f0b002f; + public static int primary_text_disabled_material_light = 0x7f0b0030; + public static int ripple_material_dark = 0x7f0b0031; + public static int ripple_material_light = 0x7f0b0032; + public static int secondary_text_default_material_dark = 0x7f0b0033; + public static int secondary_text_default_material_light = 0x7f0b0034; + public static int secondary_text_disabled_material_dark = 0x7f0b0035; + public static int secondary_text_disabled_material_light = 0x7f0b0036; + public static int switch_thumb_disabled_material_dark = 0x7f0b0037; + public static int switch_thumb_disabled_material_light = 0x7f0b0038; + public static int switch_thumb_material_dark = 0x7f0b0045; + public static int switch_thumb_material_light = 0x7f0b0046; + public static int switch_thumb_normal_material_dark = 0x7f0b0039; + public static int switch_thumb_normal_material_light = 0x7f0b003a; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material = 0x7f07000b; + public static int abc_action_bar_default_height_material = 0x7f070001; + public static int abc_action_bar_default_padding_end_material = 0x7f07000c; + public static int abc_action_bar_default_padding_start_material = 0x7f07000d; + public static int abc_action_bar_icon_vertical_padding_material = 0x7f07000f; + public static int abc_action_bar_overflow_padding_end_material = 0x7f070010; + public static int abc_action_bar_overflow_padding_start_material = 0x7f070011; + public static int abc_action_bar_progress_bar_size = 0x7f070002; + public static int abc_action_bar_stacked_max_height = 0x7f070012; + public static int abc_action_bar_stacked_tab_max_width = 0x7f070013; + public static int abc_action_bar_subtitle_bottom_margin_material = 0x7f070014; + public static int abc_action_bar_subtitle_top_margin_material = 0x7f070015; + public static int abc_action_button_min_height_material = 0x7f070016; + public static int abc_action_button_min_width_material = 0x7f070017; + public static int abc_action_button_min_width_overflow_material = 0x7f070018; + public static int abc_alert_dialog_button_bar_height = 0x7f070000; + public static int abc_button_inset_horizontal_material = 0x7f070019; + public static int abc_button_inset_vertical_material = 0x7f07001a; + public static int abc_button_padding_horizontal_material = 0x7f07001b; + public static int abc_button_padding_vertical_material = 0x7f07001c; + public static int abc_config_prefDialogWidth = 0x7f070005; + public static int abc_control_corner_material = 0x7f07001d; + public static int abc_control_inset_material = 0x7f07001e; + public static int abc_control_padding_material = 0x7f07001f; + public static int abc_dialog_list_padding_vertical_material = 0x7f070020; + public static int abc_dialog_min_width_major = 0x7f070021; + public static int abc_dialog_min_width_minor = 0x7f070022; + public static int abc_dialog_padding_material = 0x7f070023; + public static int abc_dialog_padding_top_material = 0x7f070024; + public static int abc_disabled_alpha_material_dark = 0x7f070025; + public static int abc_disabled_alpha_material_light = 0x7f070026; + public static int abc_dropdownitem_icon_width = 0x7f070027; + public static int abc_dropdownitem_text_padding_left = 0x7f070028; + public static int abc_dropdownitem_text_padding_right = 0x7f070029; + public static int abc_edit_text_inset_bottom_material = 0x7f07002a; + public static int abc_edit_text_inset_horizontal_material = 0x7f07002b; + public static int abc_edit_text_inset_top_material = 0x7f07002c; + public static int abc_floating_window_z = 0x7f07002d; + public static int abc_list_item_padding_horizontal_material = 0x7f07002e; + public static int abc_panel_menu_list_width = 0x7f07002f; + public static int abc_search_view_preferred_width = 0x7f070030; + public static int abc_search_view_text_min_width = 0x7f070006; + public static int abc_switch_padding = 0x7f07000e; + public static int abc_text_size_body_1_material = 0x7f070031; + public static int abc_text_size_body_2_material = 0x7f070032; + public static int abc_text_size_button_material = 0x7f070033; + public static int abc_text_size_caption_material = 0x7f070034; + public static int abc_text_size_display_1_material = 0x7f070035; + public static int abc_text_size_display_2_material = 0x7f070036; + public static int abc_text_size_display_3_material = 0x7f070037; + public static int abc_text_size_display_4_material = 0x7f070038; + public static int abc_text_size_headline_material = 0x7f070039; + public static int abc_text_size_large_material = 0x7f07003a; + public static int abc_text_size_medium_material = 0x7f07003b; + public static int abc_text_size_menu_material = 0x7f07003c; + public static int abc_text_size_small_material = 0x7f07003d; + public static int abc_text_size_subhead_material = 0x7f07003e; + public static int abc_text_size_subtitle_material_toolbar = 0x7f070003; + public static int abc_text_size_title_material = 0x7f07003f; + public static int abc_text_size_title_material_toolbar = 0x7f070004; + public static int dialog_fixed_height_major = 0x7f070007; + public static int dialog_fixed_height_minor = 0x7f070008; + public static int dialog_fixed_width_major = 0x7f070009; + public static int dialog_fixed_width_minor = 0x7f07000a; + public static int disabled_alpha_material_dark = 0x7f070040; + public static int disabled_alpha_material_light = 0x7f070041; + public static int highlight_alpha_material_colored = 0x7f070042; + public static int highlight_alpha_material_dark = 0x7f070043; + public static int highlight_alpha_material_light = 0x7f070044; + public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045; + public static int notification_large_icon_height = 0x7f070046; + public static int notification_large_icon_width = 0x7f070047; + public static int notification_subtext_size = 0x7f070048; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha = 0x7f020000; + public static int abc_action_bar_item_background_material = 0x7f020001; + public static int abc_btn_borderless_material = 0x7f020002; + public static int abc_btn_check_material = 0x7f020003; + public static int abc_btn_check_to_on_mtrl_000 = 0x7f020004; + public static int abc_btn_check_to_on_mtrl_015 = 0x7f020005; + public static int abc_btn_colored_material = 0x7f020006; + public static int abc_btn_default_mtrl_shape = 0x7f020007; + public static int abc_btn_radio_material = 0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000 = 0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015 = 0x7f02000a; + public static int abc_btn_rating_star_off_mtrl_alpha = 0x7f02000b; + public static int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000c; + public static int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000d; + public static int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000e; + public static int abc_cab_background_internal_bg = 0x7f02000f; + public static int abc_cab_background_top_material = 0x7f020010; + public static int abc_cab_background_top_mtrl_alpha = 0x7f020011; + public static int abc_control_background_material = 0x7f020012; + public static int abc_dialog_material_background_dark = 0x7f020013; + public static int abc_dialog_material_background_light = 0x7f020014; + public static int abc_edit_text_material = 0x7f020015; + public static int abc_ic_ab_back_mtrl_am_alpha = 0x7f020016; + public static int abc_ic_clear_mtrl_alpha = 0x7f020017; + public static int abc_ic_commit_search_api_mtrl_alpha = 0x7f020018; + public static int abc_ic_go_search_api_mtrl_alpha = 0x7f020019; + public static int abc_ic_menu_copy_mtrl_am_alpha = 0x7f02001a; + public static int abc_ic_menu_cut_mtrl_alpha = 0x7f02001b; + public static int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f02001c; + public static int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001d; + public static int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001e; + public static int abc_ic_menu_share_mtrl_alpha = 0x7f02001f; + public static int abc_ic_search_api_mtrl_alpha = 0x7f020020; + public static int abc_ic_voice_search_api_mtrl_alpha = 0x7f020021; + public static int abc_item_background_holo_dark = 0x7f020022; + public static int abc_item_background_holo_light = 0x7f020023; + public static int abc_list_divider_mtrl_alpha = 0x7f020024; + public static int abc_list_focused_holo = 0x7f020025; + public static int abc_list_longpressed_holo = 0x7f020026; + public static int abc_list_pressed_holo_dark = 0x7f020027; + public static int abc_list_pressed_holo_light = 0x7f020028; + public static int abc_list_selector_background_transition_holo_dark = 0x7f020029; + public static int abc_list_selector_background_transition_holo_light = 0x7f02002a; + public static int abc_list_selector_disabled_holo_dark = 0x7f02002b; + public static int abc_list_selector_disabled_holo_light = 0x7f02002c; + public static int abc_list_selector_holo_dark = 0x7f02002d; + public static int abc_list_selector_holo_light = 0x7f02002e; + public static int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002f; + public static int abc_popup_background_mtrl_mult = 0x7f020030; + public static int abc_ratingbar_full_material = 0x7f020031; + public static int abc_spinner_mtrl_am_alpha = 0x7f020032; + public static int abc_spinner_textfield_background_material = 0x7f020033; + public static int abc_switch_thumb_material = 0x7f020034; + public static int abc_switch_track_mtrl_alpha = 0x7f020035; + public static int abc_tab_indicator_material = 0x7f020036; + public static int abc_tab_indicator_mtrl_alpha = 0x7f020037; + public static int abc_text_cursor_material = 0x7f020038; + public static int abc_textfield_activated_mtrl_alpha = 0x7f020039; + public static int abc_textfield_default_mtrl_alpha = 0x7f02003a; + public static int abc_textfield_search_activated_mtrl_alpha = 0x7f02003b; + public static int abc_textfield_search_default_mtrl_alpha = 0x7f02003c; + public static int abc_textfield_search_material = 0x7f02003d; + public static int notification_template_icon_bg = 0x7f02003e; + } + public static final class id { + public static int action0 = 0x7f0c0057; + public static int action_bar = 0x7f0c0047; + public static int action_bar_activity_content = 0x7f0c0000; + public static int action_bar_container = 0x7f0c0046; + public static int action_bar_root = 0x7f0c0042; + public static int action_bar_spinner = 0x7f0c0001; + public static int action_bar_subtitle = 0x7f0c002b; + public static int action_bar_title = 0x7f0c002a; + public static int action_context_bar = 0x7f0c0048; + public static int action_divider = 0x7f0c005b; + public static int action_menu_divider = 0x7f0c0002; + public static int action_menu_presenter = 0x7f0c0003; + public static int action_mode_bar = 0x7f0c0044; + public static int action_mode_bar_stub = 0x7f0c0043; + public static int action_mode_close_button = 0x7f0c002c; + public static int activity_chooser_view_content = 0x7f0c002d; + public static int alertTitle = 0x7f0c0037; + public static int always = 0x7f0c0024; + public static int beginning = 0x7f0c0021; + public static int buttonPanel = 0x7f0c003d; + public static int cancel_action = 0x7f0c0058; + public static int catalyst_redbox_title = 0x7f0c0066; + public static int center = 0x7f0c0019; + public static int centerCrop = 0x7f0c001a; + public static int centerInside = 0x7f0c001b; + public static int checkbox = 0x7f0c003f; + public static int chronometer = 0x7f0c005e; + public static int collapseActionView = 0x7f0c0025; + public static int contentPanel = 0x7f0c0038; + public static int custom = 0x7f0c003c; + public static int customPanel = 0x7f0c003b; + public static int decor_content_parent = 0x7f0c0045; + public static int default_activity_button = 0x7f0c0030; + public static int disableHome = 0x7f0c000d; + public static int edit_query = 0x7f0c0049; + public static int end = 0x7f0c0022; + public static int end_padder = 0x7f0c0063; + public static int expand_activities_button = 0x7f0c002e; + public static int expanded_menu = 0x7f0c003e; + public static int fitCenter = 0x7f0c001c; + public static int fitEnd = 0x7f0c001d; + public static int fitStart = 0x7f0c001e; + public static int fitXY = 0x7f0c001f; + public static int focusCrop = 0x7f0c0020; + public static int fps_text = 0x7f0c0056; + public static int home = 0x7f0c0004; + public static int homeAsUp = 0x7f0c000e; + public static int icon = 0x7f0c0032; + public static int ifRoom = 0x7f0c0026; + public static int image = 0x7f0c002f; + public static int info = 0x7f0c0062; + public static int item_touch_helper_previous_elevation = 0x7f0c0005; + public static int line1 = 0x7f0c005c; + public static int line3 = 0x7f0c0060; + public static int listMode = 0x7f0c000a; + public static int list_item = 0x7f0c0031; + public static int media_actions = 0x7f0c005a; + public static int middle = 0x7f0c0023; + public static int multiply = 0x7f0c0014; + public static int never = 0x7f0c0027; + public static int none = 0x7f0c000f; + public static int normal = 0x7f0c000b; + public static int parentPanel = 0x7f0c0034; + public static int progress_circular = 0x7f0c0006; + public static int progress_horizontal = 0x7f0c0007; + public static int radio = 0x7f0c0041; + public static int rn_frame_file = 0x7f0c0065; + public static int rn_frame_method = 0x7f0c0064; + public static int rn_redbox_reloadjs = 0x7f0c0068; + public static int rn_redbox_stack = 0x7f0c0067; + public static int screen = 0x7f0c0015; + public static int scrollView = 0x7f0c0039; + public static int search_badge = 0x7f0c004b; + public static int search_bar = 0x7f0c004a; + public static int search_button = 0x7f0c004c; + public static int search_close_btn = 0x7f0c0051; + public static int search_edit_frame = 0x7f0c004d; + public static int search_go_btn = 0x7f0c0053; + public static int search_mag_icon = 0x7f0c004e; + public static int search_plate = 0x7f0c004f; + public static int search_src_text = 0x7f0c0050; + public static int search_voice_btn = 0x7f0c0054; + public static int select_dialog_listview = 0x7f0c0055; + public static int shortcut = 0x7f0c0040; + public static int showCustom = 0x7f0c0010; + public static int showHome = 0x7f0c0011; + public static int showTitle = 0x7f0c0012; + public static int split_action_bar = 0x7f0c0008; + public static int src_atop = 0x7f0c0016; + public static int src_in = 0x7f0c0017; + public static int src_over = 0x7f0c0018; + public static int status_bar_latest_event_content = 0x7f0c0059; + public static int submit_area = 0x7f0c0052; + public static int tabMode = 0x7f0c000c; + public static int text = 0x7f0c0061; + public static int text2 = 0x7f0c005f; + public static int textSpacerNoButtons = 0x7f0c003a; + public static int time = 0x7f0c005d; + public static int title = 0x7f0c0033; + public static int title_template = 0x7f0c0036; + public static int topPanel = 0x7f0c0035; + public static int up = 0x7f0c0009; + public static int useLogo = 0x7f0c0013; + public static int withText = 0x7f0c0028; + public static int wrap_content = 0x7f0c0029; + } + public static final class integer { + public static int abc_config_activityDefaultDur = 0x7f0a0001; + public static int abc_config_activityShortDur = 0x7f0a0002; + public static int abc_max_action_buttons = 0x7f0a0000; + public static int cancel_button_image_alpha = 0x7f0a0003; + public static int status_bar_notification_info_maxnum = 0x7f0a0004; + } + public static final class layout { + public static int abc_action_bar_title_item = 0x7f030000; + public static int abc_action_bar_up_container = 0x7f030001; + public static int abc_action_bar_view_list_nav_layout = 0x7f030002; + public static int abc_action_menu_item_layout = 0x7f030003; + public static int abc_action_menu_layout = 0x7f030004; + public static int abc_action_mode_bar = 0x7f030005; + public static int abc_action_mode_close_item_material = 0x7f030006; + public static int abc_activity_chooser_view = 0x7f030007; + public static int abc_activity_chooser_view_list_item = 0x7f030008; + public static int abc_alert_dialog_material = 0x7f030009; + public static int abc_dialog_title_material = 0x7f03000a; + public static int abc_expanded_menu_layout = 0x7f03000b; + public static int abc_list_menu_item_checkbox = 0x7f03000c; + public static int abc_list_menu_item_icon = 0x7f03000d; + public static int abc_list_menu_item_layout = 0x7f03000e; + public static int abc_list_menu_item_radio = 0x7f03000f; + public static int abc_popup_menu_item_layout = 0x7f030010; + public static int abc_screen_content_include = 0x7f030011; + public static int abc_screen_simple = 0x7f030012; + public static int abc_screen_simple_overlay_action_mode = 0x7f030013; + public static int abc_screen_toolbar = 0x7f030014; + public static int abc_search_dropdown_item_icons_2line = 0x7f030015; + public static int abc_search_view = 0x7f030016; + public static int abc_select_dialog_material = 0x7f030017; + public static int fps_view = 0x7f030018; + public static int notification_media_action = 0x7f030019; + public static int notification_media_cancel_action = 0x7f03001a; + public static int notification_template_big_media = 0x7f03001b; + public static int notification_template_big_media_narrow = 0x7f03001c; + public static int notification_template_lines = 0x7f03001d; + public static int notification_template_media = 0x7f03001e; + public static int notification_template_part_chronometer = 0x7f03001f; + public static int notification_template_part_time = 0x7f030020; + public static int redbox_item_frame = 0x7f030021; + public static int redbox_item_title = 0x7f030022; + public static int redbox_view = 0x7f030023; + public static int select_dialog_item_material = 0x7f030024; + public static int select_dialog_multichoice_material = 0x7f030025; + public static int select_dialog_singlechoice_material = 0x7f030026; + public static int support_simple_spinner_dropdown_item = 0x7f030027; + } + public static final class string { + public static int abc_action_bar_home_description = 0x7f060000; + public static int abc_action_bar_home_description_format = 0x7f060001; + public static int abc_action_bar_home_subtitle_description_format = 0x7f060002; + public static int abc_action_bar_up_description = 0x7f060003; + public static int abc_action_menu_overflow_description = 0x7f060004; + public static int abc_action_mode_done = 0x7f060005; + public static int abc_activity_chooser_view_see_all = 0x7f060006; + public static int abc_activitychooserview_choose_application = 0x7f060007; + public static int abc_search_hint = 0x7f060008; + public static int abc_searchview_description_clear = 0x7f060009; + public static int abc_searchview_description_query = 0x7f06000a; + public static int abc_searchview_description_search = 0x7f06000b; + public static int abc_searchview_description_submit = 0x7f06000c; + public static int abc_searchview_description_voice = 0x7f06000d; + public static int abc_shareactionprovider_share_with = 0x7f06000e; + public static int abc_shareactionprovider_share_with_application = 0x7f06000f; + public static int abc_toolbar_collapse_description = 0x7f060010; + public static int catalyst_debugjs = 0x7f060012; + public static int catalyst_debugjs_off = 0x7f06001a; + public static int catalyst_element_inspector = 0x7f060013; + public static int catalyst_element_inspector_off = 0x7f06001b; + public static int catalyst_hot_module_replacement = 0x7f06001c; + public static int catalyst_hot_module_replacement_off = 0x7f06001d; + public static int catalyst_jsload_error = 0x7f060014; + public static int catalyst_jsload_message = 0x7f060015; + public static int catalyst_jsload_title = 0x7f060016; + public static int catalyst_live_reload = 0x7f06001e; + public static int catalyst_live_reload_off = 0x7f06001f; + public static int catalyst_perf_monitor = 0x7f060020; + public static int catalyst_perf_monitor_off = 0x7f060021; + public static int catalyst_reloadjs = 0x7f060017; + public static int catalyst_remotedbg_error = 0x7f060022; + public static int catalyst_remotedbg_message = 0x7f060023; + public static int catalyst_settings = 0x7f060018; + public static int catalyst_settings_title = 0x7f060019; + public static int catalyst_start_profile = 0x7f060024; + public static int catalyst_stop_profile = 0x7f060025; + public static int status_bar_notification_info_overflow = 0x7f060011; + } + public static final class style { + public static int AlertDialog_AppCompat = 0x7f08007a; + public static int AlertDialog_AppCompat_Light = 0x7f08007b; + public static int Animation_AppCompat_Dialog = 0x7f08007c; + public static int Animation_AppCompat_DropDownUp = 0x7f08007d; + public static int Animation_Catalyst_RedBox = 0x7f08007e; + public static int Base_AlertDialog_AppCompat = 0x7f08007f; + public static int Base_AlertDialog_AppCompat_Light = 0x7f080080; + public static int Base_Animation_AppCompat_Dialog = 0x7f080081; + public static int Base_Animation_AppCompat_DropDownUp = 0x7f080082; + public static int Base_DialogWindowTitleBackground_AppCompat = 0x7f080084; + public static int Base_DialogWindowTitle_AppCompat = 0x7f080083; + public static int Base_TextAppearance_AppCompat = 0x7f08002d; + public static int Base_TextAppearance_AppCompat_Body1 = 0x7f08002e; + public static int Base_TextAppearance_AppCompat_Body2 = 0x7f08002f; + public static int Base_TextAppearance_AppCompat_Button = 0x7f080018; + public static int Base_TextAppearance_AppCompat_Caption = 0x7f080030; + public static int Base_TextAppearance_AppCompat_Display1 = 0x7f080031; + public static int Base_TextAppearance_AppCompat_Display2 = 0x7f080032; + public static int Base_TextAppearance_AppCompat_Display3 = 0x7f080033; + public static int Base_TextAppearance_AppCompat_Display4 = 0x7f080034; + public static int Base_TextAppearance_AppCompat_Headline = 0x7f080035; + public static int Base_TextAppearance_AppCompat_Inverse = 0x7f080003; + public static int Base_TextAppearance_AppCompat_Large = 0x7f080036; + public static int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f080004; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f080037; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f080038; + public static int Base_TextAppearance_AppCompat_Medium = 0x7f080039; + public static int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f080005; + public static int Base_TextAppearance_AppCompat_Menu = 0x7f08003a; + public static int Base_TextAppearance_AppCompat_SearchResult = 0x7f080085; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f08003b; + public static int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f08003c; + public static int Base_TextAppearance_AppCompat_Small = 0x7f08003d; + public static int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f080006; + public static int Base_TextAppearance_AppCompat_Subhead = 0x7f08003e; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f080007; + public static int Base_TextAppearance_AppCompat_Title = 0x7f08003f; + public static int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f080008; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f080040; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f080041; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f080042; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f080043; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f080044; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f080045; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f080046; + public static int Base_TextAppearance_AppCompat_Widget_Button = 0x7f080047; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f080076; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f080086; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f080048; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f080049; + public static int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f08004a; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f08004b; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f080087; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f08004c; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f08004d; + public static int Base_ThemeOverlay_AppCompat = 0x7f080090; + public static int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f080091; + public static int Base_ThemeOverlay_AppCompat_Dark = 0x7f080092; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f080093; + public static int Base_ThemeOverlay_AppCompat_Light = 0x7f080094; + public static int Base_Theme_AppCompat = 0x7f08004e; + public static int Base_Theme_AppCompat_CompactMenu = 0x7f080088; + public static int Base_Theme_AppCompat_Dialog = 0x7f080009; + public static int Base_Theme_AppCompat_DialogWhenLarge = 0x7f080001; + public static int Base_Theme_AppCompat_Dialog_Alert = 0x7f080089; + public static int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f08008a; + public static int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f08008b; + public static int Base_Theme_AppCompat_Light = 0x7f08004f; + public static int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f08008c; + public static int Base_Theme_AppCompat_Light_Dialog = 0x7f08000a; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f080002; + public static int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f08008d; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f08008e; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f08008f; + public static int Base_V11_Theme_AppCompat_Dialog = 0x7f08000b; + public static int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f08000c; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f080014; + public static int Base_V12_Widget_AppCompat_EditText = 0x7f080015; + public static int Base_V21_Theme_AppCompat = 0x7f080050; + public static int Base_V21_Theme_AppCompat_Dialog = 0x7f080051; + public static int Base_V21_Theme_AppCompat_Light = 0x7f080052; + public static int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f080053; + public static int Base_V22_Theme_AppCompat = 0x7f080074; + public static int Base_V22_Theme_AppCompat_Light = 0x7f080075; + public static int Base_V23_Theme_AppCompat = 0x7f080077; + public static int Base_V23_Theme_AppCompat_Light = 0x7f080078; + public static int Base_V7_Theme_AppCompat = 0x7f080095; + public static int Base_V7_Theme_AppCompat_Dialog = 0x7f080096; + public static int Base_V7_Theme_AppCompat_Light = 0x7f080097; + public static int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f080098; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f080099; + public static int Base_V7_Widget_AppCompat_EditText = 0x7f08009a; + public static int Base_Widget_AppCompat_ActionBar = 0x7f08009b; + public static int Base_Widget_AppCompat_ActionBar_Solid = 0x7f08009c; + public static int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f08009d; + public static int Base_Widget_AppCompat_ActionBar_TabText = 0x7f080054; + public static int Base_Widget_AppCompat_ActionBar_TabView = 0x7f080055; + public static int Base_Widget_AppCompat_ActionButton = 0x7f080056; + public static int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f080057; + public static int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f080058; + public static int Base_Widget_AppCompat_ActionMode = 0x7f08009e; + public static int Base_Widget_AppCompat_ActivityChooserView = 0x7f08009f; + public static int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f080016; + public static int Base_Widget_AppCompat_Button = 0x7f080059; + public static int Base_Widget_AppCompat_ButtonBar = 0x7f08005d; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0800a1; + public static int Base_Widget_AppCompat_Button_Borderless = 0x7f08005a; + public static int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f08005b; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0800a0; + public static int Base_Widget_AppCompat_Button_Colored = 0x7f080079; + public static int Base_Widget_AppCompat_Button_Small = 0x7f08005c; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f08005e; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f08005f; + public static int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0800a2; + public static int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f080000; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0800a3; + public static int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f080060; + public static int Base_Widget_AppCompat_EditText = 0x7f080017; + public static int Base_Widget_AppCompat_Light_ActionBar = 0x7f0800a4; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0800a5; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0800a6; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f080061; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080062; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f080063; + public static int Base_Widget_AppCompat_Light_PopupMenu = 0x7f080064; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f080065; + public static int Base_Widget_AppCompat_ListPopupWindow = 0x7f080066; + public static int Base_Widget_AppCompat_ListView = 0x7f080067; + public static int Base_Widget_AppCompat_ListView_DropDown = 0x7f080068; + public static int Base_Widget_AppCompat_ListView_Menu = 0x7f080069; + public static int Base_Widget_AppCompat_PopupMenu = 0x7f08006a; + public static int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f08006b; + public static int Base_Widget_AppCompat_PopupWindow = 0x7f0800a7; + public static int Base_Widget_AppCompat_ProgressBar = 0x7f08000d; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f08000e; + public static int Base_Widget_AppCompat_RatingBar = 0x7f08006c; + public static int Base_Widget_AppCompat_SearchView = 0x7f0800a8; + public static int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0800a9; + public static int Base_Widget_AppCompat_Spinner = 0x7f08006d; + public static int Base_Widget_AppCompat_Spinner_Underlined = 0x7f08006e; + public static int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f08006f; + public static int Base_Widget_AppCompat_Toolbar = 0x7f0800aa; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080070; + public static int Platform_AppCompat = 0x7f08000f; + public static int Platform_AppCompat_Light = 0x7f080010; + public static int Platform_ThemeOverlay_AppCompat = 0x7f080071; + public static int Platform_ThemeOverlay_AppCompat_Dark = 0x7f080072; + public static int Platform_ThemeOverlay_AppCompat_Light = 0x7f080073; + public static int Platform_V11_AppCompat = 0x7f080011; + public static int Platform_V11_AppCompat_Light = 0x7f080012; + public static int Platform_V14_AppCompat = 0x7f080019; + public static int Platform_V14_AppCompat_Light = 0x7f08001a; + public static int Platform_Widget_AppCompat_Spinner = 0x7f080013; + public static int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f080020; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f080021; + public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f080022; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f080023; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f080024; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f080025; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f080026; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f08002c; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f080027; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f080028; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f080029; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f08002a; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f08002b; + public static int TextAppearance_AppCompat = 0x7f0800ab; + public static int TextAppearance_AppCompat_Body1 = 0x7f0800ac; + public static int TextAppearance_AppCompat_Body2 = 0x7f0800ad; + public static int TextAppearance_AppCompat_Button = 0x7f0800ae; + public static int TextAppearance_AppCompat_Caption = 0x7f0800af; + public static int TextAppearance_AppCompat_Display1 = 0x7f0800b0; + public static int TextAppearance_AppCompat_Display2 = 0x7f0800b1; + public static int TextAppearance_AppCompat_Display3 = 0x7f0800b2; + public static int TextAppearance_AppCompat_Display4 = 0x7f0800b3; + public static int TextAppearance_AppCompat_Headline = 0x7f0800b4; + public static int TextAppearance_AppCompat_Inverse = 0x7f0800b5; + public static int TextAppearance_AppCompat_Large = 0x7f0800b6; + public static int TextAppearance_AppCompat_Large_Inverse = 0x7f0800b7; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0800b8; + public static int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0800b9; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0800ba; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0800bb; + public static int TextAppearance_AppCompat_Medium = 0x7f0800bc; + public static int TextAppearance_AppCompat_Medium_Inverse = 0x7f0800bd; + public static int TextAppearance_AppCompat_Menu = 0x7f0800be; + public static int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0800bf; + public static int TextAppearance_AppCompat_SearchResult_Title = 0x7f0800c0; + public static int TextAppearance_AppCompat_Small = 0x7f0800c1; + public static int TextAppearance_AppCompat_Small_Inverse = 0x7f0800c2; + public static int TextAppearance_AppCompat_Subhead = 0x7f0800c3; + public static int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0800c4; + public static int TextAppearance_AppCompat_Title = 0x7f0800c5; + public static int TextAppearance_AppCompat_Title_Inverse = 0x7f0800c6; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0800c7; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0800c8; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0800c9; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0800ca; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0800cb; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0800cc; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0800cd; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0800ce; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0800cf; + public static int TextAppearance_AppCompat_Widget_Button = 0x7f0800d0; + public static int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0800d1; + public static int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0800d2; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0800d3; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0800d4; + public static int TextAppearance_AppCompat_Widget_Switch = 0x7f0800d5; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0800d6; + public static int TextAppearance_StatusBar_EventContent = 0x7f08001b; + public static int TextAppearance_StatusBar_EventContent_Info = 0x7f08001c; + public static int TextAppearance_StatusBar_EventContent_Line2 = 0x7f08001d; + public static int TextAppearance_StatusBar_EventContent_Time = 0x7f08001e; + public static int TextAppearance_StatusBar_EventContent_Title = 0x7f08001f; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0800d7; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0800d8; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0800d9; + public static int Theme = 0x7f0800da; + public static int ThemeOverlay_AppCompat = 0x7f0800ed; + public static int ThemeOverlay_AppCompat_ActionBar = 0x7f0800ee; + public static int ThemeOverlay_AppCompat_Dark = 0x7f0800ef; + public static int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0800f0; + public static int ThemeOverlay_AppCompat_Light = 0x7f0800f1; + public static int Theme_AppCompat = 0x7f0800db; + public static int Theme_AppCompat_CompactMenu = 0x7f0800dc; + public static int Theme_AppCompat_Dialog = 0x7f0800dd; + public static int Theme_AppCompat_DialogWhenLarge = 0x7f0800e0; + public static int Theme_AppCompat_Dialog_Alert = 0x7f0800de; + public static int Theme_AppCompat_Dialog_MinWidth = 0x7f0800df; + public static int Theme_AppCompat_Light = 0x7f0800e1; + public static int Theme_AppCompat_Light_DarkActionBar = 0x7f0800e2; + public static int Theme_AppCompat_Light_Dialog = 0x7f0800e3; + public static int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0800e6; + public static int Theme_AppCompat_Light_Dialog_Alert = 0x7f0800e4; + public static int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0800e5; + public static int Theme_AppCompat_Light_NoActionBar = 0x7f0800e7; + public static int Theme_AppCompat_NoActionBar = 0x7f0800e8; + public static int Theme_Catalyst = 0x7f0800e9; + public static int Theme_Catalyst_RedBox = 0x7f0800ea; + public static int Theme_ReactNative_AppCompat_Light = 0x7f0800eb; + public static int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen = 0x7f0800ec; + public static int Widget_AppCompat_ActionBar = 0x7f0800f2; + public static int Widget_AppCompat_ActionBar_Solid = 0x7f0800f3; + public static int Widget_AppCompat_ActionBar_TabBar = 0x7f0800f4; + public static int Widget_AppCompat_ActionBar_TabText = 0x7f0800f5; + public static int Widget_AppCompat_ActionBar_TabView = 0x7f0800f6; + public static int Widget_AppCompat_ActionButton = 0x7f0800f7; + public static int Widget_AppCompat_ActionButton_CloseMode = 0x7f0800f8; + public static int Widget_AppCompat_ActionButton_Overflow = 0x7f0800f9; + public static int Widget_AppCompat_ActionMode = 0x7f0800fa; + public static int Widget_AppCompat_ActivityChooserView = 0x7f0800fb; + public static int Widget_AppCompat_AutoCompleteTextView = 0x7f0800fc; + public static int Widget_AppCompat_Button = 0x7f0800fd; + public static int Widget_AppCompat_ButtonBar = 0x7f080103; + public static int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f080104; + public static int Widget_AppCompat_Button_Borderless = 0x7f0800fe; + public static int Widget_AppCompat_Button_Borderless_Colored = 0x7f0800ff; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f080100; + public static int Widget_AppCompat_Button_Colored = 0x7f080101; + public static int Widget_AppCompat_Button_Small = 0x7f080102; + public static int Widget_AppCompat_CompoundButton_CheckBox = 0x7f080105; + public static int Widget_AppCompat_CompoundButton_RadioButton = 0x7f080106; + public static int Widget_AppCompat_CompoundButton_Switch = 0x7f080107; + public static int Widget_AppCompat_DrawerArrowToggle = 0x7f080108; + public static int Widget_AppCompat_DropDownItem_Spinner = 0x7f080109; + public static int Widget_AppCompat_EditText = 0x7f08010a; + public static int Widget_AppCompat_Light_ActionBar = 0x7f08010b; + public static int Widget_AppCompat_Light_ActionBar_Solid = 0x7f08010c; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f08010d; + public static int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f08010e; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f08010f; + public static int Widget_AppCompat_Light_ActionBar_TabText = 0x7f080110; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f080111; + public static int Widget_AppCompat_Light_ActionBar_TabView = 0x7f080112; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f080113; + public static int Widget_AppCompat_Light_ActionButton = 0x7f080114; + public static int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f080115; + public static int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f080116; + public static int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f080117; + public static int Widget_AppCompat_Light_ActivityChooserView = 0x7f080118; + public static int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f080119; + public static int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f08011a; + public static int Widget_AppCompat_Light_ListPopupWindow = 0x7f08011b; + public static int Widget_AppCompat_Light_ListView_DropDown = 0x7f08011c; + public static int Widget_AppCompat_Light_PopupMenu = 0x7f08011d; + public static int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f08011e; + public static int Widget_AppCompat_Light_SearchView = 0x7f08011f; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f080120; + public static int Widget_AppCompat_ListPopupWindow = 0x7f080121; + public static int Widget_AppCompat_ListView = 0x7f080122; + public static int Widget_AppCompat_ListView_DropDown = 0x7f080123; + public static int Widget_AppCompat_ListView_Menu = 0x7f080124; + public static int Widget_AppCompat_PopupMenu = 0x7f080125; + public static int Widget_AppCompat_PopupMenu_Overflow = 0x7f080126; + public static int Widget_AppCompat_PopupWindow = 0x7f080127; + public static int Widget_AppCompat_ProgressBar = 0x7f080128; + public static int Widget_AppCompat_ProgressBar_Horizontal = 0x7f080129; + public static int Widget_AppCompat_RatingBar = 0x7f08012a; + public static int Widget_AppCompat_SearchView = 0x7f08012b; + public static int Widget_AppCompat_SearchView_ActionBar = 0x7f08012c; + public static int Widget_AppCompat_Spinner = 0x7f08012d; + public static int Widget_AppCompat_Spinner_DropDown = 0x7f08012e; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f08012f; + public static int Widget_AppCompat_Spinner_Underlined = 0x7f080130; + public static int Widget_AppCompat_TextView_SpinnerItem = 0x7f080131; + public static int Widget_AppCompat_Toolbar = 0x7f080132; + public static int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f080133; + } + public static final class styleable { + public static int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010097 }; + public static int[] ActionBarLayout = { 0x010100b3 }; + public static int ActionBarLayout_android_layout_gravity = 0; + public static int ActionBar_background = 10; + public static int ActionBar_backgroundSplit = 12; + public static int ActionBar_backgroundStacked = 11; + public static int ActionBar_contentInsetEnd = 21; + public static int ActionBar_contentInsetLeft = 22; + public static int ActionBar_contentInsetRight = 23; + public static int ActionBar_contentInsetStart = 20; + public static int ActionBar_customNavigationLayout = 13; + public static int ActionBar_displayOptions = 3; + public static int ActionBar_divider = 9; + public static int ActionBar_elevation = 24; + public static int ActionBar_height = 0; + public static int ActionBar_hideOnContentScroll = 19; + public static int ActionBar_homeAsUpIndicator = 26; + public static int ActionBar_homeLayout = 14; + public static int ActionBar_icon = 7; + public static int ActionBar_indeterminateProgressStyle = 16; + public static int ActionBar_itemPadding = 18; + public static int ActionBar_logo = 8; + public static int ActionBar_navigationMode = 2; + public static int ActionBar_popupTheme = 25; + public static int ActionBar_progressBarPadding = 17; + public static int ActionBar_progressBarStyle = 15; + public static int ActionBar_subtitle = 4; + public static int ActionBar_subtitleTextStyle = 6; + public static int ActionBar_title = 1; + public static int ActionBar_titleTextStyle = 5; + public static int[] ActionMenuItemView = { 0x0101013f }; + public static int ActionMenuItemView_android_minWidth = 0; + public static int[] ActionMenuView = { }; + public static int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }; + public static int ActionMode_background = 3; + public static int ActionMode_backgroundSplit = 4; + public static int ActionMode_closeItemLayout = 5; + public static int ActionMode_height = 0; + public static int ActionMode_subtitleTextStyle = 2; + public static int ActionMode_titleTextStyle = 1; + public static int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e }; + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + public static int ActivityChooserView_initialActivityCount = 0; + public static int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }; + public static int AlertDialog_android_layout = 0; + public static int AlertDialog_buttonPanelSideLayout = 1; + public static int AlertDialog_listItemLayout = 5; + public static int AlertDialog_listLayout = 2; + public static int AlertDialog_multiChoiceItemLayout = 3; + public static int AlertDialog_singleChoiceItemLayout = 4; + public static int[] AppCompatTextView = { 0x01010034, 0x7f010024 }; + public static int AppCompatTextView_android_textAppearance = 0; + public static int AppCompatTextView_textAllCaps = 1; + public static int[] CompoundButton = { 0x01010107, 0x7f010025, 0x7f010026 }; + public static int CompoundButton_android_button = 0; + public static int CompoundButton_buttonTint = 1; + public static int CompoundButton_buttonTintMode = 2; + public static int[] DrawerArrowToggle = { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e }; + public static int DrawerArrowToggle_arrowHeadLength = 4; + public static int DrawerArrowToggle_arrowShaftLength = 5; + public static int DrawerArrowToggle_barLength = 6; + public static int DrawerArrowToggle_color = 0; + public static int DrawerArrowToggle_drawableSize = 2; + public static int DrawerArrowToggle_gapBetweenBars = 3; + public static int DrawerArrowToggle_spinBars = 1; + public static int DrawerArrowToggle_thickness = 7; + public static int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }; + public static int GenericDraweeView_actualImageScaleType = 11; + public static int GenericDraweeView_backgroundImage = 12; + public static int GenericDraweeView_fadeDuration = 0; + public static int GenericDraweeView_failureImage = 6; + public static int GenericDraweeView_failureImageScaleType = 7; + public static int GenericDraweeView_overlayImage = 13; + public static int GenericDraweeView_placeholderImage = 2; + public static int GenericDraweeView_placeholderImageScaleType = 3; + public static int GenericDraweeView_pressedStateOverlayImage = 14; + public static int GenericDraweeView_progressBarAutoRotateInterval = 10; + public static int GenericDraweeView_progressBarImage = 8; + public static int GenericDraweeView_progressBarImageScaleType = 9; + public static int GenericDraweeView_retryImage = 4; + public static int GenericDraweeView_retryImageScaleType = 5; + public static int GenericDraweeView_roundAsCircle = 15; + public static int GenericDraweeView_roundBottomLeft = 20; + public static int GenericDraweeView_roundBottomRight = 19; + public static int GenericDraweeView_roundTopLeft = 17; + public static int GenericDraweeView_roundTopRight = 18; + public static int GenericDraweeView_roundWithOverlayColor = 21; + public static int GenericDraweeView_roundedCornerRadius = 16; + public static int GenericDraweeView_roundingBorderColor = 23; + public static int GenericDraweeView_roundingBorderWidth = 22; + public static int GenericDraweeView_viewAspectRatio = 1; + public static int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 }; + public static int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + public static int LinearLayoutCompat_android_baselineAligned = 2; + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static int LinearLayoutCompat_android_gravity = 0; + public static int LinearLayoutCompat_android_orientation = 1; + public static int LinearLayoutCompat_android_weightSum = 4; + public static int LinearLayoutCompat_divider = 5; + public static int LinearLayoutCompat_dividerPadding = 8; + public static int LinearLayoutCompat_measureWithLargestChild = 6; + public static int LinearLayoutCompat_showDividers = 7; + public static int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + public static int MenuGroup_android_checkableBehavior = 5; + public static int MenuGroup_android_enabled = 0; + public static int MenuGroup_android_id = 1; + public static int MenuGroup_android_menuCategory = 3; + public static int MenuGroup_android_orderInCategory = 4; + public static int MenuGroup_android_visible = 2; + public static int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }; + public static int MenuItem_actionLayout = 14; + public static int MenuItem_actionProviderClass = 16; + public static int MenuItem_actionViewClass = 15; + public static int MenuItem_android_alphabeticShortcut = 9; + public static int MenuItem_android_checkable = 11; + public static int MenuItem_android_checked = 3; + public static int MenuItem_android_enabled = 1; + public static int MenuItem_android_icon = 0; + public static int MenuItem_android_id = 2; + public static int MenuItem_android_menuCategory = 5; + public static int MenuItem_android_numericShortcut = 10; + public static int MenuItem_android_onClick = 12; + public static int MenuItem_android_orderInCategory = 6; + public static int MenuItem_android_title = 7; + public static int MenuItem_android_titleCondensed = 8; + public static int MenuItem_android_visible = 4; + public static int MenuItem_showAsAction = 13; + public static int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e }; + public static int MenuView_android_headerBackground = 4; + public static int MenuView_android_horizontalDivider = 2; + public static int MenuView_android_itemBackground = 5; + public static int MenuView_android_itemIconDisabledAlpha = 6; + public static int MenuView_android_itemTextAppearance = 1; + public static int MenuView_android_verticalDivider = 3; + public static int MenuView_android_windowAnimationStyle = 0; + public static int MenuView_preserveIconSpacing = 7; + public static int[] PopupWindow = { 0x01010176, 0x7f01004f }; + public static int[] PopupWindowBackgroundState = { 0x7f010050 }; + public static int PopupWindowBackgroundState_state_above_anchor = 0; + public static int PopupWindow_android_popupBackground = 0; + public static int PopupWindow_overlapAnchor = 1; + public static int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 }; + public static int RecyclerView_android_orientation = 0; + public static int RecyclerView_layoutManager = 1; + public static int RecyclerView_reverseLayout = 3; + public static int RecyclerView_spanCount = 2; + public static int RecyclerView_stackFromEnd = 4; + public static int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 }; + public static int SearchView_android_focusable = 0; + public static int SearchView_android_imeOptions = 3; + public static int SearchView_android_inputType = 2; + public static int SearchView_android_maxWidth = 1; + public static int SearchView_closeIcon = 8; + public static int SearchView_commitIcon = 13; + public static int SearchView_defaultQueryHint = 7; + public static int SearchView_goIcon = 9; + public static int SearchView_iconifiedByDefault = 5; + public static int SearchView_layout = 4; + public static int SearchView_queryBackground = 15; + public static int SearchView_queryHint = 6; + public static int SearchView_searchHintIcon = 11; + public static int SearchView_searchIcon = 10; + public static int SearchView_submitBackground = 16; + public static int SearchView_suggestionRowLayout = 14; + public static int SearchView_voiceIcon = 12; + public static int[] Spinner = { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b }; + public static int Spinner_android_dropDownWidth = 2; + public static int Spinner_android_popupBackground = 0; + public static int Spinner_android_prompt = 1; + public static int Spinner_popupTheme = 3; + public static int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 }; + public static int SwitchCompat_android_textOff = 1; + public static int SwitchCompat_android_textOn = 0; + public static int SwitchCompat_android_thumb = 2; + public static int SwitchCompat_showText = 9; + public static int SwitchCompat_splitTrack = 8; + public static int SwitchCompat_switchMinWidth = 6; + public static int SwitchCompat_switchPadding = 7; + public static int SwitchCompat_switchTextAppearance = 5; + public static int SwitchCompat_thumbTextPadding = 4; + public static int SwitchCompat_track = 3; + public static int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }; + public static int TextAppearance_android_textColor = 3; + public static int TextAppearance_android_textSize = 0; + public static int TextAppearance_android_textStyle = 2; + public static int TextAppearance_android_typeface = 1; + public static int TextAppearance_textAllCaps = 4; + public static int[] Theme = { 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 }; + public static int Theme_actionBarDivider = 23; + public static int Theme_actionBarItemBackground = 24; + public static int Theme_actionBarPopupTheme = 17; + public static int Theme_actionBarSize = 22; + public static int Theme_actionBarSplitStyle = 19; + public static int Theme_actionBarStyle = 18; + public static int Theme_actionBarTabBarStyle = 13; + public static int Theme_actionBarTabStyle = 12; + public static int Theme_actionBarTabTextStyle = 14; + public static int Theme_actionBarTheme = 20; + public static int Theme_actionBarWidgetTheme = 21; + public static int Theme_actionButtonStyle = 49; + public static int Theme_actionDropDownStyle = 45; + public static int Theme_actionMenuTextAppearance = 25; + public static int Theme_actionMenuTextColor = 26; + public static int Theme_actionModeBackground = 29; + public static int Theme_actionModeCloseButtonStyle = 28; + public static int Theme_actionModeCloseDrawable = 31; + public static int Theme_actionModeCopyDrawable = 33; + public static int Theme_actionModeCutDrawable = 32; + public static int Theme_actionModeFindDrawable = 37; + public static int Theme_actionModePasteDrawable = 34; + public static int Theme_actionModePopupWindowStyle = 39; + public static int Theme_actionModeSelectAllDrawable = 35; + public static int Theme_actionModeShareDrawable = 36; + public static int Theme_actionModeSplitBackground = 30; + public static int Theme_actionModeStyle = 27; + public static int Theme_actionModeWebSearchDrawable = 38; + public static int Theme_actionOverflowButtonStyle = 15; + public static int Theme_actionOverflowMenuStyle = 16; + public static int Theme_activityChooserViewStyle = 57; + public static int Theme_alertDialogButtonGroupStyle = 91; + public static int Theme_alertDialogCenterButtons = 92; + public static int Theme_alertDialogStyle = 90; + public static int Theme_alertDialogTheme = 93; + public static int Theme_android_windowAnimationStyle = 1; + public static int Theme_android_windowIsFloating = 0; + public static int Theme_autoCompleteTextViewStyle = 98; + public static int Theme_borderlessButtonStyle = 54; + public static int Theme_buttonBarButtonStyle = 51; + public static int Theme_buttonBarNegativeButtonStyle = 96; + public static int Theme_buttonBarNeutralButtonStyle = 97; + public static int Theme_buttonBarPositiveButtonStyle = 95; + public static int Theme_buttonBarStyle = 50; + public static int Theme_buttonStyle = 99; + public static int Theme_buttonStyleSmall = 100; + public static int Theme_checkboxStyle = 101; + public static int Theme_checkedTextViewStyle = 102; + public static int Theme_colorAccent = 83; + public static int Theme_colorButtonNormal = 87; + public static int Theme_colorControlActivated = 85; + public static int Theme_colorControlHighlight = 86; + public static int Theme_colorControlNormal = 84; + public static int Theme_colorPrimary = 81; + public static int Theme_colorPrimaryDark = 82; + public static int Theme_colorSwitchThumbNormal = 88; + public static int Theme_controlBackground = 89; + public static int Theme_dialogPreferredPadding = 43; + public static int Theme_dialogTheme = 42; + public static int Theme_dividerHorizontal = 56; + public static int Theme_dividerVertical = 55; + public static int Theme_dropDownListViewStyle = 73; + public static int Theme_dropdownListPreferredItemHeight = 46; + public static int Theme_editTextBackground = 63; + public static int Theme_editTextColor = 62; + public static int Theme_editTextStyle = 103; + public static int Theme_homeAsUpIndicator = 48; + public static int Theme_listChoiceBackgroundIndicator = 80; + public static int Theme_listDividerAlertDialog = 44; + public static int Theme_listPopupWindowStyle = 74; + public static int Theme_listPreferredItemHeight = 68; + public static int Theme_listPreferredItemHeightLarge = 70; + public static int Theme_listPreferredItemHeightSmall = 69; + public static int Theme_listPreferredItemPaddingLeft = 71; + public static int Theme_listPreferredItemPaddingRight = 72; + public static int Theme_panelBackground = 77; + public static int Theme_panelMenuListTheme = 79; + public static int Theme_panelMenuListWidth = 78; + public static int Theme_popupMenuStyle = 60; + public static int Theme_popupWindowStyle = 61; + public static int Theme_radioButtonStyle = 104; + public static int Theme_ratingBarStyle = 105; + public static int Theme_searchViewStyle = 67; + public static int Theme_selectableItemBackground = 52; + public static int Theme_selectableItemBackgroundBorderless = 53; + public static int Theme_spinnerDropDownItemStyle = 47; + public static int Theme_spinnerStyle = 106; + public static int Theme_switchStyle = 107; + public static int Theme_textAppearanceLargePopupMenu = 40; + public static int Theme_textAppearanceListItem = 75; + public static int Theme_textAppearanceListItemSmall = 76; + public static int Theme_textAppearanceSearchResultSubtitle = 65; + public static int Theme_textAppearanceSearchResultTitle = 64; + public static int Theme_textAppearanceSmallPopupMenu = 41; + public static int Theme_textColorAlertDialogListItem = 94; + public static int Theme_textColorSearchUrl = 66; + public static int Theme_toolbarNavigationButtonStyle = 59; + public static int Theme_toolbarStyle = 58; + public static int Theme_windowActionBar = 2; + public static int Theme_windowActionBarOverlay = 4; + public static int Theme_windowActionModeOverlay = 5; + public static int Theme_windowFixedHeightMajor = 9; + public static int Theme_windowFixedHeightMinor = 7; + public static int Theme_windowFixedWidthMajor = 6; + public static int Theme_windowFixedWidthMinor = 8; + public static int Theme_windowMinWidthMajor = 10; + public static int Theme_windowMinWidthMinor = 11; + public static int Theme_windowNoTitle = 3; + public static int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 }; + public static int Toolbar_android_gravity = 0; + public static int Toolbar_android_minHeight = 1; + public static int Toolbar_collapseContentDescription = 19; + public static int Toolbar_collapseIcon = 18; + public static int Toolbar_contentInsetEnd = 6; + public static int Toolbar_contentInsetLeft = 7; + public static int Toolbar_contentInsetRight = 8; + public static int Toolbar_contentInsetStart = 5; + public static int Toolbar_logo = 4; + public static int Toolbar_logoDescription = 22; + public static int Toolbar_maxButtonHeight = 17; + public static int Toolbar_navigationContentDescription = 21; + public static int Toolbar_navigationIcon = 20; + public static int Toolbar_popupTheme = 9; + public static int Toolbar_subtitle = 3; + public static int Toolbar_subtitleTextAppearance = 11; + public static int Toolbar_subtitleTextColor = 24; + public static int Toolbar_title = 2; + public static int Toolbar_titleMarginBottom = 16; + public static int Toolbar_titleMarginEnd = 14; + public static int Toolbar_titleMarginStart = 13; + public static int Toolbar_titleMarginTop = 15; + public static int Toolbar_titleMargins = 12; + public static int Toolbar_titleTextAppearance = 10; + public static int Toolbar_titleTextColor = 23; + public static int[] View = { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 }; + public static int[] ViewBackgroundHelper = { 0x010100d4, 0x7f0100e5, 0x7f0100e6 }; + public static int ViewBackgroundHelper_android_background = 0; + public static int ViewBackgroundHelper_backgroundTint = 1; + public static int ViewBackgroundHelper_backgroundTintMode = 2; + public static int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static int ViewStubCompat_android_id = 0; + public static int ViewStubCompat_android_inflatedId = 2; + public static int ViewStubCompat_android_layout = 1; + public static int View_android_focusable = 1; + public static int View_android_theme = 0; + public static int View_paddingEnd = 3; + public static int View_paddingStart = 2; + public static int View_theme = 4; + } + public static final class xml { + public static int preferences = 0x7f050000; + } +} diff --git a/android/build/generated/source/r/debug/com/reactlibrary/R.java b/android/build/generated/source/r/debug/com/reactlibrary/R.java new file mode 100644 index 0000000000000000000000000000000000000000..da804e59f11b9c39d35e95777e75d2638cbf3034 --- /dev/null +++ b/android/build/generated/source/r/debug/com/reactlibrary/R.java @@ -0,0 +1,6891 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.reactlibrary; + +public final class R { + public static final class anim { + public static int abc_fade_in=0x7f040000; + public static int abc_fade_out=0x7f040001; + public static int abc_grow_fade_in_from_bottom=0x7f040002; + public static int abc_popup_enter=0x7f040003; + public static int abc_popup_exit=0x7f040004; + public static int abc_shrink_fade_out_from_bottom=0x7f040005; + public static int abc_slide_in_bottom=0x7f040006; + public static int abc_slide_in_top=0x7f040007; + public static int abc_slide_out_bottom=0x7f040008; + public static int abc_slide_out_top=0x7f040009; + public static int catalyst_push_up_in=0x7f04000a; + public static int catalyst_push_up_out=0x7f04000b; + } + public static final class attr { + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarDivider=0x7f01007e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarItemBackground=0x7f01007f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarPopupTheme=0x7f010078; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ */ + public static int actionBarSize=0x7f01007d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarSplitStyle=0x7f01007a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarStyle=0x7f010079; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabBarStyle=0x7f010074; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabStyle=0x7f010073; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTabTextStyle=0x7f010075; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarTheme=0x7f01007b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionBarWidgetTheme=0x7f01007c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionButtonStyle=0x7f010098; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionDropDownStyle=0x7f010094; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionLayout=0x7f01004b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionMenuTextAppearance=0x7f010080; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int actionMenuTextColor=0x7f010081; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeBackground=0x7f010084; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseButtonStyle=0x7f010083; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCloseDrawable=0x7f010086; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCopyDrawable=0x7f010088; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeCutDrawable=0x7f010087; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeFindDrawable=0x7f01008c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePasteDrawable=0x7f010089; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModePopupWindowStyle=0x7f01008e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSelectAllDrawable=0x7f01008a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeShareDrawable=0x7f01008b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeSplitBackground=0x7f010085; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeStyle=0x7f010082; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionModeWebSearchDrawable=0x7f01008d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowButtonStyle=0x7f010076; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int actionOverflowMenuStyle=0x7f010077; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionProviderClass=0x7f01004d; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int actionViewClass=0x7f01004c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int activityChooserViewStyle=0x7f0100a0; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int actualImageScaleType=0x7f01003a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogButtonGroupStyle=0x7f0100c2; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int alertDialogCenterButtons=0x7f0100c3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogStyle=0x7f0100c1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int alertDialogTheme=0x7f0100c4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowHeadLength=0x7f01002b; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int arrowShaftLength=0x7f01002c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int autoCompleteTextViewStyle=0x7f0100c9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int background=0x7f01000c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int backgroundImage=0x7f01003b; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundSplit=0x7f01000e; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int backgroundStacked=0x7f01000d; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int backgroundTint=0x7f0100e5; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int backgroundTintMode=0x7f0100e6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int barLength=0x7f01002d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int borderlessButtonStyle=0x7f01009d; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarButtonStyle=0x7f01009a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNegativeButtonStyle=0x7f0100c7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarNeutralButtonStyle=0x7f0100c8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarPositiveButtonStyle=0x7f0100c6; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonBarStyle=0x7f010099; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonPanelSideLayout=0x7f01001f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyle=0x7f0100ca; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int buttonStyleSmall=0x7f0100cb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int buttonTint=0x7f010025; + /**

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ */ + public static int buttonTintMode=0x7f010026; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkboxStyle=0x7f0100cc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int checkedTextViewStyle=0x7f0100cd; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeIcon=0x7f010059; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int closeItemLayout=0x7f01001c; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int collapseContentDescription=0x7f0100dc; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int collapseIcon=0x7f0100db; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int color=0x7f010027; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorAccent=0x7f0100ba; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorButtonNormal=0x7f0100be; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlActivated=0x7f0100bc; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlHighlight=0x7f0100bd; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorControlNormal=0x7f0100bb; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimary=0x7f0100b8; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorPrimaryDark=0x7f0100b9; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int colorSwitchThumbNormal=0x7f0100bf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int commitIcon=0x7f01005e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetEnd=0x7f010017; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetLeft=0x7f010018; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetRight=0x7f010019; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int contentInsetStart=0x7f010016; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int controlBackground=0x7f0100c0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int customNavigationLayout=0x7f01000f; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int defaultQueryHint=0x7f010058; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dialogPreferredPadding=0x7f010092; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dialogTheme=0x7f010091; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ */ + public static int displayOptions=0x7f010005; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int divider=0x7f01000b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerHorizontal=0x7f01009f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dividerPadding=0x7f010049; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dividerVertical=0x7f01009e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int drawableSize=0x7f010029; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int drawerArrowStyle=0x7f010000; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int dropDownListViewStyle=0x7f0100b0; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int dropdownListPreferredItemHeight=0x7f010095; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextBackground=0x7f0100a6; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int editTextColor=0x7f0100a5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int editTextStyle=0x7f0100ce; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int elevation=0x7f01001a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int expandActivityOverflowButtonDrawable=0x7f01001e; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int fadeDuration=0x7f01002f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int failureImage=0x7f010035; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int failureImageScaleType=0x7f010036; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int gapBetweenBars=0x7f01002a; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int goIcon=0x7f01005a; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int height=0x7f010001; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int hideOnContentScroll=0x7f010015; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeAsUpIndicator=0x7f010097; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int homeLayout=0x7f010010; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int icon=0x7f010009; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int iconifiedByDefault=0x7f010056; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int indeterminateProgressStyle=0x7f010012; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int initialActivityCount=0x7f01001d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int isLightTheme=0x7f010002; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int itemPadding=0x7f010014; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int layout=0x7f010055; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int layoutManager=0x7f010051; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listChoiceBackgroundIndicator=0x7f0100b7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listDividerAlertDialog=0x7f010093; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listItemLayout=0x7f010023; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listLayout=0x7f010020; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int listPopupWindowStyle=0x7f0100b1; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeight=0x7f0100ab; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightLarge=0x7f0100ad; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemHeightSmall=0x7f0100ac; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingLeft=0x7f0100ae; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int listPreferredItemPaddingRight=0x7f0100af; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int logo=0x7f01000a; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int logoDescription=0x7f0100df; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int maxButtonHeight=0x7f0100da; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int measureWithLargestChild=0x7f010047; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int multiChoiceItemLayout=0x7f010021; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int navigationContentDescription=0x7f0100de; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int navigationIcon=0x7f0100dd; + /**

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ */ + public static int navigationMode=0x7f010004; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int overlapAnchor=0x7f01004f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int overlayImage=0x7f01003c; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingEnd=0x7f0100e3; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int paddingStart=0x7f0100e2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelBackground=0x7f0100b4; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int panelMenuListTheme=0x7f0100b6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int panelMenuListWidth=0x7f0100b5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int placeholderImage=0x7f010031; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int placeholderImageScaleType=0x7f010032; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupMenuStyle=0x7f0100a3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupTheme=0x7f01001b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int popupWindowStyle=0x7f0100a4; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int preserveIconSpacing=0x7f01004e; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int pressedStateOverlayImage=0x7f01003d; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarAutoRotateInterval=0x7f010039; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarImage=0x7f010037; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int progressBarImageScaleType=0x7f010038; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int progressBarPadding=0x7f010013; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int progressBarStyle=0x7f010011; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int queryBackground=0x7f010060; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int queryHint=0x7f010057; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int radioButtonStyle=0x7f0100cf; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int ratingBarStyle=0x7f0100d0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int retryImage=0x7f010033; + /**

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ */ + public static int retryImageScaleType=0x7f010034; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int reverseLayout=0x7f010053; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundAsCircle=0x7f01003e; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundBottomLeft=0x7f010043; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundBottomRight=0x7f010042; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundTopLeft=0x7f010040; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundTopRight=0x7f010041; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundWithOverlayColor=0x7f010044; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundedCornerRadius=0x7f01003f; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundingBorderColor=0x7f010046; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int roundingBorderWidth=0x7f010045; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchHintIcon=0x7f01005c; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchIcon=0x7f01005b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int searchViewStyle=0x7f0100aa; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackground=0x7f01009b; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int selectableItemBackgroundBorderless=0x7f01009c; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ */ + public static int showAsAction=0x7f01004a; + /**

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ */ + public static int showDividers=0x7f010048; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int showText=0x7f010068; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int singleChoiceItemLayout=0x7f010022; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spanCount=0x7f010052; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int spinBars=0x7f010028; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerDropDownItemStyle=0x7f010096; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int spinnerStyle=0x7f0100d1; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int splitTrack=0x7f010067; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int stackFromEnd=0x7f010054; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int state_above_anchor=0x7f010050; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int submitBackground=0x7f010061; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitle=0x7f010006; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextAppearance=0x7f0100d4; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int subtitleTextColor=0x7f0100e1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int subtitleTextStyle=0x7f010008; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int suggestionRowLayout=0x7f01005f; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchMinWidth=0x7f010065; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int switchPadding=0x7f010066; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchStyle=0x7f0100d2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int switchTextAppearance=0x7f010064; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + */ + public static int textAllCaps=0x7f010024; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceLargePopupMenu=0x7f01008f; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItem=0x7f0100b2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceListItemSmall=0x7f0100b3; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultSubtitle=0x7f0100a8; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSearchResultTitle=0x7f0100a7; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int textAppearanceSmallPopupMenu=0x7f010090; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorAlertDialogListItem=0x7f0100c5; + /**

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + */ + public static int textColorSearchUrl=0x7f0100a9; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int theme=0x7f0100e4; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thickness=0x7f01002e; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int thumbTextPadding=0x7f010063; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int title=0x7f010003; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginBottom=0x7f0100d9; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginEnd=0x7f0100d7; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginStart=0x7f0100d6; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMarginTop=0x7f0100d8; + /**

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleMargins=0x7f0100d5; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextAppearance=0x7f0100d3; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int titleTextColor=0x7f0100e0; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int titleTextStyle=0x7f010007; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarNavigationButtonStyle=0x7f0100a2; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int toolbarStyle=0x7f0100a1; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int track=0x7f010062; + /**

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int viewAspectRatio=0x7f010030; + /**

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + */ + public static int voiceIcon=0x7f01005d; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBar=0x7f010069; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionBarOverlay=0x7f01006b; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowActionModeOverlay=0x7f01006c; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMajor=0x7f010070; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedHeightMinor=0x7f01006e; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMajor=0x7f01006d; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowFixedWidthMinor=0x7f01006f; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMajor=0x7f010071; + /**

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowMinWidthMinor=0x7f010072; + /**

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static int windowNoTitle=0x7f01006a; + } + public static final class bool { + public static int abc_action_bar_embed_tabs=0x7f090002; + public static int abc_action_bar_embed_tabs_pre_jb=0x7f090000; + public static int abc_action_bar_expanded_action_views_exclusive=0x7f090003; + public static int abc_config_actionMenuItemAllCaps=0x7f090004; + public static int abc_config_allowActionMenuItemTextWithIcon=0x7f090001; + public static int abc_config_closeDialogWhenTouchOutside=0x7f090005; + public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f090006; + } + public static final class color { + public static int abc_background_cache_hint_selector_material_dark=0x7f0b003b; + public static int abc_background_cache_hint_selector_material_light=0x7f0b003c; + public static int abc_color_highlight_material=0x7f0b003d; + public static int abc_input_method_navigation_guard=0x7f0b0000; + public static int abc_primary_text_disable_only_material_dark=0x7f0b003e; + public static int abc_primary_text_disable_only_material_light=0x7f0b003f; + public static int abc_primary_text_material_dark=0x7f0b0040; + public static int abc_primary_text_material_light=0x7f0b0041; + public static int abc_search_url_text=0x7f0b0042; + public static int abc_search_url_text_normal=0x7f0b0001; + public static int abc_search_url_text_pressed=0x7f0b0002; + public static int abc_search_url_text_selected=0x7f0b0003; + public static int abc_secondary_text_material_dark=0x7f0b0043; + public static int abc_secondary_text_material_light=0x7f0b0044; + public static int accent_material_dark=0x7f0b0004; + public static int accent_material_light=0x7f0b0005; + public static int background_floating_material_dark=0x7f0b0006; + public static int background_floating_material_light=0x7f0b0007; + public static int background_material_dark=0x7f0b0008; + public static int background_material_light=0x7f0b0009; + public static int bright_foreground_disabled_material_dark=0x7f0b000a; + public static int bright_foreground_disabled_material_light=0x7f0b000b; + public static int bright_foreground_inverse_material_dark=0x7f0b000c; + public static int bright_foreground_inverse_material_light=0x7f0b000d; + public static int bright_foreground_material_dark=0x7f0b000e; + public static int bright_foreground_material_light=0x7f0b000f; + public static int button_material_dark=0x7f0b0010; + public static int button_material_light=0x7f0b0011; + public static int catalyst_redbox_background=0x7f0b0012; + public static int dim_foreground_disabled_material_dark=0x7f0b0013; + public static int dim_foreground_disabled_material_light=0x7f0b0014; + public static int dim_foreground_material_dark=0x7f0b0015; + public static int dim_foreground_material_light=0x7f0b0016; + public static int foreground_material_dark=0x7f0b0017; + public static int foreground_material_light=0x7f0b0018; + public static int highlighted_text_material_dark=0x7f0b0019; + public static int highlighted_text_material_light=0x7f0b001a; + public static int hint_foreground_material_dark=0x7f0b001b; + public static int hint_foreground_material_light=0x7f0b001c; + public static int material_blue_grey_800=0x7f0b001d; + public static int material_blue_grey_900=0x7f0b001e; + public static int material_blue_grey_950=0x7f0b001f; + public static int material_deep_teal_200=0x7f0b0020; + public static int material_deep_teal_500=0x7f0b0021; + public static int material_grey_100=0x7f0b0022; + public static int material_grey_300=0x7f0b0023; + public static int material_grey_50=0x7f0b0024; + public static int material_grey_600=0x7f0b0025; + public static int material_grey_800=0x7f0b0026; + public static int material_grey_850=0x7f0b0027; + public static int material_grey_900=0x7f0b0028; + public static int primary_dark_material_dark=0x7f0b0029; + public static int primary_dark_material_light=0x7f0b002a; + public static int primary_material_dark=0x7f0b002b; + public static int primary_material_light=0x7f0b002c; + public static int primary_text_default_material_dark=0x7f0b002d; + public static int primary_text_default_material_light=0x7f0b002e; + public static int primary_text_disabled_material_dark=0x7f0b002f; + public static int primary_text_disabled_material_light=0x7f0b0030; + public static int ripple_material_dark=0x7f0b0031; + public static int ripple_material_light=0x7f0b0032; + public static int secondary_text_default_material_dark=0x7f0b0033; + public static int secondary_text_default_material_light=0x7f0b0034; + public static int secondary_text_disabled_material_dark=0x7f0b0035; + public static int secondary_text_disabled_material_light=0x7f0b0036; + public static int switch_thumb_disabled_material_dark=0x7f0b0037; + public static int switch_thumb_disabled_material_light=0x7f0b0038; + public static int switch_thumb_material_dark=0x7f0b0045; + public static int switch_thumb_material_light=0x7f0b0046; + public static int switch_thumb_normal_material_dark=0x7f0b0039; + public static int switch_thumb_normal_material_light=0x7f0b003a; + } + public static final class dimen { + public static int abc_action_bar_content_inset_material=0x7f07000b; + public static int abc_action_bar_default_height_material=0x7f070001; + public static int abc_action_bar_default_padding_end_material=0x7f07000c; + public static int abc_action_bar_default_padding_start_material=0x7f07000d; + public static int abc_action_bar_icon_vertical_padding_material=0x7f07000f; + public static int abc_action_bar_overflow_padding_end_material=0x7f070010; + public static int abc_action_bar_overflow_padding_start_material=0x7f070011; + public static int abc_action_bar_progress_bar_size=0x7f070002; + public static int abc_action_bar_stacked_max_height=0x7f070012; + public static int abc_action_bar_stacked_tab_max_width=0x7f070013; + public static int abc_action_bar_subtitle_bottom_margin_material=0x7f070014; + public static int abc_action_bar_subtitle_top_margin_material=0x7f070015; + public static int abc_action_button_min_height_material=0x7f070016; + public static int abc_action_button_min_width_material=0x7f070017; + public static int abc_action_button_min_width_overflow_material=0x7f070018; + public static int abc_alert_dialog_button_bar_height=0x7f070000; + public static int abc_button_inset_horizontal_material=0x7f070019; + public static int abc_button_inset_vertical_material=0x7f07001a; + public static int abc_button_padding_horizontal_material=0x7f07001b; + public static int abc_button_padding_vertical_material=0x7f07001c; + public static int abc_config_prefDialogWidth=0x7f070005; + public static int abc_control_corner_material=0x7f07001d; + public static int abc_control_inset_material=0x7f07001e; + public static int abc_control_padding_material=0x7f07001f; + public static int abc_dialog_list_padding_vertical_material=0x7f070020; + public static int abc_dialog_min_width_major=0x7f070021; + public static int abc_dialog_min_width_minor=0x7f070022; + public static int abc_dialog_padding_material=0x7f070023; + public static int abc_dialog_padding_top_material=0x7f070024; + public static int abc_disabled_alpha_material_dark=0x7f070025; + public static int abc_disabled_alpha_material_light=0x7f070026; + public static int abc_dropdownitem_icon_width=0x7f070027; + public static int abc_dropdownitem_text_padding_left=0x7f070028; + public static int abc_dropdownitem_text_padding_right=0x7f070029; + public static int abc_edit_text_inset_bottom_material=0x7f07002a; + public static int abc_edit_text_inset_horizontal_material=0x7f07002b; + public static int abc_edit_text_inset_top_material=0x7f07002c; + public static int abc_floating_window_z=0x7f07002d; + public static int abc_list_item_padding_horizontal_material=0x7f07002e; + public static int abc_panel_menu_list_width=0x7f07002f; + public static int abc_search_view_preferred_width=0x7f070030; + public static int abc_search_view_text_min_width=0x7f070006; + public static int abc_switch_padding=0x7f07000e; + public static int abc_text_size_body_1_material=0x7f070031; + public static int abc_text_size_body_2_material=0x7f070032; + public static int abc_text_size_button_material=0x7f070033; + public static int abc_text_size_caption_material=0x7f070034; + public static int abc_text_size_display_1_material=0x7f070035; + public static int abc_text_size_display_2_material=0x7f070036; + public static int abc_text_size_display_3_material=0x7f070037; + public static int abc_text_size_display_4_material=0x7f070038; + public static int abc_text_size_headline_material=0x7f070039; + public static int abc_text_size_large_material=0x7f07003a; + public static int abc_text_size_medium_material=0x7f07003b; + public static int abc_text_size_menu_material=0x7f07003c; + public static int abc_text_size_small_material=0x7f07003d; + public static int abc_text_size_subhead_material=0x7f07003e; + public static int abc_text_size_subtitle_material_toolbar=0x7f070003; + public static int abc_text_size_title_material=0x7f07003f; + public static int abc_text_size_title_material_toolbar=0x7f070004; + public static int dialog_fixed_height_major=0x7f070007; + public static int dialog_fixed_height_minor=0x7f070008; + public static int dialog_fixed_width_major=0x7f070009; + public static int dialog_fixed_width_minor=0x7f07000a; + public static int disabled_alpha_material_dark=0x7f070040; + public static int disabled_alpha_material_light=0x7f070041; + public static int highlight_alpha_material_colored=0x7f070042; + public static int highlight_alpha_material_dark=0x7f070043; + public static int highlight_alpha_material_light=0x7f070044; + public static int item_touch_helper_max_drag_scroll_per_frame=0x7f070045; + public static int notification_large_icon_height=0x7f070046; + public static int notification_large_icon_width=0x7f070047; + public static int notification_subtext_size=0x7f070048; + } + public static final class drawable { + public static int abc_ab_share_pack_mtrl_alpha=0x7f020000; + public static int abc_action_bar_item_background_material=0x7f020001; + public static int abc_btn_borderless_material=0x7f020002; + public static int abc_btn_check_material=0x7f020003; + public static int abc_btn_check_to_on_mtrl_000=0x7f020004; + public static int abc_btn_check_to_on_mtrl_015=0x7f020005; + public static int abc_btn_colored_material=0x7f020006; + public static int abc_btn_default_mtrl_shape=0x7f020007; + public static int abc_btn_radio_material=0x7f020008; + public static int abc_btn_radio_to_on_mtrl_000=0x7f020009; + public static int abc_btn_radio_to_on_mtrl_015=0x7f02000a; + public static int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; + public static int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; + public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; + public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; + public static int abc_cab_background_internal_bg=0x7f02000f; + public static int abc_cab_background_top_material=0x7f020010; + public static int abc_cab_background_top_mtrl_alpha=0x7f020011; + public static int abc_control_background_material=0x7f020012; + public static int abc_dialog_material_background_dark=0x7f020013; + public static int abc_dialog_material_background_light=0x7f020014; + public static int abc_edit_text_material=0x7f020015; + public static int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; + public static int abc_ic_clear_mtrl_alpha=0x7f020017; + public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; + public static int abc_ic_go_search_api_mtrl_alpha=0x7f020019; + public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; + public static int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; + public static int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; + public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; + public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; + public static int abc_ic_menu_share_mtrl_alpha=0x7f02001f; + public static int abc_ic_search_api_mtrl_alpha=0x7f020020; + public static int abc_ic_voice_search_api_mtrl_alpha=0x7f020021; + public static int abc_item_background_holo_dark=0x7f020022; + public static int abc_item_background_holo_light=0x7f020023; + public static int abc_list_divider_mtrl_alpha=0x7f020024; + public static int abc_list_focused_holo=0x7f020025; + public static int abc_list_longpressed_holo=0x7f020026; + public static int abc_list_pressed_holo_dark=0x7f020027; + public static int abc_list_pressed_holo_light=0x7f020028; + public static int abc_list_selector_background_transition_holo_dark=0x7f020029; + public static int abc_list_selector_background_transition_holo_light=0x7f02002a; + public static int abc_list_selector_disabled_holo_dark=0x7f02002b; + public static int abc_list_selector_disabled_holo_light=0x7f02002c; + public static int abc_list_selector_holo_dark=0x7f02002d; + public static int abc_list_selector_holo_light=0x7f02002e; + public static int abc_menu_hardkey_panel_mtrl_mult=0x7f02002f; + public static int abc_popup_background_mtrl_mult=0x7f020030; + public static int abc_ratingbar_full_material=0x7f020031; + public static int abc_spinner_mtrl_am_alpha=0x7f020032; + public static int abc_spinner_textfield_background_material=0x7f020033; + public static int abc_switch_thumb_material=0x7f020034; + public static int abc_switch_track_mtrl_alpha=0x7f020035; + public static int abc_tab_indicator_material=0x7f020036; + public static int abc_tab_indicator_mtrl_alpha=0x7f020037; + public static int abc_text_cursor_material=0x7f020038; + public static int abc_textfield_activated_mtrl_alpha=0x7f020039; + public static int abc_textfield_default_mtrl_alpha=0x7f02003a; + public static int abc_textfield_search_activated_mtrl_alpha=0x7f02003b; + public static int abc_textfield_search_default_mtrl_alpha=0x7f02003c; + public static int abc_textfield_search_material=0x7f02003d; + public static int notification_template_icon_bg=0x7f02003e; + } + public static final class id { + public static int action0=0x7f0c0057; + public static int action_bar=0x7f0c0047; + public static int action_bar_activity_content=0x7f0c0000; + public static int action_bar_container=0x7f0c0046; + public static int action_bar_root=0x7f0c0042; + public static int action_bar_spinner=0x7f0c0001; + public static int action_bar_subtitle=0x7f0c002b; + public static int action_bar_title=0x7f0c002a; + public static int action_context_bar=0x7f0c0048; + public static int action_divider=0x7f0c005b; + public static int action_menu_divider=0x7f0c0002; + public static int action_menu_presenter=0x7f0c0003; + public static int action_mode_bar=0x7f0c0044; + public static int action_mode_bar_stub=0x7f0c0043; + public static int action_mode_close_button=0x7f0c002c; + public static int activity_chooser_view_content=0x7f0c002d; + public static int alertTitle=0x7f0c0037; + public static int always=0x7f0c0024; + public static int beginning=0x7f0c0021; + public static int buttonPanel=0x7f0c003d; + public static int cancel_action=0x7f0c0058; + public static int catalyst_redbox_title=0x7f0c0066; + public static int center=0x7f0c0019; + public static int centerCrop=0x7f0c001a; + public static int centerInside=0x7f0c001b; + public static int checkbox=0x7f0c003f; + public static int chronometer=0x7f0c005e; + public static int collapseActionView=0x7f0c0025; + public static int contentPanel=0x7f0c0038; + public static int custom=0x7f0c003c; + public static int customPanel=0x7f0c003b; + public static int decor_content_parent=0x7f0c0045; + public static int default_activity_button=0x7f0c0030; + public static int disableHome=0x7f0c000d; + public static int edit_query=0x7f0c0049; + public static int end=0x7f0c0022; + public static int end_padder=0x7f0c0063; + public static int expand_activities_button=0x7f0c002e; + public static int expanded_menu=0x7f0c003e; + public static int fitCenter=0x7f0c001c; + public static int fitEnd=0x7f0c001d; + public static int fitStart=0x7f0c001e; + public static int fitXY=0x7f0c001f; + public static int focusCrop=0x7f0c0020; + public static int fps_text=0x7f0c0056; + public static int home=0x7f0c0004; + public static int homeAsUp=0x7f0c000e; + public static int icon=0x7f0c0032; + public static int ifRoom=0x7f0c0026; + public static int image=0x7f0c002f; + public static int info=0x7f0c0062; + public static int item_touch_helper_previous_elevation=0x7f0c0005; + public static int line1=0x7f0c005c; + public static int line3=0x7f0c0060; + public static int listMode=0x7f0c000a; + public static int list_item=0x7f0c0031; + public static int media_actions=0x7f0c005a; + public static int middle=0x7f0c0023; + public static int multiply=0x7f0c0014; + public static int never=0x7f0c0027; + public static int none=0x7f0c000f; + public static int normal=0x7f0c000b; + public static int parentPanel=0x7f0c0034; + public static int progress_circular=0x7f0c0006; + public static int progress_horizontal=0x7f0c0007; + public static int radio=0x7f0c0041; + public static int rn_frame_file=0x7f0c0065; + public static int rn_frame_method=0x7f0c0064; + public static int rn_redbox_reloadjs=0x7f0c0068; + public static int rn_redbox_stack=0x7f0c0067; + public static int screen=0x7f0c0015; + public static int scrollView=0x7f0c0039; + public static int search_badge=0x7f0c004b; + public static int search_bar=0x7f0c004a; + public static int search_button=0x7f0c004c; + public static int search_close_btn=0x7f0c0051; + public static int search_edit_frame=0x7f0c004d; + public static int search_go_btn=0x7f0c0053; + public static int search_mag_icon=0x7f0c004e; + public static int search_plate=0x7f0c004f; + public static int search_src_text=0x7f0c0050; + public static int search_voice_btn=0x7f0c0054; + public static int select_dialog_listview=0x7f0c0055; + public static int shortcut=0x7f0c0040; + public static int showCustom=0x7f0c0010; + public static int showHome=0x7f0c0011; + public static int showTitle=0x7f0c0012; + public static int split_action_bar=0x7f0c0008; + public static int src_atop=0x7f0c0016; + public static int src_in=0x7f0c0017; + public static int src_over=0x7f0c0018; + public static int status_bar_latest_event_content=0x7f0c0059; + public static int submit_area=0x7f0c0052; + public static int tabMode=0x7f0c000c; + public static int text=0x7f0c0061; + public static int text2=0x7f0c005f; + public static int textSpacerNoButtons=0x7f0c003a; + public static int time=0x7f0c005d; + public static int title=0x7f0c0033; + public static int title_template=0x7f0c0036; + public static int topPanel=0x7f0c0035; + public static int up=0x7f0c0009; + public static int useLogo=0x7f0c0013; + public static int withText=0x7f0c0028; + public static int wrap_content=0x7f0c0029; + } + public static final class integer { + public static int abc_config_activityDefaultDur=0x7f0a0001; + public static int abc_config_activityShortDur=0x7f0a0002; + public static int abc_max_action_buttons=0x7f0a0000; + public static int cancel_button_image_alpha=0x7f0a0003; + public static int status_bar_notification_info_maxnum=0x7f0a0004; + } + public static final class layout { + public static int abc_action_bar_title_item=0x7f030000; + public static int abc_action_bar_up_container=0x7f030001; + public static int abc_action_bar_view_list_nav_layout=0x7f030002; + public static int abc_action_menu_item_layout=0x7f030003; + public static int abc_action_menu_layout=0x7f030004; + public static int abc_action_mode_bar=0x7f030005; + public static int abc_action_mode_close_item_material=0x7f030006; + public static int abc_activity_chooser_view=0x7f030007; + public static int abc_activity_chooser_view_list_item=0x7f030008; + public static int abc_alert_dialog_material=0x7f030009; + public static int abc_dialog_title_material=0x7f03000a; + public static int abc_expanded_menu_layout=0x7f03000b; + public static int abc_list_menu_item_checkbox=0x7f03000c; + public static int abc_list_menu_item_icon=0x7f03000d; + public static int abc_list_menu_item_layout=0x7f03000e; + public static int abc_list_menu_item_radio=0x7f03000f; + public static int abc_popup_menu_item_layout=0x7f030010; + public static int abc_screen_content_include=0x7f030011; + public static int abc_screen_simple=0x7f030012; + public static int abc_screen_simple_overlay_action_mode=0x7f030013; + public static int abc_screen_toolbar=0x7f030014; + public static int abc_search_dropdown_item_icons_2line=0x7f030015; + public static int abc_search_view=0x7f030016; + public static int abc_select_dialog_material=0x7f030017; + public static int fps_view=0x7f030018; + public static int notification_media_action=0x7f030019; + public static int notification_media_cancel_action=0x7f03001a; + public static int notification_template_big_media=0x7f03001b; + public static int notification_template_big_media_narrow=0x7f03001c; + public static int notification_template_lines=0x7f03001d; + public static int notification_template_media=0x7f03001e; + public static int notification_template_part_chronometer=0x7f03001f; + public static int notification_template_part_time=0x7f030020; + public static int redbox_item_frame=0x7f030021; + public static int redbox_item_title=0x7f030022; + public static int redbox_view=0x7f030023; + public static int select_dialog_item_material=0x7f030024; + public static int select_dialog_multichoice_material=0x7f030025; + public static int select_dialog_singlechoice_material=0x7f030026; + public static int support_simple_spinner_dropdown_item=0x7f030027; + } + public static final class string { + public static int abc_action_bar_home_description=0x7f060000; + public static int abc_action_bar_home_description_format=0x7f060001; + public static int abc_action_bar_home_subtitle_description_format=0x7f060002; + public static int abc_action_bar_up_description=0x7f060003; + public static int abc_action_menu_overflow_description=0x7f060004; + public static int abc_action_mode_done=0x7f060005; + public static int abc_activity_chooser_view_see_all=0x7f060006; + public static int abc_activitychooserview_choose_application=0x7f060007; + public static int abc_search_hint=0x7f060008; + public static int abc_searchview_description_clear=0x7f060009; + public static int abc_searchview_description_query=0x7f06000a; + public static int abc_searchview_description_search=0x7f06000b; + public static int abc_searchview_description_submit=0x7f06000c; + public static int abc_searchview_description_voice=0x7f06000d; + public static int abc_shareactionprovider_share_with=0x7f06000e; + public static int abc_shareactionprovider_share_with_application=0x7f06000f; + public static int abc_toolbar_collapse_description=0x7f060010; + public static int catalyst_debugjs=0x7f060012; + public static int catalyst_debugjs_off=0x7f06001a; + public static int catalyst_element_inspector=0x7f060013; + public static int catalyst_element_inspector_off=0x7f06001b; + public static int catalyst_hot_module_replacement=0x7f06001c; + public static int catalyst_hot_module_replacement_off=0x7f06001d; + public static int catalyst_jsload_error=0x7f060014; + public static int catalyst_jsload_message=0x7f060015; + public static int catalyst_jsload_title=0x7f060016; + public static int catalyst_live_reload=0x7f06001e; + public static int catalyst_live_reload_off=0x7f06001f; + public static int catalyst_perf_monitor=0x7f060020; + public static int catalyst_perf_monitor_off=0x7f060021; + public static int catalyst_reloadjs=0x7f060017; + public static int catalyst_remotedbg_error=0x7f060022; + public static int catalyst_remotedbg_message=0x7f060023; + public static int catalyst_settings=0x7f060018; + public static int catalyst_settings_title=0x7f060019; + public static int catalyst_start_profile=0x7f060024; + public static int catalyst_stop_profile=0x7f060025; + public static int status_bar_notification_info_overflow=0x7f060011; + } + public static final class style { + public static int AlertDialog_AppCompat=0x7f08007a; + public static int AlertDialog_AppCompat_Light=0x7f08007b; + public static int Animation_AppCompat_Dialog=0x7f08007c; + public static int Animation_AppCompat_DropDownUp=0x7f08007d; + public static int Animation_Catalyst_RedBox=0x7f08007e; + public static int Base_AlertDialog_AppCompat=0x7f08007f; + public static int Base_AlertDialog_AppCompat_Light=0x7f080080; + public static int Base_Animation_AppCompat_Dialog=0x7f080081; + public static int Base_Animation_AppCompat_DropDownUp=0x7f080082; + public static int Base_DialogWindowTitle_AppCompat=0x7f080083; + public static int Base_DialogWindowTitleBackground_AppCompat=0x7f080084; + public static int Base_TextAppearance_AppCompat=0x7f08002d; + public static int Base_TextAppearance_AppCompat_Body1=0x7f08002e; + public static int Base_TextAppearance_AppCompat_Body2=0x7f08002f; + public static int Base_TextAppearance_AppCompat_Button=0x7f080018; + public static int Base_TextAppearance_AppCompat_Caption=0x7f080030; + public static int Base_TextAppearance_AppCompat_Display1=0x7f080031; + public static int Base_TextAppearance_AppCompat_Display2=0x7f080032; + public static int Base_TextAppearance_AppCompat_Display3=0x7f080033; + public static int Base_TextAppearance_AppCompat_Display4=0x7f080034; + public static int Base_TextAppearance_AppCompat_Headline=0x7f080035; + public static int Base_TextAppearance_AppCompat_Inverse=0x7f080003; + public static int Base_TextAppearance_AppCompat_Large=0x7f080036; + public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f080004; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f080037; + public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f080038; + public static int Base_TextAppearance_AppCompat_Medium=0x7f080039; + public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f080005; + public static int Base_TextAppearance_AppCompat_Menu=0x7f08003a; + public static int Base_TextAppearance_AppCompat_SearchResult=0x7f080085; + public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f08003b; + public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f08003c; + public static int Base_TextAppearance_AppCompat_Small=0x7f08003d; + public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f080006; + public static int Base_TextAppearance_AppCompat_Subhead=0x7f08003e; + public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f080007; + public static int Base_TextAppearance_AppCompat_Title=0x7f08003f; + public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f080008; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f080040; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f080041; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f080042; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f080043; + public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f080044; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f080045; + public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f080046; + public static int Base_TextAppearance_AppCompat_Widget_Button=0x7f080047; + public static int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f080076; + public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f080086; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f080048; + public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f080049; + public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f08004a; + public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f08004b; + public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f080087; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f08004c; + public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f08004d; + public static int Base_Theme_AppCompat=0x7f08004e; + public static int Base_Theme_AppCompat_CompactMenu=0x7f080088; + public static int Base_Theme_AppCompat_Dialog=0x7f080009; + public static int Base_Theme_AppCompat_Dialog_Alert=0x7f080089; + public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f08008a; + public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f08008b; + public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f080001; + public static int Base_Theme_AppCompat_Light=0x7f08004f; + public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f08008c; + public static int Base_Theme_AppCompat_Light_Dialog=0x7f08000a; + public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f08008d; + public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f08008e; + public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f08008f; + public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f080002; + public static int Base_ThemeOverlay_AppCompat=0x7f080090; + public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f080091; + public static int Base_ThemeOverlay_AppCompat_Dark=0x7f080092; + public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f080093; + public static int Base_ThemeOverlay_AppCompat_Light=0x7f080094; + public static int Base_V11_Theme_AppCompat_Dialog=0x7f08000b; + public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f08000c; + public static int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f080014; + public static int Base_V12_Widget_AppCompat_EditText=0x7f080015; + public static int Base_V21_Theme_AppCompat=0x7f080050; + public static int Base_V21_Theme_AppCompat_Dialog=0x7f080051; + public static int Base_V21_Theme_AppCompat_Light=0x7f080052; + public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f080053; + public static int Base_V22_Theme_AppCompat=0x7f080074; + public static int Base_V22_Theme_AppCompat_Light=0x7f080075; + public static int Base_V23_Theme_AppCompat=0x7f080077; + public static int Base_V23_Theme_AppCompat_Light=0x7f080078; + public static int Base_V7_Theme_AppCompat=0x7f080095; + public static int Base_V7_Theme_AppCompat_Dialog=0x7f080096; + public static int Base_V7_Theme_AppCompat_Light=0x7f080097; + public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f080098; + public static int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f080099; + public static int Base_V7_Widget_AppCompat_EditText=0x7f08009a; + public static int Base_Widget_AppCompat_ActionBar=0x7f08009b; + public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f08009c; + public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f08009d; + public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f080054; + public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f080055; + public static int Base_Widget_AppCompat_ActionButton=0x7f080056; + public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f080057; + public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f080058; + public static int Base_Widget_AppCompat_ActionMode=0x7f08009e; + public static int Base_Widget_AppCompat_ActivityChooserView=0x7f08009f; + public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f080016; + public static int Base_Widget_AppCompat_Button=0x7f080059; + public static int Base_Widget_AppCompat_Button_Borderless=0x7f08005a; + public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f08005b; + public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0800a0; + public static int Base_Widget_AppCompat_Button_Colored=0x7f080079; + public static int Base_Widget_AppCompat_Button_Small=0x7f08005c; + public static int Base_Widget_AppCompat_ButtonBar=0x7f08005d; + public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0800a1; + public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f08005e; + public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f08005f; + public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0800a2; + public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f080000; + public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0800a3; + public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f080060; + public static int Base_Widget_AppCompat_EditText=0x7f080017; + public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0800a4; + public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0800a5; + public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0800a6; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f080061; + public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080062; + public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f080063; + public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f080064; + public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f080065; + public static int Base_Widget_AppCompat_ListPopupWindow=0x7f080066; + public static int Base_Widget_AppCompat_ListView=0x7f080067; + public static int Base_Widget_AppCompat_ListView_DropDown=0x7f080068; + public static int Base_Widget_AppCompat_ListView_Menu=0x7f080069; + public static int Base_Widget_AppCompat_PopupMenu=0x7f08006a; + public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f08006b; + public static int Base_Widget_AppCompat_PopupWindow=0x7f0800a7; + public static int Base_Widget_AppCompat_ProgressBar=0x7f08000d; + public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f08000e; + public static int Base_Widget_AppCompat_RatingBar=0x7f08006c; + public static int Base_Widget_AppCompat_SearchView=0x7f0800a8; + public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0800a9; + public static int Base_Widget_AppCompat_Spinner=0x7f08006d; + public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f08006e; + public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f08006f; + public static int Base_Widget_AppCompat_Toolbar=0x7f0800aa; + public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f080070; + public static int Platform_AppCompat=0x7f08000f; + public static int Platform_AppCompat_Light=0x7f080010; + public static int Platform_ThemeOverlay_AppCompat=0x7f080071; + public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f080072; + public static int Platform_ThemeOverlay_AppCompat_Light=0x7f080073; + public static int Platform_V11_AppCompat=0x7f080011; + public static int Platform_V11_AppCompat_Light=0x7f080012; + public static int Platform_V14_AppCompat=0x7f080019; + public static int Platform_V14_AppCompat_Light=0x7f08001a; + public static int Platform_Widget_AppCompat_Spinner=0x7f080013; + public static int RtlOverlay_DialogWindowTitle_AppCompat=0x7f080020; + public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f080021; + public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f080022; + public static int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f080023; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f080024; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f080025; + public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f080026; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f080027; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f080028; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f080029; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f08002a; + public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f08002b; + public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f08002c; + public static int TextAppearance_AppCompat=0x7f0800ab; + public static int TextAppearance_AppCompat_Body1=0x7f0800ac; + public static int TextAppearance_AppCompat_Body2=0x7f0800ad; + public static int TextAppearance_AppCompat_Button=0x7f0800ae; + public static int TextAppearance_AppCompat_Caption=0x7f0800af; + public static int TextAppearance_AppCompat_Display1=0x7f0800b0; + public static int TextAppearance_AppCompat_Display2=0x7f0800b1; + public static int TextAppearance_AppCompat_Display3=0x7f0800b2; + public static int TextAppearance_AppCompat_Display4=0x7f0800b3; + public static int TextAppearance_AppCompat_Headline=0x7f0800b4; + public static int TextAppearance_AppCompat_Inverse=0x7f0800b5; + public static int TextAppearance_AppCompat_Large=0x7f0800b6; + public static int TextAppearance_AppCompat_Large_Inverse=0x7f0800b7; + public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0800b8; + public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0800b9; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0800ba; + public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0800bb; + public static int TextAppearance_AppCompat_Medium=0x7f0800bc; + public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0800bd; + public static int TextAppearance_AppCompat_Menu=0x7f0800be; + public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0800bf; + public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0800c0; + public static int TextAppearance_AppCompat_Small=0x7f0800c1; + public static int TextAppearance_AppCompat_Small_Inverse=0x7f0800c2; + public static int TextAppearance_AppCompat_Subhead=0x7f0800c3; + public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0800c4; + public static int TextAppearance_AppCompat_Title=0x7f0800c5; + public static int TextAppearance_AppCompat_Title_Inverse=0x7f0800c6; + public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0800c7; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0800c8; + public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0800c9; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0800ca; + public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0800cb; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0800cc; + public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0800cd; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0800ce; + public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0800cf; + public static int TextAppearance_AppCompat_Widget_Button=0x7f0800d0; + public static int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0800d1; + public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0800d2; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0800d3; + public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0800d4; + public static int TextAppearance_AppCompat_Widget_Switch=0x7f0800d5; + public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0800d6; + public static int TextAppearance_StatusBar_EventContent=0x7f08001b; + public static int TextAppearance_StatusBar_EventContent_Info=0x7f08001c; + public static int TextAppearance_StatusBar_EventContent_Line2=0x7f08001d; + public static int TextAppearance_StatusBar_EventContent_Time=0x7f08001e; + public static int TextAppearance_StatusBar_EventContent_Title=0x7f08001f; + public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0800d7; + public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0800d8; + public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0800d9; + public static int Theme=0x7f0800da; + public static int Theme_AppCompat=0x7f0800db; + public static int Theme_AppCompat_CompactMenu=0x7f0800dc; + public static int Theme_AppCompat_Dialog=0x7f0800dd; + public static int Theme_AppCompat_Dialog_Alert=0x7f0800de; + public static int Theme_AppCompat_Dialog_MinWidth=0x7f0800df; + public static int Theme_AppCompat_DialogWhenLarge=0x7f0800e0; + public static int Theme_AppCompat_Light=0x7f0800e1; + public static int Theme_AppCompat_Light_DarkActionBar=0x7f0800e2; + public static int Theme_AppCompat_Light_Dialog=0x7f0800e3; + public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0800e4; + public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0800e5; + public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0800e6; + public static int Theme_AppCompat_Light_NoActionBar=0x7f0800e7; + public static int Theme_AppCompat_NoActionBar=0x7f0800e8; + public static int Theme_Catalyst=0x7f0800e9; + public static int Theme_Catalyst_RedBox=0x7f0800ea; + public static int Theme_ReactNative_AppCompat_Light=0x7f0800eb; + public static int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0800ec; + public static int ThemeOverlay_AppCompat=0x7f0800ed; + public static int ThemeOverlay_AppCompat_ActionBar=0x7f0800ee; + public static int ThemeOverlay_AppCompat_Dark=0x7f0800ef; + public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0800f0; + public static int ThemeOverlay_AppCompat_Light=0x7f0800f1; + public static int Widget_AppCompat_ActionBar=0x7f0800f2; + public static int Widget_AppCompat_ActionBar_Solid=0x7f0800f3; + public static int Widget_AppCompat_ActionBar_TabBar=0x7f0800f4; + public static int Widget_AppCompat_ActionBar_TabText=0x7f0800f5; + public static int Widget_AppCompat_ActionBar_TabView=0x7f0800f6; + public static int Widget_AppCompat_ActionButton=0x7f0800f7; + public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0800f8; + public static int Widget_AppCompat_ActionButton_Overflow=0x7f0800f9; + public static int Widget_AppCompat_ActionMode=0x7f0800fa; + public static int Widget_AppCompat_ActivityChooserView=0x7f0800fb; + public static int Widget_AppCompat_AutoCompleteTextView=0x7f0800fc; + public static int Widget_AppCompat_Button=0x7f0800fd; + public static int Widget_AppCompat_Button_Borderless=0x7f0800fe; + public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0800ff; + public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f080100; + public static int Widget_AppCompat_Button_Colored=0x7f080101; + public static int Widget_AppCompat_Button_Small=0x7f080102; + public static int Widget_AppCompat_ButtonBar=0x7f080103; + public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f080104; + public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f080105; + public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f080106; + public static int Widget_AppCompat_CompoundButton_Switch=0x7f080107; + public static int Widget_AppCompat_DrawerArrowToggle=0x7f080108; + public static int Widget_AppCompat_DropDownItem_Spinner=0x7f080109; + public static int Widget_AppCompat_EditText=0x7f08010a; + public static int Widget_AppCompat_Light_ActionBar=0x7f08010b; + public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f08010c; + public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f08010d; + public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f08010e; + public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f08010f; + public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f080110; + public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f080111; + public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f080112; + public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f080113; + public static int Widget_AppCompat_Light_ActionButton=0x7f080114; + public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f080115; + public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f080116; + public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f080117; + public static int Widget_AppCompat_Light_ActivityChooserView=0x7f080118; + public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f080119; + public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f08011a; + public static int Widget_AppCompat_Light_ListPopupWindow=0x7f08011b; + public static int Widget_AppCompat_Light_ListView_DropDown=0x7f08011c; + public static int Widget_AppCompat_Light_PopupMenu=0x7f08011d; + public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f08011e; + public static int Widget_AppCompat_Light_SearchView=0x7f08011f; + public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f080120; + public static int Widget_AppCompat_ListPopupWindow=0x7f080121; + public static int Widget_AppCompat_ListView=0x7f080122; + public static int Widget_AppCompat_ListView_DropDown=0x7f080123; + public static int Widget_AppCompat_ListView_Menu=0x7f080124; + public static int Widget_AppCompat_PopupMenu=0x7f080125; + public static int Widget_AppCompat_PopupMenu_Overflow=0x7f080126; + public static int Widget_AppCompat_PopupWindow=0x7f080127; + public static int Widget_AppCompat_ProgressBar=0x7f080128; + public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f080129; + public static int Widget_AppCompat_RatingBar=0x7f08012a; + public static int Widget_AppCompat_SearchView=0x7f08012b; + public static int Widget_AppCompat_SearchView_ActionBar=0x7f08012c; + public static int Widget_AppCompat_Spinner=0x7f08012d; + public static int Widget_AppCompat_Spinner_DropDown=0x7f08012e; + public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f08012f; + public static int Widget_AppCompat_Spinner_Underlined=0x7f080130; + public static int Widget_AppCompat_TextView_SpinnerItem=0x7f080131; + public static int Widget_AppCompat_Toolbar=0x7f080132; + public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f080133; + } + public static final class xml { + public static int preferences=0x7f050000; + } + public static final class styleable { + /** Attributes that can be used with a ActionBar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #ActionBar_background com.reactlibrary:background}
{@link #ActionBar_backgroundSplit com.reactlibrary:backgroundSplit}
{@link #ActionBar_backgroundStacked com.reactlibrary:backgroundStacked}
{@link #ActionBar_contentInsetEnd com.reactlibrary:contentInsetEnd}
{@link #ActionBar_contentInsetLeft com.reactlibrary:contentInsetLeft}
{@link #ActionBar_contentInsetRight com.reactlibrary:contentInsetRight}
{@link #ActionBar_contentInsetStart com.reactlibrary:contentInsetStart}
{@link #ActionBar_customNavigationLayout com.reactlibrary:customNavigationLayout}
{@link #ActionBar_displayOptions com.reactlibrary:displayOptions}
{@link #ActionBar_divider com.reactlibrary:divider}
{@link #ActionBar_elevation com.reactlibrary:elevation}
{@link #ActionBar_height com.reactlibrary:height}
{@link #ActionBar_hideOnContentScroll com.reactlibrary:hideOnContentScroll}
{@link #ActionBar_homeAsUpIndicator com.reactlibrary:homeAsUpIndicator}
{@link #ActionBar_homeLayout com.reactlibrary:homeLayout}
{@link #ActionBar_icon com.reactlibrary:icon}
{@link #ActionBar_indeterminateProgressStyle com.reactlibrary:indeterminateProgressStyle}
{@link #ActionBar_itemPadding com.reactlibrary:itemPadding}
{@link #ActionBar_logo com.reactlibrary:logo}
{@link #ActionBar_navigationMode com.reactlibrary:navigationMode}
{@link #ActionBar_popupTheme com.reactlibrary:popupTheme}
{@link #ActionBar_progressBarPadding com.reactlibrary:progressBarPadding}
{@link #ActionBar_progressBarStyle com.reactlibrary:progressBarStyle}
{@link #ActionBar_subtitle com.reactlibrary:subtitle}
{@link #ActionBar_subtitleTextStyle com.reactlibrary:subtitleTextStyle}
{@link #ActionBar_title com.reactlibrary:title}
{@link #ActionBar_titleTextStyle com.reactlibrary:titleTextStyle}
+ @see #ActionBar_background + @see #ActionBar_backgroundSplit + @see #ActionBar_backgroundStacked + @see #ActionBar_contentInsetEnd + @see #ActionBar_contentInsetLeft + @see #ActionBar_contentInsetRight + @see #ActionBar_contentInsetStart + @see #ActionBar_customNavigationLayout + @see #ActionBar_displayOptions + @see #ActionBar_divider + @see #ActionBar_elevation + @see #ActionBar_height + @see #ActionBar_hideOnContentScroll + @see #ActionBar_homeAsUpIndicator + @see #ActionBar_homeLayout + @see #ActionBar_icon + @see #ActionBar_indeterminateProgressStyle + @see #ActionBar_itemPadding + @see #ActionBar_logo + @see #ActionBar_navigationMode + @see #ActionBar_popupTheme + @see #ActionBar_progressBarPadding + @see #ActionBar_progressBarStyle + @see #ActionBar_subtitle + @see #ActionBar_subtitleTextStyle + @see #ActionBar_title + @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar = { + 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, + 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, + 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, + 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, + 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, + 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, + 0x7f01001a, 0x7f01001b, 0x7f010097 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#background} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:background + */ + public static int ActionBar_background = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary:backgroundSplit + */ + public static int ActionBar_backgroundSplit = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#backgroundStacked} + attribute's value can be found in the {@link #ActionBar} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary:backgroundStacked + */ + public static int ActionBar_backgroundStacked = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetEnd + */ + public static int ActionBar_contentInsetEnd = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetLeft + */ + public static int ActionBar_contentInsetLeft = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetRight} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetRight + */ + public static int ActionBar_contentInsetRight = 23; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetStart} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetStart + */ + public static int ActionBar_contentInsetStart = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#customNavigationLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:customNavigationLayout + */ + public static int ActionBar_customNavigationLayout = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#displayOptions} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + + + +
ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20
+ @attr name com.reactlibrary:displayOptions + */ + public static int ActionBar_displayOptions = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#divider} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:divider + */ + public static int ActionBar_divider = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#elevation} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:elevation + */ + public static int ActionBar_elevation = 24; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#height} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:height + */ + public static int ActionBar_height = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#hideOnContentScroll} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:hideOnContentScroll + */ + public static int ActionBar_hideOnContentScroll = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:homeAsUpIndicator + */ + public static int ActionBar_homeAsUpIndicator = 26; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#homeLayout} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:homeLayout + */ + public static int ActionBar_homeLayout = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#icon} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:icon + */ + public static int ActionBar_icon = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#indeterminateProgressStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:indeterminateProgressStyle + */ + public static int ActionBar_indeterminateProgressStyle = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#itemPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:itemPadding + */ + public static int ActionBar_itemPadding = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#logo} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:logo + */ + public static int ActionBar_logo = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#navigationMode} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be one of the following constant values.

+ ++++ + + + +
ConstantValueDescription
normal0
listMode1
tabMode2
+ @attr name com.reactlibrary:navigationMode + */ + public static int ActionBar_navigationMode = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#popupTheme} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:popupTheme + */ + public static int ActionBar_popupTheme = 25; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#progressBarPadding} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:progressBarPadding + */ + public static int ActionBar_progressBarPadding = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#progressBarStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:progressBarStyle + */ + public static int ActionBar_progressBarStyle = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#subtitle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:subtitle + */ + public static int ActionBar_subtitle = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:subtitleTextStyle + */ + public static int ActionBar_subtitleTextStyle = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#title} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:title + */ + public static int ActionBar_title = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionBar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:titleTextStyle + */ + public static int ActionBar_titleTextStyle = 5; + /** Attributes that can be used with a ActionBarLayout. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
+ @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout = { + 0x010100b3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #ActionBarLayout} array. + @attr name android:layout_gravity + */ + public static int ActionBarLayout_android_layout_gravity = 0; + /** Attributes that can be used with a ActionMenuItemView. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
+ @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView = { + 0x0101013f + }; + /** +

This symbol is the offset where the {@link android.R.attr#minWidth} + attribute's value can be found in the {@link #ActionMenuItemView} array. + @attr name android:minWidth + */ + public static int ActionMenuItemView_android_minWidth = 0; + /** Attributes that can be used with a ActionMenuView. + */ + public static final int[] ActionMenuView = { + + }; + /** Attributes that can be used with a ActionMode. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #ActionMode_background com.reactlibrary:background}
{@link #ActionMode_backgroundSplit com.reactlibrary:backgroundSplit}
{@link #ActionMode_closeItemLayout com.reactlibrary:closeItemLayout}
{@link #ActionMode_height com.reactlibrary:height}
{@link #ActionMode_subtitleTextStyle com.reactlibrary:subtitleTextStyle}
{@link #ActionMode_titleTextStyle com.reactlibrary:titleTextStyle}
+ @see #ActionMode_background + @see #ActionMode_backgroundSplit + @see #ActionMode_closeItemLayout + @see #ActionMode_height + @see #ActionMode_subtitleTextStyle + @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode = { + 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, + 0x7f01000e, 0x7f01001c + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#background} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:background + */ + public static int ActionMode_background = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#backgroundSplit} + attribute's value can be found in the {@link #ActionMode} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary:backgroundSplit + */ + public static int ActionMode_backgroundSplit = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#closeItemLayout} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:closeItemLayout + */ + public static int ActionMode_closeItemLayout = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#height} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:height + */ + public static int ActionMode_height = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#subtitleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:subtitleTextStyle + */ + public static int ActionMode_subtitleTextStyle = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleTextStyle} + attribute's value can be found in the {@link #ActionMode} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:titleTextStyle + */ + public static int ActionMode_titleTextStyle = 1; + /** Attributes that can be used with a ActivityChooserView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.reactlibrary:expandActivityOverflowButtonDrawable}
{@link #ActivityChooserView_initialActivityCount com.reactlibrary:initialActivityCount}
+ @see #ActivityChooserView_expandActivityOverflowButtonDrawable + @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView = { + 0x7f01001d, 0x7f01001e + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#expandActivityOverflowButtonDrawable} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:expandActivityOverflowButtonDrawable + */ + public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#initialActivityCount} + attribute's value can be found in the {@link #ActivityChooserView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:initialActivityCount + */ + public static int ActivityChooserView_initialActivityCount = 0; + /** Attributes that can be used with a AlertDialog. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout com.reactlibrary:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout com.reactlibrary:listItemLayout}
{@link #AlertDialog_listLayout com.reactlibrary:listLayout}
{@link #AlertDialog_multiChoiceItemLayout com.reactlibrary:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout com.reactlibrary:singleChoiceItemLayout}
+ @see #AlertDialog_android_layout + @see #AlertDialog_buttonPanelSideLayout + @see #AlertDialog_listItemLayout + @see #AlertDialog_listLayout + @see #AlertDialog_multiChoiceItemLayout + @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog = { + 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, + 0x7f010022, 0x7f010023 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #AlertDialog} array. + @attr name android:layout + */ + public static int AlertDialog_android_layout = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonPanelSideLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonPanelSideLayout + */ + public static int AlertDialog_buttonPanelSideLayout = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:listItemLayout + */ + public static int AlertDialog_listItemLayout = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:listLayout + */ + public static int AlertDialog_listLayout = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#multiChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:multiChoiceItemLayout + */ + public static int AlertDialog_multiChoiceItemLayout = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#singleChoiceItemLayout} + attribute's value can be found in the {@link #AlertDialog} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:singleChoiceItemLayout + */ + public static int AlertDialog_singleChoiceItemLayout = 4; + /** Attributes that can be used with a AppCompatTextView. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps com.reactlibrary:textAllCaps}
+ @see #AppCompatTextView_android_textAppearance + @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView = { + 0x01010034, 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textAppearance} + attribute's value can be found in the {@link #AppCompatTextView} array. + @attr name android:textAppearance + */ + public static int AppCompatTextView_android_textAppearance = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAllCaps} + attribute's value can be found in the {@link #AppCompatTextView} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.reactlibrary:textAllCaps + */ + public static int AppCompatTextView_textAllCaps = 1; + /** Attributes that can be used with a CompoundButton. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint com.reactlibrary:buttonTint}
{@link #CompoundButton_buttonTintMode com.reactlibrary:buttonTintMode}
+ @see #CompoundButton_android_button + @see #CompoundButton_buttonTint + @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton = { + 0x01010107, 0x7f010025, 0x7f010026 + }; + /** +

This symbol is the offset where the {@link android.R.attr#button} + attribute's value can be found in the {@link #CompoundButton} array. + @attr name android:button + */ + public static int CompoundButton_android_button = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonTint} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:buttonTint + */ + public static int CompoundButton_buttonTint = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonTintMode} + attribute's value can be found in the {@link #CompoundButton} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.reactlibrary:buttonTintMode + */ + public static int CompoundButton_buttonTintMode = 2; + /** Attributes that can be used with a DrawerArrowToggle. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength com.reactlibrary:arrowHeadLength}
{@link #DrawerArrowToggle_arrowShaftLength com.reactlibrary:arrowShaftLength}
{@link #DrawerArrowToggle_barLength com.reactlibrary:barLength}
{@link #DrawerArrowToggle_color com.reactlibrary:color}
{@link #DrawerArrowToggle_drawableSize com.reactlibrary:drawableSize}
{@link #DrawerArrowToggle_gapBetweenBars com.reactlibrary:gapBetweenBars}
{@link #DrawerArrowToggle_spinBars com.reactlibrary:spinBars}
{@link #DrawerArrowToggle_thickness com.reactlibrary:thickness}
+ @see #DrawerArrowToggle_arrowHeadLength + @see #DrawerArrowToggle_arrowShaftLength + @see #DrawerArrowToggle_barLength + @see #DrawerArrowToggle_color + @see #DrawerArrowToggle_drawableSize + @see #DrawerArrowToggle_gapBetweenBars + @see #DrawerArrowToggle_spinBars + @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle = { + 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, + 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#arrowHeadLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:arrowHeadLength + */ + public static int DrawerArrowToggle_arrowHeadLength = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#arrowShaftLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:arrowShaftLength + */ + public static int DrawerArrowToggle_arrowShaftLength = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#barLength} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:barLength + */ + public static int DrawerArrowToggle_barLength = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#color} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:color + */ + public static int DrawerArrowToggle_color = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#drawableSize} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:drawableSize + */ + public static int DrawerArrowToggle_drawableSize = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#gapBetweenBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:gapBetweenBars + */ + public static int DrawerArrowToggle_gapBetweenBars = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#spinBars} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:spinBars + */ + public static int DrawerArrowToggle_spinBars = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#thickness} + attribute's value can be found in the {@link #DrawerArrowToggle} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:thickness + */ + public static int DrawerArrowToggle_thickness = 7; + /** Attributes that can be used with a GenericDraweeView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #GenericDraweeView_actualImageScaleType com.reactlibrary:actualImageScaleType}
{@link #GenericDraweeView_backgroundImage com.reactlibrary:backgroundImage}
{@link #GenericDraweeView_fadeDuration com.reactlibrary:fadeDuration}
{@link #GenericDraweeView_failureImage com.reactlibrary:failureImage}
{@link #GenericDraweeView_failureImageScaleType com.reactlibrary:failureImageScaleType}
{@link #GenericDraweeView_overlayImage com.reactlibrary:overlayImage}
{@link #GenericDraweeView_placeholderImage com.reactlibrary:placeholderImage}
{@link #GenericDraweeView_placeholderImageScaleType com.reactlibrary:placeholderImageScaleType}
{@link #GenericDraweeView_pressedStateOverlayImage com.reactlibrary:pressedStateOverlayImage}
{@link #GenericDraweeView_progressBarAutoRotateInterval com.reactlibrary:progressBarAutoRotateInterval}
{@link #GenericDraweeView_progressBarImage com.reactlibrary:progressBarImage}
{@link #GenericDraweeView_progressBarImageScaleType com.reactlibrary:progressBarImageScaleType}
{@link #GenericDraweeView_retryImage com.reactlibrary:retryImage}
{@link #GenericDraweeView_retryImageScaleType com.reactlibrary:retryImageScaleType}
{@link #GenericDraweeView_roundAsCircle com.reactlibrary:roundAsCircle}
{@link #GenericDraweeView_roundBottomLeft com.reactlibrary:roundBottomLeft}
{@link #GenericDraweeView_roundBottomRight com.reactlibrary:roundBottomRight}
{@link #GenericDraweeView_roundTopLeft com.reactlibrary:roundTopLeft}
{@link #GenericDraweeView_roundTopRight com.reactlibrary:roundTopRight}
{@link #GenericDraweeView_roundWithOverlayColor com.reactlibrary:roundWithOverlayColor}
{@link #GenericDraweeView_roundedCornerRadius com.reactlibrary:roundedCornerRadius}
{@link #GenericDraweeView_roundingBorderColor com.reactlibrary:roundingBorderColor}
{@link #GenericDraweeView_roundingBorderWidth com.reactlibrary:roundingBorderWidth}
{@link #GenericDraweeView_viewAspectRatio com.reactlibrary:viewAspectRatio}
+ @see #GenericDraweeView_actualImageScaleType + @see #GenericDraweeView_backgroundImage + @see #GenericDraweeView_fadeDuration + @see #GenericDraweeView_failureImage + @see #GenericDraweeView_failureImageScaleType + @see #GenericDraweeView_overlayImage + @see #GenericDraweeView_placeholderImage + @see #GenericDraweeView_placeholderImageScaleType + @see #GenericDraweeView_pressedStateOverlayImage + @see #GenericDraweeView_progressBarAutoRotateInterval + @see #GenericDraweeView_progressBarImage + @see #GenericDraweeView_progressBarImageScaleType + @see #GenericDraweeView_retryImage + @see #GenericDraweeView_retryImageScaleType + @see #GenericDraweeView_roundAsCircle + @see #GenericDraweeView_roundBottomLeft + @see #GenericDraweeView_roundBottomRight + @see #GenericDraweeView_roundTopLeft + @see #GenericDraweeView_roundTopRight + @see #GenericDraweeView_roundWithOverlayColor + @see #GenericDraweeView_roundedCornerRadius + @see #GenericDraweeView_roundingBorderColor + @see #GenericDraweeView_roundingBorderWidth + @see #GenericDraweeView_viewAspectRatio + */ + public static final int[] GenericDraweeView = { + 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, + 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, + 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, + 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, + 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, + 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actualImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary:actualImageScaleType + */ + public static int GenericDraweeView_actualImageScaleType = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#backgroundImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:backgroundImage + */ + public static int GenericDraweeView_backgroundImage = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#fadeDuration} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:fadeDuration + */ + public static int GenericDraweeView_fadeDuration = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#failureImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:failureImage + */ + public static int GenericDraweeView_failureImage = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#failureImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary:failureImageScaleType + */ + public static int GenericDraweeView_failureImageScaleType = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#overlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:overlayImage + */ + public static int GenericDraweeView_overlayImage = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#placeholderImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:placeholderImage + */ + public static int GenericDraweeView_placeholderImage = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#placeholderImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary:placeholderImageScaleType + */ + public static int GenericDraweeView_placeholderImageScaleType = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#pressedStateOverlayImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:pressedStateOverlayImage + */ + public static int GenericDraweeView_pressedStateOverlayImage = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#progressBarAutoRotateInterval} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:progressBarAutoRotateInterval + */ + public static int GenericDraweeView_progressBarAutoRotateInterval = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#progressBarImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:progressBarImage + */ + public static int GenericDraweeView_progressBarImage = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#progressBarImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary:progressBarImageScaleType + */ + public static int GenericDraweeView_progressBarImageScaleType = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#retryImage} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:retryImage + */ + public static int GenericDraweeView_retryImage = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#retryImageScaleType} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + + + + + +
ConstantValueDescription
none-1
fitXY0
fitStart1
fitCenter2
fitEnd3
center4
centerInside5
centerCrop6
focusCrop7
+ @attr name com.reactlibrary:retryImageScaleType + */ + public static int GenericDraweeView_retryImageScaleType = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundAsCircle} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundAsCircle + */ + public static int GenericDraweeView_roundAsCircle = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundBottomLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundBottomLeft + */ + public static int GenericDraweeView_roundBottomLeft = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundBottomRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundBottomRight + */ + public static int GenericDraweeView_roundBottomRight = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundTopLeft} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundTopLeft + */ + public static int GenericDraweeView_roundTopLeft = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundTopRight} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundTopRight + */ + public static int GenericDraweeView_roundTopRight = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundWithOverlayColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundWithOverlayColor + */ + public static int GenericDraweeView_roundWithOverlayColor = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundedCornerRadius} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundedCornerRadius + */ + public static int GenericDraweeView_roundedCornerRadius = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundingBorderColor} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundingBorderColor + */ + public static int GenericDraweeView_roundingBorderColor = 23; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#roundingBorderWidth} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:roundingBorderWidth + */ + public static int GenericDraweeView_roundingBorderWidth = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#viewAspectRatio} + attribute's value can be found in the {@link #GenericDraweeView} array. + + +

Must be a floating point value, such as "1.2". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:viewAspectRatio + */ + public static int GenericDraweeView_viewAspectRatio = 1; + /** Attributes that can be used with a LinearLayoutCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation}
{@link #LinearLayoutCompat_android_weightSum android:weightSum}
{@link #LinearLayoutCompat_divider com.reactlibrary:divider}
{@link #LinearLayoutCompat_dividerPadding com.reactlibrary:dividerPadding}
{@link #LinearLayoutCompat_measureWithLargestChild com.reactlibrary:measureWithLargestChild}
{@link #LinearLayoutCompat_showDividers com.reactlibrary:showDividers}
+ @see #LinearLayoutCompat_android_baselineAligned + @see #LinearLayoutCompat_android_baselineAlignedChildIndex + @see #LinearLayoutCompat_android_gravity + @see #LinearLayoutCompat_android_orientation + @see #LinearLayoutCompat_android_weightSum + @see #LinearLayoutCompat_divider + @see #LinearLayoutCompat_dividerPadding + @see #LinearLayoutCompat_measureWithLargestChild + @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat = { + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, + 0x7f010049 + }; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAligned} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAligned + */ + public static int LinearLayoutCompat_android_baselineAligned = 2; + /** +

This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:baselineAlignedChildIndex + */ + public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:gravity + */ + public static int LinearLayoutCompat_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:orientation + */ + public static int LinearLayoutCompat_android_orientation = 1; + /** +

This symbol is the offset where the {@link android.R.attr#weightSum} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + @attr name android:weightSum + */ + public static int LinearLayoutCompat_android_weightSum = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#divider} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:divider + */ + public static int LinearLayoutCompat_divider = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#dividerPadding} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:dividerPadding + */ + public static int LinearLayoutCompat_dividerPadding = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#measureWithLargestChild} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:measureWithLargestChild + */ + public static int LinearLayoutCompat_measureWithLargestChild = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#showDividers} + attribute's value can be found in the {@link #LinearLayoutCompat} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + +
ConstantValueDescription
none0
beginning1
middle2
end4
+ @attr name com.reactlibrary:showDividers + */ + public static int LinearLayoutCompat_showDividers = 7; + /** Attributes that can be used with a LinearLayoutCompat_Layout. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
+ @see #LinearLayoutCompat_Layout_android_layout_gravity + @see #LinearLayoutCompat_Layout_android_layout_height + @see #LinearLayoutCompat_Layout_android_layout_weight + @see #LinearLayoutCompat_Layout_android_layout_width + */ + public static final int[] LinearLayoutCompat_Layout = { + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** +

This symbol is the offset where the {@link android.R.attr#layout_gravity} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_gravity + */ + public static int LinearLayoutCompat_Layout_android_layout_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#layout_height} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_height + */ + public static int LinearLayoutCompat_Layout_android_layout_height = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout_weight} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_weight + */ + public static int LinearLayoutCompat_Layout_android_layout_weight = 3; + /** +

This symbol is the offset where the {@link android.R.attr#layout_width} + attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + @attr name android:layout_width + */ + public static int LinearLayoutCompat_Layout_android_layout_width = 1; + /** Attributes that can be used with a ListPopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}
+ @see #ListPopupWindow_android_dropDownHorizontalOffset + @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow = { + 0x010102ac, 0x010102ad + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownHorizontalOffset + */ + public static int ListPopupWindow_android_dropDownHorizontalOffset = 0; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + attribute's value can be found in the {@link #ListPopupWindow} array. + @attr name android:dropDownVerticalOffset + */ + public static int ListPopupWindow_android_dropDownVerticalOffset = 1; + /** Attributes that can be used with a MenuGroup. +

Includes the following attributes:

+ + + + + + + + + + +
AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}
{@link #MenuGroup_android_enabled android:enabled}
{@link #MenuGroup_android_id android:id}
{@link #MenuGroup_android_menuCategory android:menuCategory}
{@link #MenuGroup_android_orderInCategory android:orderInCategory}
{@link #MenuGroup_android_visible android:visible}
+ @see #MenuGroup_android_checkableBehavior + @see #MenuGroup_android_enabled + @see #MenuGroup_android_id + @see #MenuGroup_android_menuCategory + @see #MenuGroup_android_orderInCategory + @see #MenuGroup_android_visible + */ + public static final int[] MenuGroup = { + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** +

This symbol is the offset where the {@link android.R.attr#checkableBehavior} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:checkableBehavior + */ + public static int MenuGroup_android_checkableBehavior = 5; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:enabled + */ + public static int MenuGroup_android_enabled = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:id + */ + public static int MenuGroup_android_id = 1; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:menuCategory + */ + public static int MenuGroup_android_menuCategory = 3; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:orderInCategory + */ + public static int MenuGroup_android_orderInCategory = 4; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuGroup} array. + @attr name android:visible + */ + public static int MenuGroup_android_visible = 2; + /** Attributes that can be used with a MenuItem. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #MenuItem_actionLayout com.reactlibrary:actionLayout}
{@link #MenuItem_actionProviderClass com.reactlibrary:actionProviderClass}
{@link #MenuItem_actionViewClass com.reactlibrary:actionViewClass}
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}
{@link #MenuItem_android_checkable android:checkable}
{@link #MenuItem_android_checked android:checked}
{@link #MenuItem_android_enabled android:enabled}
{@link #MenuItem_android_icon android:icon}
{@link #MenuItem_android_id android:id}
{@link #MenuItem_android_menuCategory android:menuCategory}
{@link #MenuItem_android_numericShortcut android:numericShortcut}
{@link #MenuItem_android_onClick android:onClick}
{@link #MenuItem_android_orderInCategory android:orderInCategory}
{@link #MenuItem_android_title android:title}
{@link #MenuItem_android_titleCondensed android:titleCondensed}
{@link #MenuItem_android_visible android:visible}
{@link #MenuItem_showAsAction com.reactlibrary:showAsAction}
+ @see #MenuItem_actionLayout + @see #MenuItem_actionProviderClass + @see #MenuItem_actionViewClass + @see #MenuItem_android_alphabeticShortcut + @see #MenuItem_android_checkable + @see #MenuItem_android_checked + @see #MenuItem_android_enabled + @see #MenuItem_android_icon + @see #MenuItem_android_id + @see #MenuItem_android_menuCategory + @see #MenuItem_android_numericShortcut + @see #MenuItem_android_onClick + @see #MenuItem_android_orderInCategory + @see #MenuItem_android_title + @see #MenuItem_android_titleCondensed + @see #MenuItem_android_visible + @see #MenuItem_showAsAction + */ + public static final int[] MenuItem = { + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, + 0x7f01004d + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionLayout} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionLayout + */ + public static int MenuItem_actionLayout = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionProviderClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:actionProviderClass + */ + public static int MenuItem_actionProviderClass = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionViewClass} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:actionViewClass + */ + public static int MenuItem_actionViewClass = 15; + /** +

This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:alphabeticShortcut + */ + public static int MenuItem_android_alphabeticShortcut = 9; + /** +

This symbol is the offset where the {@link android.R.attr#checkable} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checkable + */ + public static int MenuItem_android_checkable = 11; + /** +

This symbol is the offset where the {@link android.R.attr#checked} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:checked + */ + public static int MenuItem_android_checked = 3; + /** +

This symbol is the offset where the {@link android.R.attr#enabled} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:enabled + */ + public static int MenuItem_android_enabled = 1; + /** +

This symbol is the offset where the {@link android.R.attr#icon} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:icon + */ + public static int MenuItem_android_icon = 0; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:id + */ + public static int MenuItem_android_id = 2; + /** +

This symbol is the offset where the {@link android.R.attr#menuCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:menuCategory + */ + public static int MenuItem_android_menuCategory = 5; + /** +

This symbol is the offset where the {@link android.R.attr#numericShortcut} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:numericShortcut + */ + public static int MenuItem_android_numericShortcut = 10; + /** +

This symbol is the offset where the {@link android.R.attr#onClick} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:onClick + */ + public static int MenuItem_android_onClick = 12; + /** +

This symbol is the offset where the {@link android.R.attr#orderInCategory} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:orderInCategory + */ + public static int MenuItem_android_orderInCategory = 6; + /** +

This symbol is the offset where the {@link android.R.attr#title} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:title + */ + public static int MenuItem_android_title = 7; + /** +

This symbol is the offset where the {@link android.R.attr#titleCondensed} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:titleCondensed + */ + public static int MenuItem_android_titleCondensed = 8; + /** +

This symbol is the offset where the {@link android.R.attr#visible} + attribute's value can be found in the {@link #MenuItem} array. + @attr name android:visible + */ + public static int MenuItem_android_visible = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#showAsAction} + attribute's value can be found in the {@link #MenuItem} array. + + +

Must be one or more (separated by '|') of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
never0
ifRoom1
always2
withText4
collapseActionView8
+ @attr name com.reactlibrary:showAsAction + */ + public static int MenuItem_showAsAction = 13; + /** Attributes that can be used with a MenuView. +

Includes the following attributes:

+ + + + + + + + + + + + +
AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground}
{@link #MenuView_android_horizontalDivider android:horizontalDivider}
{@link #MenuView_android_itemBackground android:itemBackground}
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}
{@link #MenuView_android_verticalDivider android:verticalDivider}
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}
{@link #MenuView_preserveIconSpacing com.reactlibrary:preserveIconSpacing}
+ @see #MenuView_android_headerBackground + @see #MenuView_android_horizontalDivider + @see #MenuView_android_itemBackground + @see #MenuView_android_itemIconDisabledAlpha + @see #MenuView_android_itemTextAppearance + @see #MenuView_android_verticalDivider + @see #MenuView_android_windowAnimationStyle + @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView = { + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e + }; + /** +

This symbol is the offset where the {@link android.R.attr#headerBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:headerBackground + */ + public static int MenuView_android_headerBackground = 4; + /** +

This symbol is the offset where the {@link android.R.attr#horizontalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:horizontalDivider + */ + public static int MenuView_android_horizontalDivider = 2; + /** +

This symbol is the offset where the {@link android.R.attr#itemBackground} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemBackground + */ + public static int MenuView_android_itemBackground = 5; + /** +

This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemIconDisabledAlpha + */ + public static int MenuView_android_itemIconDisabledAlpha = 6; + /** +

This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:itemTextAppearance + */ + public static int MenuView_android_itemTextAppearance = 1; + /** +

This symbol is the offset where the {@link android.R.attr#verticalDivider} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:verticalDivider + */ + public static int MenuView_android_verticalDivider = 3; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #MenuView} array. + @attr name android:windowAnimationStyle + */ + public static int MenuView_android_windowAnimationStyle = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#preserveIconSpacing} + attribute's value can be found in the {@link #MenuView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:preserveIconSpacing + */ + public static int MenuView_preserveIconSpacing = 7; + /** Attributes that can be used with a PopupWindow. +

Includes the following attributes:

+ + + + + + +
AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor com.reactlibrary:overlapAnchor}
+ @see #PopupWindow_android_popupBackground + @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow = { + 0x01010176, 0x7f01004f + }; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #PopupWindow} array. + @attr name android:popupBackground + */ + public static int PopupWindow_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#overlapAnchor} + attribute's value can be found in the {@link #PopupWindow} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:overlapAnchor + */ + public static int PopupWindow_overlapAnchor = 1; + /** Attributes that can be used with a PopupWindowBackgroundState. +

Includes the following attributes:

+ + + + + +
AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor com.reactlibrary:state_above_anchor}
+ @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState = { + 0x7f010050 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#state_above_anchor} + attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:state_above_anchor + */ + public static int PopupWindowBackgroundState_state_above_anchor = 0; + /** Attributes that can be used with a RecyclerView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #RecyclerView_android_orientation android:orientation}
{@link #RecyclerView_layoutManager com.reactlibrary:layoutManager}
{@link #RecyclerView_reverseLayout com.reactlibrary:reverseLayout}
{@link #RecyclerView_spanCount com.reactlibrary:spanCount}
{@link #RecyclerView_stackFromEnd com.reactlibrary:stackFromEnd}
+ @see #RecyclerView_android_orientation + @see #RecyclerView_layoutManager + @see #RecyclerView_reverseLayout + @see #RecyclerView_spanCount + @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView = { + 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, + 0x7f010054 + }; + /** +

This symbol is the offset where the {@link android.R.attr#orientation} + attribute's value can be found in the {@link #RecyclerView} array. + @attr name android:orientation + */ + public static int RecyclerView_android_orientation = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#layoutManager} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:layoutManager + */ + public static int RecyclerView_layoutManager = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#reverseLayout} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:reverseLayout + */ + public static int RecyclerView_reverseLayout = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#spanCount} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:spanCount + */ + public static int RecyclerView_spanCount = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#stackFromEnd} + attribute's value can be found in the {@link #RecyclerView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:stackFromEnd + */ + public static int RecyclerView_stackFromEnd = 4; + /** Attributes that can be used with a SearchView. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions}
{@link #SearchView_android_inputType android:inputType}
{@link #SearchView_android_maxWidth android:maxWidth}
{@link #SearchView_closeIcon com.reactlibrary:closeIcon}
{@link #SearchView_commitIcon com.reactlibrary:commitIcon}
{@link #SearchView_defaultQueryHint com.reactlibrary:defaultQueryHint}
{@link #SearchView_goIcon com.reactlibrary:goIcon}
{@link #SearchView_iconifiedByDefault com.reactlibrary:iconifiedByDefault}
{@link #SearchView_layout com.reactlibrary:layout}
{@link #SearchView_queryBackground com.reactlibrary:queryBackground}
{@link #SearchView_queryHint com.reactlibrary:queryHint}
{@link #SearchView_searchHintIcon com.reactlibrary:searchHintIcon}
{@link #SearchView_searchIcon com.reactlibrary:searchIcon}
{@link #SearchView_submitBackground com.reactlibrary:submitBackground}
{@link #SearchView_suggestionRowLayout com.reactlibrary:suggestionRowLayout}
{@link #SearchView_voiceIcon com.reactlibrary:voiceIcon}
+ @see #SearchView_android_focusable + @see #SearchView_android_imeOptions + @see #SearchView_android_inputType + @see #SearchView_android_maxWidth + @see #SearchView_closeIcon + @see #SearchView_commitIcon + @see #SearchView_defaultQueryHint + @see #SearchView_goIcon + @see #SearchView_iconifiedByDefault + @see #SearchView_layout + @see #SearchView_queryBackground + @see #SearchView_queryHint + @see #SearchView_searchHintIcon + @see #SearchView_searchIcon + @see #SearchView_submitBackground + @see #SearchView_suggestionRowLayout + @see #SearchView_voiceIcon + */ + public static final int[] SearchView = { + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, + 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, + 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, + 0x7f010061 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:focusable + */ + public static int SearchView_android_focusable = 0; + /** +

This symbol is the offset where the {@link android.R.attr#imeOptions} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:imeOptions + */ + public static int SearchView_android_imeOptions = 3; + /** +

This symbol is the offset where the {@link android.R.attr#inputType} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:inputType + */ + public static int SearchView_android_inputType = 2; + /** +

This symbol is the offset where the {@link android.R.attr#maxWidth} + attribute's value can be found in the {@link #SearchView} array. + @attr name android:maxWidth + */ + public static int SearchView_android_maxWidth = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#closeIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:closeIcon + */ + public static int SearchView_closeIcon = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#commitIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:commitIcon + */ + public static int SearchView_commitIcon = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#defaultQueryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:defaultQueryHint + */ + public static int SearchView_defaultQueryHint = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#goIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:goIcon + */ + public static int SearchView_goIcon = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#iconifiedByDefault} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:iconifiedByDefault + */ + public static int SearchView_iconifiedByDefault = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#layout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:layout + */ + public static int SearchView_layout = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#queryBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:queryBackground + */ + public static int SearchView_queryBackground = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#queryHint} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:queryHint + */ + public static int SearchView_queryHint = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#searchHintIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:searchHintIcon + */ + public static int SearchView_searchHintIcon = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#searchIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:searchIcon + */ + public static int SearchView_searchIcon = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#submitBackground} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:submitBackground + */ + public static int SearchView_submitBackground = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#suggestionRowLayout} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:suggestionRowLayout + */ + public static int SearchView_suggestionRowLayout = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#voiceIcon} + attribute's value can be found in the {@link #SearchView} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:voiceIcon + */ + public static int SearchView_voiceIcon = 12; + /** Attributes that can be used with a Spinner. +

Includes the following attributes:

+ + + + + + + + +
AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth}
{@link #Spinner_android_popupBackground android:popupBackground}
{@link #Spinner_android_prompt android:prompt}
{@link #Spinner_popupTheme com.reactlibrary:popupTheme}
+ @see #Spinner_android_dropDownWidth + @see #Spinner_android_popupBackground + @see #Spinner_android_prompt + @see #Spinner_popupTheme + */ + public static final int[] Spinner = { + 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b + }; + /** +

This symbol is the offset where the {@link android.R.attr#dropDownWidth} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:dropDownWidth + */ + public static int Spinner_android_dropDownWidth = 2; + /** +

This symbol is the offset where the {@link android.R.attr#popupBackground} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:popupBackground + */ + public static int Spinner_android_popupBackground = 0; + /** +

This symbol is the offset where the {@link android.R.attr#prompt} + attribute's value can be found in the {@link #Spinner} array. + @attr name android:prompt + */ + public static int Spinner_android_prompt = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#popupTheme} + attribute's value can be found in the {@link #Spinner} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:popupTheme + */ + public static int Spinner_popupTheme = 3; + /** Attributes that can be used with a SwitchCompat. +

Includes the following attributes:

+ + + + + + + + + + + + + + +
AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff}
{@link #SwitchCompat_android_textOn android:textOn}
{@link #SwitchCompat_android_thumb android:thumb}
{@link #SwitchCompat_showText com.reactlibrary:showText}
{@link #SwitchCompat_splitTrack com.reactlibrary:splitTrack}
{@link #SwitchCompat_switchMinWidth com.reactlibrary:switchMinWidth}
{@link #SwitchCompat_switchPadding com.reactlibrary:switchPadding}
{@link #SwitchCompat_switchTextAppearance com.reactlibrary:switchTextAppearance}
{@link #SwitchCompat_thumbTextPadding com.reactlibrary:thumbTextPadding}
{@link #SwitchCompat_track com.reactlibrary:track}
+ @see #SwitchCompat_android_textOff + @see #SwitchCompat_android_textOn + @see #SwitchCompat_android_thumb + @see #SwitchCompat_showText + @see #SwitchCompat_splitTrack + @see #SwitchCompat_switchMinWidth + @see #SwitchCompat_switchPadding + @see #SwitchCompat_switchTextAppearance + @see #SwitchCompat_thumbTextPadding + @see #SwitchCompat_track + */ + public static final int[] SwitchCompat = { + 0x01010124, 0x01010125, 0x01010142, 0x7f010062, + 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, + 0x7f010067, 0x7f010068 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textOff} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOff + */ + public static int SwitchCompat_android_textOff = 1; + /** +

This symbol is the offset where the {@link android.R.attr#textOn} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:textOn + */ + public static int SwitchCompat_android_textOn = 0; + /** +

This symbol is the offset where the {@link android.R.attr#thumb} + attribute's value can be found in the {@link #SwitchCompat} array. + @attr name android:thumb + */ + public static int SwitchCompat_android_thumb = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#showText} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:showText + */ + public static int SwitchCompat_showText = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#splitTrack} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:splitTrack + */ + public static int SwitchCompat_splitTrack = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#switchMinWidth} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:switchMinWidth + */ + public static int SwitchCompat_switchMinWidth = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#switchPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:switchPadding + */ + public static int SwitchCompat_switchPadding = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#switchTextAppearance} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:switchTextAppearance + */ + public static int SwitchCompat_switchTextAppearance = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#thumbTextPadding} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:thumbTextPadding + */ + public static int SwitchCompat_thumbTextPadding = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#track} + attribute's value can be found in the {@link #SwitchCompat} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:track + */ + public static int SwitchCompat_track = 3; + /** Attributes that can be used with a TextAppearance. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps com.reactlibrary:textAllCaps}
+ @see #TextAppearance_android_textColor + @see #TextAppearance_android_textSize + @see #TextAppearance_android_textStyle + @see #TextAppearance_android_typeface + @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance = { + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x7f010024 + }; + /** +

This symbol is the offset where the {@link android.R.attr#textColor} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textColor + */ + public static int TextAppearance_android_textColor = 3; + /** +

This symbol is the offset where the {@link android.R.attr#textSize} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textSize + */ + public static int TextAppearance_android_textSize = 0; + /** +

This symbol is the offset where the {@link android.R.attr#textStyle} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:textStyle + */ + public static int TextAppearance_android_textStyle = 2; + /** +

This symbol is the offset where the {@link android.R.attr#typeface} + attribute's value can be found in the {@link #TextAppearance} array. + @attr name android:typeface + */ + public static int TextAppearance_android_typeface = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAllCaps} + attribute's value can be found in the {@link #TextAppearance} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a boolean value, either "true" or "false". + @attr name com.reactlibrary:textAllCaps + */ + public static int TextAppearance_textAllCaps = 4; + /** Attributes that can be used with a Theme. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Theme_actionBarDivider com.reactlibrary:actionBarDivider}
{@link #Theme_actionBarItemBackground com.reactlibrary:actionBarItemBackground}
{@link #Theme_actionBarPopupTheme com.reactlibrary:actionBarPopupTheme}
{@link #Theme_actionBarSize com.reactlibrary:actionBarSize}
{@link #Theme_actionBarSplitStyle com.reactlibrary:actionBarSplitStyle}
{@link #Theme_actionBarStyle com.reactlibrary:actionBarStyle}
{@link #Theme_actionBarTabBarStyle com.reactlibrary:actionBarTabBarStyle}
{@link #Theme_actionBarTabStyle com.reactlibrary:actionBarTabStyle}
{@link #Theme_actionBarTabTextStyle com.reactlibrary:actionBarTabTextStyle}
{@link #Theme_actionBarTheme com.reactlibrary:actionBarTheme}
{@link #Theme_actionBarWidgetTheme com.reactlibrary:actionBarWidgetTheme}
{@link #Theme_actionButtonStyle com.reactlibrary:actionButtonStyle}
{@link #Theme_actionDropDownStyle com.reactlibrary:actionDropDownStyle}
{@link #Theme_actionMenuTextAppearance com.reactlibrary:actionMenuTextAppearance}
{@link #Theme_actionMenuTextColor com.reactlibrary:actionMenuTextColor}
{@link #Theme_actionModeBackground com.reactlibrary:actionModeBackground}
{@link #Theme_actionModeCloseButtonStyle com.reactlibrary:actionModeCloseButtonStyle}
{@link #Theme_actionModeCloseDrawable com.reactlibrary:actionModeCloseDrawable}
{@link #Theme_actionModeCopyDrawable com.reactlibrary:actionModeCopyDrawable}
{@link #Theme_actionModeCutDrawable com.reactlibrary:actionModeCutDrawable}
{@link #Theme_actionModeFindDrawable com.reactlibrary:actionModeFindDrawable}
{@link #Theme_actionModePasteDrawable com.reactlibrary:actionModePasteDrawable}
{@link #Theme_actionModePopupWindowStyle com.reactlibrary:actionModePopupWindowStyle}
{@link #Theme_actionModeSelectAllDrawable com.reactlibrary:actionModeSelectAllDrawable}
{@link #Theme_actionModeShareDrawable com.reactlibrary:actionModeShareDrawable}
{@link #Theme_actionModeSplitBackground com.reactlibrary:actionModeSplitBackground}
{@link #Theme_actionModeStyle com.reactlibrary:actionModeStyle}
{@link #Theme_actionModeWebSearchDrawable com.reactlibrary:actionModeWebSearchDrawable}
{@link #Theme_actionOverflowButtonStyle com.reactlibrary:actionOverflowButtonStyle}
{@link #Theme_actionOverflowMenuStyle com.reactlibrary:actionOverflowMenuStyle}
{@link #Theme_activityChooserViewStyle com.reactlibrary:activityChooserViewStyle}
{@link #Theme_alertDialogButtonGroupStyle com.reactlibrary:alertDialogButtonGroupStyle}
{@link #Theme_alertDialogCenterButtons com.reactlibrary:alertDialogCenterButtons}
{@link #Theme_alertDialogStyle com.reactlibrary:alertDialogStyle}
{@link #Theme_alertDialogTheme com.reactlibrary:alertDialogTheme}
{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #Theme_android_windowIsFloating android:windowIsFloating}
{@link #Theme_autoCompleteTextViewStyle com.reactlibrary:autoCompleteTextViewStyle}
{@link #Theme_borderlessButtonStyle com.reactlibrary:borderlessButtonStyle}
{@link #Theme_buttonBarButtonStyle com.reactlibrary:buttonBarButtonStyle}
{@link #Theme_buttonBarNegativeButtonStyle com.reactlibrary:buttonBarNegativeButtonStyle}
{@link #Theme_buttonBarNeutralButtonStyle com.reactlibrary:buttonBarNeutralButtonStyle}
{@link #Theme_buttonBarPositiveButtonStyle com.reactlibrary:buttonBarPositiveButtonStyle}
{@link #Theme_buttonBarStyle com.reactlibrary:buttonBarStyle}
{@link #Theme_buttonStyle com.reactlibrary:buttonStyle}
{@link #Theme_buttonStyleSmall com.reactlibrary:buttonStyleSmall}
{@link #Theme_checkboxStyle com.reactlibrary:checkboxStyle}
{@link #Theme_checkedTextViewStyle com.reactlibrary:checkedTextViewStyle}
{@link #Theme_colorAccent com.reactlibrary:colorAccent}
{@link #Theme_colorButtonNormal com.reactlibrary:colorButtonNormal}
{@link #Theme_colorControlActivated com.reactlibrary:colorControlActivated}
{@link #Theme_colorControlHighlight com.reactlibrary:colorControlHighlight}
{@link #Theme_colorControlNormal com.reactlibrary:colorControlNormal}
{@link #Theme_colorPrimary com.reactlibrary:colorPrimary}
{@link #Theme_colorPrimaryDark com.reactlibrary:colorPrimaryDark}
{@link #Theme_colorSwitchThumbNormal com.reactlibrary:colorSwitchThumbNormal}
{@link #Theme_controlBackground com.reactlibrary:controlBackground}
{@link #Theme_dialogPreferredPadding com.reactlibrary:dialogPreferredPadding}
{@link #Theme_dialogTheme com.reactlibrary:dialogTheme}
{@link #Theme_dividerHorizontal com.reactlibrary:dividerHorizontal}
{@link #Theme_dividerVertical com.reactlibrary:dividerVertical}
{@link #Theme_dropDownListViewStyle com.reactlibrary:dropDownListViewStyle}
{@link #Theme_dropdownListPreferredItemHeight com.reactlibrary:dropdownListPreferredItemHeight}
{@link #Theme_editTextBackground com.reactlibrary:editTextBackground}
{@link #Theme_editTextColor com.reactlibrary:editTextColor}
{@link #Theme_editTextStyle com.reactlibrary:editTextStyle}
{@link #Theme_homeAsUpIndicator com.reactlibrary:homeAsUpIndicator}
{@link #Theme_listChoiceBackgroundIndicator com.reactlibrary:listChoiceBackgroundIndicator}
{@link #Theme_listDividerAlertDialog com.reactlibrary:listDividerAlertDialog}
{@link #Theme_listPopupWindowStyle com.reactlibrary:listPopupWindowStyle}
{@link #Theme_listPreferredItemHeight com.reactlibrary:listPreferredItemHeight}
{@link #Theme_listPreferredItemHeightLarge com.reactlibrary:listPreferredItemHeightLarge}
{@link #Theme_listPreferredItemHeightSmall com.reactlibrary:listPreferredItemHeightSmall}
{@link #Theme_listPreferredItemPaddingLeft com.reactlibrary:listPreferredItemPaddingLeft}
{@link #Theme_listPreferredItemPaddingRight com.reactlibrary:listPreferredItemPaddingRight}
{@link #Theme_panelBackground com.reactlibrary:panelBackground}
{@link #Theme_panelMenuListTheme com.reactlibrary:panelMenuListTheme}
{@link #Theme_panelMenuListWidth com.reactlibrary:panelMenuListWidth}
{@link #Theme_popupMenuStyle com.reactlibrary:popupMenuStyle}
{@link #Theme_popupWindowStyle com.reactlibrary:popupWindowStyle}
{@link #Theme_radioButtonStyle com.reactlibrary:radioButtonStyle}
{@link #Theme_ratingBarStyle com.reactlibrary:ratingBarStyle}
{@link #Theme_searchViewStyle com.reactlibrary:searchViewStyle}
{@link #Theme_selectableItemBackground com.reactlibrary:selectableItemBackground}
{@link #Theme_selectableItemBackgroundBorderless com.reactlibrary:selectableItemBackgroundBorderless}
{@link #Theme_spinnerDropDownItemStyle com.reactlibrary:spinnerDropDownItemStyle}
{@link #Theme_spinnerStyle com.reactlibrary:spinnerStyle}
{@link #Theme_switchStyle com.reactlibrary:switchStyle}
{@link #Theme_textAppearanceLargePopupMenu com.reactlibrary:textAppearanceLargePopupMenu}
{@link #Theme_textAppearanceListItem com.reactlibrary:textAppearanceListItem}
{@link #Theme_textAppearanceListItemSmall com.reactlibrary:textAppearanceListItemSmall}
{@link #Theme_textAppearanceSearchResultSubtitle com.reactlibrary:textAppearanceSearchResultSubtitle}
{@link #Theme_textAppearanceSearchResultTitle com.reactlibrary:textAppearanceSearchResultTitle}
{@link #Theme_textAppearanceSmallPopupMenu com.reactlibrary:textAppearanceSmallPopupMenu}
{@link #Theme_textColorAlertDialogListItem com.reactlibrary:textColorAlertDialogListItem}
{@link #Theme_textColorSearchUrl com.reactlibrary:textColorSearchUrl}
{@link #Theme_toolbarNavigationButtonStyle com.reactlibrary:toolbarNavigationButtonStyle}
{@link #Theme_toolbarStyle com.reactlibrary:toolbarStyle}
{@link #Theme_windowActionBar com.reactlibrary:windowActionBar}
{@link #Theme_windowActionBarOverlay com.reactlibrary:windowActionBarOverlay}
{@link #Theme_windowActionModeOverlay com.reactlibrary:windowActionModeOverlay}
{@link #Theme_windowFixedHeightMajor com.reactlibrary:windowFixedHeightMajor}
{@link #Theme_windowFixedHeightMinor com.reactlibrary:windowFixedHeightMinor}
{@link #Theme_windowFixedWidthMajor com.reactlibrary:windowFixedWidthMajor}
{@link #Theme_windowFixedWidthMinor com.reactlibrary:windowFixedWidthMinor}
{@link #Theme_windowMinWidthMajor com.reactlibrary:windowMinWidthMajor}
{@link #Theme_windowMinWidthMinor com.reactlibrary:windowMinWidthMinor}
{@link #Theme_windowNoTitle com.reactlibrary:windowNoTitle}
+ @see #Theme_actionBarDivider + @see #Theme_actionBarItemBackground + @see #Theme_actionBarPopupTheme + @see #Theme_actionBarSize + @see #Theme_actionBarSplitStyle + @see #Theme_actionBarStyle + @see #Theme_actionBarTabBarStyle + @see #Theme_actionBarTabStyle + @see #Theme_actionBarTabTextStyle + @see #Theme_actionBarTheme + @see #Theme_actionBarWidgetTheme + @see #Theme_actionButtonStyle + @see #Theme_actionDropDownStyle + @see #Theme_actionMenuTextAppearance + @see #Theme_actionMenuTextColor + @see #Theme_actionModeBackground + @see #Theme_actionModeCloseButtonStyle + @see #Theme_actionModeCloseDrawable + @see #Theme_actionModeCopyDrawable + @see #Theme_actionModeCutDrawable + @see #Theme_actionModeFindDrawable + @see #Theme_actionModePasteDrawable + @see #Theme_actionModePopupWindowStyle + @see #Theme_actionModeSelectAllDrawable + @see #Theme_actionModeShareDrawable + @see #Theme_actionModeSplitBackground + @see #Theme_actionModeStyle + @see #Theme_actionModeWebSearchDrawable + @see #Theme_actionOverflowButtonStyle + @see #Theme_actionOverflowMenuStyle + @see #Theme_activityChooserViewStyle + @see #Theme_alertDialogButtonGroupStyle + @see #Theme_alertDialogCenterButtons + @see #Theme_alertDialogStyle + @see #Theme_alertDialogTheme + @see #Theme_android_windowAnimationStyle + @see #Theme_android_windowIsFloating + @see #Theme_autoCompleteTextViewStyle + @see #Theme_borderlessButtonStyle + @see #Theme_buttonBarButtonStyle + @see #Theme_buttonBarNegativeButtonStyle + @see #Theme_buttonBarNeutralButtonStyle + @see #Theme_buttonBarPositiveButtonStyle + @see #Theme_buttonBarStyle + @see #Theme_buttonStyle + @see #Theme_buttonStyleSmall + @see #Theme_checkboxStyle + @see #Theme_checkedTextViewStyle + @see #Theme_colorAccent + @see #Theme_colorButtonNormal + @see #Theme_colorControlActivated + @see #Theme_colorControlHighlight + @see #Theme_colorControlNormal + @see #Theme_colorPrimary + @see #Theme_colorPrimaryDark + @see #Theme_colorSwitchThumbNormal + @see #Theme_controlBackground + @see #Theme_dialogPreferredPadding + @see #Theme_dialogTheme + @see #Theme_dividerHorizontal + @see #Theme_dividerVertical + @see #Theme_dropDownListViewStyle + @see #Theme_dropdownListPreferredItemHeight + @see #Theme_editTextBackground + @see #Theme_editTextColor + @see #Theme_editTextStyle + @see #Theme_homeAsUpIndicator + @see #Theme_listChoiceBackgroundIndicator + @see #Theme_listDividerAlertDialog + @see #Theme_listPopupWindowStyle + @see #Theme_listPreferredItemHeight + @see #Theme_listPreferredItemHeightLarge + @see #Theme_listPreferredItemHeightSmall + @see #Theme_listPreferredItemPaddingLeft + @see #Theme_listPreferredItemPaddingRight + @see #Theme_panelBackground + @see #Theme_panelMenuListTheme + @see #Theme_panelMenuListWidth + @see #Theme_popupMenuStyle + @see #Theme_popupWindowStyle + @see #Theme_radioButtonStyle + @see #Theme_ratingBarStyle + @see #Theme_searchViewStyle + @see #Theme_selectableItemBackground + @see #Theme_selectableItemBackgroundBorderless + @see #Theme_spinnerDropDownItemStyle + @see #Theme_spinnerStyle + @see #Theme_switchStyle + @see #Theme_textAppearanceLargePopupMenu + @see #Theme_textAppearanceListItem + @see #Theme_textAppearanceListItemSmall + @see #Theme_textAppearanceSearchResultSubtitle + @see #Theme_textAppearanceSearchResultTitle + @see #Theme_textAppearanceSmallPopupMenu + @see #Theme_textColorAlertDialogListItem + @see #Theme_textColorSearchUrl + @see #Theme_toolbarNavigationButtonStyle + @see #Theme_toolbarStyle + @see #Theme_windowActionBar + @see #Theme_windowActionBarOverlay + @see #Theme_windowActionModeOverlay + @see #Theme_windowFixedHeightMajor + @see #Theme_windowFixedHeightMinor + @see #Theme_windowFixedWidthMajor + @see #Theme_windowFixedWidthMinor + @see #Theme_windowMinWidthMajor + @see #Theme_windowMinWidthMinor + @see #Theme_windowNoTitle + */ + public static final int[] Theme = { + 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, + 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, + 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, + 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, + 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, + 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, + 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, + 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, + 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, + 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, + 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, + 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, + 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, + 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, + 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, + 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, + 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, + 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, + 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, + 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, + 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, + 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, + 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, + 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, + 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, + 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, + 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 + }; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarDivider} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarDivider + */ + public static int Theme_actionBarDivider = 23; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarItemBackground + */ + public static int Theme_actionBarItemBackground = 24; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarPopupTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarPopupTheme + */ + public static int Theme_actionBarPopupTheme = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarSize} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. +

May be one of the following constant values.

+ ++++ + +
ConstantValueDescription
wrap_content0
+ @attr name com.reactlibrary:actionBarSize + */ + public static int Theme_actionBarSize = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarSplitStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarSplitStyle + */ + public static int Theme_actionBarSplitStyle = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarStyle + */ + public static int Theme_actionBarStyle = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarTabBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarTabBarStyle + */ + public static int Theme_actionBarTabBarStyle = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarTabStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarTabStyle + */ + public static int Theme_actionBarTabStyle = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarTabTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarTabTextStyle + */ + public static int Theme_actionBarTabTextStyle = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarTheme + */ + public static int Theme_actionBarTheme = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionBarWidgetTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionBarWidgetTheme + */ + public static int Theme_actionBarWidgetTheme = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionButtonStyle + */ + public static int Theme_actionButtonStyle = 49; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionDropDownStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionDropDownStyle + */ + public static int Theme_actionDropDownStyle = 45; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionMenuTextAppearance} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionMenuTextAppearance + */ + public static int Theme_actionMenuTextAppearance = 25; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionMenuTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary:actionMenuTextColor + */ + public static int Theme_actionMenuTextColor = 26; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeBackground + */ + public static int Theme_actionModeBackground = 29; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeCloseButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeCloseButtonStyle + */ + public static int Theme_actionModeCloseButtonStyle = 28; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeCloseDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeCloseDrawable + */ + public static int Theme_actionModeCloseDrawable = 31; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeCopyDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeCopyDrawable + */ + public static int Theme_actionModeCopyDrawable = 33; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeCutDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeCutDrawable + */ + public static int Theme_actionModeCutDrawable = 32; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeFindDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeFindDrawable + */ + public static int Theme_actionModeFindDrawable = 37; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModePasteDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModePasteDrawable + */ + public static int Theme_actionModePasteDrawable = 34; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModePopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModePopupWindowStyle + */ + public static int Theme_actionModePopupWindowStyle = 39; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeSelectAllDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeSelectAllDrawable + */ + public static int Theme_actionModeSelectAllDrawable = 35; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeShareDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeShareDrawable + */ + public static int Theme_actionModeShareDrawable = 36; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeSplitBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeSplitBackground + */ + public static int Theme_actionModeSplitBackground = 30; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeStyle + */ + public static int Theme_actionModeStyle = 27; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionModeWebSearchDrawable} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionModeWebSearchDrawable + */ + public static int Theme_actionModeWebSearchDrawable = 38; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionOverflowButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionOverflowButtonStyle + */ + public static int Theme_actionOverflowButtonStyle = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#actionOverflowMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:actionOverflowMenuStyle + */ + public static int Theme_actionOverflowMenuStyle = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#activityChooserViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:activityChooserViewStyle + */ + public static int Theme_activityChooserViewStyle = 57; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#alertDialogButtonGroupStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:alertDialogButtonGroupStyle + */ + public static int Theme_alertDialogButtonGroupStyle = 91; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#alertDialogCenterButtons} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:alertDialogCenterButtons + */ + public static int Theme_alertDialogCenterButtons = 92; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#alertDialogStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:alertDialogStyle + */ + public static int Theme_alertDialogStyle = 90; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#alertDialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:alertDialogTheme + */ + public static int Theme_alertDialogTheme = 93; + /** +

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowAnimationStyle + */ + public static int Theme_android_windowAnimationStyle = 1; + /** +

This symbol is the offset where the {@link android.R.attr#windowIsFloating} + attribute's value can be found in the {@link #Theme} array. + @attr name android:windowIsFloating + */ + public static int Theme_android_windowIsFloating = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#autoCompleteTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:autoCompleteTextViewStyle + */ + public static int Theme_autoCompleteTextViewStyle = 98; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#borderlessButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:borderlessButtonStyle + */ + public static int Theme_borderlessButtonStyle = 54; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonBarButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonBarButtonStyle + */ + public static int Theme_buttonBarButtonStyle = 51; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonBarNegativeButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonBarNegativeButtonStyle + */ + public static int Theme_buttonBarNegativeButtonStyle = 96; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonBarNeutralButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonBarNeutralButtonStyle + */ + public static int Theme_buttonBarNeutralButtonStyle = 97; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonBarPositiveButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonBarPositiveButtonStyle + */ + public static int Theme_buttonBarPositiveButtonStyle = 95; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonBarStyle + */ + public static int Theme_buttonBarStyle = 50; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonStyle + */ + public static int Theme_buttonStyle = 99; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#buttonStyleSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:buttonStyleSmall + */ + public static int Theme_buttonStyleSmall = 100; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#checkboxStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:checkboxStyle + */ + public static int Theme_checkboxStyle = 101; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#checkedTextViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:checkedTextViewStyle + */ + public static int Theme_checkedTextViewStyle = 102; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorAccent} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorAccent + */ + public static int Theme_colorAccent = 83; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorButtonNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorButtonNormal + */ + public static int Theme_colorButtonNormal = 87; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorControlActivated} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorControlActivated + */ + public static int Theme_colorControlActivated = 85; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorControlHighlight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorControlHighlight + */ + public static int Theme_colorControlHighlight = 86; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorControlNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorControlNormal + */ + public static int Theme_colorControlNormal = 84; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorPrimary} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorPrimary + */ + public static int Theme_colorPrimary = 81; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorPrimaryDark} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorPrimaryDark + */ + public static int Theme_colorPrimaryDark = 82; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#colorSwitchThumbNormal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:colorSwitchThumbNormal + */ + public static int Theme_colorSwitchThumbNormal = 88; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#controlBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:controlBackground + */ + public static int Theme_controlBackground = 89; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#dialogPreferredPadding} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:dialogPreferredPadding + */ + public static int Theme_dialogPreferredPadding = 43; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#dialogTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:dialogTheme + */ + public static int Theme_dialogTheme = 42; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#dividerHorizontal} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:dividerHorizontal + */ + public static int Theme_dividerHorizontal = 56; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#dividerVertical} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:dividerVertical + */ + public static int Theme_dividerVertical = 55; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#dropDownListViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:dropDownListViewStyle + */ + public static int Theme_dropDownListViewStyle = 73; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#dropdownListPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:dropdownListPreferredItemHeight + */ + public static int Theme_dropdownListPreferredItemHeight = 46; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#editTextBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:editTextBackground + */ + public static int Theme_editTextBackground = 63; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#editTextColor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary:editTextColor + */ + public static int Theme_editTextColor = 62; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#editTextStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:editTextStyle + */ + public static int Theme_editTextStyle = 103; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#homeAsUpIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:homeAsUpIndicator + */ + public static int Theme_homeAsUpIndicator = 48; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listChoiceBackgroundIndicator} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:listChoiceBackgroundIndicator + */ + public static int Theme_listChoiceBackgroundIndicator = 80; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listDividerAlertDialog} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:listDividerAlertDialog + */ + public static int Theme_listDividerAlertDialog = 44; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listPopupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:listPopupWindowStyle + */ + public static int Theme_listPopupWindowStyle = 74; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listPreferredItemHeight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:listPreferredItemHeight + */ + public static int Theme_listPreferredItemHeight = 68; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listPreferredItemHeightLarge} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:listPreferredItemHeightLarge + */ + public static int Theme_listPreferredItemHeightLarge = 70; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listPreferredItemHeightSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:listPreferredItemHeightSmall + */ + public static int Theme_listPreferredItemHeightSmall = 69; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listPreferredItemPaddingLeft} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:listPreferredItemPaddingLeft + */ + public static int Theme_listPreferredItemPaddingLeft = 71; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#listPreferredItemPaddingRight} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:listPreferredItemPaddingRight + */ + public static int Theme_listPreferredItemPaddingRight = 72; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#panelBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:panelBackground + */ + public static int Theme_panelBackground = 77; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#panelMenuListTheme} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:panelMenuListTheme + */ + public static int Theme_panelMenuListTheme = 79; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#panelMenuListWidth} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:panelMenuListWidth + */ + public static int Theme_panelMenuListWidth = 78; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#popupMenuStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:popupMenuStyle + */ + public static int Theme_popupMenuStyle = 60; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#popupWindowStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:popupWindowStyle + */ + public static int Theme_popupWindowStyle = 61; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#radioButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:radioButtonStyle + */ + public static int Theme_radioButtonStyle = 104; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#ratingBarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:ratingBarStyle + */ + public static int Theme_ratingBarStyle = 105; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#searchViewStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:searchViewStyle + */ + public static int Theme_searchViewStyle = 67; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#selectableItemBackground} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:selectableItemBackground + */ + public static int Theme_selectableItemBackground = 52; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#selectableItemBackgroundBorderless} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:selectableItemBackgroundBorderless + */ + public static int Theme_selectableItemBackgroundBorderless = 53; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#spinnerDropDownItemStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:spinnerDropDownItemStyle + */ + public static int Theme_spinnerDropDownItemStyle = 47; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#spinnerStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:spinnerStyle + */ + public static int Theme_spinnerStyle = 106; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#switchStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:switchStyle + */ + public static int Theme_switchStyle = 107; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAppearanceLargePopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:textAppearanceLargePopupMenu + */ + public static int Theme_textAppearanceLargePopupMenu = 40; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAppearanceListItem} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:textAppearanceListItem + */ + public static int Theme_textAppearanceListItem = 75; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAppearanceListItemSmall} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:textAppearanceListItemSmall + */ + public static int Theme_textAppearanceListItemSmall = 76; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAppearanceSearchResultSubtitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:textAppearanceSearchResultSubtitle + */ + public static int Theme_textAppearanceSearchResultSubtitle = 65; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAppearanceSearchResultTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:textAppearanceSearchResultTitle + */ + public static int Theme_textAppearanceSearchResultTitle = 64; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textAppearanceSmallPopupMenu} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:textAppearanceSmallPopupMenu + */ + public static int Theme_textAppearanceSmallPopupMenu = 41; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textColorAlertDialogListItem} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary:textColorAlertDialogListItem + */ + public static int Theme_textColorAlertDialogListItem = 94; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#textColorSearchUrl} + attribute's value can be found in the {@link #Theme} array. + + +

May be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". +

May be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". + @attr name com.reactlibrary:textColorSearchUrl + */ + public static int Theme_textColorSearchUrl = 66; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#toolbarNavigationButtonStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:toolbarNavigationButtonStyle + */ + public static int Theme_toolbarNavigationButtonStyle = 59; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#toolbarStyle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:toolbarStyle + */ + public static int Theme_toolbarStyle = 58; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowActionBar} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowActionBar + */ + public static int Theme_windowActionBar = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowActionBarOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowActionBarOverlay + */ + public static int Theme_windowActionBarOverlay = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowActionModeOverlay} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowActionModeOverlay + */ + public static int Theme_windowActionModeOverlay = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowFixedHeightMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowFixedHeightMajor + */ + public static int Theme_windowFixedHeightMajor = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowFixedHeightMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowFixedHeightMinor + */ + public static int Theme_windowFixedHeightMinor = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowFixedWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowFixedWidthMajor + */ + public static int Theme_windowFixedWidthMajor = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowFixedWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowFixedWidthMinor + */ + public static int Theme_windowFixedWidthMinor = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowMinWidthMajor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowMinWidthMajor + */ + public static int Theme_windowMinWidthMajor = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowMinWidthMinor} + attribute's value can be found in the {@link #Theme} array. + + +

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". +The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to +some parent container. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowMinWidthMinor + */ + public static int Theme_windowMinWidthMinor = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#windowNoTitle} + attribute's value can be found in the {@link #Theme} array. + + +

Must be a boolean value, either "true" or "false". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:windowNoTitle + */ + public static int Theme_windowNoTitle = 3; + /** Attributes that can be used with a Toolbar. +

Includes the following attributes:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight}
{@link #Toolbar_collapseContentDescription com.reactlibrary:collapseContentDescription}
{@link #Toolbar_collapseIcon com.reactlibrary:collapseIcon}
{@link #Toolbar_contentInsetEnd com.reactlibrary:contentInsetEnd}
{@link #Toolbar_contentInsetLeft com.reactlibrary:contentInsetLeft}
{@link #Toolbar_contentInsetRight com.reactlibrary:contentInsetRight}
{@link #Toolbar_contentInsetStart com.reactlibrary:contentInsetStart}
{@link #Toolbar_logo com.reactlibrary:logo}
{@link #Toolbar_logoDescription com.reactlibrary:logoDescription}
{@link #Toolbar_maxButtonHeight com.reactlibrary:maxButtonHeight}
{@link #Toolbar_navigationContentDescription com.reactlibrary:navigationContentDescription}
{@link #Toolbar_navigationIcon com.reactlibrary:navigationIcon}
{@link #Toolbar_popupTheme com.reactlibrary:popupTheme}
{@link #Toolbar_subtitle com.reactlibrary:subtitle}
{@link #Toolbar_subtitleTextAppearance com.reactlibrary:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor com.reactlibrary:subtitleTextColor}
{@link #Toolbar_title com.reactlibrary:title}
{@link #Toolbar_titleMarginBottom com.reactlibrary:titleMarginBottom}
{@link #Toolbar_titleMarginEnd com.reactlibrary:titleMarginEnd}
{@link #Toolbar_titleMarginStart com.reactlibrary:titleMarginStart}
{@link #Toolbar_titleMarginTop com.reactlibrary:titleMarginTop}
{@link #Toolbar_titleMargins com.reactlibrary:titleMargins}
{@link #Toolbar_titleTextAppearance com.reactlibrary:titleTextAppearance}
{@link #Toolbar_titleTextColor com.reactlibrary:titleTextColor}
+ @see #Toolbar_android_gravity + @see #Toolbar_android_minHeight + @see #Toolbar_collapseContentDescription + @see #Toolbar_collapseIcon + @see #Toolbar_contentInsetEnd + @see #Toolbar_contentInsetLeft + @see #Toolbar_contentInsetRight + @see #Toolbar_contentInsetStart + @see #Toolbar_logo + @see #Toolbar_logoDescription + @see #Toolbar_maxButtonHeight + @see #Toolbar_navigationContentDescription + @see #Toolbar_navigationIcon + @see #Toolbar_popupTheme + @see #Toolbar_subtitle + @see #Toolbar_subtitleTextAppearance + @see #Toolbar_subtitleTextColor + @see #Toolbar_title + @see #Toolbar_titleMarginBottom + @see #Toolbar_titleMarginEnd + @see #Toolbar_titleMarginStart + @see #Toolbar_titleMarginTop + @see #Toolbar_titleMargins + @see #Toolbar_titleTextAppearance + @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar = { + 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, + 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, + 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, + 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, + 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, + 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, + 0x7f0100e1 + }; + /** +

This symbol is the offset where the {@link android.R.attr#gravity} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:gravity + */ + public static int Toolbar_android_gravity = 0; + /** +

This symbol is the offset where the {@link android.R.attr#minHeight} + attribute's value can be found in the {@link #Toolbar} array. + @attr name android:minHeight + */ + public static int Toolbar_android_minHeight = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#collapseContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:collapseContentDescription + */ + public static int Toolbar_collapseContentDescription = 19; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#collapseIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:collapseIcon + */ + public static int Toolbar_collapseIcon = 18; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetEnd + */ + public static int Toolbar_contentInsetEnd = 6; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetLeft} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetLeft + */ + public static int Toolbar_contentInsetLeft = 7; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetRight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetRight + */ + public static int Toolbar_contentInsetRight = 8; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#contentInsetStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:contentInsetStart + */ + public static int Toolbar_contentInsetStart = 5; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#logo} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:logo + */ + public static int Toolbar_logo = 4; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#logoDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:logoDescription + */ + public static int Toolbar_logoDescription = 22; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#maxButtonHeight} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:maxButtonHeight + */ + public static int Toolbar_maxButtonHeight = 17; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#navigationContentDescription} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:navigationContentDescription + */ + public static int Toolbar_navigationContentDescription = 21; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#navigationIcon} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:navigationIcon + */ + public static int Toolbar_navigationIcon = 20; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#popupTheme} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:popupTheme + */ + public static int Toolbar_popupTheme = 9; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#subtitle} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:subtitle + */ + public static int Toolbar_subtitle = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#subtitleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:subtitleTextAppearance + */ + public static int Toolbar_subtitleTextAppearance = 11; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#subtitleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:subtitleTextColor + */ + public static int Toolbar_subtitleTextColor = 24; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#title} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:title + */ + public static int Toolbar_title = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleMarginBottom} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:titleMarginBottom + */ + public static int Toolbar_titleMarginBottom = 16; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleMarginEnd} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:titleMarginEnd + */ + public static int Toolbar_titleMarginEnd = 14; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleMarginStart} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:titleMarginStart + */ + public static int Toolbar_titleMarginStart = 13; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleMarginTop} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:titleMarginTop + */ + public static int Toolbar_titleMarginTop = 15; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleMargins} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:titleMargins + */ + public static int Toolbar_titleMargins = 12; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleTextAppearance} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:titleTextAppearance + */ + public static int Toolbar_titleTextAppearance = 10; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#titleTextColor} + attribute's value can be found in the {@link #Toolbar} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:titleTextColor + */ + public static int Toolbar_titleTextColor = 23; + /** Attributes that can be used with a View. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #View_android_focusable android:focusable}
{@link #View_android_theme android:theme}
{@link #View_paddingEnd com.reactlibrary:paddingEnd}
{@link #View_paddingStart com.reactlibrary:paddingStart}
{@link #View_theme com.reactlibrary:theme}
+ @see #View_android_focusable + @see #View_android_theme + @see #View_paddingEnd + @see #View_paddingStart + @see #View_theme + */ + public static final int[] View = { + 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, + 0x7f0100e4 + }; + /** +

This symbol is the offset where the {@link android.R.attr#focusable} + attribute's value can be found in the {@link #View} array. + @attr name android:focusable + */ + public static int View_android_focusable = 1; + /** +

This symbol is the offset where the {@link android.R.attr#theme} + attribute's value can be found in the {@link #View} array. + @attr name android:theme + */ + public static int View_android_theme = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#paddingEnd} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:paddingEnd + */ + public static int View_paddingEnd = 3; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#paddingStart} + attribute's value can be found in the {@link #View} array. + + +

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". +Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), +in (inches), mm (millimeters). +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:paddingStart + */ + public static int View_paddingStart = 2; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#theme} + attribute's value can be found in the {@link #View} array. + + +

Must be a reference to another resource, in the form "@[+][package:]type:name" +or to a theme attribute in the form "?[package:][type:]name". + @attr name com.reactlibrary:theme + */ + public static int View_theme = 4; + /** Attributes that can be used with a ViewBackgroundHelper. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint com.reactlibrary:backgroundTint}
{@link #ViewBackgroundHelper_backgroundTintMode com.reactlibrary:backgroundTintMode}
+ @see #ViewBackgroundHelper_android_background + @see #ViewBackgroundHelper_backgroundTint + @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper = { + 0x010100d4, 0x7f0100e5, 0x7f0100e6 + }; + /** +

This symbol is the offset where the {@link android.R.attr#background} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + @attr name android:background + */ + public static int ViewBackgroundHelper_android_background = 0; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#backgroundTint} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name com.reactlibrary:backgroundTint + */ + public static int ViewBackgroundHelper_backgroundTint = 1; + /** +

This symbol is the offset where the {@link com.reactlibrary.R.attr#backgroundTintMode} + attribute's value can be found in the {@link #ViewBackgroundHelper} array. + + +

Must be one of the following constant values.

+ ++++ + + + + + +
ConstantValueDescription
src_over3
src_in5
src_atop9
multiply14
screen15
+ @attr name com.reactlibrary:backgroundTintMode + */ + public static int ViewBackgroundHelper_backgroundTintMode = 2; + /** Attributes that can be used with a ViewStubCompat. +

Includes the following attributes:

+ + + + + + + +
AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId}
{@link #ViewStubCompat_android_layout android:layout}
+ @see #ViewStubCompat_android_id + @see #ViewStubCompat_android_inflatedId + @see #ViewStubCompat_android_layout + */ + public static final int[] ViewStubCompat = { + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** +

This symbol is the offset where the {@link android.R.attr#id} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:id + */ + public static int ViewStubCompat_android_id = 0; + /** +

This symbol is the offset where the {@link android.R.attr#inflatedId} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:inflatedId + */ + public static int ViewStubCompat_android_inflatedId = 2; + /** +

This symbol is the offset where the {@link android.R.attr#layout} + attribute's value can be found in the {@link #ViewStubCompat} array. + @attr name android:layout + */ + public static int ViewStubCompat_android_layout = 1; + }; +} diff --git a/android/build/generated/source/r/debug/org/webkit/android_jsc/R.java b/android/build/generated/source/r/debug/org/webkit/android_jsc/R.java new file mode 100644 index 0000000000000000000000000000000000000000..2a9140d8768455ea35ab414a0d45cbd7d6ccaef5 --- /dev/null +++ b/android/build/generated/source/r/debug/org/webkit/android_jsc/R.java @@ -0,0 +1,10 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ +package org.webkit.android_jsc; + +public final class R { +} diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-af.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-af.json new file mode 100644 index 0000000000000000000000000000000000000000..5b10267563e3ec7ff18675fc8f3ed8f1dd671106 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-af.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-af/values-af.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 103, + "endOffset": 379 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 107, + "endOffset": 487 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 492, + "endColumn": 122, + "endOffset": 610 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 99, + "endOffset": 710 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 105, + "endOffset": 591 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 715, + "endColumn": 105, + "endOffset": 816 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 596, + "endColumn": 84, + "endOffset": 676 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 821, + "endColumn": 84, + "endOffset": 901 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 102, + "endOffset": 779 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 906, + "endColumn": 102, + "endOffset": 1004 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 784, + "endColumn": 117, + "endOffset": 897 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1009, + "endColumn": 117, + "endOffset": 1122 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 902, + "endColumn": 80, + "endOffset": 978 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 80, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 106, + "endOffset": 1085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 106, + "endOffset": 1310 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 102, + "endOffset": 1188 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 102, + "endOffset": 1413 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1193, + "endColumn": 96, + "endOffset": 1285 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1418, + "endColumn": 96, + "endOffset": 1510 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1290, + "endColumn": 107, + "endOffset": 1393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 107, + "endOffset": 1618 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1398, + "endColumn": 101, + "endOffset": 1495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1623, + "endColumn": 101, + "endOffset": 1720 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1500, + "endColumn": 101, + "endOffset": 1597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1725, + "endColumn": 101, + "endOffset": 1822 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1602, + "endColumn": 116, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1827, + "endColumn": 116, + "endOffset": 1939 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 97, + "endOffset": 1812 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 97, + "endOffset": 2037 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1817, + "endColumn": 100, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2042, + "endColumn": 100, + "endOffset": 2138 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-am.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-am.json new file mode 100644 index 0000000000000000000000000000000000000000..87356c851a30471a10b9539473e71d4192802a22 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-am.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-am/values-am.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 101, + "endOffset": 152 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 101, + "endOffset": 377 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 157, + "endColumn": 107, + "endOffset": 260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 382, + "endColumn": 107, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 265, + "endColumn": 122, + "endOffset": 383 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 122, + "endOffset": 608 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 98, + "endOffset": 482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 613, + "endColumn": 98, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 105, + "endOffset": 588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 105, + "endOffset": 813 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 85, + "endOffset": 674 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 818, + "endColumn": 85, + "endOffset": 899 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 679, + "endColumn": 102, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 904, + "endColumn": 102, + "endOffset": 1002 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 112, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1007, + "endColumn": 112, + "endOffset": 1115 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 78, + "endOffset": 969 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 78, + "endOffset": 1194 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 974, + "endColumn": 99, + "endOffset": 1069 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1199, + "endColumn": 99, + "endOffset": 1294 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1074, + "endColumn": 99, + "endOffset": 1169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1299, + "endColumn": 99, + "endOffset": 1394 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1174, + "endColumn": 95, + "endOffset": 1265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1399, + "endColumn": 95, + "endOffset": 1490 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1270, + "endColumn": 102, + "endOffset": 1368 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1495, + "endColumn": 102, + "endOffset": 1593 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1373, + "endColumn": 98, + "endOffset": 1467 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1598, + "endColumn": 98, + "endOffset": 1692 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 106, + "endOffset": 1574 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1697, + "endColumn": 106, + "endOffset": 1799 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1579, + "endColumn": 115, + "endOffset": 1690 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1804, + "endColumn": 115, + "endOffset": 1915 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1695, + "endColumn": 95, + "endOffset": 1786 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1920, + "endColumn": 95, + "endOffset": 2011 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1791, + "endColumn": 100, + "endOffset": 1887 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2016, + "endColumn": 100, + "endOffset": 2112 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ar.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ar.json new file mode 100644 index 0000000000000000000000000000000000000000..818e25ca27dbc7012a704d688cbbb8b305c8708b --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ar.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ar/values-ar.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 116, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 103, + "endOffset": 502 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 103, + "endOffset": 727 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 108, + "endOffset": 611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 732, + "endColumn": 108, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 81, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 81, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 100, + "endOffset": 794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 100, + "endOffset": 1019 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 799, + "endColumn": 113, + "endOffset": 908 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 113, + "endOffset": 1133 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 913, + "endColumn": 78, + "endOffset": 987 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 78, + "endOffset": 1212 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 992, + "endColumn": 104, + "endOffset": 1092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 104, + "endOffset": 1317 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 100, + "endOffset": 1193 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 100, + "endOffset": 1418 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1198, + "endColumn": 95, + "endOffset": 1289 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1423, + "endColumn": 95, + "endOffset": 1514 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1294, + "endColumn": 107, + "endOffset": 1397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1519, + "endColumn": 107, + "endOffset": 1622 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1402, + "endColumn": 102, + "endOffset": 1500 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 102, + "endOffset": 1725 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1505, + "endColumn": 102, + "endOffset": 1603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1730, + "endColumn": 102, + "endOffset": 1828 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1608, + "endColumn": 118, + "endOffset": 1722 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1833, + "endColumn": 118, + "endOffset": 1947 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1727, + "endColumn": 96, + "endOffset": 1819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1952, + "endColumn": 96, + "endOffset": 2044 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 100, + "endOffset": 1920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2049, + "endColumn": 100, + "endOffset": 2145 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-az-rAZ.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-az-rAZ.json new file mode 100644 index 0000000000000000000000000000000000000000..f45c6e8fdbd9d75c6c0074117a5e29b90d76131b --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-az-rAZ.json @@ -0,0 +1,330 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-az-rAZ/values-az-rAZ.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 97, + "endOffset": 148 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 97, + "endOffset": 377 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 153, + "endColumn": 107, + "endOffset": 256 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 382, + "endColumn": 107, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 261, + "endColumn": 122, + "endOffset": 379 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 122, + "endOffset": 608 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 98, + "endOffset": 478 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 613, + "endColumn": 98, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 109, + "endOffset": 588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 109, + "endOffset": 817 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 87, + "endOffset": 676 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 87, + "endOffset": 905 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 106, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 106, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 113, + "endOffset": 897 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 113, + "endOffset": 1126 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 902, + "endColumn": 84, + "endOffset": 982 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1131, + "endColumn": 84, + "endOffset": 1211 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 106, + "endOffset": 1089 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1216, + "endColumn": 106, + "endOffset": 1318 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1094, + "endColumn": 106, + "endOffset": 1196 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1323, + "endColumn": 106, + "endOffset": 1425 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1201, + "endColumn": 99, + "endOffset": 1296 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1430, + "endColumn": 99, + "endOffset": 1525 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1301, + "endColumn": 108, + "endOffset": 1405 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 108, + "endOffset": 1634 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1410, + "endColumn": 103, + "endOffset": 1509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1639, + "endColumn": 103, + "endOffset": 1738 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 109, + "endOffset": 1619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1743, + "endColumn": 109, + "endOffset": 1848 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1624, + "endColumn": 96, + "endOffset": 1716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 96, + "endOffset": 1945 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 100, + "endOffset": 1817 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1950, + "endColumn": 100, + "endOffset": 2046 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-bg.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-bg.json new file mode 100644 index 0000000000000000000000000000000000000000..e6694eeb4af5087acfbc0a743e83abc26e4f4567 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-bg.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-bg/values-bg.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 114, + "endOffset": 165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 114, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 170, + "endColumn": 110, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 110, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 127, + "endOffset": 404 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 127, + "endOffset": 629 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 409, + "endColumn": 106, + "endOffset": 511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 634, + "endColumn": 106, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 104, + "endOffset": 616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 104, + "endOffset": 841 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 85, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 846, + "endColumn": 85, + "endOffset": 927 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 104, + "endOffset": 807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 104, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 120, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 120, + "endOffset": 1153 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 82, + "endOffset": 1011 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 82, + "endOffset": 1236 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1016, + "endColumn": 113, + "endOffset": 1125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1241, + "endColumn": 113, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 108, + "endOffset": 1234 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 108, + "endOffset": 1459 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 99, + "endOffset": 1334 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1464, + "endColumn": 99, + "endOffset": 1559 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 113, + "endOffset": 1448 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1564, + "endColumn": 113, + "endOffset": 1673 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1453, + "endColumn": 105, + "endOffset": 1554 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 105, + "endOffset": 1779 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1559, + "endColumn": 107, + "endOffset": 1662 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 107, + "endOffset": 1887 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1667, + "endColumn": 122, + "endOffset": 1785 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1892, + "endColumn": 122, + "endOffset": 2010 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1790, + "endColumn": 98, + "endOffset": 1884 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2015, + "endColumn": 98, + "endOffset": 2109 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1889, + "endColumn": 100, + "endOffset": 1985 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2114, + "endColumn": 100, + "endOffset": 2210 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-bn-rBD.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-bn-rBD.json new file mode 100644 index 0000000000000000000000000000000000000000..2963f1d6d5dbd32fcdb89bd2c99fc9f38aba1683 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-bn-rBD.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-bn-rBD/values-bn-rBD.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 111, + "endOffset": 502 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 111, + "endOffset": 731 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 105, + "endOffset": 608 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 736, + "endColumn": 105, + "endOffset": 837 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 613, + "endColumn": 93, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 842, + "endColumn": 93, + "endOffset": 931 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 104, + "endOffset": 807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 936, + "endColumn": 104, + "endOffset": 1036 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 129, + "endOffset": 937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1041, + "endColumn": 129, + "endOffset": 1166 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 86, + "endOffset": 1024 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 86, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1029, + "endColumn": 109, + "endOffset": 1134 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 109, + "endOffset": 1363 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1139, + "endColumn": 115, + "endOffset": 1250 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1368, + "endColumn": 115, + "endOffset": 1479 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1255, + "endColumn": 106, + "endOffset": 1357 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1484, + "endColumn": 106, + "endOffset": 1586 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1362, + "endColumn": 109, + "endOffset": 1467 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1591, + "endColumn": 109, + "endOffset": 1696 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 105, + "endOffset": 1573 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 105, + "endOffset": 1802 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1578, + "endColumn": 109, + "endOffset": 1683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 109, + "endOffset": 1912 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 124, + "endOffset": 1808 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1917, + "endColumn": 124, + "endOffset": 2037 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1813, + "endColumn": 104, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2042, + "endColumn": 104, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1918, + "endColumn": 100, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 100, + "endOffset": 2243 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ca.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ca.json new file mode 100644 index 0000000000000000000000000000000000000000..14b73c5b40086fad78bf7460c33b5120f6650af5 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ca.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ca/values-ca.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 117, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 105, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 105, + "endOffset": 730 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 106, + "endOffset": 612 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 735, + "endColumn": 106, + "endOffset": 837 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 82, + "endOffset": 695 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 842, + "endColumn": 82, + "endOffset": 920 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 107, + "endOffset": 803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 107, + "endOffset": 1028 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 125, + "endOffset": 929 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1033, + "endColumn": 125, + "endOffset": 1154 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 934, + "endColumn": 82, + "endOffset": 1012 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1159, + "endColumn": 82, + "endOffset": 1237 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 110, + "endOffset": 1123 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 110, + "endOffset": 1348 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1128, + "endColumn": 108, + "endOffset": 1232 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1353, + "endColumn": 108, + "endOffset": 1457 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1237, + "endColumn": 97, + "endOffset": 1330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1462, + "endColumn": 97, + "endOffset": 1555 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 109, + "endOffset": 1440 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 109, + "endOffset": 1665 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1445, + "endColumn": 103, + "endOffset": 1544 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1670, + "endColumn": 103, + "endOffset": 1769 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1549, + "endColumn": 107, + "endOffset": 1652 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1774, + "endColumn": 107, + "endOffset": 1877 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 122, + "endOffset": 1775 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1882, + "endColumn": 122, + "endOffset": 2000 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1780, + "endColumn": 98, + "endOffset": 1874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2005, + "endColumn": 98, + "endOffset": 2099 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1879, + "endColumn": 100, + "endOffset": 1975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2104, + "endColumn": 100, + "endOffset": 2200 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-cs.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-cs.json new file mode 100644 index 0000000000000000000000000000000000000000..4959ee1e08e1ccb60d52a5c9e131f95d6dbf548e --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-cs.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-cs/values-cs.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 106, + "endOffset": 157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 106, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 108, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 108, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 123, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 123, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 101, + "endOffset": 492 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 101, + "endOffset": 717 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 108, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 722, + "endColumn": 108, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 85, + "endOffset": 687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 85, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 104, + "endOffset": 792 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 104, + "endOffset": 1017 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 116, + "endOffset": 909 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1022, + "endColumn": 116, + "endOffset": 1134 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 914, + "endColumn": 83, + "endOffset": 993 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1139, + "endColumn": 83, + "endOffset": 1218 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 998, + "endColumn": 103, + "endOffset": 1097 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1223, + "endColumn": 103, + "endOffset": 1322 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1102, + "endColumn": 108, + "endOffset": 1206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 108, + "endOffset": 1431 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1211, + "endColumn": 98, + "endOffset": 1305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 98, + "endOffset": 1530 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 105, + "endOffset": 1411 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1535, + "endColumn": 105, + "endOffset": 1636 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1416, + "endColumn": 109, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 109, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 106, + "endOffset": 1628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 106, + "endOffset": 1853 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1633, + "endColumn": 121, + "endOffset": 1750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 121, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 97, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 97, + "endOffset": 2073 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 53, + "endOffset": 1902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 71, + "endOffset": 1974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1979, + "endColumn": 78, + "endOffset": 2053 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2058, + "endColumn": 70, + "endOffset": 2124 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2129, + "endColumn": 67, + "endOffset": 2192 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 67, + "endOffset": 394 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2197, + "endColumn": 55, + "endOffset": 2248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 399, + "endColumn": 55, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2253, + "endColumn": 58, + "endOffset": 2307 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 455, + "endColumn": 58, + "endOffset": 509 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2312, + "endColumn": 73, + "endOffset": 2381 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 514, + "endColumn": 73, + "endOffset": 583 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2386, + "endColumn": 100, + "endOffset": 2482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2078, + "endColumn": 100, + "endOffset": 2174 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-da.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-da.json new file mode 100644 index 0000000000000000000000000000000000000000..ca1f9979c53de37a1a73bf4574d1d80164ba800a --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-da.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-da/values-da.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 102, + "endOffset": 378 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 383, + "endColumn": 107, + "endOffset": 486 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 491, + "endColumn": 122, + "endOffset": 609 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 98, + "endOffset": 483 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 614, + "endColumn": 98, + "endOffset": 708 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 488, + "endColumn": 111, + "endOffset": 595 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 713, + "endColumn": 111, + "endOffset": 820 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 600, + "endColumn": 82, + "endOffset": 678 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 825, + "endColumn": 82, + "endOffset": 903 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 683, + "endColumn": 99, + "endOffset": 778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 908, + "endColumn": 99, + "endOffset": 1003 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 783, + "endColumn": 112, + "endOffset": 891 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1008, + "endColumn": 112, + "endOffset": 1116 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 896, + "endColumn": 78, + "endOffset": 970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1121, + "endColumn": 78, + "endOffset": 1195 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 975, + "endColumn": 108, + "endOffset": 1079 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1200, + "endColumn": 108, + "endOffset": 1304 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1084, + "endColumn": 107, + "endOffset": 1187 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 107, + "endOffset": 1412 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 95, + "endOffset": 1283 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 95, + "endOffset": 1508 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1288, + "endColumn": 113, + "endOffset": 1397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1513, + "endColumn": 113, + "endOffset": 1622 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1402, + "endColumn": 101, + "endOffset": 1499 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 101, + "endOffset": 1724 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1504, + "endColumn": 100, + "endOffset": 1600 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1729, + "endColumn": 100, + "endOffset": 1825 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1605, + "endColumn": 115, + "endOffset": 1716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1830, + "endColumn": 115, + "endOffset": 1941 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 96, + "endOffset": 1813 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1946, + "endColumn": 96, + "endOffset": 2038 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 53, + "endOffset": 1867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 71, + "endOffset": 1939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 78, + "endOffset": 2018 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2023, + "endColumn": 70, + "endOffset": 2089 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2094, + "endColumn": 66, + "endOffset": 2156 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 66, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2161, + "endColumn": 55, + "endOffset": 2212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 398, + "endColumn": 55, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2217, + "endColumn": 58, + "endOffset": 2271 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 454, + "endColumn": 58, + "endOffset": 508 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2276, + "endColumn": 73, + "endOffset": 2345 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 513, + "endColumn": 73, + "endOffset": 582 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2350, + "endColumn": 100, + "endOffset": 2446 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2043, + "endColumn": 100, + "endOffset": 2139 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-de.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-de.json new file mode 100644 index 0000000000000000000000000000000000000000..7d2ad9b24e89d526268e89ffd153ee432404761c --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-de.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-de/values-de.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 97, + "endOffset": 484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 97, + "endOffset": 709 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 111, + "endOffset": 596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 714, + "endColumn": 111, + "endOffset": 821 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 601, + "endColumn": 85, + "endOffset": 682 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 826, + "endColumn": 85, + "endOffset": 907 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 687, + "endColumn": 104, + "endOffset": 787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 104, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 114, + "endOffset": 902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 114, + "endOffset": 1127 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 81, + "endOffset": 984 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 81, + "endOffset": 1209 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 989, + "endColumn": 110, + "endOffset": 1095 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1214, + "endColumn": 110, + "endOffset": 1320 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1100, + "endColumn": 102, + "endOffset": 1198 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 102, + "endOffset": 1423 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1203, + "endColumn": 98, + "endOffset": 1297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1428, + "endColumn": 98, + "endOffset": 1522 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1302, + "endColumn": 110, + "endOffset": 1408 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1527, + "endColumn": 110, + "endOffset": 1633 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1413, + "endColumn": 101, + "endOffset": 1510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 101, + "endOffset": 1735 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 106, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1740, + "endColumn": 106, + "endOffset": 1842 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 121, + "endOffset": 1739 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1847, + "endColumn": 121, + "endOffset": 1964 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 101, + "endOffset": 1841 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 101, + "endOffset": 2066 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1846, + "endColumn": 53, + "endOffset": 1895 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1900, + "endColumn": 74, + "endOffset": 1970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 74, + "endOffset": 179 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1975, + "endColumn": 78, + "endOffset": 2049 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 184, + "endColumn": 78, + "endOffset": 258 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2054, + "endColumn": 70, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 70, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 70, + "endOffset": 2191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 334, + "endColumn": 70, + "endOffset": 400 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2196, + "endColumn": 55, + "endOffset": 2247 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 405, + "endColumn": 55, + "endOffset": 456 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2252, + "endColumn": 58, + "endOffset": 2306 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 461, + "endColumn": 58, + "endOffset": 515 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2311, + "endColumn": 73, + "endOffset": 2380 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 520, + "endColumn": 73, + "endOffset": 589 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2385, + "endColumn": 100, + "endOffset": 2481 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2071, + "endColumn": 100, + "endOffset": 2167 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-el.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-el.json new file mode 100644 index 0000000000000000000000000000000000000000..4342c9832ea65363a429a8f75d07da9350cc1211 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-el.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-el/values-el.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 117, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 110, + "endOffset": 510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 110, + "endOffset": 735 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 116, + "endOffset": 627 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 740, + "endColumn": 116, + "endOffset": 852 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 632, + "endColumn": 84, + "endOffset": 712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 857, + "endColumn": 84, + "endOffset": 937 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 104, + "endOffset": 817 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 104, + "endOffset": 1042 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 125, + "endOffset": 943 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1047, + "endColumn": 125, + "endOffset": 1168 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 948, + "endColumn": 84, + "endOffset": 1028 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1173, + "endColumn": 84, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1033, + "endColumn": 110, + "endOffset": 1139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 110, + "endOffset": 1364 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1144, + "endColumn": 109, + "endOffset": 1249 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1369, + "endColumn": 109, + "endOffset": 1474 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1254, + "endColumn": 101, + "endOffset": 1351 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1479, + "endColumn": 101, + "endOffset": 1576 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 110, + "endOffset": 1462 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1581, + "endColumn": 110, + "endOffset": 1687 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 108, + "endOffset": 1571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1692, + "endColumn": 108, + "endOffset": 1796 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1576, + "endColumn": 107, + "endOffset": 1679 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1801, + "endColumn": 107, + "endOffset": 1904 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1684, + "endColumn": 122, + "endOffset": 1802 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1909, + "endColumn": 122, + "endOffset": 2027 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 99, + "endOffset": 1902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2032, + "endColumn": 99, + "endOffset": 2127 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 53, + "endOffset": 1956 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1961, + "endColumn": 72, + "endOffset": 2029 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 72, + "endOffset": 177 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2034, + "endColumn": 78, + "endOffset": 2108 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 182, + "endColumn": 78, + "endOffset": 256 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2113, + "endColumn": 70, + "endOffset": 2179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 261, + "endColumn": 70, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2184, + "endColumn": 63, + "endOffset": 2243 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 332, + "endColumn": 63, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2248, + "endColumn": 55, + "endOffset": 2299 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2304, + "endColumn": 58, + "endOffset": 2358 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2363, + "endColumn": 73, + "endOffset": 2432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2437, + "endColumn": 100, + "endOffset": 2533 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2132, + "endColumn": 100, + "endOffset": 2228 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rAU.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rAU.json new file mode 100644 index 0000000000000000000000000000000000000000..c5baf95dcfd7a2cba465f2dc3cf43f6300c51c22 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rAU.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 114, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 81, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 81, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 102, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 102, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 103, + "endOffset": 1181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 103, + "endOffset": 1410 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 98, + "endOffset": 1280 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 98, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 104, + "endOffset": 1385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1390, + "endColumn": 102, + "endOffset": 1488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 102, + "endOffset": 1717 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 103, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 103, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 118, + "endOffset": 1711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 118, + "endOffset": 1940 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 99, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1945, + "endColumn": 99, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 100, + "endOffset": 1912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 100, + "endOffset": 2141 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rGB.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rGB.json new file mode 100644 index 0000000000000000000000000000000000000000..701476cf45126bc984c36aa2c300b3a6f7442e65 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rGB.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 114, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 81, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 81, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 102, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 102, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 103, + "endOffset": 1181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 103, + "endOffset": 1410 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 98, + "endOffset": 1280 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 98, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 104, + "endOffset": 1385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1390, + "endColumn": 102, + "endOffset": 1488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 102, + "endOffset": 1717 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 103, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 103, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 118, + "endOffset": 1711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 118, + "endOffset": 1940 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 99, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1945, + "endColumn": 99, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 53, + "endOffset": 1865 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 69, + "endOffset": 1935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 78, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2019, + "endColumn": 70, + "endOffset": 2085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2090, + "endColumn": 64, + "endOffset": 2150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 64, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2155, + "endColumn": 55, + "endOffset": 2206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 394, + "endColumn": 55, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2211, + "endColumn": 58, + "endOffset": 2265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 450, + "endColumn": 58, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2270, + "endColumn": 73, + "endOffset": 2339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 509, + "endColumn": 73, + "endOffset": 578 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2344, + "endColumn": 100, + "endOffset": 2440 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 100, + "endOffset": 2141 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..0ca71a6a68f67537f926efd894b1c1d634196ab5 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-en-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 114, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 81, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 81, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 102, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 102, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 103, + "endOffset": 1181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 103, + "endOffset": 1410 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 98, + "endOffset": 1280 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 98, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 104, + "endOffset": 1385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1390, + "endColumn": 102, + "endOffset": 1488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 102, + "endOffset": 1717 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 103, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 103, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 118, + "endOffset": 1711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 118, + "endOffset": 1940 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 99, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1945, + "endColumn": 99, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 100, + "endOffset": 1912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 100, + "endOffset": 2141 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-es-rES.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-es-rES.json new file mode 100644 index 0000000000000000000000000000000000000000..412b965d64c4e6cb62c4214d60e0f367b7474019 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-es-rES.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-es-rES/values-es-rES.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 76, + "endOffset": 181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 76, + "endOffset": 181 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 186, + "endColumn": 78, + "endOffset": 260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 186, + "endColumn": 78, + "endOffset": 260 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 265, + "endColumn": 70, + "endOffset": 331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 265, + "endColumn": 70, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 336, + "endColumn": 59, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 336, + "endColumn": 59, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-es-rUS.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-es-rUS.json new file mode 100644 index 0000000000000000000000000000000000000000..c8dd55a2b0070807a9932ec632451f90ecefa4f0 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-es-rUS.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 119, + "endOffset": 399 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 107, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 122, + "endOffset": 630 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 108, + "endOffset": 510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 635, + "endColumn": 108, + "endOffset": 739 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 107, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 744, + "endColumn": 107, + "endOffset": 847 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 84, + "endOffset": 703 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 852, + "endColumn": 84, + "endOffset": 932 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 937, + "endColumn": 100, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 122, + "endOffset": 927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 122, + "endOffset": 1156 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 81, + "endOffset": 1009 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 81, + "endOffset": 1238 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1014, + "endColumn": 111, + "endOffset": 1121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1243, + "endColumn": 111, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 111, + "endOffset": 1233 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 111, + "endOffset": 1462 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 100, + "endOffset": 1334 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 100, + "endOffset": 1563 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 107, + "endOffset": 1442 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1568, + "endColumn": 107, + "endOffset": 1671 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1447, + "endColumn": 106, + "endOffset": 1549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1676, + "endColumn": 106, + "endOffset": 1778 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 106, + "endOffset": 1656 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1783, + "endColumn": 106, + "endOffset": 1885 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1661, + "endColumn": 121, + "endOffset": 1778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1890, + "endColumn": 121, + "endOffset": 2007 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1783, + "endColumn": 99, + "endOffset": 1878 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2012, + "endColumn": 99, + "endOffset": 2107 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1883, + "endColumn": 100, + "endOffset": 1979 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2112, + "endColumn": 100, + "endOffset": 2208 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-es.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-es.json new file mode 100644 index 0000000000000000000000000000000000000000..c1269f6a487ada4b0584c6e2f0fd9b4b960a0707 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-es.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-es/values-es.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 116, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 112, + "endOffset": 511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 112, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 107, + "endOffset": 619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 107, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 84, + "endOffset": 704 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 84, + "endOffset": 929 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 100, + "endOffset": 805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 934, + "endColumn": 100, + "endOffset": 1030 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 127, + "endOffset": 933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 127, + "endOffset": 1158 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 938, + "endColumn": 81, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1163, + "endColumn": 81, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 106, + "endOffset": 1122 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 106, + "endOffset": 1347 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 99, + "endOffset": 1222 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1352, + "endColumn": 99, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 98, + "endOffset": 1321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 98, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1326, + "endColumn": 107, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 107, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 106, + "endOffset": 1536 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 106, + "endOffset": 1761 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 106, + "endOffset": 1643 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 106, + "endOffset": 1868 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 121, + "endOffset": 1765 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1873, + "endColumn": 121, + "endOffset": 1990 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 99, + "endOffset": 1865 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1995, + "endColumn": 99, + "endOffset": 2090 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 53, + "endOffset": 1919 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1924, + "endColumn": 76, + "endOffset": 1996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 76, + "endOffset": 181 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2001, + "endColumn": 78, + "endOffset": 2075 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 186, + "endColumn": 78, + "endOffset": 260 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2080, + "endColumn": 70, + "endOffset": 2146 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 265, + "endColumn": 70, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2151, + "endColumn": 59, + "endOffset": 2206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 336, + "endColumn": 59, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2211, + "endColumn": 55, + "endOffset": 2262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2267, + "endColumn": 58, + "endOffset": 2321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2326, + "endColumn": 73, + "endOffset": 2395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2400, + "endColumn": 100, + "endOffset": 2496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2095, + "endColumn": 100, + "endOffset": 2191 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-et-rEE.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-et-rEE.json new file mode 100644 index 0000000000000000000000000000000000000000..e9600ec624b7a46142c4c2c7cfcfb8066a0dd415 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-et-rEE.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-et-rEE/values-et-rEE.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 116, + "endOffset": 396 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 107, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 122, + "endOffset": 627 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 106, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 632, + "endColumn": 106, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 110, + "endOffset": 616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 110, + "endOffset": 845 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 85, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 850, + "endColumn": 85, + "endOffset": 931 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 101, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 936, + "endColumn": 101, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 116, + "endOffset": 921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 116, + "endOffset": 1150 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 82, + "endOffset": 1004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1155, + "endColumn": 82, + "endOffset": 1233 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1009, + "endColumn": 110, + "endOffset": 1115 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 110, + "endOffset": 1344 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 104, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1349, + "endColumn": 104, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 98, + "endOffset": 1319 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 98, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 109, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 109, + "endOffset": 1658 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 100, + "endOffset": 1530 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 100, + "endOffset": 1759 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1535, + "endColumn": 102, + "endOffset": 1633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1764, + "endColumn": 102, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 127, + "endOffset": 1761 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 127, + "endOffset": 1990 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 101, + "endOffset": 1863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1995, + "endColumn": 101, + "endOffset": 2092 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1868, + "endColumn": 100, + "endOffset": 1964 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2097, + "endColumn": 100, + "endOffset": 2193 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-eu-rES.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-eu-rES.json new file mode 100644 index 0000000000000000000000000000000000000000..fe79fe53e3f5a8c096d47438f05e5655fb6ee8c4 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-eu-rES.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-eu-rES/values-eu-rES.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 97, + "endOffset": 488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 97, + "endOffset": 717 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 109, + "endOffset": 598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 722, + "endColumn": 109, + "endOffset": 827 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 85, + "endOffset": 684 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 832, + "endColumn": 85, + "endOffset": 913 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 689, + "endColumn": 105, + "endOffset": 790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 918, + "endColumn": 105, + "endOffset": 1019 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 123, + "endOffset": 914 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 123, + "endOffset": 1143 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 81, + "endOffset": 996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1148, + "endColumn": 81, + "endOffset": 1225 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1001, + "endColumn": 108, + "endOffset": 1105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 108, + "endOffset": 1334 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1110, + "endColumn": 109, + "endOffset": 1215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 109, + "endOffset": 1444 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1220, + "endColumn": 98, + "endOffset": 1314 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1449, + "endColumn": 98, + "endOffset": 1543 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1319, + "endColumn": 108, + "endOffset": 1423 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1548, + "endColumn": 108, + "endOffset": 1652 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1428, + "endColumn": 112, + "endOffset": 1536 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 112, + "endOffset": 1765 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 110, + "endOffset": 1647 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 110, + "endOffset": 1876 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 136, + "endOffset": 1784 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1881, + "endColumn": 136, + "endOffset": 2013 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1789, + "endColumn": 98, + "endOffset": 1883 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2018, + "endColumn": 98, + "endOffset": 2112 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1888, + "endColumn": 100, + "endOffset": 1984 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2117, + "endColumn": 100, + "endOffset": 2213 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-fa.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fa.json new file mode 100644 index 0000000000000000000000000000000000000000..d898ca95d57e0cb0ab27b9b7bf8641d16d69b396 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fa.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fa/values-fa.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 109, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 109, + "endOffset": 270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 109, + "endOffset": 495 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 125, + "endOffset": 396 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 125, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 102, + "endOffset": 499 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 102, + "endOffset": 724 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 110, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 729, + "endColumn": 110, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 87, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 87, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 102, + "endOffset": 801 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 102, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 114, + "endOffset": 916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 114, + "endOffset": 1141 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 80, + "endOffset": 997 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1146, + "endColumn": 80, + "endOffset": 1222 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 111, + "endOffset": 1109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 111, + "endOffset": 1334 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1114, + "endColumn": 102, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 102, + "endOffset": 1437 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 97, + "endOffset": 1310 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1442, + "endColumn": 97, + "endOffset": 1535 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 109, + "endOffset": 1420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 109, + "endOffset": 1645 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1425, + "endColumn": 102, + "endOffset": 1523 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1650, + "endColumn": 102, + "endOffset": 1748 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1528, + "endColumn": 108, + "endOffset": 1632 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 108, + "endOffset": 1857 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1637, + "endColumn": 124, + "endOffset": 1757 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1862, + "endColumn": 124, + "endOffset": 1982 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1762, + "endColumn": 100, + "endOffset": 1858 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1987, + "endColumn": 100, + "endOffset": 2083 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1863, + "endColumn": 100, + "endOffset": 1959 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2088, + "endColumn": 100, + "endOffset": 2184 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-fb-rLL.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fb-rLL.json new file mode 100644 index 0000000000000000000000000000000000000000..6d8b3eeea99aa428a32bd75bb0d9c4265fcfc8e0 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fb-rLL.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fb-rLL/values-fb-rLL.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 80, + "endOffset": 185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 80, + "endOffset": 185 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 190, + "endColumn": 78, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 190, + "endColumn": 78, + "endOffset": 264 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 269, + "endColumn": 70, + "endOffset": 335 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 269, + "endColumn": 70, + "endOffset": 335 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 340, + "endColumn": 78, + "endOffset": 414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 340, + "endColumn": 78, + "endOffset": 414 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 419, + "endColumn": 55, + "endOffset": 470 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 419, + "endColumn": 55, + "endOffset": 470 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 475, + "endColumn": 58, + "endOffset": 529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 475, + "endColumn": 58, + "endOffset": 529 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 534, + "endColumn": 73, + "endOffset": 603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 534, + "endColumn": 73, + "endOffset": 603 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-fb.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fb.json new file mode 100644 index 0000000000000000000000000000000000000000..81aad4b6926ced93bf36d9a57ae0947410466594 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fb.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fb/values-fb.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 90, + "endOffset": 141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 90, + "endOffset": 141 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 146, + "endColumn": 106, + "endOffset": 248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 146, + "endColumn": 106, + "endOffset": 248 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 253, + "endColumn": 115, + "endOffset": 364 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 253, + "endColumn": 115, + "endOffset": 364 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 369, + "endColumn": 107, + "endOffset": 472 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 369, + "endColumn": 107, + "endOffset": 472 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 477, + "endColumn": 101, + "endOffset": 574 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 477, + "endColumn": 101, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 579, + "endColumn": 92, + "endOffset": 667 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 579, + "endColumn": 92, + "endOffset": 667 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 672, + "endColumn": 95, + "endOffset": 763 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 672, + "endColumn": 95, + "endOffset": 763 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 768, + "endColumn": 110, + "endOffset": 874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 768, + "endColumn": 110, + "endOffset": 874 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-fi.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fi.json new file mode 100644 index 0000000000000000000000000000000000000000..cf1082846f51861c64d83562aafe7e6399008761 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fi.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fi/values-fi.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 99, + "endOffset": 489 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 100, + "endOffset": 590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 100, + "endOffset": 815 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 85, + "endOffset": 676 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 820, + "endColumn": 85, + "endOffset": 901 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 104, + "endOffset": 781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 906, + "endColumn": 104, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 786, + "endColumn": 117, + "endOffset": 899 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 117, + "endOffset": 1124 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 904, + "endColumn": 79, + "endOffset": 979 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1129, + "endColumn": 79, + "endOffset": 1204 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 106, + "endOffset": 1086 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 106, + "endOffset": 1311 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1091, + "endColumn": 102, + "endOffset": 1189 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1316, + "endColumn": 102, + "endOffset": 1414 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1194, + "endColumn": 96, + "endOffset": 1286 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 96, + "endOffset": 1511 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1291, + "endColumn": 105, + "endOffset": 1392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1516, + "endColumn": 105, + "endOffset": 1617 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1397, + "endColumn": 98, + "endOffset": 1491 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 98, + "endOffset": 1716 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1496, + "endColumn": 103, + "endOffset": 1595 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 103, + "endOffset": 1820 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1600, + "endColumn": 118, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1825, + "endColumn": 118, + "endOffset": 1939 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 98, + "endOffset": 1813 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 98, + "endOffset": 2038 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 53, + "endOffset": 1867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 73, + "endOffset": 1941 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 73, + "endOffset": 178 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1946, + "endColumn": 78, + "endOffset": 2020 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 183, + "endColumn": 78, + "endOffset": 257 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2025, + "endColumn": 70, + "endOffset": 2091 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 262, + "endColumn": 70, + "endOffset": 328 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2096, + "endColumn": 56, + "endOffset": 2148 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 333, + "endColumn": 56, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2153, + "endColumn": 55, + "endOffset": 2204 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 390, + "endColumn": 55, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2209, + "endColumn": 58, + "endOffset": 2263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 58, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2268, + "endColumn": 73, + "endOffset": 2337 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 505, + "endColumn": 73, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2342, + "endColumn": 100, + "endOffset": 2438 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2043, + "endColumn": 100, + "endOffset": 2139 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-fr-rCA.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fr-rCA.json new file mode 100644 index 0000000000000000000000000000000000000000..3bb23d2f7357edeef4d40ebf987d45165565750d --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fr-rCA.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 110, + "endOffset": 161 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 110, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 107, + "endOffset": 498 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 122, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 114, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 114, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 110, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 110, + "endOffset": 847 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 86, + "endOffset": 705 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 852, + "endColumn": 86, + "endOffset": 934 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 710, + "endColumn": 115, + "endOffset": 821 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 939, + "endColumn": 115, + "endOffset": 1050 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 826, + "endColumn": 129, + "endOffset": 951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1055, + "endColumn": 129, + "endOffset": 1180 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 956, + "endColumn": 95, + "endOffset": 1047 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1185, + "endColumn": 95, + "endOffset": 1276 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1052, + "endColumn": 109, + "endOffset": 1157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1281, + "endColumn": 109, + "endOffset": 1386 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 111, + "endOffset": 1269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1391, + "endColumn": 111, + "endOffset": 1498 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1274, + "endColumn": 102, + "endOffset": 1372 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1503, + "endColumn": 102, + "endOffset": 1601 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1377, + "endColumn": 110, + "endOffset": 1483 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1606, + "endColumn": 110, + "endOffset": 1712 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1488, + "endColumn": 106, + "endOffset": 1590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1717, + "endColumn": 106, + "endOffset": 1819 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1595, + "endColumn": 101, + "endOffset": 1692 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 101, + "endOffset": 1921 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1697, + "endColumn": 121, + "endOffset": 1814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 121, + "endOffset": 2043 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1819, + "endColumn": 98, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 98, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1918, + "endColumn": 100, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 100, + "endOffset": 2243 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-fr.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fr.json new file mode 100644 index 0000000000000000000000000000000000000000..3693713ffb550f697c804f5302ffa6d5c9aee726 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-fr.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-fr/values-fr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 110, + "endOffset": 161 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 110, + "endOffset": 386 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 107, + "endOffset": 494 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 122, + "endOffset": 617 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 114, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 622, + "endColumn": 114, + "endOffset": 732 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 110, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 737, + "endColumn": 110, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 81, + "endOffset": 700 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 81, + "endOffset": 925 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 705, + "endColumn": 105, + "endOffset": 806 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 930, + "endColumn": 105, + "endOffset": 1031 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 811, + "endColumn": 129, + "endOffset": 936 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1036, + "endColumn": 129, + "endOffset": 1161 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 941, + "endColumn": 85, + "endOffset": 1022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1166, + "endColumn": 85, + "endOffset": 1247 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1027, + "endColumn": 109, + "endOffset": 1132 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1252, + "endColumn": 109, + "endOffset": 1357 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1137, + "endColumn": 111, + "endOffset": 1244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1362, + "endColumn": 111, + "endOffset": 1469 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 102, + "endOffset": 1347 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1474, + "endColumn": 102, + "endOffset": 1572 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1352, + "endColumn": 110, + "endOffset": 1458 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1577, + "endColumn": 110, + "endOffset": 1683 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1463, + "endColumn": 106, + "endOffset": 1565 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 106, + "endOffset": 1790 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 106, + "endOffset": 1672 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1795, + "endColumn": 106, + "endOffset": 1897 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1677, + "endColumn": 121, + "endOffset": 1794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1902, + "endColumn": 121, + "endOffset": 2019 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 98, + "endOffset": 1893 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2024, + "endColumn": 98, + "endOffset": 2118 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1898, + "endColumn": 53, + "endOffset": 1947 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1952, + "endColumn": 74, + "endOffset": 2022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 74, + "endOffset": 179 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2027, + "endColumn": 78, + "endOffset": 2101 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 184, + "endColumn": 78, + "endOffset": 258 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2106, + "endColumn": 70, + "endOffset": 2172 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 70, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2177, + "endColumn": 71, + "endOffset": 2244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 334, + "endColumn": 71, + "endOffset": 401 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2249, + "endColumn": 55, + "endOffset": 2300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 406, + "endColumn": 55, + "endOffset": 457 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2305, + "endColumn": 58, + "endOffset": 2359 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 462, + "endColumn": 58, + "endOffset": 516 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2364, + "endColumn": 73, + "endOffset": 2433 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 521, + "endColumn": 73, + "endOffset": 590 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2438, + "endColumn": 100, + "endOffset": 2534 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2123, + "endColumn": 100, + "endOffset": 2219 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-gl-rES.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-gl-rES.json new file mode 100644 index 0000000000000000000000000000000000000000..8577742b75c19fac0fd9d0f03fb45797d9e83a18 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-gl-rES.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-gl-rES/values-gl-rES.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 111, + "endOffset": 162 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 111, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 167, + "endColumn": 107, + "endOffset": 270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 122, + "endOffset": 393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 111, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 111, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 107, + "endOffset": 613 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 107, + "endOffset": 842 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 84, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 847, + "endColumn": 84, + "endOffset": 927 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 101, + "endOffset": 800 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 101, + "endOffset": 1029 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 125, + "endOffset": 926 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 125, + "endOffset": 1155 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 931, + "endColumn": 81, + "endOffset": 1008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1160, + "endColumn": 81, + "endOffset": 1237 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 106, + "endOffset": 1115 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 106, + "endOffset": 1344 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 108, + "endOffset": 1224 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1349, + "endColumn": 108, + "endOffset": 1453 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1229, + "endColumn": 98, + "endOffset": 1323 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1458, + "endColumn": 98, + "endOffset": 1552 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1328, + "endColumn": 107, + "endOffset": 1431 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1557, + "endColumn": 107, + "endOffset": 1660 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 102, + "endOffset": 1534 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 102, + "endOffset": 1763 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 106, + "endOffset": 1641 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 106, + "endOffset": 1870 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 121, + "endOffset": 1763 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1875, + "endColumn": 121, + "endOffset": 1992 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 99, + "endOffset": 1863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1997, + "endColumn": 99, + "endOffset": 2092 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1868, + "endColumn": 100, + "endOffset": 1964 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2097, + "endColumn": 100, + "endOffset": 2193 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-gu-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-gu-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..ab17931d60f01d27d9ede3cb5ab9422307d85112 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-gu-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-gu-rIN/values-gu-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 103, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 103, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 106, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 106, + "endOffset": 830 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 86, + "endOffset": 688 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 835, + "endColumn": 86, + "endOffset": 917 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 693, + "endColumn": 100, + "endOffset": 789 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 922, + "endColumn": 100, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 122, + "endOffset": 912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 122, + "endOffset": 1141 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 79, + "endOffset": 992 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1146, + "endColumn": 79, + "endOffset": 1221 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 105, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 105, + "endOffset": 1327 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 101, + "endOffset": 1200 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1332, + "endColumn": 101, + "endOffset": 1429 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1205, + "endColumn": 96, + "endOffset": 1297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 96, + "endOffset": 1526 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1302, + "endColumn": 108, + "endOffset": 1406 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1531, + "endColumn": 108, + "endOffset": 1635 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 98, + "endOffset": 1505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1640, + "endColumn": 98, + "endOffset": 1734 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1510, + "endColumn": 109, + "endOffset": 1615 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 109, + "endOffset": 1844 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1620, + "endColumn": 120, + "endOffset": 1736 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1849, + "endColumn": 120, + "endOffset": 1965 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 102, + "endOffset": 1839 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1970, + "endColumn": 102, + "endOffset": 2068 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1844, + "endColumn": 100, + "endOffset": 1940 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2073, + "endColumn": 100, + "endOffset": 2169 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-h720dp-v13.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-h720dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..93de3a9a6a0acb1694868fcb83be784a015bd305 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-h720dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 66, + "endOffset": 117 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 66, + "endOffset": 345 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-hdpi-v4.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hdpi-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..49b4559f639bfd5db54e00ae4c83fca15d74d076 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hdpi-v4.json @@ -0,0 +1,28 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 6, + "endColumn": 13, + "endOffset": 327 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 286, + "endLine": 8, + "endColumn": 13, + "endOffset": 558 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-hi.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hi.json new file mode 100644 index 0000000000000000000000000000000000000000..fc8d4b9508249c0be65a964e27c3d3a2a659de99 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hi.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hi/values-hi.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 116, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 104, + "endOffset": 503 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 104, + "endOffset": 728 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 106, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 733, + "endColumn": 106, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 84, + "endOffset": 695 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 84, + "endOffset": 920 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 101, + "endOffset": 797 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 101, + "endOffset": 1022 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 121, + "endOffset": 919 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1027, + "endColumn": 121, + "endOffset": 1144 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 924, + "endColumn": 89, + "endOffset": 1009 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1149, + "endColumn": 89, + "endOffset": 1234 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1014, + "endColumn": 108, + "endOffset": 1118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 108, + "endOffset": 1343 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 101, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1348, + "endColumn": 101, + "endOffset": 1445 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 97, + "endOffset": 1318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1450, + "endColumn": 97, + "endOffset": 1543 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1323, + "endColumn": 109, + "endOffset": 1428 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1548, + "endColumn": 109, + "endOffset": 1653 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1433, + "endColumn": 99, + "endOffset": 1528 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1658, + "endColumn": 99, + "endOffset": 1753 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 114, + "endOffset": 1643 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1758, + "endColumn": 114, + "endOffset": 1868 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 124, + "endOffset": 1768 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1873, + "endColumn": 124, + "endOffset": 1993 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1773, + "endColumn": 105, + "endOffset": 1874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1998, + "endColumn": 105, + "endOffset": 2099 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1879, + "endColumn": 100, + "endOffset": 1975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2104, + "endColumn": 100, + "endOffset": 2200 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-hr.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hr.json new file mode 100644 index 0000000000000000000000000000000000000000..9a5cb45651c26c2ff4f1279c3aa83c0a1f8f983c --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hr.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hr/values-hr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 96, + "endOffset": 483 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 96, + "endOffset": 708 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 488, + "endColumn": 109, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 713, + "endColumn": 109, + "endOffset": 818 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 85, + "endOffset": 679 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 823, + "endColumn": 85, + "endOffset": 904 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 684, + "endColumn": 103, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 909, + "endColumn": 103, + "endOffset": 1008 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 118, + "endOffset": 902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 118, + "endOffset": 1127 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 85, + "endOffset": 988 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 85, + "endOffset": 1213 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 103, + "endOffset": 1092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1218, + "endColumn": 103, + "endOffset": 1317 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 112, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 112, + "endOffset": 1430 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 105, + "endOffset": 1311 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1435, + "endColumn": 105, + "endOffset": 1536 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1316, + "endColumn": 104, + "endOffset": 1416 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 104, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1421, + "endColumn": 112, + "endOffset": 1529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 112, + "endOffset": 1754 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 106, + "endOffset": 1636 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 106, + "endOffset": 1861 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 122, + "endOffset": 1759 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 122, + "endOffset": 1984 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1764, + "endColumn": 96, + "endOffset": 1856 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1989, + "endColumn": 96, + "endOffset": 2081 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1861, + "endColumn": 100, + "endOffset": 1957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 100, + "endOffset": 2182 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-hu.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hu.json new file mode 100644 index 0000000000000000000000000000000000000000..da6f53b07fbd4f4575f6da690745e13967d86bfb --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hu.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hu/values-hu.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 104, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 104, + "endOffset": 719 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 114, + "endOffset": 609 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 724, + "endColumn": 114, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 614, + "endColumn": 83, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 83, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 111, + "endOffset": 805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 111, + "endOffset": 1030 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 129, + "endOffset": 935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 129, + "endOffset": 1160 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 940, + "endColumn": 82, + "endOffset": 1018 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1165, + "endColumn": 82, + "endOffset": 1243 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 109, + "endOffset": 1128 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1248, + "endColumn": 109, + "endOffset": 1353 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1133, + "endColumn": 110, + "endOffset": 1239 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1358, + "endColumn": 110, + "endOffset": 1464 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1244, + "endColumn": 99, + "endOffset": 1339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1469, + "endColumn": 99, + "endOffset": 1564 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 110, + "endOffset": 1450 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1569, + "endColumn": 110, + "endOffset": 1675 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 107, + "endOffset": 1558 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1680, + "endColumn": 107, + "endOffset": 1783 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1563, + "endColumn": 118, + "endOffset": 1677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1788, + "endColumn": 118, + "endOffset": 1902 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1682, + "endColumn": 133, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 133, + "endOffset": 2036 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 102, + "endOffset": 1914 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2041, + "endColumn": 102, + "endOffset": 2139 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1919, + "endColumn": 53, + "endOffset": 1968 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1973, + "endColumn": 72, + "endOffset": 2041 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 72, + "endOffset": 177 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2046, + "endColumn": 78, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 182, + "endColumn": 78, + "endOffset": 256 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 70, + "endOffset": 2191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 261, + "endColumn": 70, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2196, + "endColumn": 65, + "endOffset": 2257 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 332, + "endColumn": 65, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2262, + "endColumn": 55, + "endOffset": 2313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 398, + "endColumn": 55, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2318, + "endColumn": 58, + "endOffset": 2372 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 454, + "endColumn": 58, + "endOffset": 508 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2377, + "endColumn": 73, + "endOffset": 2446 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 513, + "endColumn": 73, + "endOffset": 582 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2451, + "endColumn": 100, + "endOffset": 2547 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2144, + "endColumn": 100, + "endOffset": 2240 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-hy-rAM.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hy-rAM.json new file mode 100644 index 0000000000000000000000000000000000000000..5c2d4b93e7b0dacf5642a8ee22996cc23668f68e --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-hy-rAM.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hy-rAM/values-hy-rAM.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 102, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 100, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 100, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 109, + "endOffset": 595 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 109, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 600, + "endColumn": 89, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 89, + "endOffset": 914 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 105, + "endOffset": 791 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 105, + "endOffset": 1020 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 796, + "endColumn": 114, + "endOffset": 906 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1025, + "endColumn": 114, + "endOffset": 1135 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 84, + "endOffset": 991 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1140, + "endColumn": 84, + "endOffset": 1220 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 996, + "endColumn": 106, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 106, + "endOffset": 1327 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 106, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1332, + "endColumn": 106, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 98, + "endOffset": 1304 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 98, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 109, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 109, + "endOffset": 1643 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 106, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 106, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 100, + "endOffset": 1622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 100, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 119, + "endOffset": 1742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 119, + "endOffset": 1971 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 98, + "endOffset": 1841 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1976, + "endColumn": 98, + "endOffset": 2070 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1846, + "endColumn": 100, + "endOffset": 1942 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2075, + "endColumn": 100, + "endOffset": 2171 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-in.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-in.json new file mode 100644 index 0000000000000000000000000000000000000000..df27ceb309f0a15e625dea114af74359033eda50 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-in.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-in/values-in.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 109, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 122, + "endOffset": 616 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 101, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 101, + "endOffset": 718 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 104, + "endOffset": 598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 723, + "endColumn": 104, + "endOffset": 823 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 86, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 828, + "endColumn": 86, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 103, + "endOffset": 789 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 103, + "endOffset": 1014 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 115, + "endOffset": 905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1019, + "endColumn": 115, + "endOffset": 1130 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 85, + "endOffset": 991 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1135, + "endColumn": 85, + "endOffset": 1216 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 996, + "endColumn": 102, + "endOffset": 1094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1221, + "endColumn": 102, + "endOffset": 1319 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1099, + "endColumn": 108, + "endOffset": 1203 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 108, + "endOffset": 1428 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 100, + "endOffset": 1304 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1433, + "endColumn": 100, + "endOffset": 1529 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 103, + "endOffset": 1408 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 103, + "endOffset": 1633 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1413, + "endColumn": 107, + "endOffset": 1516 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 107, + "endOffset": 1741 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1521, + "endColumn": 107, + "endOffset": 1624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 107, + "endOffset": 1849 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1629, + "endColumn": 122, + "endOffset": 1747 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1854, + "endColumn": 122, + "endOffset": 1972 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1752, + "endColumn": 98, + "endOffset": 1846 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1977, + "endColumn": 98, + "endOffset": 2071 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 53, + "endOffset": 1900 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1905, + "endColumn": 69, + "endOffset": 1970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1975, + "endColumn": 78, + "endOffset": 2049 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2054, + "endColumn": 70, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 65, + "endOffset": 2186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 65, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2191, + "endColumn": 55, + "endOffset": 2242 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 395, + "endColumn": 55, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2247, + "endColumn": 58, + "endOffset": 2301 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 451, + "endColumn": 58, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2306, + "endColumn": 73, + "endOffset": 2375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 510, + "endColumn": 73, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2380, + "endColumn": 100, + "endOffset": 2476 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2076, + "endColumn": 100, + "endOffset": 2172 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-is-rIS.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-is-rIS.json new file mode 100644 index 0000000000000000000000000000000000000000..0c00e8aae5351b89079e9265c514041619d7540e --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-is-rIS.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-is-rIS/values-is-rIS.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 99, + "endOffset": 150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 99, + "endOffset": 379 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 155, + "endColumn": 107, + "endOffset": 258 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 107, + "endOffset": 487 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 263, + "endColumn": 122, + "endOffset": 381 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 492, + "endColumn": 122, + "endOffset": 610 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 386, + "endColumn": 96, + "endOffset": 478 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 96, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 111, + "endOffset": 590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 84, + "endOffset": 675 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 84, + "endOffset": 904 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 680, + "endColumn": 100, + "endOffset": 776 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 909, + "endColumn": 100, + "endOffset": 1005 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 781, + "endColumn": 113, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1010, + "endColumn": 113, + "endOffset": 1119 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 80, + "endOffset": 971 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1124, + "endColumn": 80, + "endOffset": 1200 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 976, + "endColumn": 109, + "endOffset": 1081 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1205, + "endColumn": 109, + "endOffset": 1310 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1086, + "endColumn": 107, + "endOffset": 1189 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 107, + "endOffset": 1418 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1194, + "endColumn": 97, + "endOffset": 1287 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1423, + "endColumn": 97, + "endOffset": 1516 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1292, + "endColumn": 108, + "endOffset": 1396 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1521, + "endColumn": 108, + "endOffset": 1625 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1401, + "endColumn": 98, + "endOffset": 1495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 98, + "endOffset": 1724 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1500, + "endColumn": 102, + "endOffset": 1598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1729, + "endColumn": 102, + "endOffset": 1827 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1603, + "endColumn": 117, + "endOffset": 1716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1832, + "endColumn": 117, + "endOffset": 1945 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 97, + "endOffset": 1814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1950, + "endColumn": 97, + "endOffset": 2043 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1819, + "endColumn": 100, + "endOffset": 1915 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 100, + "endOffset": 2144 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-it.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-it.json new file mode 100644 index 0000000000000000000000000000000000000000..66e2d0945f0d67c50a6423b555030d9355aac19d --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-it.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-it/values-it.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 108, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 99, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 99, + "endOffset": 715 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 108, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 720, + "endColumn": 108, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 83, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 83, + "endOffset": 908 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 108, + "endOffset": 792 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 913, + "endColumn": 108, + "endOffset": 1017 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 124, + "endOffset": 917 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1022, + "endColumn": 124, + "endOffset": 1142 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 922, + "endColumn": 80, + "endOffset": 998 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1147, + "endColumn": 80, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1003, + "endColumn": 105, + "endOffset": 1104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 105, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 107, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 107, + "endOffset": 1437 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 97, + "endOffset": 1310 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1442, + "endColumn": 97, + "endOffset": 1535 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 103, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 103, + "endOffset": 1639 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 104, + "endOffset": 1519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 104, + "endOffset": 1744 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1524, + "endColumn": 106, + "endOffset": 1626 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1749, + "endColumn": 106, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1631, + "endColumn": 121, + "endOffset": 1748 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 121, + "endOffset": 1973 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 99, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1978, + "endColumn": 99, + "endOffset": 2073 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 53, + "endOffset": 1902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 71, + "endOffset": 1974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1979, + "endColumn": 78, + "endOffset": 2053 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2058, + "endColumn": 70, + "endOffset": 2124 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2129, + "endColumn": 60, + "endOffset": 2185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 60, + "endOffset": 387 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2190, + "endColumn": 55, + "endOffset": 2241 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 392, + "endColumn": 55, + "endOffset": 443 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2246, + "endColumn": 58, + "endOffset": 2300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 448, + "endColumn": 58, + "endOffset": 502 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2305, + "endColumn": 73, + "endOffset": 2374 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 507, + "endColumn": 73, + "endOffset": 576 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2379, + "endColumn": 100, + "endOffset": 2475 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2078, + "endColumn": 100, + "endOffset": 2174 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-iw.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-iw.json new file mode 100644 index 0000000000000000000000000000000000000000..980bf70902ef2ec3538daa87f8686250da1e3e95 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-iw.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-iw/values-iw.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 103, + "endOffset": 379 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 109, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 109, + "endOffset": 489 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 125, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 125, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 98, + "endOffset": 489 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 98, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 107, + "endOffset": 597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 83, + "endOffset": 681 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 99, + "endOffset": 781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 786, + "endColumn": 113, + "endOffset": 895 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 113, + "endOffset": 1120 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 900, + "endColumn": 78, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1125, + "endColumn": 78, + "endOffset": 1199 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 101, + "endOffset": 1076 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 101, + "endOffset": 1301 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 103, + "endOffset": 1180 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1306, + "endColumn": 103, + "endOffset": 1405 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1185, + "endColumn": 95, + "endOffset": 1276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1410, + "endColumn": 95, + "endOffset": 1501 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1281, + "endColumn": 102, + "endOffset": 1379 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1506, + "endColumn": 102, + "endOffset": 1604 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1384, + "endColumn": 100, + "endOffset": 1480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1609, + "endColumn": 100, + "endOffset": 1705 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1485, + "endColumn": 99, + "endOffset": 1580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1710, + "endColumn": 99, + "endOffset": 1805 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1585, + "endColumn": 115, + "endOffset": 1696 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1810, + "endColumn": 115, + "endOffset": 1921 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 95, + "endOffset": 1792 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 95, + "endOffset": 2017 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1797, + "endColumn": 102, + "endOffset": 1895 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2022, + "endColumn": 102, + "endOffset": 2120 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ja.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ja.json new file mode 100644 index 0000000000000000000000000000000000000000..36b37690dbdf8869c0901ac64c94600b4e980297 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ja.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ja/values-ja.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 96, + "endOffset": 147 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 96, + "endOffset": 372 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 152, + "endColumn": 106, + "endOffset": 254 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 377, + "endColumn": 106, + "endOffset": 479 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 259, + "endColumn": 120, + "endOffset": 375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 484, + "endColumn": 120, + "endOffset": 600 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 605, + "endColumn": 92, + "endOffset": 693 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 104, + "endOffset": 573 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 81, + "endOffset": 655 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 81, + "endOffset": 880 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 660, + "endColumn": 97, + "endOffset": 753 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 885, + "endColumn": 97, + "endOffset": 978 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 758, + "endColumn": 107, + "endOffset": 861 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 107, + "endOffset": 1086 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 77, + "endOffset": 939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1091, + "endColumn": 77, + "endOffset": 1164 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 944, + "endColumn": 101, + "endOffset": 1041 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1169, + "endColumn": 101, + "endOffset": 1266 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1046, + "endColumn": 98, + "endOffset": 1140 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1271, + "endColumn": 98, + "endOffset": 1365 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1145, + "endColumn": 94, + "endOffset": 1235 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1370, + "endColumn": 94, + "endOffset": 1460 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1240, + "endColumn": 102, + "endOffset": 1338 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1465, + "endColumn": 102, + "endOffset": 1563 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1343, + "endColumn": 94, + "endOffset": 1433 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1568, + "endColumn": 94, + "endOffset": 1658 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 95, + "endOffset": 1529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 95, + "endOffset": 1754 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 110, + "endOffset": 1640 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 110, + "endOffset": 1865 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1645, + "endColumn": 96, + "endOffset": 1737 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 96, + "endOffset": 1962 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1742, + "endColumn": 53, + "endOffset": 1791 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1796, + "endColumn": 60, + "endOffset": 1852 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 60, + "endOffset": 165 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 78, + "endOffset": 1931 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 170, + "endColumn": 78, + "endOffset": 244 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1936, + "endColumn": 70, + "endOffset": 2002 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 249, + "endColumn": 70, + "endOffset": 315 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2007, + "endColumn": 61, + "endOffset": 2064 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 320, + "endColumn": 61, + "endOffset": 377 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 55, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 382, + "endColumn": 55, + "endOffset": 433 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 58, + "endOffset": 2179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 438, + "endColumn": 58, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2184, + "endColumn": 73, + "endOffset": 2253 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 497, + "endColumn": 73, + "endOffset": 566 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2258, + "endColumn": 100, + "endOffset": 2354 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1967, + "endColumn": 100, + "endOffset": 2063 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ka-rGE.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ka-rGE.json new file mode 100644 index 0000000000000000000000000000000000000000..2a5d3fc7ca4d3155aea7330a2591f34c211446ff --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ka-rGE.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ka-rGE/values-ka-rGE.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 103, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 103, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 110, + "endOffset": 605 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 110, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 87, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 87, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 104, + "endOffset": 1027 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 112, + "endOffset": 911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1032, + "endColumn": 112, + "endOffset": 1140 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 82, + "endOffset": 994 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1145, + "endColumn": 82, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 999, + "endColumn": 112, + "endOffset": 1107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 112, + "endOffset": 1336 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 106, + "endOffset": 1214 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 106, + "endOffset": 1443 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1219, + "endColumn": 97, + "endOffset": 1312 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1448, + "endColumn": 97, + "endOffset": 1541 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1317, + "endColumn": 112, + "endOffset": 1425 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1546, + "endColumn": 112, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1430, + "endColumn": 103, + "endOffset": 1529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 103, + "endOffset": 1758 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 103, + "endOffset": 1633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 103, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 121, + "endOffset": 1755 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 121, + "endOffset": 1984 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1760, + "endColumn": 97, + "endOffset": 1853 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1989, + "endColumn": 97, + "endOffset": 2082 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 100, + "endOffset": 1954 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2087, + "endColumn": 100, + "endOffset": 2183 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-kk-rKZ.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-kk-rKZ.json new file mode 100644 index 0000000000000000000000000000000000000000..aa5f3744f712e6c8db0c2d96996125e606150fdc --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-kk-rKZ.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-kk-rKZ/values-kk-rKZ.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 111, + "endOffset": 162 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 111, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 167, + "endColumn": 107, + "endOffset": 270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 122, + "endOffset": 393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 102, + "endOffset": 496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 102, + "endOffset": 725 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 109, + "endOffset": 606 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 730, + "endColumn": 109, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 611, + "endColumn": 84, + "endOffset": 691 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 84, + "endOffset": 920 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 696, + "endColumn": 105, + "endOffset": 797 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 105, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 118, + "endOffset": 916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 118, + "endOffset": 1145 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 80, + "endOffset": 997 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1150, + "endColumn": 80, + "endOffset": 1226 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 102, + "endOffset": 1100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1231, + "endColumn": 102, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 104, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 104, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 97, + "endOffset": 1303 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 97, + "endOffset": 1532 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 106, + "endOffset": 1410 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 106, + "endOffset": 1639 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 108, + "endOffset": 1519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 108, + "endOffset": 1748 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1524, + "endColumn": 99, + "endOffset": 1619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 99, + "endOffset": 1848 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1624, + "endColumn": 114, + "endOffset": 1734 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 114, + "endOffset": 1963 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 98, + "endOffset": 1833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1968, + "endColumn": 98, + "endOffset": 2062 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1838, + "endColumn": 100, + "endOffset": 1934 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2067, + "endColumn": 100, + "endOffset": 2163 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-km-rKH.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-km-rKH.json new file mode 100644 index 0000000000000000000000000000000000000000..d5b475a8bd05c56ee02f24237f0ff6697ef107b4 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-km-rKH.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-km-rKH/values-km-rKH.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 102, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 99, + "endOffset": 484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 99, + "endOffset": 713 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 111, + "endOffset": 596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 718, + "endColumn": 111, + "endOffset": 825 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 601, + "endColumn": 86, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 830, + "endColumn": 86, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 103, + "endOffset": 787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 103, + "endOffset": 1016 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 117, + "endOffset": 905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1021, + "endColumn": 117, + "endOffset": 1134 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 82, + "endOffset": 988 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1139, + "endColumn": 82, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 103, + "endOffset": 1092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 103, + "endOffset": 1321 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 104, + "endOffset": 1197 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1326, + "endColumn": 104, + "endOffset": 1426 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1202, + "endColumn": 99, + "endOffset": 1297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1431, + "endColumn": 99, + "endOffset": 1526 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1302, + "endColumn": 109, + "endOffset": 1407 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1531, + "endColumn": 109, + "endOffset": 1636 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 106, + "endOffset": 1514 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 106, + "endOffset": 1743 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1519, + "endColumn": 107, + "endOffset": 1622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 107, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 122, + "endOffset": 1745 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 122, + "endOffset": 1974 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 97, + "endOffset": 1843 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1979, + "endColumn": 97, + "endOffset": 2072 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1848, + "endColumn": 100, + "endOffset": 1944 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2077, + "endColumn": 100, + "endOffset": 2173 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-kn-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-kn-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..aa9d6e357a65f826152a9bdae7cf43e4e267a182 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-kn-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-kn-rIN/values-kn-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 117, + "endOffset": 397 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 107, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 122, + "endOffset": 628 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 111, + "endOffset": 511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 633, + "endColumn": 111, + "endOffset": 740 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 112, + "endOffset": 624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 745, + "endColumn": 112, + "endOffset": 853 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 87, + "endOffset": 712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 858, + "endColumn": 87, + "endOffset": 941 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 106, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 946, + "endColumn": 106, + "endOffset": 1048 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 126, + "endOffset": 946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1053, + "endColumn": 126, + "endOffset": 1175 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 951, + "endColumn": 81, + "endOffset": 1028 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1180, + "endColumn": 81, + "endOffset": 1257 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1033, + "endColumn": 115, + "endOffset": 1144 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1262, + "endColumn": 115, + "endOffset": 1373 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1149, + "endColumn": 110, + "endOffset": 1255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1378, + "endColumn": 110, + "endOffset": 1484 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 98, + "endOffset": 1354 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1489, + "endColumn": 98, + "endOffset": 1583 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1359, + "endColumn": 112, + "endOffset": 1467 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1588, + "endColumn": 112, + "endOffset": 1696 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 103, + "endOffset": 1571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 103, + "endOffset": 1800 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1576, + "endColumn": 113, + "endOffset": 1685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1805, + "endColumn": 113, + "endOffset": 1914 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1690, + "endColumn": 125, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1919, + "endColumn": 125, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 99, + "endOffset": 1911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 99, + "endOffset": 2140 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1916, + "endColumn": 100, + "endOffset": 2012 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2145, + "endColumn": 100, + "endOffset": 2241 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ko.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ko.json new file mode 100644 index 0000000000000000000000000000000000000000..017d26a919a7be449fdfaa3ab41c9c9c495e8277 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ko.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ko/values-ko.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 94, + "endOffset": 145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 94, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 107, + "endOffset": 253 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 375, + "endColumn": 107, + "endOffset": 478 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 258, + "endColumn": 122, + "endOffset": 376 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 122, + "endOffset": 601 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 93, + "endOffset": 470 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 93, + "endOffset": 695 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 475, + "endColumn": 101, + "endOffset": 572 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 101, + "endOffset": 797 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 577, + "endColumn": 81, + "endOffset": 654 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 81, + "endOffset": 879 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 659, + "endColumn": 97, + "endOffset": 752 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 884, + "endColumn": 97, + "endOffset": 977 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 757, + "endColumn": 105, + "endOffset": 858 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 982, + "endColumn": 105, + "endOffset": 1083 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 863, + "endColumn": 79, + "endOffset": 938 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1088, + "endColumn": 79, + "endOffset": 1163 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 943, + "endColumn": 97, + "endOffset": 1036 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 97, + "endOffset": 1261 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1041, + "endColumn": 94, + "endOffset": 1131 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1266, + "endColumn": 94, + "endOffset": 1356 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1136, + "endColumn": 94, + "endOffset": 1226 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1361, + "endColumn": 94, + "endOffset": 1451 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1231, + "endColumn": 99, + "endOffset": 1326 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1456, + "endColumn": 99, + "endOffset": 1551 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1331, + "endColumn": 95, + "endOffset": 1422 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 95, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1427, + "endColumn": 98, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 98, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 114, + "endOffset": 1636 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 114, + "endOffset": 1861 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 93, + "endOffset": 1730 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 93, + "endOffset": 1955 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1735, + "endColumn": 53, + "endOffset": 1784 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1789, + "endColumn": 60, + "endOffset": 1845 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 60, + "endOffset": 165 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1850, + "endColumn": 78, + "endOffset": 1924 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 170, + "endColumn": 78, + "endOffset": 244 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1929, + "endColumn": 70, + "endOffset": 1995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 249, + "endColumn": 70, + "endOffset": 315 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2000, + "endColumn": 59, + "endOffset": 2055 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 320, + "endColumn": 59, + "endOffset": 375 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2060, + "endColumn": 55, + "endOffset": 2111 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 380, + "endColumn": 55, + "endOffset": 431 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2116, + "endColumn": 58, + "endOffset": 2170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 436, + "endColumn": 58, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2175, + "endColumn": 73, + "endOffset": 2244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 495, + "endColumn": 73, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2249, + "endColumn": 100, + "endOffset": 2345 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1960, + "endColumn": 100, + "endOffset": 2056 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ky-rKG.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ky-rKG.json new file mode 100644 index 0000000000000000000000000000000000000000..bc588442c55c20be5573f768358a4a8046b994ce --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ky-rKG.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ky-rKG/values-ky-rKG.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 94, + "endOffset": 480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 94, + "endOffset": 709 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 485, + "endColumn": 118, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 714, + "endColumn": 118, + "endOffset": 828 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 83, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 833, + "endColumn": 83, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 106, + "endOffset": 790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 106, + "endOffset": 1019 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 116, + "endOffset": 907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 116, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 80, + "endOffset": 988 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 80, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 109, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 109, + "endOffset": 1327 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 106, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1332, + "endColumn": 106, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 97, + "endOffset": 1303 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 97, + "endOffset": 1532 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 105, + "endOffset": 1409 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 105, + "endOffset": 1638 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1414, + "endColumn": 106, + "endOffset": 1516 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1643, + "endColumn": 106, + "endOffset": 1745 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1521, + "endColumn": 100, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 100, + "endOffset": 1846 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 123, + "endOffset": 1741 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 123, + "endOffset": 1970 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 102, + "endOffset": 1844 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1975, + "endColumn": 102, + "endOffset": 2073 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1849, + "endColumn": 100, + "endOffset": 1945 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2078, + "endColumn": 100, + "endOffset": 2174 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-land.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-land.json new file mode 100644 index 0000000000000000000000000000000000000000..adefa09ae4c18da4848df413dcd534a8ae919963 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-land.json @@ -0,0 +1,121 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-land/values-land.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 61, + "endOffset": 112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 61, + "endOffset": 337 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 71, + "endOffset": 635 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 189, + "endColumn": 69, + "endOffset": 254 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 875, + "endColumn": 69, + "endOffset": 940 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 259, + "endColumn": 63, + "endOffset": 318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 63, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 323, + "endColumn": 70, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1470, + "endColumn": 70, + "endOffset": 1536 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 394, + "endColumn": 67, + "endOffset": 457 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 67, + "endOffset": 1604 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-large-v4.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-large-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..38ef17f23b99a4fd8f6b2ebdfb1b81040a7b496b --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-large-v4.json @@ -0,0 +1,216 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-large-v4/values-large-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 61, + "endOffset": 112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 61, + "endOffset": 338 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 570, + "endColumn": 71, + "endOffset": 637 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 189, + "endColumn": 58, + "endOffset": 243 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 642, + "endColumn": 58, + "endOffset": 696 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 63, + "endOffset": 307 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 928, + "endColumn": 63, + "endOffset": 987 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 312, + "endColumn": 66, + "endOffset": 374 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 992, + "endColumn": 66, + "endOffset": 1054 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 379, + "endColumn": 66, + "endOffset": 441 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1059, + "endColumn": 66, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 65, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 65, + "endOffset": 1187 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 512, + "endColumn": 65, + "endOffset": 573 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 65, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 578, + "endColumn": 54, + "endOffset": 628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 54, + "endOffset": 1308 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 633, + "endColumn": 103, + "endOffset": 732 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 103, + "endOffset": 1644 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 737, + "endColumn": 115, + "endOffset": 848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1649, + "endColumn": 115, + "endOffset": 1760 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-lo-rLA.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-lo-rLA.json new file mode 100644 index 0000000000000000000000000000000000000000..2d22c6d5377e717e99d88aec34eea09640a1b2c5 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-lo-rLA.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-lo-rLA/values-lo-rLA.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 102, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 96, + "endOffset": 481 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 96, + "endOffset": 710 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 486, + "endColumn": 106, + "endOffset": 588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 715, + "endColumn": 106, + "endOffset": 817 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 84, + "endOffset": 673 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 84, + "endOffset": 902 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 678, + "endColumn": 104, + "endOffset": 778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 104, + "endOffset": 1007 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 783, + "endColumn": 111, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1012, + "endColumn": 111, + "endOffset": 1119 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 79, + "endOffset": 970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1124, + "endColumn": 79, + "endOffset": 1199 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 975, + "endColumn": 106, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 106, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 96, + "endOffset": 1174 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 96, + "endOffset": 1403 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1179, + "endColumn": 97, + "endOffset": 1272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1408, + "endColumn": 97, + "endOffset": 1501 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1277, + "endColumn": 104, + "endOffset": 1377 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1506, + "endColumn": 104, + "endOffset": 1606 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1382, + "endColumn": 102, + "endOffset": 1480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1611, + "endColumn": 102, + "endOffset": 1709 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1485, + "endColumn": 103, + "endOffset": 1584 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1714, + "endColumn": 103, + "endOffset": 1813 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1589, + "endColumn": 121, + "endOffset": 1706 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 121, + "endOffset": 1935 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1711, + "endColumn": 95, + "endOffset": 1802 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 95, + "endOffset": 2031 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 100, + "endOffset": 1903 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2036, + "endColumn": 100, + "endOffset": 2132 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-lt.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-lt.json new file mode 100644 index 0000000000000000000000000000000000000000..ab7085e659b8d19a4fa65cecd3d9f088dca1ba7f --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-lt.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-lt/values-lt.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 115, + "endOffset": 166 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 115, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 171, + "endColumn": 107, + "endOffset": 274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 279, + "endColumn": 122, + "endOffset": 397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 100, + "endOffset": 498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 100, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 112, + "endOffset": 611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 112, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 86, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 86, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 108, + "endOffset": 807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 108, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 120, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 120, + "endOffset": 1153 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 84, + "endOffset": 1013 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 84, + "endOffset": 1238 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1018, + "endColumn": 108, + "endOffset": 1122 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1243, + "endColumn": 108, + "endOffset": 1347 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 108, + "endOffset": 1231 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1352, + "endColumn": 108, + "endOffset": 1456 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1236, + "endColumn": 99, + "endOffset": 1331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1461, + "endColumn": 99, + "endOffset": 1556 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1336, + "endColumn": 109, + "endOffset": 1441 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1561, + "endColumn": 109, + "endOffset": 1666 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1446, + "endColumn": 103, + "endOffset": 1545 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1671, + "endColumn": 103, + "endOffset": 1770 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1550, + "endColumn": 112, + "endOffset": 1658 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 112, + "endOffset": 1883 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 129, + "endOffset": 1788 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1888, + "endColumn": 129, + "endOffset": 2013 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1793, + "endColumn": 100, + "endOffset": 1889 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2018, + "endColumn": 100, + "endOffset": 2114 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1894, + "endColumn": 100, + "endOffset": 1990 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2119, + "endColumn": 100, + "endOffset": 2215 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-lv.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-lv.json new file mode 100644 index 0000000000000000000000000000000000000000..aab0d51cd568c1558c926d26f4225d56772605f9 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-lv.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-lv/values-lv.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 119, + "endOffset": 395 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 107, + "endOffset": 503 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 122, + "endOffset": 626 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 107, + "endOffset": 509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 631, + "endColumn": 107, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 514, + "endColumn": 108, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 108, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 85, + "endOffset": 704 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 85, + "endOffset": 929 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 103, + "endOffset": 808 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 934, + "endColumn": 103, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 813, + "endColumn": 121, + "endOffset": 930 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 121, + "endOffset": 1155 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 935, + "endColumn": 84, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1160, + "endColumn": 84, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 108, + "endOffset": 1124 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 108, + "endOffset": 1349 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1129, + "endColumn": 111, + "endOffset": 1236 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1354, + "endColumn": 111, + "endOffset": 1461 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1241, + "endColumn": 98, + "endOffset": 1335 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1466, + "endColumn": 98, + "endOffset": 1560 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1340, + "endColumn": 110, + "endOffset": 1446 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1565, + "endColumn": 110, + "endOffset": 1671 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 108, + "endOffset": 1555 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1676, + "endColumn": 108, + "endOffset": 1780 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 104, + "endOffset": 1660 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 104, + "endOffset": 1885 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 118, + "endOffset": 1779 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1890, + "endColumn": 118, + "endOffset": 2004 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 98, + "endOffset": 1878 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 98, + "endOffset": 2103 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1883, + "endColumn": 100, + "endOffset": 1979 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2108, + "endColumn": 100, + "endOffset": 2204 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-mk-rMK.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-mk-rMK.json new file mode 100644 index 0000000000000000000000000000000000000000..2a29e9f8e750c6789b342e7b26e6e17136874a1a --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-mk-rMK.json @@ -0,0 +1,311 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-mk-rMK/values-mk-rMK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 107, + "endOffset": 387 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 122, + "endOffset": 281 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 122, + "endOffset": 510 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 286, + "endColumn": 103, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 103, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 107, + "endOffset": 722 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 85, + "endOffset": 579 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 727, + "endColumn": 85, + "endOffset": 808 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 584, + "endColumn": 104, + "endOffset": 684 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 813, + "endColumn": 104, + "endOffset": 913 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 689, + "endColumn": 118, + "endOffset": 803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 918, + "endColumn": 118, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 86, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 86, + "endOffset": 1119 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 105, + "endOffset": 996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1124, + "endColumn": 105, + "endOffset": 1225 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1001, + "endColumn": 106, + "endOffset": 1103 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 106, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1108, + "endColumn": 100, + "endOffset": 1204 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 100, + "endOffset": 1433 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 106, + "endOffset": 1311 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 106, + "endOffset": 1540 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1316, + "endColumn": 110, + "endOffset": 1422 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 110, + "endOffset": 1651 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1427, + "endColumn": 103, + "endOffset": 1526 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1656, + "endColumn": 103, + "endOffset": 1755 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1531, + "endColumn": 97, + "endOffset": 1624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1760, + "endColumn": 97, + "endOffset": 1853 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1629, + "endColumn": 100, + "endOffset": 1725 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 100, + "endOffset": 1954 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ml-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ml-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..1ec0c6ef589bf2e1a84973fdf6f39b1a8e66575c --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ml-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ml-rIN/values-ml-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 118, + "endOffset": 169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 118, + "endOffset": 398 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 174, + "endColumn": 107, + "endOffset": 277 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 107, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 122, + "endOffset": 400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 511, + "endColumn": 122, + "endOffset": 629 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 405, + "endColumn": 117, + "endOffset": 518 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 634, + "endColumn": 117, + "endOffset": 747 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 523, + "endColumn": 115, + "endOffset": 634 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 752, + "endColumn": 115, + "endOffset": 863 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 639, + "endColumn": 92, + "endOffset": 727 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 868, + "endColumn": 92, + "endOffset": 956 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 732, + "endColumn": 104, + "endOffset": 832 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 961, + "endColumn": 104, + "endOffset": 1061 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 837, + "endColumn": 131, + "endOffset": 964 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1066, + "endColumn": 131, + "endOffset": 1193 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 969, + "endColumn": 81, + "endOffset": 1046 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1198, + "endColumn": 81, + "endOffset": 1275 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1051, + "endColumn": 110, + "endOffset": 1157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1280, + "endColumn": 110, + "endOffset": 1386 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 105, + "endOffset": 1263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1391, + "endColumn": 105, + "endOffset": 1492 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1268, + "endColumn": 97, + "endOffset": 1361 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1497, + "endColumn": 97, + "endOffset": 1590 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1366, + "endColumn": 113, + "endOffset": 1475 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1595, + "endColumn": 113, + "endOffset": 1704 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1480, + "endColumn": 100, + "endOffset": 1576 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1709, + "endColumn": 100, + "endOffset": 1805 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1581, + "endColumn": 110, + "endOffset": 1687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1810, + "endColumn": 110, + "endOffset": 1916 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1692, + "endColumn": 127, + "endOffset": 1815 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1921, + "endColumn": 127, + "endOffset": 2044 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1820, + "endColumn": 100, + "endOffset": 1916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2049, + "endColumn": 100, + "endOffset": 2145 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1921, + "endColumn": 100, + "endOffset": 2017 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2150, + "endColumn": 100, + "endOffset": 2246 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-mn-rMN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-mn-rMN.json new file mode 100644 index 0000000000000000000000000000000000000000..378588cc97f274e28bb3d5bc2e672bdce323fc20 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-mn-rMN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-mn-rMN/values-mn-rMN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 112, + "endOffset": 163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 112, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 168, + "endColumn": 107, + "endOffset": 271 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 276, + "endColumn": 122, + "endOffset": 394 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 399, + "endColumn": 99, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 99, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 112, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 112, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 86, + "endOffset": 694 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 86, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 699, + "endColumn": 105, + "endOffset": 800 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 105, + "endOffset": 1029 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 111, + "endOffset": 912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 111, + "endOffset": 1141 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 81, + "endOffset": 994 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1146, + "endColumn": 81, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 999, + "endColumn": 108, + "endOffset": 1103 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 108, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1108, + "endColumn": 103, + "endOffset": 1207 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 103, + "endOffset": 1436 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1212, + "endColumn": 96, + "endOffset": 1304 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1441, + "endColumn": 96, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 107, + "endOffset": 1412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 107, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 100, + "endOffset": 1513 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 100, + "endOffset": 1742 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1518, + "endColumn": 102, + "endOffset": 1616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 102, + "endOffset": 1845 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1621, + "endColumn": 121, + "endOffset": 1738 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1850, + "endColumn": 121, + "endOffset": 1967 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1743, + "endColumn": 96, + "endOffset": 1835 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1972, + "endColumn": 96, + "endOffset": 2064 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1840, + "endColumn": 100, + "endOffset": 1936 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 100, + "endOffset": 2165 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-mr-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-mr-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..9e1298797d6c911dedd5916ae185ecfde7a071b4 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-mr-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-mr-rIN/values-mr-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 117, + "endOffset": 397 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 107, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 122, + "endOffset": 628 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 105, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 633, + "endColumn": 105, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 106, + "endOffset": 612 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 106, + "endOffset": 841 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 89, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 846, + "endColumn": 89, + "endOffset": 931 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 100, + "endOffset": 803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 936, + "endColumn": 100, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 114, + "endOffset": 918 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 114, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 79, + "endOffset": 998 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 79, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1003, + "endColumn": 111, + "endOffset": 1110 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 111, + "endOffset": 1339 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1115, + "endColumn": 101, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 101, + "endOffset": 1441 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 95, + "endOffset": 1308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1446, + "endColumn": 95, + "endOffset": 1537 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1313, + "endColumn": 108, + "endOffset": 1417 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1542, + "endColumn": 108, + "endOffset": 1646 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1422, + "endColumn": 100, + "endOffset": 1518 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1651, + "endColumn": 100, + "endOffset": 1747 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1523, + "endColumn": 114, + "endOffset": 1633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1752, + "endColumn": 114, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 122, + "endOffset": 1756 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 122, + "endOffset": 1985 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1761, + "endColumn": 104, + "endOffset": 1861 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1990, + "endColumn": 104, + "endOffset": 2090 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 100, + "endOffset": 1962 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2095, + "endColumn": 100, + "endOffset": 2191 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ms-rMY.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ms-rMY.json new file mode 100644 index 0000000000000000000000000000000000000000..656f4d6b0bf05304334b4700c47c084e67d6d4b6 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ms-rMY.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ms-rMY/values-ms-rMY.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 110, + "endOffset": 161 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 110, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 107, + "endOffset": 498 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 122, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 104, + "endOffset": 497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 104, + "endOffset": 726 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 107, + "endOffset": 605 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 731, + "endColumn": 107, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 86, + "endOffset": 692 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 86, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 697, + "endColumn": 103, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 103, + "endOffset": 1025 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 110, + "endOffset": 907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1030, + "endColumn": 110, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 79, + "endOffset": 987 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 79, + "endOffset": 1216 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 992, + "endColumn": 111, + "endOffset": 1099 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1221, + "endColumn": 111, + "endOffset": 1328 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 108, + "endOffset": 1208 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1333, + "endColumn": 108, + "endOffset": 1437 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1213, + "endColumn": 96, + "endOffset": 1305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1442, + "endColumn": 96, + "endOffset": 1534 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 108, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 108, + "endOffset": 1643 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 102, + "endOffset": 1517 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 102, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1522, + "endColumn": 106, + "endOffset": 1624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 106, + "endOffset": 1853 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1629, + "endColumn": 121, + "endOffset": 1746 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 121, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 100, + "endOffset": 1847 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 100, + "endOffset": 2076 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1852, + "endColumn": 100, + "endOffset": 1948 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2081, + "endColumn": 100, + "endOffset": 2177 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-my-rMM.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-my-rMM.json new file mode 100644 index 0000000000000000000000000000000000000000..94acd30f2c722b3480279597b9783b78b8df0eec --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-my-rMM.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-my-rMM/values-my-rMM.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 124, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 124, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 104, + "endOffset": 497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 104, + "endOffset": 726 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 116, + "endOffset": 614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 731, + "endColumn": 116, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 92, + "endOffset": 707 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 92, + "endOffset": 936 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 941, + "endColumn": 111, + "endOffset": 1048 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 135, + "endOffset": 955 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1053, + "endColumn": 135, + "endOffset": 1184 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 960, + "endColumn": 85, + "endOffset": 1041 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1189, + "endColumn": 85, + "endOffset": 1270 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1046, + "endColumn": 124, + "endOffset": 1166 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1275, + "endColumn": 124, + "endOffset": 1395 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 111, + "endOffset": 1278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1400, + "endColumn": 111, + "endOffset": 1507 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1283, + "endColumn": 101, + "endOffset": 1380 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1512, + "endColumn": 101, + "endOffset": 1609 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1385, + "endColumn": 125, + "endOffset": 1506 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1614, + "endColumn": 125, + "endOffset": 1735 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1511, + "endColumn": 110, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1740, + "endColumn": 110, + "endOffset": 1846 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 109, + "endOffset": 1727 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 109, + "endOffset": 1956 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1732, + "endColumn": 122, + "endOffset": 1850 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1961, + "endColumn": 122, + "endOffset": 2079 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1855, + "endColumn": 99, + "endOffset": 1950 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2084, + "endColumn": 99, + "endOffset": 2179 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1955, + "endColumn": 100, + "endOffset": 2051 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2184, + "endColumn": 100, + "endOffset": 2280 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-nb.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-nb.json new file mode 100644 index 0000000000000000000000000000000000000000..343d7d32cf994202056c4b7acb9f6f0cb131861d --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-nb.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-nb/values-nb.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 108, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 108, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 124, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 124, + "endOffset": 617 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 94, + "endOffset": 487 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 622, + "endColumn": 94, + "endOffset": 712 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 492, + "endColumn": 113, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 113, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 85, + "endOffset": 687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 85, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 99, + "endOffset": 787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 99, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 112, + "endOffset": 900 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 112, + "endOffset": 1125 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 905, + "endColumn": 79, + "endOffset": 980 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 79, + "endOffset": 1205 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 985, + "endColumn": 102, + "endOffset": 1083 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 102, + "endOffset": 1308 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1088, + "endColumn": 98, + "endOffset": 1182 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1313, + "endColumn": 98, + "endOffset": 1407 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1187, + "endColumn": 95, + "endOffset": 1278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 95, + "endOffset": 1503 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1283, + "endColumn": 103, + "endOffset": 1382 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1508, + "endColumn": 103, + "endOffset": 1607 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1387, + "endColumn": 97, + "endOffset": 1480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1612, + "endColumn": 97, + "endOffset": 1705 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1485, + "endColumn": 100, + "endOffset": 1581 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1710, + "endColumn": 100, + "endOffset": 1806 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1586, + "endColumn": 115, + "endOffset": 1697 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1811, + "endColumn": 115, + "endOffset": 1922 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1702, + "endColumn": 96, + "endOffset": 1794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1927, + "endColumn": 96, + "endOffset": 2019 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 53, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 71, + "endOffset": 1920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1925, + "endColumn": 78, + "endOffset": 1999 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2004, + "endColumn": 70, + "endOffset": 2070 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2075, + "endColumn": 63, + "endOffset": 2134 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 63, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2139, + "endColumn": 55, + "endOffset": 2190 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 395, + "endColumn": 55, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2195, + "endColumn": 58, + "endOffset": 2249 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 451, + "endColumn": 58, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2254, + "endColumn": 73, + "endOffset": 2323 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 510, + "endColumn": 73, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2328, + "endColumn": 100, + "endOffset": 2424 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2024, + "endColumn": 100, + "endOffset": 2120 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ne-rNP.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ne-rNP.json new file mode 100644 index 0000000000000000000000000000000000000000..5eea2a5afe51cf53a5ddbfe78aeae3de610be82e --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ne-rNP.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ne-rNP/values-ne-rNP.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 104, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 103, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 103, + "endOffset": 719 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 107, + "endOffset": 598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 724, + "endColumn": 107, + "endOffset": 827 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 90, + "endOffset": 689 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 832, + "endColumn": 90, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 694, + "endColumn": 106, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 106, + "endOffset": 1025 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 126, + "endOffset": 923 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1030, + "endColumn": 126, + "endOffset": 1152 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 87, + "endOffset": 1011 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1157, + "endColumn": 87, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1016, + "endColumn": 109, + "endOffset": 1121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 109, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 115, + "endOffset": 1237 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 115, + "endOffset": 1466 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 102, + "endOffset": 1340 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1471, + "endColumn": 102, + "endOffset": 1569 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1345, + "endColumn": 114, + "endOffset": 1455 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1574, + "endColumn": 114, + "endOffset": 1684 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 101, + "endOffset": 1557 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1689, + "endColumn": 101, + "endOffset": 1786 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1562, + "endColumn": 114, + "endOffset": 1672 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1791, + "endColumn": 114, + "endOffset": 1901 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1677, + "endColumn": 130, + "endOffset": 1803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1906, + "endColumn": 130, + "endOffset": 2032 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1808, + "endColumn": 111, + "endOffset": 1915 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2037, + "endColumn": 111, + "endOffset": 2144 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1920, + "endColumn": 100, + "endOffset": 2016 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2149, + "endColumn": 100, + "endOffset": 2245 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-nl.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-nl.json new file mode 100644 index 0000000000000000000000000000000000000000..432415120da05e01a66f204bc20cc37ae238c65d --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-nl.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-nl/values-nl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 117, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 104, + "endOffset": 504 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 104, + "endOffset": 729 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 106, + "endOffset": 611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 734, + "endColumn": 106, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 85, + "endOffset": 697 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 85, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 702, + "endColumn": 107, + "endOffset": 805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 107, + "endOffset": 1030 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 119, + "endOffset": 925 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 119, + "endOffset": 1150 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 930, + "endColumn": 81, + "endOffset": 1007 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1155, + "endColumn": 81, + "endOffset": 1232 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1012, + "endColumn": 110, + "endOffset": 1118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1237, + "endColumn": 110, + "endOffset": 1343 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 103, + "endOffset": 1222 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1348, + "endColumn": 103, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 98, + "endOffset": 1321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 98, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1326, + "endColumn": 114, + "endOffset": 1436 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 114, + "endOffset": 1661 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1441, + "endColumn": 112, + "endOffset": 1549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1666, + "endColumn": 112, + "endOffset": 1774 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 102, + "endOffset": 1652 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1779, + "endColumn": 102, + "endOffset": 1877 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 117, + "endOffset": 1770 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1882, + "endColumn": 117, + "endOffset": 1995 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 102, + "endOffset": 1873 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2000, + "endColumn": 102, + "endOffset": 2098 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 53, + "endOffset": 1927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1932, + "endColumn": 74, + "endOffset": 2002 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 74, + "endOffset": 179 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2007, + "endColumn": 78, + "endOffset": 2081 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 184, + "endColumn": 78, + "endOffset": 258 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 70, + "endOffset": 2152 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 70, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2157, + "endColumn": 64, + "endOffset": 2217 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 334, + "endColumn": 64, + "endOffset": 394 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2222, + "endColumn": 55, + "endOffset": 2273 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 399, + "endColumn": 55, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2278, + "endColumn": 58, + "endOffset": 2332 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 455, + "endColumn": 58, + "endOffset": 509 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2337, + "endColumn": 73, + "endOffset": 2406 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 514, + "endColumn": 73, + "endOffset": 583 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2411, + "endColumn": 100, + "endOffset": 2507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2103, + "endColumn": 100, + "endOffset": 2199 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-pa-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pa-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..3e96e0bdcfede59363735104e226c6193b627ec3 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pa-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-pa-rIN/values-pa-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 105, + "endOffset": 156 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 105, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 161, + "endColumn": 107, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 122, + "endOffset": 387 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 122, + "endOffset": 616 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 104, + "endOffset": 492 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 104, + "endOffset": 721 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 104, + "endOffset": 597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 726, + "endColumn": 104, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 85, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 85, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 99, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 99, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 112, + "endOffset": 896 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 112, + "endOffset": 1125 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 901, + "endColumn": 78, + "endOffset": 975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 78, + "endOffset": 1204 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 980, + "endColumn": 100, + "endOffset": 1076 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 100, + "endOffset": 1305 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 100, + "endOffset": 1177 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 100, + "endOffset": 1406 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1182, + "endColumn": 96, + "endOffset": 1274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 96, + "endOffset": 1503 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1279, + "endColumn": 108, + "endOffset": 1383 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1508, + "endColumn": 108, + "endOffset": 1612 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1388, + "endColumn": 98, + "endOffset": 1482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1617, + "endColumn": 98, + "endOffset": 1711 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1487, + "endColumn": 109, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 109, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 121, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 121, + "endOffset": 1943 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 99, + "endOffset": 1814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1948, + "endColumn": 99, + "endOffset": 2043 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1819, + "endColumn": 100, + "endOffset": 1915 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 100, + "endOffset": 2144 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-pl.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pl.json new file mode 100644 index 0000000000000000000000000000000000000000..f740e976d6202e7752fcbd0ead69ab8da272217e --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pl.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-pl/values-pl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 115, + "endOffset": 166 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 115, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 171, + "endColumn": 107, + "endOffset": 274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 279, + "endColumn": 122, + "endOffset": 397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 101, + "endOffset": 499 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 101, + "endOffset": 724 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 107, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 729, + "endColumn": 107, + "endOffset": 832 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 85, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 837, + "endColumn": 85, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 108, + "endOffset": 802 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 108, + "endOffset": 1027 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 807, + "endColumn": 118, + "endOffset": 921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1032, + "endColumn": 118, + "endOffset": 1146 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 81, + "endOffset": 1003 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1151, + "endColumn": 81, + "endOffset": 1228 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1008, + "endColumn": 108, + "endOffset": 1112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1233, + "endColumn": 108, + "endOffset": 1337 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1117, + "endColumn": 108, + "endOffset": 1221 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1342, + "endColumn": 108, + "endOffset": 1446 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 98, + "endOffset": 1320 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 98, + "endOffset": 1545 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 108, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1550, + "endColumn": 108, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 110, + "endOffset": 1540 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 110, + "endOffset": 1765 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 107, + "endOffset": 1648 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 107, + "endOffset": 1873 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1653, + "endColumn": 122, + "endOffset": 1771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 122, + "endOffset": 1996 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1776, + "endColumn": 95, + "endOffset": 1867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2001, + "endColumn": 95, + "endOffset": 2092 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 53, + "endOffset": 1921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 69, + "endOffset": 1991 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1996, + "endColumn": 78, + "endOffset": 2070 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2075, + "endColumn": 70, + "endOffset": 2141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2146, + "endColumn": 61, + "endOffset": 2203 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 61, + "endOffset": 386 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2208, + "endColumn": 55, + "endOffset": 2259 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 391, + "endColumn": 55, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2264, + "endColumn": 58, + "endOffset": 2318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 447, + "endColumn": 58, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2323, + "endColumn": 73, + "endOffset": 2392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 506, + "endColumn": 73, + "endOffset": 575 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2397, + "endColumn": 100, + "endOffset": 2493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2097, + "endColumn": 100, + "endOffset": 2193 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-port.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-port.json new file mode 100644 index 0000000000000000000000000000000000000000..91e92a81f5cad4f1e96d7e1844123d3c537e257d --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-port.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-port/values-port.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 55, + "endOffset": 106 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 55, + "endOffset": 331 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-pt-rPT.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pt-rPT.json new file mode 100644 index 0000000000000000000000000000000000000000..91a7321afb3ab1f42716f17328eee4b7959b5527 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pt-rPT.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 119, + "endOffset": 399 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 107, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 122, + "endOffset": 630 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 105, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 635, + "endColumn": 105, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 106, + "endOffset": 614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 106, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 88, + "endOffset": 703 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 88, + "endOffset": 932 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 937, + "endColumn": 100, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 123, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 123, + "endOffset": 1157 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 86, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 86, + "endOffset": 1244 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 106, + "endOffset": 1122 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 106, + "endOffset": 1351 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 111, + "endOffset": 1234 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 111, + "endOffset": 1463 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 101, + "endOffset": 1336 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1468, + "endColumn": 101, + "endOffset": 1565 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 107, + "endOffset": 1444 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 107, + "endOffset": 1673 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1449, + "endColumn": 106, + "endOffset": 1551 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 106, + "endOffset": 1780 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 106, + "endOffset": 1658 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 106, + "endOffset": 1887 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 121, + "endOffset": 1780 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1892, + "endColumn": 121, + "endOffset": 2009 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 98, + "endOffset": 1879 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2014, + "endColumn": 98, + "endOffset": 2108 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1884, + "endColumn": 53, + "endOffset": 1933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1938, + "endColumn": 69, + "endOffset": 2003 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2008, + "endColumn": 78, + "endOffset": 2082 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2087, + "endColumn": 70, + "endOffset": 2153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2158, + "endColumn": 60, + "endOffset": 2214 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 60, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2219, + "endColumn": 55, + "endOffset": 2270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 390, + "endColumn": 55, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2275, + "endColumn": 58, + "endOffset": 2329 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 58, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2334, + "endColumn": 73, + "endOffset": 2403 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 505, + "endColumn": 73, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2408, + "endColumn": 100, + "endOffset": 2504 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2113, + "endColumn": 100, + "endOffset": 2209 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-pt.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pt.json new file mode 100644 index 0000000000000000000000000000000000000000..3a01cbd6f6248138ad35f6d37ab9f46944b7b2b7 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-pt.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-pt/values-pt.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 119, + "endOffset": 395 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 107, + "endOffset": 503 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 122, + "endOffset": 626 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 105, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 631, + "endColumn": 105, + "endOffset": 732 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 106, + "endOffset": 614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 737, + "endColumn": 106, + "endOffset": 839 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 88, + "endOffset": 703 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 844, + "endColumn": 88, + "endOffset": 928 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 100, + "endOffset": 1029 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 117, + "endOffset": 922 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 117, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 86, + "endOffset": 1009 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 86, + "endOffset": 1234 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1014, + "endColumn": 106, + "endOffset": 1116 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 106, + "endOffset": 1341 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1121, + "endColumn": 111, + "endOffset": 1228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 111, + "endOffset": 1453 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1233, + "endColumn": 101, + "endOffset": 1330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1458, + "endColumn": 101, + "endOffset": 1555 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 107, + "endOffset": 1438 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 107, + "endOffset": 1663 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1443, + "endColumn": 106, + "endOffset": 1545 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1668, + "endColumn": 106, + "endOffset": 1770 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1550, + "endColumn": 109, + "endOffset": 1655 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 109, + "endOffset": 1880 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1660, + "endColumn": 124, + "endOffset": 1780 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1885, + "endColumn": 124, + "endOffset": 2005 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 99, + "endOffset": 1880 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2010, + "endColumn": 99, + "endOffset": 2105 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1885, + "endColumn": 53, + "endOffset": 1934 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1939, + "endColumn": 69, + "endOffset": 2004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 78, + "endOffset": 2083 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2088, + "endColumn": 70, + "endOffset": 2154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2159, + "endColumn": 60, + "endOffset": 2215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 60, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2220, + "endColumn": 55, + "endOffset": 2271 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 390, + "endColumn": 55, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2276, + "endColumn": 58, + "endOffset": 2330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 58, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2335, + "endColumn": 73, + "endOffset": 2404 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 505, + "endColumn": 73, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2409, + "endColumn": 100, + "endOffset": 2505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2110, + "endColumn": 100, + "endOffset": 2206 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ro.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ro.json new file mode 100644 index 0000000000000000000000000000000000000000..a4b04036ea87d8b55ae4e25c0ce4e957d54a0414 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ro.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ro/values-ro.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 120, + "endOffset": 171 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 120, + "endOffset": 396 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 176, + "endColumn": 107, + "endOffset": 279 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 107, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 122, + "endOffset": 402 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 122, + "endOffset": 627 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 407, + "endColumn": 103, + "endOffset": 506 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 632, + "endColumn": 103, + "endOffset": 731 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 511, + "endColumn": 112, + "endOffset": 619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 736, + "endColumn": 112, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 87, + "endOffset": 707 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 87, + "endOffset": 932 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 937, + "endColumn": 111, + "endOffset": 1044 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 120, + "endOffset": 940 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1049, + "endColumn": 120, + "endOffset": 1165 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 945, + "endColumn": 82, + "endOffset": 1023 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1170, + "endColumn": 82, + "endOffset": 1248 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1028, + "endColumn": 111, + "endOffset": 1135 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 111, + "endOffset": 1360 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1140, + "endColumn": 112, + "endOffset": 1248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1365, + "endColumn": 112, + "endOffset": 1473 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 99, + "endOffset": 1348 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1478, + "endColumn": 99, + "endOffset": 1573 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1353, + "endColumn": 113, + "endOffset": 1462 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1578, + "endColumn": 113, + "endOffset": 1687 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 104, + "endOffset": 1567 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1692, + "endColumn": 104, + "endOffset": 1792 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1572, + "endColumn": 105, + "endOffset": 1673 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1797, + "endColumn": 105, + "endOffset": 1898 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 120, + "endOffset": 1794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1903, + "endColumn": 120, + "endOffset": 2019 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 102, + "endOffset": 1897 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2024, + "endColumn": 102, + "endOffset": 2122 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1902, + "endColumn": 53, + "endOffset": 1951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1956, + "endColumn": 69, + "endOffset": 2021 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2026, + "endColumn": 78, + "endOffset": 2100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2105, + "endColumn": 70, + "endOffset": 2171 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2176, + "endColumn": 64, + "endOffset": 2236 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 64, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2241, + "endColumn": 55, + "endOffset": 2292 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 394, + "endColumn": 55, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2297, + "endColumn": 58, + "endOffset": 2351 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 450, + "endColumn": 58, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2356, + "endColumn": 73, + "endOffset": 2425 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 509, + "endColumn": 73, + "endOffset": 578 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2430, + "endColumn": 100, + "endOffset": 2526 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2127, + "endColumn": 100, + "endOffset": 2223 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ru.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ru.json new file mode 100644 index 0000000000000000000000000000000000000000..4934b2f25d20d735e5f213e55cf2d00e79ee32c9 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ru.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ru/values-ru.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 114, + "endOffset": 165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 114, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 170, + "endColumn": 107, + "endOffset": 273 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 107, + "endOffset": 498 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 278, + "endColumn": 122, + "endOffset": 396 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 122, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 101, + "endOffset": 498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 101, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 111, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 111, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 85, + "endOffset": 696 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 85, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 701, + "endColumn": 104, + "endOffset": 801 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 104, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 119, + "endOffset": 921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 119, + "endOffset": 1146 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 79, + "endOffset": 1001 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1151, + "endColumn": 79, + "endOffset": 1226 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1006, + "endColumn": 105, + "endOffset": 1107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1231, + "endColumn": 105, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 107, + "endOffset": 1215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 107, + "endOffset": 1440 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1220, + "endColumn": 97, + "endOffset": 1313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1445, + "endColumn": 97, + "endOffset": 1538 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1318, + "endColumn": 108, + "endOffset": 1422 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 108, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1427, + "endColumn": 105, + "endOffset": 1528 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 105, + "endOffset": 1753 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 107, + "endOffset": 1636 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1758, + "endColumn": 107, + "endOffset": 1861 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 135, + "endOffset": 1772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 135, + "endOffset": 1997 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1777, + "endColumn": 99, + "endOffset": 1872 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2002, + "endColumn": 99, + "endOffset": 2097 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1877, + "endColumn": 53, + "endOffset": 1926 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1931, + "endColumn": 72, + "endOffset": 1999 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 72, + "endOffset": 177 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2004, + "endColumn": 78, + "endOffset": 2078 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 182, + "endColumn": 78, + "endOffset": 256 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2083, + "endColumn": 70, + "endOffset": 2149 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 261, + "endColumn": 70, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2154, + "endColumn": 62, + "endOffset": 2212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 332, + "endColumn": 62, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2217, + "endColumn": 55, + "endOffset": 2268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 395, + "endColumn": 55, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2273, + "endColumn": 58, + "endOffset": 2327 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 451, + "endColumn": 58, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2332, + "endColumn": 73, + "endOffset": 2401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 510, + "endColumn": 73, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2406, + "endColumn": 100, + "endOffset": 2502 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2102, + "endColumn": 100, + "endOffset": 2198 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-si-rLK.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-si-rLK.json new file mode 100644 index 0000000000000000000000000000000000000000..1d573366d7a428d931d7712a9131ab911b83546b --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-si-rLK.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-si-rLK/values-si-rLK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 109, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 107, + "endOffset": 497 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 122, + "endOffset": 620 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 106, + "endOffset": 498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 625, + "endColumn": 106, + "endOffset": 727 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 106, + "endOffset": 605 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 732, + "endColumn": 106, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 87, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 87, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 104, + "endOffset": 1027 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 115, + "endOffset": 914 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1032, + "endColumn": 115, + "endOffset": 1143 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 83, + "endOffset": 998 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1148, + "endColumn": 83, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1003, + "endColumn": 108, + "endOffset": 1107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 108, + "endOffset": 1336 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 104, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 104, + "endOffset": 1441 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 97, + "endOffset": 1310 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1446, + "endColumn": 97, + "endOffset": 1539 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 109, + "endOffset": 1420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1544, + "endColumn": 109, + "endOffset": 1649 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1425, + "endColumn": 98, + "endOffset": 1519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1654, + "endColumn": 98, + "endOffset": 1748 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1524, + "endColumn": 105, + "endOffset": 1625 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 105, + "endOffset": 1854 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 120, + "endOffset": 1746 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1859, + "endColumn": 120, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 98, + "endOffset": 1845 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 98, + "endOffset": 2074 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1850, + "endColumn": 100, + "endOffset": 1946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2079, + "endColumn": 100, + "endOffset": 2175 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-sk.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sk.json new file mode 100644 index 0000000000000000000000000000000000000000..3ec872f5454eb05a14fd6ac179572d64fd781d61 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sk.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sk/values-sk.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 106, + "endOffset": 157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 106, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 107, + "endOffset": 265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 270, + "endColumn": 122, + "endOffset": 388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 99, + "endOffset": 488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 99, + "endOffset": 713 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 110, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 718, + "endColumn": 110, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 85, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 107, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 107, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 117, + "endOffset": 911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 117, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 83, + "endOffset": 995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 83, + "endOffset": 1220 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 104, + "endOffset": 1100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 104, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 108, + "endOffset": 1209 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 108, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1214, + "endColumn": 98, + "endOffset": 1308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 98, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1313, + "endColumn": 105, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 105, + "endOffset": 1639 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 110, + "endOffset": 1525 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 110, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 108, + "endOffset": 1634 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 108, + "endOffset": 1859 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1639, + "endColumn": 123, + "endOffset": 1758 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1864, + "endColumn": 123, + "endOffset": 1983 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 97, + "endOffset": 1856 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1988, + "endColumn": 97, + "endOffset": 2081 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1861, + "endColumn": 100, + "endOffset": 1957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 100, + "endOffset": 2182 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-sl.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sl.json new file mode 100644 index 0000000000000000000000000000000000000000..a4b576b0a65e40d29f9a056b0014fcb10bca6a59 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sl.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sl/values-sl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 106, + "endOffset": 157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 106, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 107, + "endOffset": 265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 270, + "endColumn": 122, + "endOffset": 388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 106, + "endOffset": 495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 106, + "endOffset": 720 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 107, + "endOffset": 603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 725, + "endColumn": 107, + "endOffset": 828 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 608, + "endColumn": 86, + "endOffset": 690 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 833, + "endColumn": 86, + "endOffset": 915 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 695, + "endColumn": 102, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 920, + "endColumn": 102, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 118, + "endOffset": 912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 118, + "endOffset": 1137 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 83, + "endOffset": 996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1142, + "endColumn": 83, + "endOffset": 1221 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1001, + "endColumn": 107, + "endOffset": 1104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 107, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 108, + "endOffset": 1213 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 108, + "endOffset": 1438 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1218, + "endColumn": 99, + "endOffset": 1313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1443, + "endColumn": 99, + "endOffset": 1538 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1318, + "endColumn": 112, + "endOffset": 1426 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 112, + "endOffset": 1651 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1431, + "endColumn": 106, + "endOffset": 1533 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1656, + "endColumn": 106, + "endOffset": 1758 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 103, + "endOffset": 1637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 103, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 116, + "endOffset": 1754 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 116, + "endOffset": 1979 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 96, + "endOffset": 1851 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1984, + "endColumn": 96, + "endOffset": 2076 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 100, + "endOffset": 1952 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2081, + "endColumn": 100, + "endOffset": 2177 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-sq-rAL.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sq-rAL.json new file mode 100644 index 0000000000000000000000000000000000000000..0bdee0d1dff1962da99df68cbd30e1e177417c0b --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sq-rAL.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sq-rAL/values-sq-rAL.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 113, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 99, + "endOffset": 495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 99, + "endOffset": 724 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 111, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 729, + "endColumn": 111, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 86, + "endOffset": 694 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 86, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 699, + "endColumn": 109, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 109, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 122, + "endOffset": 927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 122, + "endOffset": 1156 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 82, + "endOffset": 1010 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 82, + "endOffset": 1239 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1015, + "endColumn": 105, + "endOffset": 1116 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1244, + "endColumn": 105, + "endOffset": 1345 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1121, + "endColumn": 104, + "endOffset": 1221 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1350, + "endColumn": 104, + "endOffset": 1450 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 97, + "endOffset": 1319 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 97, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 105, + "endOffset": 1425 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 105, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1430, + "endColumn": 102, + "endOffset": 1528 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 102, + "endOffset": 1757 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 115, + "endOffset": 1644 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1762, + "endColumn": 115, + "endOffset": 1873 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1649, + "endColumn": 130, + "endOffset": 1775 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 130, + "endOffset": 2004 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1780, + "endColumn": 98, + "endOffset": 1874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 98, + "endOffset": 2103 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1879, + "endColumn": 100, + "endOffset": 1975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2108, + "endColumn": 100, + "endOffset": 2204 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-sr.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sr.json new file mode 100644 index 0000000000000000000000000000000000000000..fdda54387d1f2d4b8fdf2296296418321a72762a --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sr.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sr/values-sr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 108, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 102, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 102, + "endOffset": 718 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 105, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 723, + "endColumn": 105, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 85, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 103, + "endOffset": 789 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 103, + "endOffset": 1014 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 117, + "endOffset": 907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1019, + "endColumn": 117, + "endOffset": 1132 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 87, + "endOffset": 995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1137, + "endColumn": 87, + "endOffset": 1220 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 104, + "endOffset": 1100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 104, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 107, + "endOffset": 1208 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 107, + "endOffset": 1433 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1213, + "endColumn": 100, + "endOffset": 1309 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 100, + "endOffset": 1534 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1314, + "endColumn": 103, + "endOffset": 1413 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 103, + "endOffset": 1638 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1418, + "endColumn": 107, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1643, + "endColumn": 107, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 100, + "endOffset": 1622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 100, + "endOffset": 1847 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 127, + "endOffset": 1750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1852, + "endColumn": 127, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 96, + "endOffset": 1847 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 96, + "endOffset": 2072 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1852, + "endColumn": 100, + "endOffset": 1948 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2077, + "endColumn": 100, + "endOffset": 2173 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-sv.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sv.json new file mode 100644 index 0000000000000000000000000000000000000000..3ee0439e28a13a64ca7d81a16d2ff524157a3765 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sv.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sv/values-sv.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 105, + "endOffset": 156 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 105, + "endOffset": 381 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 161, + "endColumn": 107, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 386, + "endColumn": 107, + "endOffset": 489 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 122, + "endOffset": 387 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 122, + "endOffset": 612 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 102, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 102, + "endOffset": 715 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 110, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 720, + "endColumn": 110, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 84, + "endOffset": 686 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 84, + "endOffset": 911 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 691, + "endColumn": 101, + "endOffset": 788 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 101, + "endOffset": 1013 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 793, + "endColumn": 112, + "endOffset": 901 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1018, + "endColumn": 112, + "endOffset": 1126 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 906, + "endColumn": 79, + "endOffset": 981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1131, + "endColumn": 79, + "endOffset": 1206 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 986, + "endColumn": 105, + "endOffset": 1087 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1211, + "endColumn": 105, + "endOffset": 1312 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1092, + "endColumn": 99, + "endOffset": 1187 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1317, + "endColumn": 99, + "endOffset": 1412 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 95, + "endOffset": 1283 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 95, + "endOffset": 1508 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1288, + "endColumn": 104, + "endOffset": 1388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1513, + "endColumn": 104, + "endOffset": 1613 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1393, + "endColumn": 101, + "endOffset": 1490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1618, + "endColumn": 101, + "endOffset": 1715 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1495, + "endColumn": 101, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1720, + "endColumn": 101, + "endOffset": 1817 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 116, + "endOffset": 1709 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1822, + "endColumn": 116, + "endOffset": 1934 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1714, + "endColumn": 101, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1939, + "endColumn": 101, + "endOffset": 2036 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 53, + "endOffset": 1865 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 73, + "endOffset": 1939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 73, + "endOffset": 178 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 78, + "endOffset": 2018 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 183, + "endColumn": 78, + "endOffset": 257 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2023, + "endColumn": 70, + "endOffset": 2089 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 262, + "endColumn": 70, + "endOffset": 328 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2094, + "endColumn": 59, + "endOffset": 2149 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 333, + "endColumn": 59, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2154, + "endColumn": 55, + "endOffset": 2205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 393, + "endColumn": 55, + "endOffset": 444 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2210, + "endColumn": 58, + "endOffset": 2264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 449, + "endColumn": 58, + "endOffset": 503 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2269, + "endColumn": 73, + "endOffset": 2338 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 508, + "endColumn": 73, + "endOffset": 577 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2343, + "endColumn": 100, + "endOffset": 2439 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2041, + "endColumn": 100, + "endOffset": 2137 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-sw.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sw.json new file mode 100644 index 0000000000000000000000000000000000000000..8245990c467344f56024d8b0f81bfdcce3696c33 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sw.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sw/values-sw.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 102, + "endOffset": 378 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 383, + "endColumn": 107, + "endOffset": 486 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 491, + "endColumn": 122, + "endOffset": 609 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 97, + "endOffset": 482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 614, + "endColumn": 97, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 107, + "endOffset": 590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 107, + "endOffset": 815 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 89, + "endOffset": 680 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 820, + "endColumn": 89, + "endOffset": 905 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 685, + "endColumn": 104, + "endOffset": 785 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 104, + "endOffset": 1010 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 116, + "endOffset": 902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1015, + "endColumn": 116, + "endOffset": 1127 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 81, + "endOffset": 984 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 81, + "endOffset": 1209 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 989, + "endColumn": 100, + "endOffset": 1085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1214, + "endColumn": 100, + "endOffset": 1310 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 108, + "endOffset": 1194 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 108, + "endOffset": 1419 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1199, + "endColumn": 98, + "endOffset": 1293 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1424, + "endColumn": 98, + "endOffset": 1518 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1298, + "endColumn": 106, + "endOffset": 1400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1523, + "endColumn": 106, + "endOffset": 1625 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1405, + "endColumn": 108, + "endOffset": 1509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 108, + "endOffset": 1734 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 104, + "endOffset": 1839 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 118, + "endOffset": 1733 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1844, + "endColumn": 118, + "endOffset": 1958 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1738, + "endColumn": 96, + "endOffset": 1830 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1963, + "endColumn": 96, + "endOffset": 2055 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1835, + "endColumn": 100, + "endOffset": 1931 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2060, + "endColumn": 100, + "endOffset": 2156 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-sw600dp-v13.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sw600dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..9b6932d3be4bed5794c78884e8531992396f374f --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-sw600dp-v13.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 68, + "endOffset": 119 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 68, + "endOffset": 348 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 124, + "endColumn": 69, + "endOffset": 189 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 353, + "endColumn": 69, + "endOffset": 418 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 194, + "endColumn": 73, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 423, + "endColumn": 73, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 268, + "endColumn": 75, + "endOffset": 339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 497, + "endColumn": 75, + "endOffset": 568 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 344, + "endColumn": 58, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 802, + "endColumn": 58, + "endOffset": 856 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 403, + "endColumn": 70, + "endOffset": 469 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 70, + "endOffset": 1156 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 474, + "endColumn": 67, + "endOffset": 537 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 67, + "endOffset": 1224 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 542, + "endColumn": 54, + "endOffset": 592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1229, + "endColumn": 54, + "endOffset": 1279 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ta-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ta-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..f590d851cf571507b409a1d807f05115b75e9797 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ta-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ta-rIN/values-ta-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 113, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 104, + "endOffset": 500 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 104, + "endOffset": 729 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 114, + "endOffset": 615 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 734, + "endColumn": 114, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 88, + "endOffset": 704 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 88, + "endOffset": 933 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 106, + "endOffset": 811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 938, + "endColumn": 106, + "endOffset": 1040 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 816, + "endColumn": 125, + "endOffset": 937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1045, + "endColumn": 125, + "endOffset": 1166 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 81, + "endOffset": 1019 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 81, + "endOffset": 1248 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 101, + "endOffset": 1121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 101, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 103, + "endOffset": 1225 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 103, + "endOffset": 1454 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 96, + "endOffset": 1322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1459, + "endColumn": 96, + "endOffset": 1551 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 109, + "endOffset": 1432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 109, + "endOffset": 1661 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1437, + "endColumn": 101, + "endOffset": 1534 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1666, + "endColumn": 101, + "endOffset": 1763 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 106, + "endOffset": 1641 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 106, + "endOffset": 1870 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 118, + "endOffset": 1760 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1875, + "endColumn": 118, + "endOffset": 1989 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 99, + "endOffset": 1860 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1994, + "endColumn": 99, + "endOffset": 2089 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1865, + "endColumn": 100, + "endOffset": 1961 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2094, + "endColumn": 100, + "endOffset": 2190 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-te-rIN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-te-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..b4c66cf164eadb25a602df7b8d845e502c82d60c --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-te-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-te-rIN/values-te-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 113, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 108, + "endOffset": 504 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 108, + "endOffset": 733 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 110, + "endOffset": 615 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 738, + "endColumn": 110, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 89, + "endOffset": 705 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 89, + "endOffset": 934 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 710, + "endColumn": 104, + "endOffset": 810 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 939, + "endColumn": 104, + "endOffset": 1039 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 815, + "endColumn": 124, + "endOffset": 935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1044, + "endColumn": 124, + "endOffset": 1164 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 940, + "endColumn": 84, + "endOffset": 1020 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1169, + "endColumn": 84, + "endOffset": 1249 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1025, + "endColumn": 112, + "endOffset": 1133 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1254, + "endColumn": 112, + "endOffset": 1362 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 107, + "endOffset": 1241 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1367, + "endColumn": 107, + "endOffset": 1470 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1246, + "endColumn": 99, + "endOffset": 1341 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1475, + "endColumn": 99, + "endOffset": 1570 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 110, + "endOffset": 1452 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1575, + "endColumn": 110, + "endOffset": 1681 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1457, + "endColumn": 101, + "endOffset": 1554 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1686, + "endColumn": 101, + "endOffset": 1783 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1559, + "endColumn": 116, + "endOffset": 1671 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1788, + "endColumn": 116, + "endOffset": 1900 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1676, + "endColumn": 126, + "endOffset": 1798 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1905, + "endColumn": 126, + "endOffset": 2027 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1803, + "endColumn": 100, + "endOffset": 1899 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2032, + "endColumn": 100, + "endOffset": 2128 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1904, + "endColumn": 100, + "endOffset": 2000 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2133, + "endColumn": 100, + "endOffset": 2229 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-th.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-th.json new file mode 100644 index 0000000000000000000000000000000000000000..5b68dfbeffc2db9ccdb205700a4275db3743de16 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-th.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-th/values-th.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 97, + "endOffset": 484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 97, + "endOffset": 709 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 107, + "endOffset": 592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 714, + "endColumn": 107, + "endOffset": 817 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 597, + "endColumn": 88, + "endOffset": 681 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 88, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 101, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 101, + "endOffset": 1008 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 109, + "endOffset": 893 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 109, + "endOffset": 1118 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 898, + "endColumn": 80, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 80, + "endOffset": 1199 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 107, + "endOffset": 1082 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 107, + "endOffset": 1307 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1087, + "endColumn": 103, + "endOffset": 1186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1312, + "endColumn": 103, + "endOffset": 1411 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1191, + "endColumn": 97, + "endOffset": 1284 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1416, + "endColumn": 97, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1289, + "endColumn": 107, + "endOffset": 1392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 107, + "endOffset": 1617 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1397, + "endColumn": 104, + "endOffset": 1497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 104, + "endOffset": 1722 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1502, + "endColumn": 100, + "endOffset": 1598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1727, + "endColumn": 100, + "endOffset": 1823 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1603, + "endColumn": 115, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1828, + "endColumn": 115, + "endOffset": 1939 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 94, + "endOffset": 1809 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 94, + "endOffset": 2034 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1814, + "endColumn": 53, + "endOffset": 1863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1868, + "endColumn": 71, + "endOffset": 1935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 78, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2019, + "endColumn": 70, + "endOffset": 2085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2090, + "endColumn": 59, + "endOffset": 2145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 59, + "endOffset": 386 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2150, + "endColumn": 55, + "endOffset": 2201 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 391, + "endColumn": 55, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2206, + "endColumn": 58, + "endOffset": 2260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 447, + "endColumn": 58, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2265, + "endColumn": 73, + "endOffset": 2334 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 506, + "endColumn": 73, + "endOffset": 575 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2339, + "endColumn": 100, + "endOffset": 2435 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2039, + "endColumn": 100, + "endOffset": 2135 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-tl.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-tl.json new file mode 100644 index 0000000000000000000000000000000000000000..a51d2ef0ed2a1b03d340dff84708ea8c664c7fdd --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-tl.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-tl/values-tl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 118, + "endOffset": 169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 118, + "endOffset": 394 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 174, + "endColumn": 107, + "endOffset": 277 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 399, + "endColumn": 107, + "endOffset": 502 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 122, + "endOffset": 400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 122, + "endOffset": 625 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 405, + "endColumn": 107, + "endOffset": 508 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 630, + "endColumn": 107, + "endOffset": 733 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 513, + "endColumn": 116, + "endOffset": 625 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 738, + "endColumn": 116, + "endOffset": 850 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 630, + "endColumn": 87, + "endOffset": 713 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 855, + "endColumn": 87, + "endOffset": 938 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 718, + "endColumn": 105, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 943, + "endColumn": 105, + "endOffset": 1044 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 120, + "endOffset": 940 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1049, + "endColumn": 120, + "endOffset": 1165 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 945, + "endColumn": 83, + "endOffset": 1024 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1170, + "endColumn": 83, + "endOffset": 1249 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1029, + "endColumn": 108, + "endOffset": 1133 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1254, + "endColumn": 108, + "endOffset": 1358 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 110, + "endOffset": 1244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1363, + "endColumn": 110, + "endOffset": 1469 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 100, + "endOffset": 1345 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1474, + "endColumn": 100, + "endOffset": 1570 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1350, + "endColumn": 109, + "endOffset": 1455 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1575, + "endColumn": 109, + "endOffset": 1680 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 116, + "endOffset": 1572 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1685, + "endColumn": 116, + "endOffset": 1797 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1577, + "endColumn": 107, + "endOffset": 1680 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1802, + "endColumn": 107, + "endOffset": 1905 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1685, + "endColumn": 122, + "endOffset": 1803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1910, + "endColumn": 122, + "endOffset": 2028 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1808, + "endColumn": 101, + "endOffset": 1905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2033, + "endColumn": 101, + "endOffset": 2130 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1910, + "endColumn": 100, + "endOffset": 2006 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2135, + "endColumn": 100, + "endOffset": 2231 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-tr.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-tr.json new file mode 100644 index 0000000000000000000000000000000000000000..8b8758a895e8fe5d75d9a62cd90a7f4f1a8accd4 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-tr.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-tr/values-tr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 98, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 98, + "endOffset": 710 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 111, + "endOffset": 597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 715, + "endColumn": 111, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 89, + "endOffset": 687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 89, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 105, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 105, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 119, + "endOffset": 913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 119, + "endOffset": 1138 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 918, + "endColumn": 78, + "endOffset": 992 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1143, + "endColumn": 78, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 106, + "endOffset": 1099 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 106, + "endOffset": 1324 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 104, + "endOffset": 1204 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1329, + "endColumn": 104, + "endOffset": 1429 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 95, + "endOffset": 1300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 95, + "endOffset": 1525 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1305, + "endColumn": 106, + "endOffset": 1407 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 106, + "endOffset": 1632 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 101, + "endOffset": 1509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1637, + "endColumn": 101, + "endOffset": 1734 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 107, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 107, + "endOffset": 1842 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 118, + "endOffset": 1736 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1847, + "endColumn": 118, + "endOffset": 1961 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 97, + "endOffset": 1834 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1966, + "endColumn": 97, + "endOffset": 2059 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1839, + "endColumn": 53, + "endOffset": 1888 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1893, + "endColumn": 68, + "endOffset": 1957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 68, + "endOffset": 173 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1962, + "endColumn": 78, + "endOffset": 2036 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 178, + "endColumn": 78, + "endOffset": 252 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2041, + "endColumn": 70, + "endOffset": 2107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 257, + "endColumn": 70, + "endOffset": 323 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2112, + "endColumn": 68, + "endOffset": 2176 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 328, + "endColumn": 68, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2181, + "endColumn": 55, + "endOffset": 2232 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 397, + "endColumn": 55, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2237, + "endColumn": 58, + "endOffset": 2291 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 453, + "endColumn": 58, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2296, + "endColumn": 73, + "endOffset": 2365 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 512, + "endColumn": 73, + "endOffset": 581 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2370, + "endColumn": 100, + "endOffset": 2466 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2064, + "endColumn": 100, + "endOffset": 2160 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-uk.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-uk.json new file mode 100644 index 0000000000000000000000000000000000000000..6d759a51e10b094230de031b26ff34d7993a2256 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-uk.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-uk/values-uk.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 109, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 122, + "endOffset": 616 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 101, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 101, + "endOffset": 718 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 105, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 723, + "endColumn": 105, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 85, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 107, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 107, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 117, + "endOffset": 911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 117, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 80, + "endOffset": 992 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 80, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 105, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 105, + "endOffset": 1323 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 106, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1328, + "endColumn": 106, + "endOffset": 1430 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 97, + "endOffset": 1303 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1435, + "endColumn": 97, + "endOffset": 1528 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 107, + "endOffset": 1411 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 107, + "endOffset": 1636 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1416, + "endColumn": 105, + "endOffset": 1517 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 105, + "endOffset": 1742 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1522, + "endColumn": 108, + "endOffset": 1626 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 108, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1631, + "endColumn": 123, + "endOffset": 1750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 123, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 99, + "endOffset": 1850 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 99, + "endOffset": 2075 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1855, + "endColumn": 100, + "endOffset": 1951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2080, + "endColumn": 100, + "endOffset": 2176 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-ur-rPK.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ur-rPK.json new file mode 100644 index 0000000000000000000000000000000000000000..d4931647f013dec7d7bcd52e8eaaf003ce389c5c --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-ur-rPK.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-ur-rPK/values-ur-rPK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 109, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 107, + "endOffset": 497 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 122, + "endOffset": 620 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 105, + "endOffset": 497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 625, + "endColumn": 105, + "endOffset": 726 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 108, + "endOffset": 606 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 731, + "endColumn": 108, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 611, + "endColumn": 85, + "endOffset": 692 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 85, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 697, + "endColumn": 103, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 103, + "endOffset": 1025 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 119, + "endOffset": 916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1030, + "endColumn": 119, + "endOffset": 1145 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 84, + "endOffset": 1001 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1150, + "endColumn": 84, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1006, + "endColumn": 107, + "endOffset": 1109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 107, + "endOffset": 1338 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1114, + "endColumn": 108, + "endOffset": 1218 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1343, + "endColumn": 108, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1223, + "endColumn": 101, + "endOffset": 1320 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 101, + "endOffset": 1549 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 110, + "endOffset": 1431 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 110, + "endOffset": 1660 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 99, + "endOffset": 1531 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 99, + "endOffset": 1760 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1536, + "endColumn": 107, + "endOffset": 1639 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 107, + "endOffset": 1868 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 128, + "endOffset": 1768 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1873, + "endColumn": 128, + "endOffset": 1997 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1773, + "endColumn": 97, + "endOffset": 1866 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2002, + "endColumn": 97, + "endOffset": 2095 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 102, + "endOffset": 1969 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2100, + "endColumn": 102, + "endOffset": 2198 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-uz-rUZ.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-uz-rUZ.json new file mode 100644 index 0000000000000000000000000000000000000000..f9ee1a1a246b3834efef8aa1da33b4470f9f60cb --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-uz-rUZ.json @@ -0,0 +1,330 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-uz-rUZ/values-uz-rUZ.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 104, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 103, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 103, + "endOffset": 719 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 116, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 724, + "endColumn": 116, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 85, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 85, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 110, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 110, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 115, + "endOffset": 920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 115, + "endOffset": 1149 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 83, + "endOffset": 1004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1154, + "endColumn": 83, + "endOffset": 1233 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1009, + "endColumn": 108, + "endOffset": 1113 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 108, + "endOffset": 1342 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1118, + "endColumn": 106, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1347, + "endColumn": 106, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 98, + "endOffset": 1319 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 98, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 107, + "endOffset": 1427 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 107, + "endOffset": 1656 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1432, + "endColumn": 104, + "endOffset": 1532 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1661, + "endColumn": 104, + "endOffset": 1761 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 104, + "endOffset": 1637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 104, + "endOffset": 1866 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 98, + "endOffset": 1736 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 98, + "endOffset": 1965 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 100, + "endOffset": 1837 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1970, + "endColumn": 100, + "endOffset": 2066 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v11.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v11.json new file mode 100644 index 0000000000000000000000000000000000000000..19aaa7a9b8b01eb0accdfc3b31a3da0395eda031 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v11.json @@ -0,0 +1,354 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v11/values-v11.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 7, + "endColumn": 12, + "endOffset": 469 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endLine": 9, + "endColumn": 12, + "endOffset": 704 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 474, + "endLine": 13, + "endColumn": 12, + "endOffset": 894 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 709, + "endLine": 15, + "endColumn": 12, + "endOffset": 1129 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 899, + "endLine": 19, + "endColumn": 12, + "endOffset": 1322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1134, + "endLine": 21, + "endColumn": 12, + "endOffset": 1557 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1327, + "endLine": 25, + "endColumn": 12, + "endOffset": 1748 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1562, + "endLine": 27, + "endColumn": 12, + "endOffset": 1983 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1753, + "endLine": 31, + "endColumn": 12, + "endOffset": 2175 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1988, + "endLine": 33, + "endColumn": 12, + "endOffset": 2410 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2180, + "endLine": 37, + "endColumn": 12, + "endOffset": 2600 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2415, + "endLine": 39, + "endColumn": 12, + "endOffset": 2835 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2605, + "endColumn": 88, + "endOffset": 2689 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3070, + "endColumn": 88, + "endOffset": 3154 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2694, + "endColumn": 100, + "endOffset": 2790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3159, + "endColumn": 100, + "endOffset": 3255 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 2795, + "endLine": 44, + "endColumn": 12, + "endOffset": 3198 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3260, + "endLine": 48, + "endColumn": 12, + "endOffset": 3663 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3203, + "endLine": 49, + "endColumn": 12, + "endOffset": 3618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3668, + "endLine": 53, + "endColumn": 12, + "endOffset": 4083 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3623, + "endLine": 51, + "endColumn": 12, + "endOffset": 3725 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4318, + "endLine": 57, + "endColumn": 12, + "endOffset": 4420 + } + } + }, + { + "to": { + "startLine": 52, + "startColumn": 4, + "startOffset": 3730, + "endLine": 53, + "endColumn": 12, + "endOffset": 3854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 4425, + "endLine": 59, + "endColumn": 12, + "endOffset": 4549 + } + } + }, + { + "to": { + "startLine": 54, + "startColumn": 4, + "startOffset": 3859, + "endColumn": 70, + "endOffset": 3925 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4784, + "endColumn": 70, + "endOffset": 4850 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 3930, + "endColumn": 82, + "endOffset": 4008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4855, + "endColumn": 82, + "endOffset": 4933 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4013, + "endLine": 106, + "endColumn": 12, + "endOffset": 7716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4938, + "endLine": 114, + "endColumn": 12, + "endOffset": 8641 + } + } + }, + { + "to": { + "startLine": 107, + "startColumn": 4, + "startOffset": 7721, + "endLine": 158, + "endColumn": 12, + "endOffset": 11564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 115, + "startColumn": 4, + "startOffset": 8646, + "endLine": 166, + "endColumn": 12, + "endOffset": 12489 + } + } + }, + { + "to": { + "startLine": 159, + "startColumn": 4, + "startOffset": 11569, + "endColumn": 90, + "endOffset": 11655 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 169, + "startColumn": 4, + "startOffset": 12724, + "endColumn": 90, + "endOffset": 12810 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v12.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v12.json new file mode 100644 index 0000000000000000000000000000000000000000..2763053f6c448b28d464e0fa2cc681c7dd7f13fb --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v12.json @@ -0,0 +1,87 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v12/values-v12.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 4, + "endColumn": 12, + "endOffset": 274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 285, + "endLine": 6, + "endColumn": 12, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 279, + "endLine": 7, + "endColumn": 12, + "endOffset": 474 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 509, + "endLine": 9, + "endColumn": 12, + "endOffset": 704 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 479, + "endColumn": 118, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 709, + "endColumn": 118, + "endOffset": 823 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 598, + "endColumn": 94, + "endOffset": 688 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 828, + "endColumn": 94, + "endOffset": 918 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v14.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v14.json new file mode 100644 index 0000000000000000000000000000000000000000..c4429e456812a0133cd8a4b50e17ea454412984a --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v14.json @@ -0,0 +1,205 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v14/values-v14.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 6, + "endColumn": 12, + "endOffset": 326 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endLine": 8, + "endColumn": 12, + "endOffset": 561 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 331, + "endColumn": 70, + "endOffset": 397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 796, + "endColumn": 70, + "endOffset": 862 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 402, + "endColumn": 82, + "endOffset": 480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 867, + "endColumn": 82, + "endOffset": 945 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 485, + "endLine": 14, + "endColumn": 12, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 950, + "endLine": 18, + "endColumn": 12, + "endOffset": 1355 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 895, + "endLine": 20, + "endColumn": 12, + "endOffset": 1312 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1360, + "endLine": 24, + "endColumn": 12, + "endOffset": 1777 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1317, + "endColumn": 119, + "endOffset": 1432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2007, + "endColumn": 119, + "endOffset": 2122 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1437, + "endColumn": 62, + "endOffset": 1495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 2127, + "endColumn": 62, + "endOffset": 2185 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1500, + "endLine": 25, + "endColumn": 12, + "endOffset": 1649 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2190, + "endLine": 31, + "endColumn": 12, + "endOffset": 2339 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1654, + "endColumn": 62, + "endOffset": 1712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2344, + "endColumn": 62, + "endOffset": 2402 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1717, + "endColumn": 131, + "endOffset": 1844 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2407, + "endColumn": 131, + "endOffset": 2534 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v17.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v17.json new file mode 100644 index 0000000000000000000000000000000000000000..301303b0e4219d8e05f5d34439e5d09d025c5308 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v17.json @@ -0,0 +1,280 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v17/values-v17.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 4, + "endColumn": 12, + "endOffset": 223 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endLine": 6, + "endColumn": 12, + "endOffset": 452 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 228, + "endLine": 8, + "endColumn": 12, + "endOffset": 451 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 457, + "endLine": 10, + "endColumn": 12, + "endOffset": 680 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 456, + "endLine": 12, + "endColumn": 12, + "endOffset": 788 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 685, + "endLine": 14, + "endColumn": 12, + "endOffset": 1017 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 793, + "endLine": 15, + "endColumn": 12, + "endOffset": 946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1022, + "endLine": 17, + "endColumn": 12, + "endOffset": 1175 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 951, + "endLine": 18, + "endColumn": 12, + "endOffset": 1096 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1180, + "endLine": 20, + "endColumn": 12, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1101, + "endLine": 21, + "endColumn": 12, + "endOffset": 1268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1330, + "endLine": 23, + "endColumn": 12, + "endOffset": 1497 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1273, + "endLine": 25, + "endColumn": 12, + "endOffset": 1496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1502, + "endLine": 27, + "endColumn": 12, + "endOffset": 1725 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1501, + "endLine": 29, + "endColumn": 12, + "endOffset": 1738 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1730, + "endLine": 31, + "endColumn": 12, + "endOffset": 1967 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 1743, + "endLine": 32, + "endColumn": 12, + "endOffset": 1909 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 1972, + "endLine": 34, + "endColumn": 12, + "endOffset": 2138 + } + } + }, + { + "to": { + "startLine": 33, + "startColumn": 4, + "startOffset": 1914, + "endLine": 35, + "endColumn": 12, + "endOffset": 2083 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2143, + "endLine": 37, + "endColumn": 12, + "endOffset": 2312 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2088, + "endLine": 38, + "endColumn": 12, + "endOffset": 2252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2317, + "endLine": 40, + "endColumn": 12, + "endOffset": 2481 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2257, + "endLine": 42, + "endColumn": 12, + "endOffset": 2525 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 41, + "startColumn": 4, + "startOffset": 2486, + "endLine": 44, + "endColumn": 12, + "endOffset": 2754 + } + } + }, + { + "to": { + "startLine": 43, + "startColumn": 4, + "startOffset": 2530, + "endLine": 45, + "endColumn": 12, + "endOffset": 2725 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 45, + "startColumn": 4, + "startOffset": 2759, + "endLine": 47, + "endColumn": 12, + "endOffset": 2954 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v18.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v18.json new file mode 100644 index 0000000000000000000000000000000000000000..897e0c6fdae79c36845acda383c7ead25d9d23b6 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v18.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v18/values-v18.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 48, + "endOffset": 99 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v18/values-v18.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 48, + "endOffset": 324 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v21.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v21.json new file mode 100644 index 0000000000000000000000000000000000000000..1bab82ab437a7e095fe3e61d3d3fba189abac8cb --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v21.json @@ -0,0 +1,1679 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v21/values-v21.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 90, + "endOffset": 141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endColumn": 90, + "endOffset": 376 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 146, + "endColumn": 102, + "endOffset": 244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 102, + "endOffset": 479 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 249, + "endColumn": 102, + "endOffset": 347 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 484, + "endColumn": 102, + "endOffset": 582 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 352, + "endColumn": 104, + "endOffset": 452 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 587, + "endColumn": 104, + "endOffset": 687 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 457, + "endColumn": 106, + "endOffset": 559 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 106, + "endOffset": 794 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 564, + "endColumn": 108, + "endOffset": 668 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 799, + "endColumn": 108, + "endOffset": 903 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 673, + "endColumn": 108, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 908, + "endColumn": 108, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 108, + "endOffset": 886 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 108, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 891, + "endColumn": 108, + "endOffset": 995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 108, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 108, + "endOffset": 1104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 108, + "endOffset": 1339 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 106, + "endOffset": 1211 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 106, + "endOffset": 1446 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1216, + "endColumn": 102, + "endOffset": 1314 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 102, + "endOffset": 1549 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1319, + "endColumn": 118, + "endOffset": 1433 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 118, + "endOffset": 1668 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1438, + "endLine": 16, + "endColumn": 12, + "endOffset": 1588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1903, + "endLine": 20, + "endColumn": 12, + "endOffset": 2053 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1593, + "endLine": 18, + "endColumn": 12, + "endOffset": 1743 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2058, + "endLine": 22, + "endColumn": 12, + "endOffset": 2208 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 104, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2448, + "endColumn": 104, + "endOffset": 2548 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 120, + "endOffset": 1969 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2553, + "endColumn": 120, + "endOffset": 2669 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1974, + "endColumn": 100, + "endOffset": 2070 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2674, + "endColumn": 100, + "endOffset": 2770 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2075, + "endLine": 23, + "endColumn": 12, + "endOffset": 2217 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 30, + "startColumn": 4, + "startOffset": 3005, + "endLine": 31, + "endColumn": 12, + "endOffset": 3147 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2222, + "endLine": 25, + "endColumn": 12, + "endOffset": 2358 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 3152, + "endLine": 33, + "endColumn": 12, + "endOffset": 3288 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2363, + "endColumn": 102, + "endOffset": 2461 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3528, + "endColumn": 102, + "endOffset": 3626 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2466, + "endColumn": 118, + "endOffset": 2580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 37, + "startColumn": 4, + "startOffset": 3631, + "endColumn": 118, + "endOffset": 3745 + } + } + }, + { + "to": { + "startLine": 28, + "startColumn": 4, + "startOffset": 2585, + "endColumn": 106, + "endOffset": 2687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3750, + "endColumn": 106, + "endOffset": 3852 + } + } + }, + { + "to": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2692, + "endColumn": 102, + "endOffset": 2790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 3857, + "endColumn": 102, + "endOffset": 3955 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2795, + "endLine": 31, + "endColumn": 12, + "endOffset": 2937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 4190, + "endLine": 43, + "endColumn": 12, + "endOffset": 4332 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2942, + "endLine": 33, + "endColumn": 12, + "endOffset": 3092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 4337, + "endLine": 45, + "endColumn": 12, + "endOffset": 4487 + } + } + }, + { + "to": { + "startLine": 34, + "startColumn": 4, + "startOffset": 3097, + "endLine": 35, + "endColumn": 12, + "endOffset": 3263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 46, + "startColumn": 4, + "startOffset": 4492, + "endLine": 47, + "endColumn": 12, + "endOffset": 4658 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3268, + "endLine": 37, + "endColumn": 12, + "endOffset": 3412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 48, + "startColumn": 4, + "startOffset": 4663, + "endLine": 49, + "endColumn": 12, + "endOffset": 4807 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3417, + "endLine": 39, + "endColumn": 12, + "endOffset": 3577 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 50, + "startColumn": 4, + "startOffset": 4812, + "endLine": 51, + "endColumn": 12, + "endOffset": 4972 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 3582, + "endLine": 41, + "endColumn": 12, + "endOffset": 3734 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 52, + "startColumn": 4, + "startOffset": 4977, + "endLine": 53, + "endColumn": 12, + "endOffset": 5129 + } + } + }, + { + "to": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3739, + "endLine": 43, + "endColumn": 12, + "endOffset": 3885 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 54, + "startColumn": 4, + "startOffset": 5134, + "endLine": 55, + "endColumn": 12, + "endOffset": 5280 + } + } + }, + { + "to": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3890, + "endColumn": 118, + "endOffset": 4004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 5520, + "endColumn": 118, + "endOffset": 5634 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 4009, + "endLine": 46, + "endColumn": 12, + "endOffset": 4153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 61, + "startColumn": 4, + "startOffset": 5869, + "endLine": 62, + "endColumn": 12, + "endOffset": 6013 + } + } + }, + { + "to": { + "startLine": 47, + "startColumn": 4, + "startOffset": 4158, + "endLine": 48, + "endColumn": 12, + "endOffset": 4302 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 6018, + "endLine": 64, + "endColumn": 12, + "endOffset": 6162 + } + } + }, + { + "to": { + "startLine": 49, + "startColumn": 4, + "startOffset": 4307, + "endColumn": 111, + "endOffset": 4414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 67, + "startColumn": 4, + "startOffset": 6402, + "endColumn": 111, + "endOffset": 6509 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 4419, + "endColumn": 146, + "endOffset": 4561 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 70, + "startColumn": 4, + "startOffset": 6744, + "endColumn": 146, + "endOffset": 6886 + } + } + }, + { + "to": { + "startLine": 51, + "startColumn": 4, + "startOffset": 4566, + "endLine": 52, + "endColumn": 12, + "endOffset": 4714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 71, + "startColumn": 4, + "startOffset": 6891, + "endLine": 72, + "endColumn": 12, + "endOffset": 7039 + } + } + }, + { + "to": { + "startLine": 53, + "startColumn": 4, + "startOffset": 4719, + "endLine": 54, + "endColumn": 12, + "endOffset": 4861 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 73, + "startColumn": 4, + "startOffset": 7044, + "endLine": 74, + "endColumn": 12, + "endOffset": 7186 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 4866, + "endColumn": 74, + "endOffset": 4936 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 77, + "startColumn": 4, + "startOffset": 7421, + "endColumn": 74, + "endOffset": 7491 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4941, + "endColumn": 88, + "endOffset": 5025 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 78, + "startColumn": 4, + "startOffset": 7496, + "endColumn": 88, + "endOffset": 7580 + } + } + }, + { + "to": { + "startLine": 57, + "startColumn": 4, + "startOffset": 5030, + "endColumn": 86, + "endOffset": 5112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 79, + "startColumn": 4, + "startOffset": 7585, + "endColumn": 86, + "endOffset": 7667 + } + } + }, + { + "to": { + "startLine": 58, + "startColumn": 4, + "startOffset": 5117, + "endColumn": 100, + "endOffset": 5213 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 80, + "startColumn": 4, + "startOffset": 7672, + "endColumn": 100, + "endOffset": 7768 + } + } + }, + { + "to": { + "startLine": 59, + "startColumn": 4, + "startOffset": 5218, + "endLine": 106, + "endColumn": 12, + "endOffset": 8619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 81, + "startColumn": 4, + "startOffset": 7773, + "endLine": 128, + "endColumn": 12, + "endOffset": 11174 + } + } + }, + { + "to": { + "startLine": 107, + "startColumn": 4, + "startOffset": 8624, + "endLine": 109, + "endColumn": 12, + "endOffset": 8805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 129, + "startColumn": 4, + "startOffset": 11179, + "endLine": 131, + "endColumn": 12, + "endOffset": 11360 + } + } + }, + { + "to": { + "startLine": 110, + "startColumn": 4, + "startOffset": 8810, + "endLine": 157, + "endColumn": 12, + "endOffset": 12223 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 132, + "startColumn": 4, + "startOffset": 11365, + "endLine": 179, + "endColumn": 12, + "endOffset": 14778 + } + } + }, + { + "to": { + "startLine": 158, + "startColumn": 4, + "startOffset": 12228, + "endLine": 160, + "endColumn": 12, + "endOffset": 12421 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 180, + "startColumn": 4, + "startOffset": 14783, + "endLine": 182, + "endColumn": 12, + "endOffset": 14976 + } + } + }, + { + "to": { + "startLine": 161, + "startColumn": 4, + "startOffset": 12426, + "endLine": 162, + "endColumn": 12, + "endOffset": 12544 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 185, + "startColumn": 4, + "startOffset": 15211, + "endLine": 186, + "endColumn": 12, + "endOffset": 15329 + } + } + }, + { + "to": { + "startLine": 163, + "startColumn": 4, + "startOffset": 12549, + "endLine": 164, + "endColumn": 12, + "endOffset": 12667 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 187, + "startColumn": 4, + "startOffset": 15334, + "endLine": 188, + "endColumn": 12, + "endOffset": 15452 + } + } + }, + { + "to": { + "startLine": 165, + "startColumn": 4, + "startOffset": 12672, + "endLine": 166, + "endColumn": 12, + "endOffset": 12780 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 189, + "startColumn": 4, + "startOffset": 15457, + "endLine": 190, + "endColumn": 12, + "endOffset": 15565 + } + } + }, + { + "to": { + "startLine": 167, + "startColumn": 4, + "startOffset": 12785, + "endLine": 169, + "endColumn": 12, + "endOffset": 12963 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 191, + "startColumn": 4, + "startOffset": 15570, + "endLine": 193, + "endColumn": 12, + "endOffset": 15748 + } + } + }, + { + "to": { + "startLine": 170, + "startColumn": 4, + "startOffset": 12968, + "endLine": 171, + "endColumn": 12, + "endOffset": 13094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 194, + "startColumn": 4, + "startOffset": 15753, + "endLine": 195, + "endColumn": 12, + "endOffset": 15879 + } + } + }, + { + "to": { + "startLine": 172, + "startColumn": 4, + "startOffset": 13099, + "endColumn": 116, + "endOffset": 13211 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 196, + "startColumn": 4, + "startOffset": 15884, + "endColumn": 116, + "endOffset": 15996 + } + } + }, + { + "to": { + "startLine": 173, + "startColumn": 4, + "startOffset": 13216, + "endColumn": 88, + "endOffset": 13300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 197, + "startColumn": 4, + "startOffset": 16001, + "endColumn": 88, + "endOffset": 16085 + } + } + }, + { + "to": { + "startLine": 174, + "startColumn": 4, + "startOffset": 13305, + "endColumn": 110, + "endOffset": 13411 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 198, + "startColumn": 4, + "startOffset": 16090, + "endColumn": 110, + "endOffset": 16196 + } + } + }, + { + "to": { + "startLine": 175, + "startColumn": 4, + "startOffset": 13416, + "endColumn": 126, + "endOffset": 13538 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 199, + "startColumn": 4, + "startOffset": 16201, + "endColumn": 126, + "endOffset": 16323 + } + } + }, + { + "to": { + "startLine": 176, + "startColumn": 4, + "startOffset": 13543, + "endColumn": 100, + "endOffset": 13639 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 200, + "startColumn": 4, + "startOffset": 16328, + "endColumn": 100, + "endOffset": 16424 + } + } + }, + { + "to": { + "startLine": 177, + "startColumn": 4, + "startOffset": 13644, + "endColumn": 94, + "endOffset": 13734 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 201, + "startColumn": 4, + "startOffset": 16429, + "endColumn": 94, + "endOffset": 16519 + } + } + }, + { + "to": { + "startLine": 178, + "startColumn": 4, + "startOffset": 13739, + "endColumn": 122, + "endOffset": 13857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 202, + "startColumn": 4, + "startOffset": 16524, + "endColumn": 122, + "endOffset": 16642 + } + } + }, + { + "to": { + "startLine": 179, + "startColumn": 4, + "startOffset": 13862, + "endColumn": 128, + "endOffset": 13986 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 203, + "startColumn": 4, + "startOffset": 16647, + "endColumn": 128, + "endOffset": 16771 + } + } + }, + { + "to": { + "startLine": 180, + "startColumn": 4, + "startOffset": 13991, + "endColumn": 116, + "endOffset": 14103 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 204, + "startColumn": 4, + "startOffset": 16776, + "endColumn": 116, + "endOffset": 16888 + } + } + }, + { + "to": { + "startLine": 181, + "startColumn": 4, + "startOffset": 14108, + "endColumn": 92, + "endOffset": 14196 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 205, + "startColumn": 4, + "startOffset": 16893, + "endColumn": 92, + "endOffset": 16981 + } + } + }, + { + "to": { + "startLine": 182, + "startColumn": 4, + "startOffset": 14201, + "endLine": 183, + "endColumn": 12, + "endOffset": 14331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 206, + "startColumn": 4, + "startOffset": 16986, + "endLine": 207, + "endColumn": 12, + "endOffset": 17116 + } + } + }, + { + "to": { + "startLine": 184, + "startColumn": 4, + "startOffset": 14336, + "endLine": 185, + "endColumn": 12, + "endOffset": 14474 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 208, + "startColumn": 4, + "startOffset": 17121, + "endLine": 209, + "endColumn": 12, + "endOffset": 17259 + } + } + }, + { + "to": { + "startLine": 186, + "startColumn": 4, + "startOffset": 14479, + "endLine": 187, + "endColumn": 12, + "endOffset": 14609 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 210, + "startColumn": 4, + "startOffset": 17264, + "endLine": 211, + "endColumn": 12, + "endOffset": 17394 + } + } + }, + { + "to": { + "startLine": 188, + "startColumn": 4, + "startOffset": 14614, + "endLine": 189, + "endColumn": 12, + "endOffset": 14728 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 212, + "startColumn": 4, + "startOffset": 17399, + "endLine": 213, + "endColumn": 12, + "endOffset": 17513 + } + } + }, + { + "to": { + "startLine": 190, + "startColumn": 4, + "startOffset": 14733, + "endLine": 193, + "endColumn": 12, + "endOffset": 14929 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 214, + "startColumn": 4, + "startOffset": 17518, + "endLine": 217, + "endColumn": 12, + "endOffset": 17714 + } + } + }, + { + "to": { + "startLine": 194, + "startColumn": 4, + "startOffset": 14934, + "endLine": 195, + "endColumn": 12, + "endOffset": 15048 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 218, + "startColumn": 4, + "startOffset": 17719, + "endLine": 219, + "endColumn": 12, + "endOffset": 17833 + } + } + }, + { + "to": { + "startLine": 196, + "startColumn": 4, + "startOffset": 15053, + "endColumn": 92, + "endOffset": 15141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 220, + "startColumn": 4, + "startOffset": 17838, + "endColumn": 92, + "endOffset": 17926 + } + } + }, + { + "to": { + "startLine": 197, + "startColumn": 4, + "startOffset": 15146, + "endColumn": 110, + "endOffset": 15252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 221, + "startColumn": 4, + "startOffset": 17931, + "endColumn": 110, + "endOffset": 18037 + } + } + }, + { + "to": { + "startLine": 198, + "startColumn": 4, + "startOffset": 15257, + "endColumn": 55, + "endOffset": 15308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 222, + "startColumn": 4, + "startOffset": 18042, + "endColumn": 55, + "endOffset": 18093 + } + } + }, + { + "to": { + "startLine": 199, + "startColumn": 4, + "startOffset": 15313, + "endLine": 200, + "endColumn": 12, + "endOffset": 15415 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 223, + "startColumn": 4, + "startOffset": 18098, + "endLine": 224, + "endColumn": 12, + "endOffset": 18200 + } + } + }, + { + "to": { + "startLine": 201, + "startColumn": 4, + "startOffset": 15420, + "endLine": 204, + "endColumn": 12, + "endOffset": 15610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 225, + "startColumn": 4, + "startOffset": 18205, + "endLine": 228, + "endColumn": 12, + "endOffset": 18395 + } + } + }, + { + "to": { + "startLine": 205, + "startColumn": 4, + "startOffset": 15615, + "endLine": 206, + "endColumn": 12, + "endOffset": 15721 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 229, + "startColumn": 4, + "startOffset": 18400, + "endLine": 230, + "endColumn": 12, + "endOffset": 18506 + } + } + }, + { + "to": { + "startLine": 207, + "startColumn": 4, + "startOffset": 15726, + "endLine": 208, + "endColumn": 12, + "endOffset": 15854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 231, + "startColumn": 4, + "startOffset": 18511, + "endLine": 232, + "endColumn": 12, + "endOffset": 18639 + } + } + }, + { + "to": { + "startLine": 209, + "startColumn": 4, + "startOffset": 15859, + "endColumn": 94, + "endOffset": 15949 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 233, + "startColumn": 4, + "startOffset": 18644, + "endColumn": 94, + "endOffset": 18734 + } + } + }, + { + "to": { + "startLine": 210, + "startColumn": 4, + "startOffset": 15954, + "endColumn": 90, + "endOffset": 16040 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 234, + "startColumn": 4, + "startOffset": 18739, + "endColumn": 90, + "endOffset": 18825 + } + } + }, + { + "to": { + "startLine": 211, + "startColumn": 4, + "startOffset": 16045, + "endColumn": 112, + "endOffset": 16153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 235, + "startColumn": 4, + "startOffset": 18830, + "endColumn": 112, + "endOffset": 18938 + } + } + }, + { + "to": { + "startLine": 212, + "startColumn": 4, + "startOffset": 16158, + "endColumn": 116, + "endOffset": 16270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 236, + "startColumn": 4, + "startOffset": 18943, + "endColumn": 116, + "endOffset": 19055 + } + } + }, + { + "to": { + "startLine": 213, + "startColumn": 4, + "startOffset": 16275, + "endLine": 214, + "endColumn": 12, + "endOffset": 16409 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 237, + "startColumn": 4, + "startOffset": 19060, + "endLine": 238, + "endColumn": 12, + "endOffset": 19194 + } + } + }, + { + "to": { + "startLine": 215, + "startColumn": 4, + "startOffset": 16414, + "endLine": 221, + "endColumn": 12, + "endOffset": 16762 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 241, + "startColumn": 4, + "startOffset": 19429, + "endLine": 247, + "endColumn": 12, + "endOffset": 19777 + } + } + }, + { + "to": { + "startLine": 222, + "startColumn": 4, + "startOffset": 16767, + "endLine": 228, + "endColumn": 12, + "endOffset": 17127 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 248, + "startColumn": 4, + "startOffset": 19782, + "endLine": 254, + "endColumn": 12, + "endOffset": 20142 + } + } + }, + { + "to": { + "startLine": 229, + "startColumn": 4, + "startOffset": 17132, + "endLine": 238, + "endColumn": 12, + "endOffset": 17807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 255, + "startColumn": 4, + "startOffset": 20147, + "endLine": 264, + "endColumn": 12, + "endOffset": 20822 + } + } + }, + { + "to": { + "startLine": 239, + "startColumn": 4, + "startOffset": 17812, + "endColumn": 56, + "endOffset": 17864 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 265, + "startColumn": 4, + "startOffset": 20827, + "endColumn": 56, + "endOffset": 20879 + } + } + }, + { + "to": { + "startLine": 240, + "startColumn": 4, + "startOffset": 17869, + "endColumn": 57, + "endOffset": 17922 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 266, + "startColumn": 4, + "startOffset": 20884, + "endColumn": 57, + "endOffset": 20937 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v22.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v22.json new file mode 100644 index 0000000000000000000000000000000000000000..13c1b34baf73e18b59b65ad09cb7f0cdd380d08e --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v22.json @@ -0,0 +1,87 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v22/values-v22.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 74, + "endOffset": 125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 285, + "endColumn": 74, + "endOffset": 355 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 130, + "endColumn": 86, + "endOffset": 212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 360, + "endColumn": 86, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 217, + "endLine": 6, + "endColumn": 12, + "endOffset": 393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 447, + "endLine": 8, + "endColumn": 12, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 398, + "endLine": 9, + "endColumn": 12, + "endOffset": 586 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 628, + "endLine": 11, + "endColumn": 12, + "endOffset": 816 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-v23.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v23.json new file mode 100644 index 0000000000000000000000000000000000000000..e1cbe3652417e4766c4dcb14d2bf901485638891 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-v23.json @@ -0,0 +1,125 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-v23/values-v23.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 134, + "endOffset": 185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endColumn": 134, + "endOffset": 420 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 190, + "endColumn": 74, + "endOffset": 260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 655, + "endColumn": 74, + "endOffset": 725 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 265, + "endColumn": 86, + "endOffset": 347 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 730, + "endColumn": 86, + "endOffset": 812 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 352, + "endLine": 10, + "endColumn": 12, + "endOffset": 675 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 817, + "endLine": 14, + "endColumn": 12, + "endOffset": 1140 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 680, + "endLine": 16, + "endColumn": 12, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1145, + "endLine": 20, + "endColumn": 12, + "endOffset": 1480 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 104, + "endOffset": 1120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1715, + "endColumn": 104, + "endOffset": 1815 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-vi.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-vi.json new file mode 100644 index 0000000000000000000000000000000000000000..3009293e875128fe86cfae071112af35e73f1e0a --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-vi.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-vi/values-vi.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 113, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 107, + "endOffset": 497 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 122, + "endOffset": 620 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 107, + "endOffset": 503 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 625, + "endColumn": 107, + "endOffset": 728 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 108, + "endOffset": 612 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 733, + "endColumn": 108, + "endOffset": 837 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 83, + "endOffset": 696 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 842, + "endColumn": 83, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 701, + "endColumn": 102, + "endOffset": 799 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 102, + "endOffset": 1024 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 804, + "endColumn": 118, + "endOffset": 918 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1029, + "endColumn": 118, + "endOffset": 1143 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 83, + "endOffset": 1002 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1148, + "endColumn": 83, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1007, + "endColumn": 103, + "endOffset": 1106 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 103, + "endOffset": 1331 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1111, + "endColumn": 108, + "endOffset": 1215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1336, + "endColumn": 108, + "endOffset": 1440 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1220, + "endColumn": 100, + "endOffset": 1316 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1445, + "endColumn": 100, + "endOffset": 1541 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1321, + "endColumn": 104, + "endOffset": 1421 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1546, + "endColumn": 104, + "endOffset": 1646 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1426, + "endColumn": 113, + "endOffset": 1535 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1651, + "endColumn": 113, + "endOffset": 1760 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 104, + "endOffset": 1640 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 104, + "endOffset": 1865 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1645, + "endColumn": 119, + "endOffset": 1760 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 119, + "endOffset": 1985 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 98, + "endOffset": 1859 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1990, + "endColumn": 98, + "endOffset": 2084 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1864, + "endColumn": 53, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1918, + "endColumn": 71, + "endOffset": 1985 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1990, + "endColumn": 78, + "endOffset": 2064 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 70, + "endOffset": 2135 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2140, + "endColumn": 65, + "endOffset": 2201 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 65, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2206, + "endColumn": 55, + "endOffset": 2257 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 397, + "endColumn": 55, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2262, + "endColumn": 58, + "endOffset": 2316 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 453, + "endColumn": 58, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2321, + "endColumn": 73, + "endOffset": 2390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 512, + "endColumn": 73, + "endOffset": 581 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2395, + "endColumn": 100, + "endOffset": 2491 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2089, + "endColumn": 100, + "endOffset": 2185 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-w360dp-v13.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w360dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..b90c950738cb647638127f96bd32063d1e86d0c5 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w360dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w360dp-v13/values-w360dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 54, + "endOffset": 105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w360dp/values-w360dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 54, + "endOffset": 333 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-w480dp-v13.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w480dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..0c46b57ffc4b384fbb907c5478c911c8ebf5a75a --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w480dp-v13.json @@ -0,0 +1,45 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w480dp-v13/values-w480dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 61, + "endOffset": 112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 61, + "endOffset": 339 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 572, + "endColumn": 71, + "endOffset": 639 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-w500dp-v13.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w500dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..1dd3c878ef63d729f174f86ea975c047ad3ec022 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w500dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w500dp-v13/values-w500dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 54, + "endOffset": 105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w500dp/values-w500dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 54, + "endOffset": 333 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-w600dp-v13.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w600dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..6b4280b0d74c529c46751872d28380bb9076cdd4 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w600dp-v13.json @@ -0,0 +1,45 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 63, + "endOffset": 114 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 63, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 119, + "endColumn": 54, + "endOffset": 169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 54, + "endOffset": 397 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-w720dp-v13.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w720dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..117d5244483c43ec36a4cfa1f765f08f16e534f0 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-w720dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-w720dp-v13/values-w720dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 76, + "endOffset": 127 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w720dp/values-w720dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 76, + "endOffset": 354 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-xlarge-land-v4.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-xlarge-land-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..5ae83c5eec12bc8a7e600c5fc67db14dd8d0e4b6 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-xlarge-land-v4.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-xlarge-land-v4/values-xlarge-land-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 63, + "endOffset": 114 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge-land/values-xlarge-land.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 288, + "endColumn": 63, + "endOffset": 347 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-xlarge-v4.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-xlarge-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..4ec549a34203ee4dd9505a0b217555fbf2b11089 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-xlarge-v4.json @@ -0,0 +1,140 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 76, + "endOffset": 127 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 76, + "endOffset": 354 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 132, + "endColumn": 63, + "endOffset": 191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 587, + "endColumn": 63, + "endOffset": 646 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 196, + "endColumn": 66, + "endOffset": 258 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 651, + "endColumn": 66, + "endOffset": 713 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 66, + "endOffset": 325 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 718, + "endColumn": 66, + "endOffset": 780 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 330, + "endColumn": 65, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 785, + "endColumn": 65, + "endOffset": 846 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 65, + "endOffset": 457 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 851, + "endColumn": 65, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 462, + "endColumn": 54, + "endOffset": 512 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 917, + "endColumn": 54, + "endOffset": 967 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rCN.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rCN.json new file mode 100644 index 0000000000000000000000000000000000000000..ce6d09adef568448005e100c5e72a08483a22a8c --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rCN.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 95, + "endOffset": 146 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 95, + "endOffset": 375 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 151, + "endColumn": 106, + "endOffset": 253 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 106, + "endOffset": 482 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 258, + "endColumn": 122, + "endOffset": 376 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 122, + "endOffset": 605 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 94, + "endOffset": 471 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 94, + "endOffset": 700 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 476, + "endColumn": 99, + "endOffset": 571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 705, + "endColumn": 99, + "endOffset": 800 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 576, + "endColumn": 81, + "endOffset": 653 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 81, + "endOffset": 882 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 658, + "endColumn": 96, + "endOffset": 750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 887, + "endColumn": 96, + "endOffset": 979 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 755, + "endColumn": 105, + "endOffset": 856 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 105, + "endOffset": 1085 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 861, + "endColumn": 77, + "endOffset": 934 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 77, + "endOffset": 1163 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 939, + "endColumn": 95, + "endOffset": 1030 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 95, + "endOffset": 1259 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 95, + "endOffset": 1126 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1264, + "endColumn": 95, + "endOffset": 1355 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1131, + "endColumn": 94, + "endOffset": 1221 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1360, + "endColumn": 94, + "endOffset": 1450 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 96, + "endOffset": 1318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 96, + "endOffset": 1547 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1323, + "endColumn": 94, + "endOffset": 1413 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1552, + "endColumn": 94, + "endOffset": 1642 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1418, + "endColumn": 97, + "endOffset": 1511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1647, + "endColumn": 97, + "endOffset": 1740 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1516, + "endColumn": 111, + "endOffset": 1623 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1745, + "endColumn": 111, + "endOffset": 1852 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1628, + "endColumn": 93, + "endOffset": 1717 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 93, + "endOffset": 1946 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 53, + "endOffset": 1771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1776, + "endColumn": 59, + "endOffset": 1831 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 59, + "endOffset": 164 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1836, + "endColumn": 78, + "endOffset": 1910 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 169, + "endColumn": 78, + "endOffset": 243 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1915, + "endColumn": 70, + "endOffset": 1981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 70, + "endOffset": 314 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1986, + "endColumn": 56, + "endOffset": 2038 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 319, + "endColumn": 56, + "endOffset": 371 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2043, + "endColumn": 55, + "endOffset": 2094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 376, + "endColumn": 55, + "endOffset": 427 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2099, + "endColumn": 58, + "endOffset": 2153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 432, + "endColumn": 58, + "endOffset": 486 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2158, + "endColumn": 73, + "endOffset": 2227 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 491, + "endColumn": 73, + "endOffset": 560 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2232, + "endColumn": 100, + "endOffset": 2328 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1951, + "endColumn": 100, + "endOffset": 2047 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rHK.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rHK.json new file mode 100644 index 0000000000000000000000000000000000000000..1534c5eb941b7f66d1bed74b15fefb4fe1ea99d3 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rHK.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 94, + "endOffset": 145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 94, + "endOffset": 374 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 106, + "endOffset": 252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 379, + "endColumn": 106, + "endOffset": 481 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 257, + "endColumn": 122, + "endOffset": 375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 486, + "endColumn": 122, + "endOffset": 604 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 609, + "endColumn": 92, + "endOffset": 697 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 99, + "endOffset": 568 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 702, + "endColumn": 99, + "endOffset": 797 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 81, + "endOffset": 650 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 81, + "endOffset": 879 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 655, + "endColumn": 96, + "endOffset": 747 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 884, + "endColumn": 96, + "endOffset": 976 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 752, + "endColumn": 107, + "endOffset": 855 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 107, + "endOffset": 1084 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 77, + "endOffset": 933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1089, + "endColumn": 77, + "endOffset": 1162 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 938, + "endColumn": 95, + "endOffset": 1029 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1167, + "endColumn": 95, + "endOffset": 1258 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 95, + "endOffset": 1125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1263, + "endColumn": 95, + "endOffset": 1354 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 94, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1359, + "endColumn": 94, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 96, + "endOffset": 1317 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 96, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 94, + "endOffset": 1412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 94, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 97, + "endOffset": 1510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 97, + "endOffset": 1739 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 112, + "endOffset": 1623 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 112, + "endOffset": 1852 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1628, + "endColumn": 93, + "endOffset": 1717 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 93, + "endOffset": 1946 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 53, + "endOffset": 1771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1776, + "endColumn": 59, + "endOffset": 1831 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 59, + "endOffset": 164 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1836, + "endColumn": 78, + "endOffset": 1910 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 169, + "endColumn": 78, + "endOffset": 243 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1915, + "endColumn": 70, + "endOffset": 1981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 70, + "endOffset": 314 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1986, + "endColumn": 55, + "endOffset": 2037 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 319, + "endColumn": 55, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2042, + "endColumn": 55, + "endOffset": 2093 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 375, + "endColumn": 55, + "endOffset": 426 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2098, + "endColumn": 58, + "endOffset": 2152 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 431, + "endColumn": 58, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2157, + "endColumn": 73, + "endOffset": 2226 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 490, + "endColumn": 73, + "endOffset": 559 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2231, + "endColumn": 101, + "endOffset": 2328 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1951, + "endColumn": 101, + "endOffset": 2048 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rTW.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rTW.json new file mode 100644 index 0000000000000000000000000000000000000000..421240a33cb01abe5cd749bf54fc03743cb93b49 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zh-rTW.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 94, + "endOffset": 145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 94, + "endOffset": 374 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 106, + "endOffset": 252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 379, + "endColumn": 106, + "endOffset": 481 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 257, + "endColumn": 122, + "endOffset": 375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 486, + "endColumn": 122, + "endOffset": 604 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 609, + "endColumn": 92, + "endOffset": 697 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 99, + "endOffset": 568 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 702, + "endColumn": 99, + "endOffset": 797 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 81, + "endOffset": 650 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 81, + "endOffset": 879 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 655, + "endColumn": 96, + "endOffset": 747 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 884, + "endColumn": 96, + "endOffset": 976 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 752, + "endColumn": 107, + "endOffset": 855 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 107, + "endOffset": 1084 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 77, + "endOffset": 933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1089, + "endColumn": 77, + "endOffset": 1162 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 938, + "endColumn": 95, + "endOffset": 1029 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1167, + "endColumn": 95, + "endOffset": 1258 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 95, + "endOffset": 1125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1263, + "endColumn": 95, + "endOffset": 1354 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 94, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1359, + "endColumn": 94, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 96, + "endOffset": 1317 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 96, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 94, + "endOffset": 1412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 94, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 99, + "endOffset": 1512 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 99, + "endOffset": 1741 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1517, + "endColumn": 112, + "endOffset": 1625 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 112, + "endOffset": 1854 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 93, + "endOffset": 1719 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1859, + "endColumn": 93, + "endOffset": 1948 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1724, + "endColumn": 53, + "endOffset": 1773 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1778, + "endColumn": 59, + "endOffset": 1833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 59, + "endOffset": 164 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1838, + "endColumn": 78, + "endOffset": 1912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 169, + "endColumn": 78, + "endOffset": 243 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1917, + "endColumn": 70, + "endOffset": 1983 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 70, + "endOffset": 314 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1988, + "endColumn": 55, + "endOffset": 2039 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 319, + "endColumn": 55, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2044, + "endColumn": 55, + "endOffset": 2095 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 375, + "endColumn": 55, + "endOffset": 426 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2100, + "endColumn": 58, + "endOffset": 2154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 431, + "endColumn": 58, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2159, + "endColumn": 73, + "endOffset": 2228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 490, + "endColumn": 73, + "endOffset": 559 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2233, + "endColumn": 100, + "endOffset": 2329 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1953, + "endColumn": 100, + "endOffset": 2049 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values-zu.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zu.json new file mode 100644 index 0000000000000000000000000000000000000000..0eec24ad907da01a90584e96fc1238d3a8d10458 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values-zu.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-zu/values-zu.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 106, + "endOffset": 496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 106, + "endOffset": 721 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 113, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 726, + "endColumn": 113, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 87, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 87, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 102, + "endOffset": 801 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 102, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 126, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 126, + "endOffset": 1153 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 85, + "endOffset": 1014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 85, + "endOffset": 1239 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1019, + "endColumn": 103, + "endOffset": 1118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1244, + "endColumn": 103, + "endOffset": 1343 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 105, + "endOffset": 1224 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1348, + "endColumn": 105, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1229, + "endColumn": 97, + "endOffset": 1322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 97, + "endOffset": 1547 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 106, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1552, + "endColumn": 106, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 105, + "endOffset": 1535 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 105, + "endOffset": 1760 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 105, + "endOffset": 1641 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 105, + "endOffset": 1866 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 119, + "endOffset": 1761 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 119, + "endOffset": 1986 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 95, + "endOffset": 1857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1991, + "endColumn": 95, + "endOffset": 2082 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1862, + "endColumn": 100, + "endOffset": 1958 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2087, + "endColumn": 100, + "endOffset": 2183 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/multi/values.json b/android/build/intermediates/blame/res/androidTest/debug/multi/values.json new file mode 100644 index 0000000000000000000000000000000000000000..65266cf4f12ca1ae266ea6b9dd048bf0aae025d9 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/multi/values.json @@ -0,0 +1,9650 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values/values.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 54, + "endOffset": 105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 54, + "endOffset": 325 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 110, + "endColumn": 44, + "endOffset": 150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 330, + "endColumn": 44, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 155, + "endColumn": 48, + "endOffset": 199 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 375, + "endColumn": 48, + "endOffset": 419 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 204, + "endColumn": 40, + "endOffset": 240 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 424, + "endColumn": 40, + "endOffset": 460 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 245, + "endColumn": 54, + "endOffset": 295 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 685, + "endColumn": 54, + "endOffset": 735 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 300, + "endColumn": 62, + "endOffset": 358 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 740, + "endColumn": 62, + "endOffset": 798 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 363, + "endColumn": 75, + "endOffset": 434 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 803, + "endColumn": 75, + "endOffset": 874 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 439, + "endColumn": 61, + "endOffset": 496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1100, + "endColumn": 61, + "endOffset": 1157 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 501, + "endColumn": 72, + "endOffset": 569 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 72, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 574, + "endColumn": 67, + "endOffset": 637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 67, + "endOffset": 1298 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 642, + "endColumn": 77, + "endOffset": 715 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1523, + "endColumn": 77, + "endOffset": 1596 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 720, + "endColumn": 80, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1822, + "endColumn": 80, + "endOffset": 1898 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 801, + "endColumn": 60, + "endOffset": 857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1903, + "endColumn": 60, + "endOffset": 1959 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 862, + "endColumn": 74, + "endOffset": 932 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 25, + "startColumn": 4, + "startOffset": 1964, + "endColumn": 74, + "endOffset": 2034 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 937, + "endColumn": 75, + "endOffset": 1008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2039, + "endColumn": 75, + "endOffset": 2110 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 76, + "endOffset": 1085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2345, + "endColumn": 76, + "endOffset": 2417 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 77, + "endOffset": 1163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2422, + "endColumn": 77, + "endOffset": 2495 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 84, + "endOffset": 1248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 31, + "startColumn": 4, + "startOffset": 2500, + "endColumn": 84, + "endOffset": 2580 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 81, + "endOffset": 1330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2585, + "endColumn": 81, + "endOffset": 2662 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 75, + "endOffset": 1406 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2667, + "endColumn": 75, + "endOffset": 2738 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 75, + "endOffset": 1482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2743, + "endColumn": 75, + "endOffset": 2814 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1487, + "endColumn": 76, + "endOffset": 1559 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2819, + "endColumn": 76, + "endOffset": 2891 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1564, + "endColumn": 77, + "endOffset": 1637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2896, + "endColumn": 77, + "endOffset": 2969 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 105, + "endOffset": 1743 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 37, + "startColumn": 4, + "startOffset": 2974, + "endColumn": 105, + "endOffset": 3075 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 105, + "endOffset": 1849 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3080, + "endColumn": 105, + "endOffset": 3181 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1854, + "endColumn": 78, + "endOffset": 1928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 3186, + "endColumn": 78, + "endOffset": 3260 + } + } + }, + { + "to": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1933, + "endColumn": 79, + "endOffset": 2008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 40, + "startColumn": 4, + "startOffset": 3265, + "endColumn": 79, + "endOffset": 3340 + } + } + }, + { + "to": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2013, + "endColumn": 56, + "endOffset": 2065 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 41, + "startColumn": 4, + "startOffset": 3345, + "endColumn": 56, + "endOffset": 3397 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2070, + "endColumn": 57, + "endOffset": 2123 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3402, + "endColumn": 57, + "endOffset": 3455 + } + } + }, + { + "to": { + "startLine": 31, + "startColumn": 4, + "startOffset": 2128, + "endColumn": 62, + "endOffset": 2186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 62, + "endOffset": 113 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2191, + "endColumn": 73, + "endOffset": 2260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3460, + "endColumn": 73, + "endOffset": 3529 + } + } + }, + { + "to": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2265, + "endColumn": 74, + "endOffset": 2335 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3534, + "endColumn": 74, + "endOffset": 3604 + } + } + }, + { + "to": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2340, + "endColumn": 64, + "endOffset": 2400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3609, + "endColumn": 64, + "endOffset": 3669 + } + } + }, + { + "to": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2405, + "endColumn": 65, + "endOffset": 2466 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 46, + "startColumn": 4, + "startOffset": 3674, + "endColumn": 65, + "endOffset": 3735 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2471, + "endColumn": 71, + "endOffset": 2538 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 47, + "startColumn": 4, + "startOffset": 3740, + "endColumn": 71, + "endOffset": 3807 + } + } + }, + { + "to": { + "startLine": 37, + "startColumn": 4, + "startOffset": 2543, + "endColumn": 72, + "endOffset": 2611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 48, + "startColumn": 4, + "startOffset": 3812, + "endColumn": 72, + "endOffset": 3880 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2616, + "endColumn": 66, + "endOffset": 2678 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3885, + "endColumn": 66, + "endOffset": 3947 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2683, + "endColumn": 67, + "endOffset": 2746 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3952, + "endColumn": 67, + "endOffset": 4015 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 2751, + "endColumn": 103, + "endOffset": 2850 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 51, + "startColumn": 4, + "startOffset": 4020, + "endColumn": 103, + "endOffset": 4119 + } + } + }, + { + "to": { + "startLine": 41, + "startColumn": 4, + "startOffset": 2855, + "endColumn": 105, + "endOffset": 2956 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 52, + "startColumn": 4, + "startOffset": 4124, + "endColumn": 105, + "endOffset": 4225 + } + } + }, + { + "to": { + "startLine": 42, + "startColumn": 4, + "startOffset": 2961, + "endColumn": 58, + "endOffset": 3015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 53, + "startColumn": 4, + "startOffset": 4230, + "endColumn": 58, + "endOffset": 4284 + } + } + }, + { + "to": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3020, + "endColumn": 58, + "endOffset": 3074 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 54, + "startColumn": 4, + "startOffset": 4289, + "endColumn": 58, + "endOffset": 4343 + } + } + }, + { + "to": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3079, + "endColumn": 58, + "endOffset": 3133 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 55, + "startColumn": 4, + "startOffset": 4348, + "endColumn": 58, + "endOffset": 4402 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3138, + "endColumn": 58, + "endOffset": 3192 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4407, + "endColumn": 58, + "endOffset": 4461 + } + } + }, + { + "to": { + "startLine": 46, + "startColumn": 4, + "startOffset": 3197, + "endColumn": 58, + "endOffset": 3251 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 57, + "startColumn": 4, + "startOffset": 4466, + "endColumn": 58, + "endOffset": 4520 + } + } + }, + { + "to": { + "startLine": 47, + "startColumn": 4, + "startOffset": 3256, + "endColumn": 53, + "endOffset": 3305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 4525, + "endColumn": 53, + "endOffset": 4574 + } + } + }, + { + "to": { + "startLine": 48, + "startColumn": 4, + "startOffset": 3310, + "endColumn": 53, + "endOffset": 3359 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 59, + "startColumn": 4, + "startOffset": 4579, + "endColumn": 53, + "endOffset": 4628 + } + } + }, + { + "to": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3364, + "endColumn": 52, + "endOffset": 3412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 60, + "startColumn": 4, + "startOffset": 4633, + "endColumn": 52, + "endOffset": 4681 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3417, + "endColumn": 53, + "endOffset": 3466 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 61, + "startColumn": 4, + "startOffset": 4686, + "endColumn": 53, + "endOffset": 4735 + } + } + }, + { + "to": { + "startLine": 51, + "startColumn": 4, + "startOffset": 3471, + "endColumn": 53, + "endOffset": 3520 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4740, + "endColumn": 53, + "endOffset": 4789 + } + } + }, + { + "to": { + "startLine": 52, + "startColumn": 4, + "startOffset": 3525, + "endColumn": 53, + "endOffset": 3574 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4794, + "endColumn": 53, + "endOffset": 4843 + } + } + }, + { + "to": { + "startLine": 53, + "startColumn": 4, + "startOffset": 3579, + "endColumn": 53, + "endOffset": 3628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4848, + "endColumn": 53, + "endOffset": 4897 + } + } + }, + { + "to": { + "startLine": 54, + "startColumn": 4, + "startOffset": 3633, + "endColumn": 73, + "endOffset": 3702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 65, + "startColumn": 4, + "startOffset": 4902, + "endColumn": 73, + "endOffset": 4971 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 3707, + "endColumn": 78, + "endOffset": 3781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 66, + "startColumn": 4, + "startOffset": 4976, + "endColumn": 78, + "endOffset": 5050 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 3786, + "endColumn": 72, + "endOffset": 3854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 67, + "startColumn": 4, + "startOffset": 5055, + "endColumn": 72, + "endOffset": 5123 + } + } + }, + { + "to": { + "startLine": 57, + "startColumn": 4, + "startOffset": 3859, + "endColumn": 73, + "endOffset": 3928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 68, + "startColumn": 4, + "startOffset": 5128, + "endColumn": 73, + "endOffset": 5197 + } + } + }, + { + "to": { + "startLine": 58, + "startColumn": 4, + "startOffset": 3933, + "endColumn": 70, + "endOffset": 3999 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 69, + "startColumn": 4, + "startOffset": 5202, + "endColumn": 70, + "endOffset": 5268 + } + } + }, + { + "to": { + "startLine": 59, + "startColumn": 4, + "startOffset": 4004, + "endColumn": 71, + "endOffset": 4071 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 70, + "startColumn": 4, + "startOffset": 5273, + "endColumn": 71, + "endOffset": 5340 + } + } + }, + { + "to": { + "startLine": 60, + "startColumn": 4, + "startOffset": 4076, + "endColumn": 71, + "endOffset": 4143 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 71, + "startColumn": 4, + "startOffset": 5345, + "endColumn": 71, + "endOffset": 5412 + } + } + }, + { + "to": { + "startLine": 61, + "startColumn": 4, + "startOffset": 4148, + "endColumn": 72, + "endOffset": 4216 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 72, + "startColumn": 4, + "startOffset": 5417, + "endColumn": 72, + "endOffset": 5485 + } + } + }, + { + "to": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4221, + "endColumn": 56, + "endOffset": 4273 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 73, + "startColumn": 4, + "startOffset": 5490, + "endColumn": 56, + "endOffset": 5542 + } + } + }, + { + "to": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4278, + "endColumn": 57, + "endOffset": 4331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 74, + "startColumn": 4, + "startOffset": 5547, + "endColumn": 57, + "endOffset": 5600 + } + } + }, + { + "to": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4336, + "endColumn": 72, + "endOffset": 4404 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 75, + "startColumn": 4, + "startOffset": 5605, + "endColumn": 72, + "endOffset": 5673 + } + } + }, + { + "to": { + "startLine": 65, + "startColumn": 4, + "startOffset": 4409, + "endColumn": 73, + "endOffset": 4478 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 76, + "startColumn": 4, + "startOffset": 5678, + "endColumn": 73, + "endOffset": 5747 + } + } + }, + { + "to": { + "startLine": 66, + "startColumn": 4, + "startOffset": 4483, + "endColumn": 73, + "endOffset": 4552 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 77, + "startColumn": 4, + "startOffset": 5752, + "endColumn": 73, + "endOffset": 5821 + } + } + }, + { + "to": { + "startLine": 67, + "startColumn": 4, + "startOffset": 4557, + "endColumn": 74, + "endOffset": 4627 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 78, + "startColumn": 4, + "startOffset": 5826, + "endColumn": 74, + "endOffset": 5896 + } + } + }, + { + "to": { + "startLine": 68, + "startColumn": 4, + "startOffset": 4632, + "endColumn": 71, + "endOffset": 4699 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 79, + "startColumn": 4, + "startOffset": 5901, + "endColumn": 71, + "endOffset": 5968 + } + } + }, + { + "to": { + "startLine": 69, + "startColumn": 4, + "startOffset": 4704, + "endColumn": 72, + "endOffset": 4772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 80, + "startColumn": 4, + "startOffset": 5973, + "endColumn": 72, + "endOffset": 6041 + } + } + }, + { + "to": { + "startLine": 70, + "startColumn": 4, + "startOffset": 4777, + "endColumn": 69, + "endOffset": 4842 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 81, + "startColumn": 4, + "startOffset": 6046, + "endColumn": 69, + "endOffset": 6111 + } + } + }, + { + "to": { + "startLine": 71, + "startColumn": 4, + "startOffset": 4847, + "endColumn": 70, + "endOffset": 4913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 82, + "startColumn": 4, + "startOffset": 6116, + "endColumn": 70, + "endOffset": 6182 + } + } + }, + { + "to": { + "startLine": 101, + "startColumn": 4, + "startOffset": 23585, + "endColumn": 68, + "endOffset": 23649 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 112, + "startColumn": 4, + "startOffset": 22125, + "endColumn": 68, + "endOffset": 22189 + } + } + }, + { + "to": { + "startLine": 102, + "startColumn": 4, + "startOffset": 23654, + "endColumn": 69, + "endOffset": 23719 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 113, + "startColumn": 4, + "startOffset": 22194, + "endColumn": 69, + "endOffset": 22259 + } + } + }, + { + "to": { + "startLine": 103, + "startColumn": 4, + "startOffset": 23724, + "endColumn": 73, + "endOffset": 23793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 114, + "startColumn": 4, + "startOffset": 22264, + "endColumn": 73, + "endOffset": 22333 + } + } + }, + { + "to": { + "startLine": 104, + "startColumn": 4, + "startOffset": 23798, + "endColumn": 75, + "endOffset": 23869 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 115, + "startColumn": 4, + "startOffset": 22338, + "endColumn": 75, + "endOffset": 22409 + } + } + }, + { + "to": { + "startLine": 105, + "startColumn": 4, + "startOffset": 23874, + "endColumn": 76, + "endOffset": 23946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 116, + "startColumn": 4, + "startOffset": 22414, + "endColumn": 76, + "endOffset": 22486 + } + } + }, + { + "to": { + "startLine": 106, + "startColumn": 4, + "startOffset": 23951, + "endColumn": 75, + "endOffset": 24022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 117, + "startColumn": 4, + "startOffset": 22491, + "endColumn": 75, + "endOffset": 22562 + } + } + }, + { + "to": { + "startLine": 107, + "startColumn": 4, + "startOffset": 24027, + "endColumn": 76, + "endOffset": 24099 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 118, + "startColumn": 4, + "startOffset": 22567, + "endColumn": 76, + "endOffset": 22639 + } + } + }, + { + "to": { + "startLine": 108, + "startColumn": 4, + "startOffset": 24104, + "endColumn": 63, + "endOffset": 24163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 121, + "startColumn": 4, + "startOffset": 22865, + "endColumn": 63, + "endOffset": 22924 + } + } + }, + { + "to": { + "startLine": 109, + "startColumn": 4, + "startOffset": 24168, + "endColumn": 64, + "endOffset": 24228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 122, + "startColumn": 4, + "startOffset": 22929, + "endColumn": 64, + "endOffset": 22989 + } + } + }, + { + "to": { + "startLine": 110, + "startColumn": 4, + "startOffset": 24233, + "endColumn": 68, + "endOffset": 24297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 123, + "startColumn": 4, + "startOffset": 22994, + "endColumn": 68, + "endOffset": 23058 + } + } + }, + { + "to": { + "startLine": 111, + "startColumn": 4, + "startOffset": 24302, + "endColumn": 76, + "endOffset": 24374 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 126, + "startColumn": 4, + "startOffset": 23293, + "endColumn": 76, + "endOffset": 23365 + } + } + }, + { + "to": { + "startLine": 112, + "startColumn": 4, + "startOffset": 24379, + "endColumn": 74, + "endOffset": 24449 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 127, + "startColumn": 4, + "startOffset": 23370, + "endColumn": 74, + "endOffset": 23440 + } + } + }, + { + "to": { + "startLine": 113, + "startColumn": 4, + "startOffset": 24454, + "endColumn": 68, + "endOffset": 24518 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 128, + "startColumn": 4, + "startOffset": 23445, + "endColumn": 68, + "endOffset": 23509 + } + } + }, + { + "to": { + "startLine": 114, + "startColumn": 4, + "startOffset": 24523, + "endColumn": 67, + "endOffset": 24586 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 129, + "startColumn": 4, + "startOffset": 23514, + "endColumn": 67, + "endOffset": 23577 + } + } + }, + { + "to": { + "startLine": 115, + "startColumn": 4, + "startOffset": 24591, + "endColumn": 76, + "endOffset": 24663 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 130, + "startColumn": 4, + "startOffset": 23582, + "endColumn": 76, + "endOffset": 23654 + } + } + }, + { + "to": { + "startLine": 116, + "startColumn": 4, + "startOffset": 24668, + "endColumn": 65, + "endOffset": 24729 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 133, + "startColumn": 4, + "startOffset": 23880, + "endColumn": 65, + "endOffset": 23941 + } + } + }, + { + "to": { + "startLine": 117, + "startColumn": 4, + "startOffset": 24734, + "endColumn": 96, + "endOffset": 24826 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 134, + "startColumn": 4, + "startOffset": 23946, + "endColumn": 96, + "endOffset": 24038 + } + } + }, + { + "to": { + "startLine": 118, + "startColumn": 4, + "startOffset": 24831, + "endColumn": 64, + "endOffset": 24891 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 135, + "startColumn": 4, + "startOffset": 24043, + "endColumn": 64, + "endOffset": 24103 + } + } + }, + { + "to": { + "startLine": 119, + "startColumn": 4, + "startOffset": 24896, + "endColumn": 68, + "endOffset": 24960 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 136, + "startColumn": 4, + "startOffset": 24108, + "endColumn": 68, + "endOffset": 24172 + } + } + }, + { + "to": { + "startLine": 120, + "startColumn": 4, + "startOffset": 24965, + "endColumn": 98, + "endOffset": 25059 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 137, + "startColumn": 4, + "startOffset": 24177, + "endColumn": 98, + "endOffset": 24271 + } + } + }, + { + "to": { + "startLine": 121, + "startColumn": 4, + "startOffset": 25064, + "endColumn": 58, + "endOffset": 25118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 140, + "startColumn": 4, + "startOffset": 24497, + "endColumn": 58, + "endOffset": 24551 + } + } + }, + { + "to": { + "startLine": 122, + "startColumn": 4, + "startOffset": 25123, + "endColumn": 57, + "endOffset": 25176 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 143, + "startColumn": 4, + "startOffset": 24777, + "endColumn": 57, + "endOffset": 24830 + } + } + }, + { + "to": { + "startLine": 123, + "startColumn": 4, + "startOffset": 25181, + "endColumn": 56, + "endOffset": 25233 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 144, + "startColumn": 4, + "startOffset": 24835, + "endColumn": 56, + "endOffset": 24887 + } + } + }, + { + "to": { + "startLine": 124, + "startColumn": 4, + "startOffset": 25238, + "endColumn": 58, + "endOffset": 25292 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 145, + "startColumn": 4, + "startOffset": 24892, + "endColumn": 58, + "endOffset": 24946 + } + } + }, + { + "to": { + "startLine": 125, + "startColumn": 4, + "startOffset": 25297, + "endColumn": 71, + "endOffset": 25364 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 146, + "startColumn": 4, + "startOffset": 24951, + "endColumn": 71, + "endOffset": 25018 + } + } + }, + { + "to": { + "startLine": 126, + "startColumn": 4, + "startOffset": 25369, + "endColumn": 67, + "endOffset": 25432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 147, + "startColumn": 4, + "startOffset": 25023, + "endColumn": 67, + "endOffset": 25086 + } + } + }, + { + "to": { + "startLine": 127, + "startColumn": 4, + "startOffset": 25437, + "endColumn": 67, + "endOffset": 25500 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 148, + "startColumn": 4, + "startOffset": 25091, + "endColumn": 67, + "endOffset": 25154 + } + } + }, + { + "to": { + "startLine": 128, + "startColumn": 4, + "startOffset": 25505, + "endColumn": 58, + "endOffset": 25559 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 149, + "startColumn": 4, + "startOffset": 25159, + "endColumn": 58, + "endOffset": 25213 + } + } + }, + { + "to": { + "startLine": 129, + "startColumn": 4, + "startOffset": 25564, + "endColumn": 62, + "endOffset": 25622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 150, + "startColumn": 4, + "startOffset": 25218, + "endColumn": 62, + "endOffset": 25276 + } + } + }, + { + "to": { + "startLine": 130, + "startColumn": 4, + "startOffset": 25627, + "endColumn": 89, + "endOffset": 25712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 153, + "startColumn": 4, + "startOffset": 25511, + "endColumn": 89, + "endOffset": 25596 + } + } + }, + { + "to": { + "startLine": 131, + "startColumn": 4, + "startOffset": 25717, + "endColumn": 90, + "endOffset": 25803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 154, + "startColumn": 4, + "startOffset": 25601, + "endColumn": 90, + "endOffset": 25687 + } + } + }, + { + "to": { + "startLine": 132, + "startColumn": 4, + "startOffset": 25808, + "endColumn": 59, + "endOffset": 25863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 157, + "startColumn": 4, + "startOffset": 25913, + "endColumn": 59, + "endOffset": 25968 + } + } + }, + { + "to": { + "startLine": 133, + "startColumn": 4, + "startOffset": 25868, + "endColumn": 65, + "endOffset": 25929 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 158, + "startColumn": 4, + "startOffset": 25973, + "endColumn": 65, + "endOffset": 26034 + } + } + }, + { + "to": { + "startLine": 134, + "startColumn": 4, + "startOffset": 25934, + "endColumn": 66, + "endOffset": 25996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 159, + "startColumn": 4, + "startOffset": 26039, + "endColumn": 66, + "endOffset": 26101 + } + } + }, + { + "to": { + "startLine": 135, + "startColumn": 4, + "startOffset": 26001, + "endColumn": 65, + "endOffset": 26062 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 160, + "startColumn": 4, + "startOffset": 26106, + "endColumn": 65, + "endOffset": 26167 + } + } + }, + { + "to": { + "startLine": 136, + "startColumn": 4, + "startOffset": 26067, + "endColumn": 69, + "endOffset": 26132 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 161, + "startColumn": 4, + "startOffset": 26172, + "endColumn": 69, + "endOffset": 26237 + } + } + }, + { + "to": { + "startLine": 137, + "startColumn": 4, + "startOffset": 26137, + "endColumn": 63, + "endOffset": 26196 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 162, + "startColumn": 4, + "startOffset": 26242, + "endColumn": 63, + "endOffset": 26301 + } + } + }, + { + "to": { + "startLine": 138, + "startColumn": 4, + "startOffset": 26201, + "endColumn": 52, + "endOffset": 26249 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 165, + "startColumn": 4, + "startOffset": 26536, + "endColumn": 52, + "endOffset": 26584 + } + } + }, + { + "to": { + "startLine": 139, + "startColumn": 4, + "startOffset": 26254, + "endColumn": 112, + "endOffset": 26362 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 166, + "startColumn": 4, + "startOffset": 26589, + "endColumn": 112, + "endOffset": 26697 + } + } + }, + { + "to": { + "startLine": 140, + "startColumn": 4, + "startOffset": 26367, + "endColumn": 57, + "endOffset": 26420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 169, + "startColumn": 4, + "startOffset": 26923, + "endColumn": 57, + "endOffset": 26976 + } + } + }, + { + "to": { + "startLine": 141, + "startColumn": 4, + "startOffset": 26425, + "endColumn": 64, + "endOffset": 26485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 170, + "startColumn": 4, + "startOffset": 26981, + "endColumn": 64, + "endOffset": 27041 + } + } + }, + { + "to": { + "startLine": 142, + "startColumn": 4, + "startOffset": 26490, + "endColumn": 63, + "endOffset": 26549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 171, + "startColumn": 4, + "startOffset": 27046, + "endColumn": 63, + "endOffset": 27105 + } + } + }, + { + "to": { + "startLine": 143, + "startColumn": 4, + "startOffset": 26554, + "endColumn": 48, + "endOffset": 26598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 172, + "startColumn": 4, + "startOffset": 27110, + "endColumn": 48, + "endOffset": 27154 + } + } + }, + { + "to": { + "startLine": 144, + "startColumn": 4, + "startOffset": 26603, + "endColumn": 60, + "endOffset": 26659 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 175, + "startColumn": 4, + "startOffset": 27389, + "endColumn": 60, + "endOffset": 27445 + } + } + }, + { + "to": { + "startLine": 145, + "startColumn": 4, + "startOffset": 26664, + "endColumn": 60, + "endOffset": 26720 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 176, + "startColumn": 4, + "startOffset": 27450, + "endColumn": 60, + "endOffset": 27506 + } + } + }, + { + "to": { + "startLine": 146, + "startColumn": 4, + "startOffset": 26725, + "endColumn": 60, + "endOffset": 26781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 177, + "startColumn": 4, + "startOffset": 27511, + "endColumn": 60, + "endOffset": 27567 + } + } + }, + { + "to": { + "startLine": 147, + "startColumn": 4, + "startOffset": 26786, + "endColumn": 61, + "endOffset": 26843 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 178, + "startColumn": 4, + "startOffset": 27572, + "endColumn": 61, + "endOffset": 27629 + } + } + }, + { + "to": { + "startLine": 148, + "startColumn": 4, + "startOffset": 26848, + "endColumn": 63, + "endOffset": 26907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 179, + "startColumn": 4, + "startOffset": 27634, + "endColumn": 63, + "endOffset": 27693 + } + } + }, + { + "to": { + "startLine": 149, + "startColumn": 4, + "startOffset": 26912, + "endColumn": 63, + "endOffset": 26971 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 180, + "startColumn": 4, + "startOffset": 27698, + "endColumn": 63, + "endOffset": 27757 + } + } + }, + { + "to": { + "startLine": 150, + "startColumn": 4, + "startOffset": 26976, + "endColumn": 63, + "endOffset": 27035 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 181, + "startColumn": 4, + "startOffset": 27762, + "endColumn": 63, + "endOffset": 27821 + } + } + }, + { + "to": { + "startLine": 151, + "startColumn": 4, + "startOffset": 27040, + "endColumn": 64, + "endOffset": 27100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 182, + "startColumn": 4, + "startOffset": 27826, + "endColumn": 64, + "endOffset": 27886 + } + } + }, + { + "to": { + "startLine": 152, + "startColumn": 4, + "startOffset": 27105, + "endColumn": 62, + "endOffset": 27163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 183, + "startColumn": 4, + "startOffset": 27891, + "endColumn": 62, + "endOffset": 27949 + } + } + }, + { + "to": { + "startLine": 153, + "startColumn": 4, + "startOffset": 27168, + "endColumn": 59, + "endOffset": 27223 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 184, + "startColumn": 4, + "startOffset": 27954, + "endColumn": 59, + "endOffset": 28009 + } + } + }, + { + "to": { + "startLine": 154, + "startColumn": 4, + "startOffset": 27228, + "endColumn": 60, + "endOffset": 27284 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 185, + "startColumn": 4, + "startOffset": 28014, + "endColumn": 60, + "endOffset": 28070 + } + } + }, + { + "to": { + "startLine": 155, + "startColumn": 4, + "startOffset": 27289, + "endColumn": 58, + "endOffset": 27343 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 186, + "startColumn": 4, + "startOffset": 28075, + "endColumn": 58, + "endOffset": 28129 + } + } + }, + { + "to": { + "startLine": 156, + "startColumn": 4, + "startOffset": 27348, + "endColumn": 59, + "endOffset": 27403 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 187, + "startColumn": 4, + "startOffset": 28134, + "endColumn": 59, + "endOffset": 28189 + } + } + }, + { + "to": { + "startLine": 157, + "startColumn": 4, + "startOffset": 27408, + "endColumn": 61, + "endOffset": 27465 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 188, + "startColumn": 4, + "startOffset": 28194, + "endColumn": 61, + "endOffset": 28251 + } + } + }, + { + "to": { + "startLine": 158, + "startColumn": 4, + "startOffset": 27470, + "endColumn": 70, + "endOffset": 27536 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 189, + "startColumn": 4, + "startOffset": 28256, + "endColumn": 70, + "endOffset": 28322 + } + } + }, + { + "to": { + "startLine": 159, + "startColumn": 4, + "startOffset": 27541, + "endColumn": 59, + "endOffset": 27596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 190, + "startColumn": 4, + "startOffset": 28327, + "endColumn": 59, + "endOffset": 28382 + } + } + }, + { + "to": { + "startLine": 160, + "startColumn": 4, + "startOffset": 27601, + "endColumn": 67, + "endOffset": 27664 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 191, + "startColumn": 4, + "startOffset": 28387, + "endColumn": 67, + "endOffset": 28450 + } + } + }, + { + "to": { + "startLine": 161, + "startColumn": 4, + "startOffset": 27669, + "endColumn": 66, + "endOffset": 27731 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 194, + "startColumn": 4, + "startOffset": 28676, + "endColumn": 66, + "endOffset": 28738 + } + } + }, + { + "to": { + "startLine": 162, + "startColumn": 4, + "startOffset": 27736, + "endColumn": 67, + "endOffset": 27799 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 195, + "startColumn": 4, + "startOffset": 28743, + "endColumn": 67, + "endOffset": 28806 + } + } + }, + { + "to": { + "startLine": 163, + "startColumn": 4, + "startOffset": 27804, + "endColumn": 67, + "endOffset": 27867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 196, + "startColumn": 4, + "startOffset": 28811, + "endColumn": 67, + "endOffset": 28874 + } + } + }, + { + "to": { + "startLine": 164, + "startColumn": 4, + "startOffset": 27872, + "endColumn": 67, + "endOffset": 27935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 197, + "startColumn": 4, + "startOffset": 28879, + "endColumn": 67, + "endOffset": 28942 + } + } + }, + { + "to": { + "startLine": 165, + "startColumn": 4, + "startOffset": 27940, + "endColumn": 85, + "endOffset": 28021 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 200, + "startColumn": 4, + "startOffset": 29177, + "endColumn": 85, + "endOffset": 29258 + } + } + }, + { + "to": { + "startLine": 166, + "startColumn": 4, + "startOffset": 28026, + "endColumn": 86, + "endOffset": 28108 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 201, + "startColumn": 4, + "startOffset": 29263, + "endColumn": 86, + "endOffset": 29345 + } + } + }, + { + "to": { + "startLine": 167, + "startColumn": 4, + "startOffset": 28113, + "endColumn": 89, + "endOffset": 28198 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 202, + "startColumn": 4, + "startOffset": 29350, + "endColumn": 89, + "endOffset": 29435 + } + } + }, + { + "to": { + "startLine": 168, + "startColumn": 4, + "startOffset": 28203, + "endColumn": 86, + "endOffset": 28285 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 203, + "startColumn": 4, + "startOffset": 29440, + "endColumn": 86, + "endOffset": 29522 + } + } + }, + { + "to": { + "startLine": 169, + "startColumn": 4, + "startOffset": 28290, + "endColumn": 87, + "endOffset": 28373 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 204, + "startColumn": 4, + "startOffset": 29527, + "endColumn": 87, + "endOffset": 29610 + } + } + }, + { + "to": { + "startLine": 170, + "startColumn": 4, + "startOffset": 28378, + "endColumn": 74, + "endOffset": 28448 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 551, + "endColumn": 74, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 171, + "startColumn": 4, + "startOffset": 28453, + "endColumn": 61, + "endOffset": 28510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 207, + "startColumn": 4, + "startOffset": 29836, + "endColumn": 61, + "endOffset": 29893 + } + } + }, + { + "to": { + "startLine": 172, + "startColumn": 4, + "startOffset": 28515, + "endColumn": 60, + "endOffset": 28571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 208, + "startColumn": 4, + "startOffset": 29898, + "endColumn": 60, + "endOffset": 29954 + } + } + }, + { + "to": { + "startLine": 173, + "startColumn": 4, + "startOffset": 28576, + "endColumn": 56, + "endOffset": 28628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 209, + "startColumn": 4, + "startOffset": 29959, + "endColumn": 56, + "endOffset": 30011 + } + } + }, + { + "to": { + "startLine": 174, + "startColumn": 4, + "startOffset": 28633, + "endColumn": 71, + "endOffset": 28700 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 212, + "startColumn": 4, + "startOffset": 30237, + "endColumn": 71, + "endOffset": 30304 + } + } + }, + { + "to": { + "startLine": 175, + "startColumn": 4, + "startOffset": 28705, + "endColumn": 56, + "endOffset": 28757 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 215, + "startColumn": 4, + "startOffset": 30527, + "endColumn": 56, + "endOffset": 30579 + } + } + }, + { + "to": { + "startLine": 176, + "startColumn": 4, + "startOffset": 28762, + "endColumn": 47, + "endOffset": 28805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 216, + "startColumn": 4, + "startOffset": 30584, + "endColumn": 47, + "endOffset": 30627 + } + } + }, + { + "to": { + "startLine": 177, + "startColumn": 4, + "startOffset": 28810, + "endColumn": 48, + "endOffset": 28854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 217, + "startColumn": 4, + "startOffset": 30632, + "endColumn": 48, + "endOffset": 30676 + } + } + }, + { + "to": { + "startLine": 178, + "startColumn": 4, + "startOffset": 28859, + "endColumn": 50, + "endOffset": 28905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 218, + "startColumn": 4, + "startOffset": 30681, + "endColumn": 50, + "endOffset": 30727 + } + } + }, + { + "to": { + "startLine": 179, + "startColumn": 4, + "startOffset": 28910, + "endColumn": 33, + "endOffset": 28939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 219, + "startColumn": 4, + "startOffset": 30732, + "endColumn": 33, + "endOffset": 30761 + } + } + }, + { + "to": { + "startLine": 180, + "startColumn": 4, + "startOffset": 28944, + "endColumn": 65, + "endOffset": 29005 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 847, + "endColumn": 65, + "endOffset": 908 + } + } + }, + { + "to": { + "startLine": 181, + "startColumn": 4, + "startOffset": 29010, + "endColumn": 46, + "endOffset": 29052 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 220, + "startColumn": 4, + "startOffset": 30766, + "endColumn": 46, + "endOffset": 30808 + } + } + }, + { + "to": { + "startLine": 182, + "startColumn": 4, + "startOffset": 29057, + "endColumn": 48, + "endOffset": 29101 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 221, + "startColumn": 4, + "startOffset": 30813, + "endColumn": 48, + "endOffset": 30857 + } + } + }, + { + "to": { + "startLine": 183, + "startColumn": 4, + "startOffset": 29106, + "endColumn": 45, + "endOffset": 29147 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 222, + "startColumn": 4, + "startOffset": 30862, + "endColumn": 45, + "endOffset": 30903 + } + } + }, + { + "to": { + "startLine": 184, + "startColumn": 4, + "startOffset": 29152, + "endColumn": 31, + "endOffset": 29179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 223, + "startColumn": 4, + "startOffset": 30908, + "endColumn": 31, + "endOffset": 30935 + } + } + }, + { + "to": { + "startLine": 185, + "startColumn": 4, + "startOffset": 29184, + "endColumn": 63, + "endOffset": 29243 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 226, + "startColumn": 4, + "startOffset": 31161, + "endColumn": 63, + "endOffset": 31220 + } + } + }, + { + "to": { + "startLine": 186, + "startColumn": 4, + "startOffset": 29248, + "endColumn": 61, + "endOffset": 29305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 227, + "startColumn": 4, + "startOffset": 31225, + "endColumn": 61, + "endOffset": 31282 + } + } + }, + { + "to": { + "startLine": 187, + "startColumn": 4, + "startOffset": 29310, + "endColumn": 54, + "endOffset": 29360 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 230, + "startColumn": 4, + "startOffset": 31508, + "endColumn": 54, + "endOffset": 31558 + } + } + }, + { + "to": { + "startLine": 188, + "startColumn": 4, + "startOffset": 29365, + "endColumn": 59, + "endOffset": 29420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 233, + "startColumn": 4, + "startOffset": 31784, + "endColumn": 59, + "endOffset": 31839 + } + } + }, + { + "to": { + "startLine": 189, + "startColumn": 4, + "startOffset": 29425, + "endColumn": 69, + "endOffset": 29490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 234, + "startColumn": 4, + "startOffset": 31844, + "endColumn": 69, + "endOffset": 31909 + } + } + }, + { + "to": { + "startLine": 190, + "startColumn": 4, + "startOffset": 29495, + "endColumn": 73, + "endOffset": 29564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 237, + "startColumn": 4, + "startOffset": 32136, + "endColumn": 73, + "endOffset": 32205 + } + } + }, + { + "to": { + "startLine": 191, + "startColumn": 4, + "startOffset": 29569, + "endColumn": 77, + "endOffset": 29642 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 238, + "startColumn": 4, + "startOffset": 32210, + "endColumn": 77, + "endOffset": 32283 + } + } + }, + { + "to": { + "startLine": 192, + "startColumn": 4, + "startOffset": 29647, + "endColumn": 92, + "endOffset": 29735 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 239, + "startColumn": 4, + "startOffset": 32288, + "endColumn": 92, + "endOffset": 32376 + } + } + }, + { + "to": { + "startLine": 193, + "startColumn": 4, + "startOffset": 29740, + "endColumn": 69, + "endOffset": 29805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 240, + "startColumn": 4, + "startOffset": 32381, + "endColumn": 69, + "endOffset": 32446 + } + } + }, + { + "to": { + "startLine": 194, + "startColumn": 4, + "startOffset": 29810, + "endColumn": 77, + "endOffset": 29883 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 241, + "startColumn": 4, + "startOffset": 32451, + "endColumn": 77, + "endOffset": 32524 + } + } + }, + { + "to": { + "startLine": 195, + "startColumn": 4, + "startOffset": 29888, + "endColumn": 53, + "endOffset": 29937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 242, + "startColumn": 4, + "startOffset": 32529, + "endColumn": 53, + "endOffset": 32578 + } + } + }, + { + "to": { + "startLine": 196, + "startColumn": 4, + "startOffset": 29942, + "endColumn": 69, + "endOffset": 30007 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 243, + "startColumn": 4, + "startOffset": 32583, + "endColumn": 69, + "endOffset": 32648 + } + } + }, + { + "to": { + "startLine": 197, + "startColumn": 4, + "startOffset": 30012, + "endColumn": 84, + "endOffset": 30092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 244, + "startColumn": 4, + "startOffset": 32653, + "endColumn": 84, + "endOffset": 32733 + } + } + }, + { + "to": { + "startLine": 198, + "startColumn": 4, + "startOffset": 30097, + "endColumn": 51, + "endOffset": 30144 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 245, + "startColumn": 4, + "startOffset": 32738, + "endColumn": 51, + "endOffset": 32785 + } + } + }, + { + "to": { + "startLine": 199, + "startColumn": 4, + "startOffset": 30149, + "endColumn": 72, + "endOffset": 30217 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 246, + "startColumn": 4, + "startOffset": 32790, + "endColumn": 72, + "endOffset": 32858 + } + } + }, + { + "to": { + "startLine": 200, + "startColumn": 4, + "startOffset": 30222, + "endColumn": 73, + "endOffset": 30291 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 247, + "startColumn": 4, + "startOffset": 32863, + "endColumn": 73, + "endOffset": 32932 + } + } + }, + { + "to": { + "startLine": 201, + "startColumn": 4, + "startOffset": 30296, + "endColumn": 68, + "endOffset": 30360 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 248, + "startColumn": 4, + "startOffset": 32937, + "endColumn": 68, + "endOffset": 33001 + } + } + }, + { + "to": { + "startLine": 202, + "startColumn": 4, + "startOffset": 30365, + "endColumn": 74, + "endOffset": 30435 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 249, + "startColumn": 4, + "startOffset": 33006, + "endColumn": 74, + "endOffset": 33076 + } + } + }, + { + "to": { + "startLine": 203, + "startColumn": 4, + "startOffset": 30440, + "endColumn": 73, + "endOffset": 30509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 250, + "startColumn": 4, + "startOffset": 33081, + "endColumn": 73, + "endOffset": 33150 + } + } + }, + { + "to": { + "startLine": 204, + "startColumn": 4, + "startOffset": 30514, + "endColumn": 73, + "endOffset": 30583 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 251, + "startColumn": 4, + "startOffset": 33155, + "endColumn": 73, + "endOffset": 33224 + } + } + }, + { + "to": { + "startLine": 205, + "startColumn": 4, + "startOffset": 30588, + "endColumn": 88, + "endOffset": 30672 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 252, + "startColumn": 4, + "startOffset": 33229, + "endColumn": 88, + "endOffset": 33313 + } + } + }, + { + "to": { + "startLine": 206, + "startColumn": 4, + "startOffset": 30677, + "endColumn": 69, + "endOffset": 30742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 253, + "startColumn": 4, + "startOffset": 33318, + "endColumn": 69, + "endOffset": 33383 + } + } + }, + { + "to": { + "startLine": 207, + "startColumn": 4, + "startOffset": 30747, + "endColumn": 100, + "endOffset": 30843 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 118, + "endColumn": 100, + "endOffset": 214 + } + } + }, + { + "to": { + "startLine": 208, + "startColumn": 4, + "startOffset": 30848, + "endColumn": 110, + "endOffset": 30954 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 219, + "endColumn": 110, + "endOffset": 325 + } + } + }, + { + "to": { + "startLine": 209, + "startColumn": 4, + "startOffset": 30959, + "endColumn": 109, + "endOffset": 31064 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 330, + "endColumn": 109, + "endOffset": 435 + } + } + }, + { + "to": { + "startLine": 210, + "startColumn": 4, + "startOffset": 31069, + "endColumn": 113, + "endOffset": 31178 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 440, + "endColumn": 113, + "endOffset": 549 + } + } + }, + { + "to": { + "startLine": 211, + "startColumn": 4, + "startOffset": 31183, + "endColumn": 129, + "endOffset": 31308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 554, + "endColumn": 129, + "endOffset": 679 + } + } + }, + { + "to": { + "startLine": 212, + "startColumn": 4, + "startOffset": 31313, + "endColumn": 134, + "endOffset": 31443 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 684, + "endColumn": 134, + "endOffset": 814 + } + } + }, + { + "to": { + "startLine": 213, + "startColumn": 4, + "startOffset": 31448, + "endColumn": 721, + "endOffset": 32165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 819, + "endColumn": 721, + "endOffset": 1536 + } + } + }, + { + "to": { + "startLine": 214, + "startColumn": 4, + "startOffset": 32170, + "endColumn": 110, + "endOffset": 32276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 110, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 215, + "startColumn": 4, + "startOffset": 32281, + "endColumn": 102, + "endOffset": 32379 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 102, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 216, + "startColumn": 4, + "startOffset": 32384, + "endColumn": 107, + "endOffset": 32487 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 107, + "endOffset": 1858 + } + } + }, + { + "to": { + "startLine": 217, + "startColumn": 4, + "startOffset": 32492, + "endColumn": 112, + "endOffset": 32600 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1863, + "endColumn": 112, + "endOffset": 1971 + } + } + }, + { + "to": { + "startLine": 218, + "startColumn": 4, + "startOffset": 32605, + "endColumn": 109, + "endOffset": 32710 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1976, + "endColumn": 109, + "endOffset": 2081 + } + } + }, + { + "to": { + "startLine": 219, + "startColumn": 4, + "startOffset": 32715, + "endColumn": 114, + "endOffset": 32825 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 114, + "endOffset": 2196 + } + } + }, + { + "to": { + "startLine": 220, + "startColumn": 4, + "startOffset": 32830, + "endColumn": 95, + "endOffset": 32921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 2201, + "endColumn": 95, + "endOffset": 2292 + } + } + }, + { + "to": { + "startLine": 221, + "startColumn": 4, + "startOffset": 32926, + "endColumn": 131, + "endOffset": 33053 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 2297, + "endColumn": 131, + "endOffset": 2424 + } + } + }, + { + "to": { + "startLine": 222, + "startColumn": 4, + "startOffset": 33058, + "endColumn": 124, + "endOffset": 33178 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 2429, + "endColumn": 124, + "endOffset": 2549 + } + } + }, + { + "to": { + "startLine": 223, + "startColumn": 4, + "startOffset": 33183, + "endColumn": 98, + "endOffset": 33277 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 2554, + "endColumn": 98, + "endOffset": 2648 + } + } + }, + { + "to": { + "startLine": 224, + "startColumn": 4, + "startOffset": 33282, + "endColumn": 113, + "endOffset": 33391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2653, + "endColumn": 113, + "endOffset": 2762 + } + } + }, + { + "to": { + "startLine": 225, + "startColumn": 4, + "startOffset": 33396, + "endColumn": 104, + "endOffset": 33496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2767, + "endColumn": 104, + "endOffset": 2867 + } + } + }, + { + "to": { + "startLine": 226, + "startColumn": 4, + "startOffset": 33501, + "endColumn": 102, + "endOffset": 33599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2872, + "endColumn": 102, + "endOffset": 2970 + } + } + }, + { + "to": { + "startLine": 227, + "startColumn": 4, + "startOffset": 33604, + "endColumn": 70, + "endOffset": 33670 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 254, + "startColumn": 4, + "startOffset": 33388, + "endColumn": 70, + "endOffset": 33454 + } + } + }, + { + "to": { + "startLine": 228, + "startColumn": 4, + "startOffset": 33675, + "endColumn": 77, + "endOffset": 33748 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 257, + "startColumn": 4, + "startOffset": 33680, + "endColumn": 77, + "endOffset": 33753 + } + } + }, + { + "to": { + "startLine": 229, + "startColumn": 4, + "startOffset": 33753, + "endColumn": 89, + "endOffset": 33838 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 258, + "startColumn": 4, + "startOffset": 33758, + "endColumn": 89, + "endOffset": 33843 + } + } + }, + { + "to": { + "startLine": 230, + "startColumn": 4, + "startOffset": 33843, + "endColumn": 87, + "endOffset": 33926 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 259, + "startColumn": 4, + "startOffset": 33848, + "endColumn": 87, + "endOffset": 33931 + } + } + }, + { + "to": { + "startLine": 231, + "startColumn": 4, + "startOffset": 33931, + "endColumn": 95, + "endOffset": 34022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 260, + "startColumn": 4, + "startOffset": 33936, + "endColumn": 95, + "endOffset": 34027 + } + } + }, + { + "to": { + "startLine": 232, + "startColumn": 4, + "startOffset": 34027, + "endLine": 235, + "endColumn": 10, + "endOffset": 34270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2975, + "endLine": 26, + "endColumn": 10, + "endOffset": 3218 + } + } + }, + { + "to": { + "startLine": 236, + "startColumn": 4, + "startOffset": 34275, + "endLine": 242, + "endColumn": 12, + "endOffset": 34771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 263, + "startColumn": 4, + "startOffset": 34258, + "endLine": 269, + "endColumn": 12, + "endOffset": 34754 + } + } + }, + { + "to": { + "startLine": 243, + "startColumn": 4, + "startOffset": 34776, + "endColumn": 88, + "endOffset": 34860 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 270, + "startColumn": 4, + "startOffset": 34759, + "endColumn": 88, + "endOffset": 34843 + } + } + }, + { + "to": { + "startLine": 244, + "startColumn": 4, + "startOffset": 34865, + "endLine": 247, + "endColumn": 12, + "endOffset": 35107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 271, + "startColumn": 4, + "startOffset": 34848, + "endLine": 274, + "endColumn": 12, + "endOffset": 35090 + } + } + }, + { + "to": { + "startLine": 248, + "startColumn": 4, + "startOffset": 35112, + "endLine": 251, + "endColumn": 12, + "endOffset": 35388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 275, + "startColumn": 4, + "startOffset": 35095, + "endLine": 278, + "endColumn": 12, + "endOffset": 35371 + } + } + }, + { + "to": { + "startLine": 252, + "startColumn": 4, + "startOffset": 35393, + "endLine": 256, + "endColumn": 12, + "endOffset": 35673 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 279, + "startColumn": 4, + "startOffset": 35376, + "endLine": 283, + "endColumn": 12, + "endOffset": 35656 + } + } + }, + { + "to": { + "startLine": 257, + "startColumn": 4, + "startOffset": 35678, + "endLine": 262, + "endColumn": 12, + "endOffset": 36066 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 284, + "startColumn": 4, + "startOffset": 35661, + "endLine": 289, + "endColumn": 12, + "endOffset": 36049 + } + } + }, + { + "to": { + "startLine": 263, + "startColumn": 4, + "startOffset": 36071, + "endLine": 269, + "endColumn": 12, + "endOffset": 36543 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 292, + "startColumn": 4, + "startOffset": 36285, + "endLine": 298, + "endColumn": 12, + "endOffset": 36757 + } + } + }, + { + "to": { + "startLine": 270, + "startColumn": 4, + "startOffset": 36548, + "endLine": 273, + "endColumn": 12, + "endOffset": 36765 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 299, + "startColumn": 4, + "startOffset": 36762, + "endLine": 302, + "endColumn": 12, + "endOffset": 36979 + } + } + }, + { + "to": { + "startLine": 274, + "startColumn": 4, + "startOffset": 36770, + "endLine": 277, + "endColumn": 12, + "endOffset": 36987 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 303, + "startColumn": 4, + "startOffset": 36984, + "endLine": 306, + "endColumn": 12, + "endOffset": 37201 + } + } + }, + { + "to": { + "startLine": 278, + "startColumn": 4, + "startOffset": 36992, + "endLine": 282, + "endColumn": 12, + "endOffset": 37255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 307, + "startColumn": 4, + "startOffset": 37206, + "endLine": 311, + "endColumn": 12, + "endOffset": 37469 + } + } + }, + { + "to": { + "startLine": 283, + "startColumn": 4, + "startOffset": 37260, + "endLine": 286, + "endColumn": 12, + "endOffset": 37482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 312, + "startColumn": 4, + "startOffset": 37474, + "endLine": 315, + "endColumn": 12, + "endOffset": 37696 + } + } + }, + { + "to": { + "startLine": 287, + "startColumn": 4, + "startOffset": 37487, + "endLine": 290, + "endColumn": 12, + "endOffset": 37712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 316, + "startColumn": 4, + "startOffset": 37701, + "endLine": 319, + "endColumn": 12, + "endOffset": 37926 + } + } + }, + { + "to": { + "startLine": 291, + "startColumn": 4, + "startOffset": 37717, + "endLine": 294, + "endColumn": 12, + "endOffset": 37942 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 320, + "startColumn": 4, + "startOffset": 37931, + "endLine": 323, + "endColumn": 12, + "endOffset": 38156 + } + } + }, + { + "to": { + "startLine": 295, + "startColumn": 4, + "startOffset": 37947, + "endLine": 298, + "endColumn": 12, + "endOffset": 38172 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 324, + "startColumn": 4, + "startOffset": 38161, + "endLine": 327, + "endColumn": 12, + "endOffset": 38386 + } + } + }, + { + "to": { + "startLine": 299, + "startColumn": 4, + "startOffset": 38177, + "endLine": 302, + "endColumn": 12, + "endOffset": 38402 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 328, + "startColumn": 4, + "startOffset": 38391, + "endLine": 331, + "endColumn": 12, + "endOffset": 38616 + } + } + }, + { + "to": { + "startLine": 303, + "startColumn": 4, + "startOffset": 38407, + "endLine": 306, + "endColumn": 12, + "endOffset": 38629 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 332, + "startColumn": 4, + "startOffset": 38621, + "endLine": 335, + "endColumn": 12, + "endOffset": 38843 + } + } + }, + { + "to": { + "startLine": 307, + "startColumn": 4, + "startOffset": 38634, + "endLine": 310, + "endColumn": 12, + "endOffset": 38868 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 336, + "startColumn": 4, + "startOffset": 38848, + "endLine": 339, + "endColumn": 12, + "endOffset": 39082 + } + } + }, + { + "to": { + "startLine": 311, + "startColumn": 4, + "startOffset": 38873, + "endLine": 314, + "endColumn": 12, + "endOffset": 39094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 340, + "startColumn": 4, + "startOffset": 39087, + "endLine": 343, + "endColumn": 12, + "endOffset": 39308 + } + } + }, + { + "to": { + "startLine": 315, + "startColumn": 4, + "startOffset": 39099, + "endLine": 318, + "endColumn": 12, + "endOffset": 39339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 344, + "startColumn": 4, + "startOffset": 39313, + "endLine": 347, + "endColumn": 12, + "endOffset": 39553 + } + } + }, + { + "to": { + "startLine": 319, + "startColumn": 4, + "startOffset": 39344, + "endLine": 320, + "endColumn": 12, + "endOffset": 39469 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 350, + "startColumn": 4, + "startOffset": 39784, + "endLine": 351, + "endColumn": 12, + "endOffset": 39909 + } + } + }, + { + "to": { + "startLine": 321, + "startColumn": 4, + "startOffset": 39474, + "endLine": 322, + "endColumn": 12, + "endOffset": 39599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 352, + "startColumn": 4, + "startOffset": 39914, + "endLine": 353, + "endColumn": 12, + "endOffset": 40039 + } + } + }, + { + "to": { + "startLine": 323, + "startColumn": 4, + "startOffset": 39604, + "endLine": 326, + "endColumn": 12, + "endOffset": 39829 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 356, + "startColumn": 4, + "startOffset": 40275, + "endLine": 359, + "endColumn": 12, + "endOffset": 40500 + } + } + }, + { + "to": { + "startLine": 327, + "startColumn": 4, + "startOffset": 39834, + "endLine": 330, + "endColumn": 12, + "endOffset": 40077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 360, + "startColumn": 4, + "startOffset": 40505, + "endLine": 363, + "endColumn": 12, + "endOffset": 40748 + } + } + }, + { + "to": { + "startLine": 331, + "startColumn": 4, + "startOffset": 40082, + "endLine": 334, + "endColumn": 12, + "endOffset": 40296 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 364, + "startColumn": 4, + "startOffset": 40753, + "endLine": 367, + "endColumn": 12, + "endOffset": 40967 + } + } + }, + { + "to": { + "startLine": 335, + "startColumn": 4, + "startOffset": 40301, + "endLine": 339, + "endColumn": 12, + "endOffset": 40579 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 370, + "startColumn": 4, + "startOffset": 41198, + "endLine": 374, + "endColumn": 12, + "endOffset": 41476 + } + } + }, + { + "to": { + "startLine": 340, + "startColumn": 4, + "startOffset": 40584, + "endLine": 343, + "endColumn": 12, + "endOffset": 40787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 375, + "startColumn": 4, + "startOffset": 41481, + "endLine": 378, + "endColumn": 12, + "endOffset": 41684 + } + } + }, + { + "to": { + "startLine": 344, + "startColumn": 4, + "startOffset": 40792, + "endLine": 346, + "endColumn": 12, + "endOffset": 40918 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 379, + "startColumn": 4, + "startOffset": 41689, + "endLine": 381, + "endColumn": 12, + "endOffset": 41815 + } + } + }, + { + "to": { + "startLine": 347, + "startColumn": 4, + "startOffset": 40923, + "endLine": 350, + "endColumn": 12, + "endOffset": 41145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 384, + "startColumn": 4, + "startOffset": 42051, + "endLine": 387, + "endColumn": 12, + "endOffset": 42273 + } + } + }, + { + "to": { + "startLine": 351, + "startColumn": 4, + "startOffset": 41150, + "endLine": 354, + "endColumn": 12, + "endOffset": 41391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 388, + "startColumn": 4, + "startOffset": 42278, + "endLine": 391, + "endColumn": 12, + "endOffset": 42519 + } + } + }, + { + "to": { + "startLine": 355, + "startColumn": 4, + "startOffset": 41396, + "endLine": 358, + "endColumn": 12, + "endOffset": 41616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 392, + "startColumn": 4, + "startOffset": 42524, + "endLine": 395, + "endColumn": 12, + "endOffset": 42744 + } + } + }, + { + "to": { + "startLine": 359, + "startColumn": 4, + "startOffset": 41621, + "endLine": 362, + "endColumn": 12, + "endOffset": 41863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 396, + "startColumn": 4, + "startOffset": 42749, + "endLine": 399, + "endColumn": 12, + "endOffset": 42991 + } + } + }, + { + "to": { + "startLine": 363, + "startColumn": 4, + "startOffset": 41868, + "endLine": 366, + "endColumn": 12, + "endOffset": 42084 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 400, + "startColumn": 4, + "startOffset": 42996, + "endLine": 403, + "endColumn": 12, + "endOffset": 43212 + } + } + }, + { + "to": { + "startLine": 367, + "startColumn": 4, + "startOffset": 42089, + "endLine": 370, + "endColumn": 12, + "endOffset": 42329 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 404, + "startColumn": 4, + "startOffset": 43217, + "endLine": 407, + "endColumn": 12, + "endOffset": 43457 + } + } + }, + { + "to": { + "startLine": 371, + "startColumn": 4, + "startOffset": 42334, + "endLine": 374, + "endColumn": 12, + "endOffset": 42603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 410, + "startColumn": 4, + "startOffset": 43688, + "endLine": 413, + "endColumn": 12, + "endOffset": 43957 + } + } + }, + { + "to": { + "startLine": 375, + "startColumn": 4, + "startOffset": 42608, + "endLine": 378, + "endColumn": 12, + "endOffset": 42904 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 414, + "startColumn": 4, + "startOffset": 43962, + "endLine": 417, + "endColumn": 12, + "endOffset": 44258 + } + } + }, + { + "to": { + "startLine": 379, + "startColumn": 4, + "startOffset": 42909, + "endLine": 382, + "endColumn": 12, + "endOffset": 43228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 418, + "startColumn": 4, + "startOffset": 44263, + "endLine": 421, + "endColumn": 12, + "endOffset": 44582 + } + } + }, + { + "to": { + "startLine": 383, + "startColumn": 4, + "startOffset": 43233, + "endLine": 386, + "endColumn": 12, + "endOffset": 43519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 422, + "startColumn": 4, + "startOffset": 44587, + "endLine": 425, + "endColumn": 12, + "endOffset": 44873 + } + } + }, + { + "to": { + "startLine": 387, + "startColumn": 4, + "startOffset": 43524, + "endLine": 390, + "endColumn": 12, + "endOffset": 43833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 426, + "startColumn": 4, + "startOffset": 44878, + "endLine": 429, + "endColumn": 12, + "endOffset": 45187 + } + } + }, + { + "to": { + "startLine": 391, + "startColumn": 4, + "startOffset": 43838, + "endColumn": 136, + "endOffset": 43970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 430, + "startColumn": 4, + "startOffset": 45192, + "endColumn": 136, + "endOffset": 45324 + } + } + }, + { + "to": { + "startLine": 392, + "startColumn": 4, + "startOffset": 43975, + "endColumn": 130, + "endOffset": 44101 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 431, + "startColumn": 4, + "startOffset": 45329, + "endColumn": 130, + "endOffset": 45455 + } + } + }, + { + "to": { + "startLine": 393, + "startColumn": 4, + "startOffset": 44106, + "endColumn": 104, + "endOffset": 44206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 434, + "startColumn": 4, + "startOffset": 45691, + "endColumn": 104, + "endOffset": 45791 + } + } + }, + { + "to": { + "startLine": 394, + "startColumn": 4, + "startOffset": 44211, + "endLine": 396, + "endColumn": 12, + "endOffset": 44410 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 435, + "startColumn": 4, + "startOffset": 45796, + "endLine": 437, + "endColumn": 12, + "endOffset": 45995 + } + } + }, + { + "to": { + "startLine": 397, + "startColumn": 4, + "startOffset": 44415, + "endLine": 399, + "endColumn": 12, + "endOffset": 44618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 440, + "startColumn": 4, + "startOffset": 46226, + "endLine": 442, + "endColumn": 12, + "endOffset": 46429 + } + } + }, + { + "to": { + "startLine": 400, + "startColumn": 4, + "startOffset": 44623, + "endLine": 401, + "endColumn": 12, + "endOffset": 44742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 443, + "startColumn": 4, + "startOffset": 46434, + "endLine": 444, + "endColumn": 12, + "endOffset": 46553 + } + } + }, + { + "to": { + "startLine": 402, + "startColumn": 4, + "startOffset": 44747, + "endLine": 403, + "endColumn": 12, + "endOffset": 44866 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 445, + "startColumn": 4, + "startOffset": 46558, + "endLine": 446, + "endColumn": 12, + "endOffset": 46677 + } + } + }, + { + "to": { + "startLine": 404, + "startColumn": 4, + "startOffset": 44871, + "endColumn": 104, + "endOffset": 44971 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 447, + "startColumn": 4, + "startOffset": 46682, + "endColumn": 104, + "endOffset": 46782 + } + } + }, + { + "to": { + "startLine": 405, + "startColumn": 4, + "startOffset": 44976, + "endColumn": 116, + "endOffset": 45088 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 448, + "startColumn": 4, + "startOffset": 46787, + "endColumn": 116, + "endOffset": 46899 + } + } + }, + { + "to": { + "startLine": 406, + "startColumn": 4, + "startOffset": 45093, + "endLine": 408, + "endColumn": 12, + "endOffset": 45302 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 449, + "startColumn": 4, + "startOffset": 46904, + "endLine": 451, + "endColumn": 12, + "endOffset": 47113 + } + } + }, + { + "to": { + "startLine": 409, + "startColumn": 4, + "startOffset": 45307, + "endLine": 410, + "endColumn": 12, + "endOffset": 45448 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 452, + "startColumn": 4, + "startOffset": 47118, + "endLine": 453, + "endColumn": 12, + "endOffset": 47259 + } + } + }, + { + "to": { + "startLine": 411, + "startColumn": 4, + "startOffset": 45453, + "endLine": 412, + "endColumn": 12, + "endOffset": 45588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 454, + "startColumn": 4, + "startOffset": 47264, + "endLine": 455, + "endColumn": 12, + "endOffset": 47399 + } + } + }, + { + "to": { + "startLine": 413, + "startColumn": 4, + "startOffset": 45593, + "endLine": 414, + "endColumn": 12, + "endOffset": 45674 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 458, + "startColumn": 4, + "startOffset": 47630, + "endLine": 459, + "endColumn": 12, + "endOffset": 47711 + } + } + }, + { + "to": { + "startLine": 415, + "startColumn": 4, + "startOffset": 45679, + "endLine": 419, + "endColumn": 12, + "endOffset": 46022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 460, + "startColumn": 4, + "startOffset": 47716, + "endLine": 464, + "endColumn": 12, + "endOffset": 48059 + } + } + }, + { + "to": { + "startLine": 420, + "startColumn": 4, + "startOffset": 46027, + "endColumn": 87, + "endOffset": 46110 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 465, + "startColumn": 4, + "startOffset": 48064, + "endColumn": 87, + "endOffset": 48147 + } + } + }, + { + "to": { + "startLine": 421, + "startColumn": 4, + "startOffset": 46115, + "endLine": 424, + "endColumn": 12, + "endOffset": 46340 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 466, + "startColumn": 4, + "startOffset": 48152, + "endLine": 469, + "endColumn": 12, + "endOffset": 48377 + } + } + }, + { + "to": { + "startLine": 425, + "startColumn": 4, + "startOffset": 46345, + "endLine": 430, + "endColumn": 12, + "endOffset": 46742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 470, + "startColumn": 4, + "startOffset": 48382, + "endLine": 475, + "endColumn": 12, + "endOffset": 48779 + } + } + }, + { + "to": { + "startLine": 431, + "startColumn": 4, + "startOffset": 46747, + "endLine": 434, + "endColumn": 12, + "endOffset": 46975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 476, + "startColumn": 4, + "startOffset": 48784, + "endLine": 479, + "endColumn": 12, + "endOffset": 49012 + } + } + }, + { + "to": { + "startLine": 435, + "startColumn": 4, + "startOffset": 46980, + "endColumn": 81, + "endOffset": 47057 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 480, + "startColumn": 4, + "startOffset": 49017, + "endColumn": 81, + "endOffset": 49094 + } + } + }, + { + "to": { + "startLine": 436, + "startColumn": 4, + "startOffset": 47062, + "endLine": 437, + "endColumn": 12, + "endOffset": 47155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 481, + "startColumn": 4, + "startOffset": 49099, + "endLine": 482, + "endColumn": 12, + "endOffset": 49192 + } + } + }, + { + "to": { + "startLine": 438, + "startColumn": 4, + "startOffset": 47160, + "endLine": 448, + "endColumn": 12, + "endOffset": 47772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 483, + "startColumn": 4, + "startOffset": 49197, + "endLine": 493, + "endColumn": 12, + "endOffset": 49809 + } + } + }, + { + "to": { + "startLine": 449, + "startColumn": 4, + "startOffset": 47777, + "endColumn": 99, + "endOffset": 47872 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 494, + "startColumn": 4, + "startOffset": 49814, + "endColumn": 99, + "endOffset": 49909 + } + } + }, + { + "to": { + "startLine": 450, + "startColumn": 4, + "startOffset": 47877, + "endLine": 453, + "endColumn": 12, + "endOffset": 48108 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 495, + "startColumn": 4, + "startOffset": 49914, + "endLine": 498, + "endColumn": 12, + "endOffset": 50145 + } + } + }, + { + "to": { + "startLine": 454, + "startColumn": 4, + "startOffset": 48113, + "endLine": 459, + "endColumn": 12, + "endOffset": 48516 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 499, + "startColumn": 4, + "startOffset": 50150, + "endLine": 504, + "endColumn": 12, + "endOffset": 50553 + } + } + }, + { + "to": { + "startLine": 460, + "startColumn": 4, + "startOffset": 48521, + "endLine": 463, + "endColumn": 12, + "endOffset": 48755 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 505, + "startColumn": 4, + "startOffset": 50558, + "endLine": 508, + "endColumn": 12, + "endOffset": 50792 + } + } + }, + { + "to": { + "startLine": 464, + "startColumn": 4, + "startOffset": 48760, + "endColumn": 93, + "endOffset": 48849 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 509, + "startColumn": 4, + "startOffset": 50797, + "endColumn": 93, + "endOffset": 50886 + } + } + }, + { + "to": { + "startLine": 465, + "startColumn": 4, + "startOffset": 48854, + "endColumn": 88, + "endOffset": 48938 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 510, + "startColumn": 4, + "startOffset": 50891, + "endColumn": 88, + "endOffset": 50975 + } + } + }, + { + "to": { + "startLine": 466, + "startColumn": 4, + "startOffset": 48943, + "endLine": 469, + "endColumn": 12, + "endOffset": 49175 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 511, + "startColumn": 4, + "startOffset": 50980, + "endLine": 514, + "endColumn": 12, + "endOffset": 51212 + } + } + }, + { + "to": { + "startLine": 470, + "startColumn": 4, + "startOffset": 49180, + "endLine": 495, + "endColumn": 12, + "endOffset": 51126 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 515, + "startColumn": 4, + "startOffset": 51217, + "endLine": 540, + "endColumn": 12, + "endOffset": 53163 + } + } + }, + { + "to": { + "startLine": 496, + "startColumn": 4, + "startOffset": 51131, + "endLine": 499, + "endColumn": 12, + "endOffset": 51368 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 541, + "startColumn": 4, + "startOffset": 53168, + "endLine": 544, + "endColumn": 12, + "endOffset": 53405 + } + } + }, + { + "to": { + "startLine": 500, + "startColumn": 4, + "startOffset": 51373, + "endLine": 526, + "endColumn": 12, + "endOffset": 53450 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 545, + "startColumn": 4, + "startOffset": 53410, + "endLine": 571, + "endColumn": 12, + "endOffset": 55487 + } + } + }, + { + "to": { + "startLine": 527, + "startColumn": 4, + "startOffset": 53455, + "endLine": 674, + "endColumn": 12, + "endOffset": 62877 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 572, + "startColumn": 4, + "startOffset": 55492, + "endLine": 719, + "endColumn": 12, + "endOffset": 64914 + } + } + }, + { + "to": { + "startLine": 675, + "startColumn": 4, + "startOffset": 62882, + "endLine": 696, + "endColumn": 12, + "endOffset": 64144 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 720, + "startColumn": 4, + "startOffset": 64919, + "endLine": 741, + "endColumn": 12, + "endOffset": 66181 + } + } + }, + { + "to": { + "startLine": 697, + "startColumn": 4, + "startOffset": 64149, + "endLine": 844, + "endColumn": 12, + "endOffset": 73681 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 742, + "startColumn": 4, + "startOffset": 66186, + "endLine": 889, + "endColumn": 12, + "endOffset": 75718 + } + } + }, + { + "to": { + "startLine": 845, + "startColumn": 4, + "startOffset": 73686, + "endLine": 866, + "endColumn": 12, + "endOffset": 74962 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 890, + "startColumn": 4, + "startOffset": 75723, + "endLine": 911, + "endColumn": 12, + "endOffset": 76999 + } + } + }, + { + "to": { + "startLine": 867, + "startColumn": 4, + "startOffset": 74967, + "endLine": 873, + "endColumn": 12, + "endOffset": 75498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 914, + "startColumn": 4, + "startOffset": 77230, + "endLine": 920, + "endColumn": 12, + "endOffset": 77761 + } + } + }, + { + "to": { + "startLine": 874, + "startColumn": 4, + "startOffset": 75503, + "endLine": 878, + "endColumn": 12, + "endOffset": 75828 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 921, + "startColumn": 4, + "startOffset": 77766, + "endLine": 925, + "endColumn": 12, + "endOffset": 78091 + } + } + }, + { + "to": { + "startLine": 879, + "startColumn": 4, + "startOffset": 75833, + "endLine": 899, + "endColumn": 12, + "endOffset": 76951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 926, + "startColumn": 4, + "startOffset": 78096, + "endLine": 946, + "endColumn": 12, + "endOffset": 79214 + } + } + }, + { + "to": { + "startLine": 900, + "startColumn": 4, + "startOffset": 76956, + "endLine": 904, + "endColumn": 12, + "endOffset": 77207 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 947, + "startColumn": 4, + "startOffset": 79219, + "endLine": 951, + "endColumn": 12, + "endOffset": 79470 + } + } + }, + { + "to": { + "startLine": 905, + "startColumn": 4, + "startOffset": 77212, + "endLine": 909, + "endColumn": 12, + "endOffset": 77443 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 952, + "startColumn": 4, + "startOffset": 79475, + "endLine": 956, + "endColumn": 12, + "endOffset": 79706 + } + } + }, + { + "to": { + "startLine": 910, + "startColumn": 4, + "startOffset": 77448, + "endLine": 919, + "endColumn": 12, + "endOffset": 77990 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 957, + "startColumn": 4, + "startOffset": 79711, + "endLine": 966, + "endColumn": 12, + "endOffset": 80253 + } + } + }, + { + "to": { + "startLine": 920, + "startColumn": 4, + "startOffset": 77995, + "endLine": 928, + "endColumn": 12, + "endOffset": 78484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 967, + "startColumn": 4, + "startOffset": 80258, + "endLine": 975, + "endColumn": 12, + "endOffset": 80747 + } + } + }, + { + "to": { + "startLine": 929, + "startColumn": 4, + "startOffset": 78489, + "endLine": 939, + "endColumn": 12, + "endOffset": 79157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 976, + "startColumn": 4, + "startOffset": 80752, + "endLine": 986, + "endColumn": 12, + "endOffset": 81420 + } + } + }, + { + "to": { + "startLine": 940, + "startColumn": 4, + "startOffset": 79162, + "endLine": 942, + "endColumn": 12, + "endOffset": 79305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 987, + "startColumn": 4, + "startOffset": 81425, + "endLine": 989, + "endColumn": 12, + "endOffset": 81568 + } + } + }, + { + "to": { + "startLine": 943, + "startColumn": 4, + "startOffset": 79310, + "endLine": 949, + "endColumn": 12, + "endOffset": 79833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 990, + "startColumn": 4, + "startOffset": 81573, + "endLine": 996, + "endColumn": 12, + "endOffset": 82096 + } + } + }, + { + "to": { + "startLine": 950, + "startColumn": 4, + "startOffset": 79838, + "endLine": 957, + "endColumn": 12, + "endOffset": 80397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 997, + "startColumn": 4, + "startOffset": 82101, + "endLine": 1004, + "endColumn": 12, + "endOffset": 82660 + } + } + }, + { + "to": { + "startLine": 958, + "startColumn": 4, + "startOffset": 80402, + "endLine": 964, + "endColumn": 12, + "endOffset": 80772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1005, + "startColumn": 4, + "startOffset": 82665, + "endLine": 1011, + "endColumn": 12, + "endOffset": 83035 + } + } + }, + { + "to": { + "startLine": 965, + "startColumn": 4, + "startOffset": 80777, + "endColumn": 117, + "endOffset": 80890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1012, + "startColumn": 4, + "startOffset": 83040, + "endColumn": 117, + "endOffset": 83153 + } + } + }, + { + "to": { + "startLine": 966, + "startColumn": 4, + "startOffset": 80895, + "endLine": 974, + "endColumn": 12, + "endOffset": 81428 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1013, + "startColumn": 4, + "startOffset": 83158, + "endLine": 1021, + "endColumn": 12, + "endOffset": 83691 + } + } + }, + { + "to": { + "startLine": 975, + "startColumn": 4, + "startOffset": 81433, + "endLine": 977, + "endColumn": 12, + "endOffset": 81585 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1022, + "startColumn": 4, + "startOffset": 83696, + "endLine": 1024, + "endColumn": 12, + "endOffset": 83848 + } + } + }, + { + "to": { + "startLine": 978, + "startColumn": 4, + "startOffset": 81590, + "endLine": 980, + "endColumn": 12, + "endOffset": 81729 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1025, + "startColumn": 4, + "startOffset": 83853, + "endLine": 1027, + "endColumn": 12, + "endOffset": 83992 + } + } + }, + { + "to": { + "startLine": 981, + "startColumn": 4, + "startOffset": 81734, + "endLine": 985, + "endColumn": 12, + "endOffset": 82049 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1028, + "startColumn": 4, + "startOffset": 83997, + "endLine": 1032, + "endColumn": 12, + "endOffset": 84312 + } + } + }, + { + "to": { + "startLine": 986, + "startColumn": 4, + "startOffset": 82054, + "endLine": 989, + "endColumn": 12, + "endOffset": 82305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1033, + "startColumn": 4, + "startOffset": 84317, + "endLine": 1036, + "endColumn": 12, + "endOffset": 84568 + } + } + }, + { + "to": { + "startLine": 990, + "startColumn": 4, + "startOffset": 82310, + "endLine": 993, + "endColumn": 12, + "endOffset": 82475 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1037, + "startColumn": 4, + "startOffset": 84573, + "endLine": 1040, + "endColumn": 12, + "endOffset": 84738 + } + } + }, + { + "to": { + "startLine": 994, + "startColumn": 4, + "startOffset": 82480, + "endLine": 996, + "endColumn": 12, + "endOffset": 82616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1041, + "startColumn": 4, + "startOffset": 84743, + "endLine": 1043, + "endColumn": 12, + "endOffset": 84879 + } + } + }, + { + "to": { + "startLine": 997, + "startColumn": 4, + "startOffset": 82621, + "endColumn": 63, + "endOffset": 82680 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1044, + "startColumn": 4, + "startOffset": 84884, + "endColumn": 63, + "endOffset": 84943 + } + } + }, + { + "to": { + "startLine": 998, + "startColumn": 4, + "startOffset": 82685, + "endLine": 1001, + "endColumn": 12, + "endOffset": 82962 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1045, + "startColumn": 4, + "startOffset": 84948, + "endLine": 1048, + "endColumn": 12, + "endOffset": 85225 + } + } + }, + { + "to": { + "startLine": 1002, + "startColumn": 4, + "startOffset": 82967, + "endLine": 1005, + "endColumn": 12, + "endOffset": 83248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1049, + "startColumn": 4, + "startOffset": 85230, + "endLine": 1052, + "endColumn": 12, + "endOffset": 85511 + } + } + }, + { + "to": { + "startLine": 1006, + "startColumn": 4, + "startOffset": 83253, + "endLine": 1013, + "endColumn": 12, + "endOffset": 83790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1053, + "startColumn": 4, + "startOffset": 85516, + "endLine": 1060, + "endColumn": 12, + "endOffset": 86053 + } + } + }, + { + "to": { + "startLine": 1014, + "startColumn": 4, + "startOffset": 83795, + "endLine": 1018, + "endColumn": 12, + "endOffset": 84054 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1061, + "startColumn": 4, + "startOffset": 86058, + "endLine": 1065, + "endColumn": 12, + "endOffset": 86317 + } + } + }, + { + "to": { + "startLine": 1019, + "startColumn": 4, + "startOffset": 84059, + "endLine": 1025, + "endColumn": 12, + "endOffset": 84392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1066, + "startColumn": 4, + "startOffset": 86322, + "endLine": 1072, + "endColumn": 12, + "endOffset": 86655 + } + } + }, + { + "to": { + "startLine": 1026, + "startColumn": 4, + "startOffset": 84397, + "endLine": 1031, + "endColumn": 12, + "endOffset": 84745 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1073, + "startColumn": 4, + "startOffset": 86660, + "endLine": 1078, + "endColumn": 12, + "endOffset": 87008 + } + } + }, + { + "to": { + "startLine": 1032, + "startColumn": 4, + "startOffset": 84750, + "endColumn": 93, + "endOffset": 84839 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1079, + "startColumn": 4, + "startOffset": 87013, + "endColumn": 93, + "endOffset": 87102 + } + } + }, + { + "to": { + "startLine": 1033, + "startColumn": 4, + "startOffset": 84844, + "endLine": 1036, + "endColumn": 12, + "endOffset": 85145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1080, + "startColumn": 4, + "startOffset": 87107, + "endLine": 1083, + "endColumn": 12, + "endOffset": 87408 + } + } + }, + { + "to": { + "startLine": 1037, + "startColumn": 4, + "startOffset": 85150, + "endLine": 1041, + "endColumn": 12, + "endOffset": 85407 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1084, + "startColumn": 4, + "startOffset": 87413, + "endLine": 1088, + "endColumn": 12, + "endOffset": 87670 + } + } + }, + { + "to": { + "startLine": 1042, + "startColumn": 4, + "startOffset": 85412, + "endLine": 1043, + "endColumn": 12, + "endOffset": 85532 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1089, + "startColumn": 4, + "startOffset": 87675, + "endLine": 1090, + "endColumn": 12, + "endOffset": 87795 + } + } + }, + { + "to": { + "startLine": 1044, + "startColumn": 4, + "startOffset": 85537, + "endLine": 1045, + "endColumn": 12, + "endOffset": 85659 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1091, + "startColumn": 4, + "startOffset": 87800, + "endLine": 1092, + "endColumn": 12, + "endOffset": 87922 + } + } + }, + { + "to": { + "startLine": 1046, + "startColumn": 4, + "startOffset": 85664, + "endLine": 1048, + "endColumn": 12, + "endOffset": 85898 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1093, + "startColumn": 4, + "startOffset": 87927, + "endLine": 1095, + "endColumn": 12, + "endOffset": 88161 + } + } + }, + { + "to": { + "startLine": 1049, + "startColumn": 4, + "startOffset": 85903, + "endLine": 1051, + "endColumn": 12, + "endOffset": 86109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1096, + "startColumn": 4, + "startOffset": 88166, + "endLine": 1098, + "endColumn": 12, + "endOffset": 88372 + } + } + }, + { + "to": { + "startLine": 1052, + "startColumn": 4, + "startOffset": 86114, + "endLine": 1053, + "endColumn": 12, + "endOffset": 86228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1099, + "startColumn": 4, + "startOffset": 88377, + "endLine": 1100, + "endColumn": 12, + "endOffset": 88491 + } + } + }, + { + "to": { + "startLine": 1054, + "startColumn": 4, + "startOffset": 86233, + "endLine": 1057, + "endColumn": 12, + "endOffset": 86421 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1101, + "startColumn": 4, + "startOffset": 88496, + "endLine": 1104, + "endColumn": 12, + "endOffset": 88684 + } + } + }, + { + "to": { + "startLine": 1058, + "startColumn": 4, + "startOffset": 86426, + "endLine": 1064, + "endColumn": 12, + "endOffset": 86876 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1105, + "startColumn": 4, + "startOffset": 88689, + "endLine": 1111, + "endColumn": 12, + "endOffset": 89139 + } + } + }, + { + "to": { + "startLine": 1065, + "startColumn": 4, + "startOffset": 86881, + "endLine": 1067, + "endColumn": 12, + "endOffset": 87057 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1112, + "startColumn": 4, + "startOffset": 89144, + "endLine": 1114, + "endColumn": 12, + "endOffset": 89320 + } + } + }, + { + "to": { + "startLine": 1068, + "startColumn": 4, + "startOffset": 87062, + "endLine": 1070, + "endColumn": 12, + "endOffset": 87179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1115, + "startColumn": 4, + "startOffset": 89325, + "endLine": 1117, + "endColumn": 12, + "endOffset": 89442 + } + } + }, + { + "to": { + "startLine": 1071, + "startColumn": 4, + "startOffset": 87184, + "endLine": 1074, + "endColumn": 12, + "endOffset": 87438 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1118, + "startColumn": 4, + "startOffset": 89447, + "endLine": 1121, + "endColumn": 12, + "endOffset": 89701 + } + } + }, + { + "to": { + "startLine": 1075, + "startColumn": 4, + "startOffset": 87443, + "endLine": 1076, + "endColumn": 12, + "endOffset": 87551 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1122, + "startColumn": 4, + "startOffset": 89706, + "endLine": 1123, + "endColumn": 12, + "endOffset": 89814 + } + } + }, + { + "to": { + "startLine": 1077, + "startColumn": 4, + "startOffset": 87556, + "endLine": 1080, + "endColumn": 12, + "endOffset": 87738 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1124, + "startColumn": 4, + "startOffset": 89819, + "endLine": 1127, + "endColumn": 12, + "endOffset": 90001 + } + } + }, + { + "to": { + "startLine": 1081, + "startColumn": 4, + "startOffset": 87743, + "endLine": 1082, + "endColumn": 12, + "endOffset": 87840 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1128, + "startColumn": 4, + "startOffset": 90006, + "endLine": 1129, + "endColumn": 12, + "endOffset": 90103 + } + } + }, + { + "to": { + "startLine": 1083, + "startColumn": 4, + "startOffset": 87845, + "endLine": 1088, + "endColumn": 12, + "endOffset": 88284 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1130, + "startColumn": 4, + "startOffset": 90108, + "endLine": 1135, + "endColumn": 12, + "endOffset": 90547 + } + } + }, + { + "to": { + "startLine": 1089, + "startColumn": 4, + "startOffset": 88289, + "endLine": 1090, + "endColumn": 12, + "endOffset": 88408 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1136, + "startColumn": 4, + "startOffset": 90552, + "endLine": 1137, + "endColumn": 12, + "endOffset": 90671 + } + } + }, + { + "to": { + "startLine": 1091, + "startColumn": 4, + "startOffset": 88413, + "endLine": 1094, + "endColumn": 12, + "endOffset": 88693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1138, + "startColumn": 4, + "startOffset": 90676, + "endLine": 1141, + "endColumn": 12, + "endOffset": 90956 + } + } + }, + { + "to": { + "startLine": 1095, + "startColumn": 4, + "startOffset": 88698, + "endLine": 1106, + "endColumn": 12, + "endOffset": 89580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1142, + "startColumn": 4, + "startOffset": 90961, + "endLine": 1153, + "endColumn": 12, + "endOffset": 91843 + } + } + }, + { + "to": { + "startLine": 1107, + "startColumn": 4, + "startOffset": 89585, + "endLine": 1112, + "endColumn": 12, + "endOffset": 89874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1154, + "startColumn": 4, + "startOffset": 91848, + "endLine": 1159, + "endColumn": 12, + "endOffset": 92137 + } + } + }, + { + "to": { + "startLine": 1113, + "startColumn": 4, + "startOffset": 89879, + "endLine": 1123, + "endColumn": 12, + "endOffset": 90606 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1160, + "startColumn": 4, + "startOffset": 92142, + "endLine": 1170, + "endColumn": 12, + "endOffset": 92869 + } + } + }, + { + "to": { + "startLine": 1124, + "startColumn": 4, + "startOffset": 90611, + "endLine": 1126, + "endColumn": 12, + "endOffset": 90778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1171, + "startColumn": 4, + "startOffset": 92874, + "endLine": 1173, + "endColumn": 12, + "endOffset": 93041 + } + } + }, + { + "to": { + "startLine": 1127, + "startColumn": 4, + "startOffset": 90783, + "endLine": 1131, + "endColumn": 12, + "endOffset": 91114 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1174, + "startColumn": 4, + "startOffset": 93046, + "endLine": 1178, + "endColumn": 12, + "endOffset": 93377 + } + } + }, + { + "to": { + "startLine": 1132, + "startColumn": 4, + "startOffset": 91119, + "endLine": 1143, + "endColumn": 12, + "endOffset": 91981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1179, + "startColumn": 4, + "startOffset": 93382, + "endLine": 1190, + "endColumn": 12, + "endOffset": 94244 + } + } + }, + { + "to": { + "startLine": 1144, + "startColumn": 4, + "startOffset": 91986, + "endLine": 1148, + "endColumn": 12, + "endOffset": 92259 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1191, + "startColumn": 4, + "startOffset": 94249, + "endLine": 1195, + "endColumn": 12, + "endOffset": 94522 + } + } + }, + { + "to": { + "startLine": 1149, + "startColumn": 4, + "startOffset": 92264, + "endLine": 1186, + "endColumn": 12, + "endOffset": 95121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1198, + "startColumn": 4, + "startOffset": 94753, + "endLine": 1235, + "endColumn": 12, + "endOffset": 97610 + } + } + }, + { + "to": { + "startLine": 1187, + "startColumn": 4, + "startOffset": 95126, + "endLine": 1225, + "endColumn": 12, + "endOffset": 98123 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1236, + "startColumn": 4, + "startOffset": 97615, + "endLine": 1274, + "endColumn": 12, + "endOffset": 100612 + } + } + }, + { + "to": { + "startLine": 1226, + "startColumn": 4, + "startOffset": 98128, + "endColumn": 61, + "endOffset": 98185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1275, + "startColumn": 4, + "startOffset": 100617, + "endColumn": 61, + "endOffset": 100674 + } + } + }, + { + "to": { + "startLine": 1227, + "startColumn": 4, + "startOffset": 98190, + "endLine": 1236, + "endColumn": 12, + "endOffset": 98815 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1276, + "startColumn": 4, + "startOffset": 100679, + "endLine": 1285, + "endColumn": 12, + "endOffset": 101304 + } + } + }, + { + "to": { + "startLine": 1237, + "startColumn": 4, + "startOffset": 98820, + "endLine": 1245, + "endColumn": 12, + "endOffset": 99429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1286, + "startColumn": 4, + "startOffset": 101309, + "endLine": 1294, + "endColumn": 12, + "endOffset": 101918 + } + } + }, + { + "to": { + "startLine": 1246, + "startColumn": 4, + "startOffset": 99434, + "endColumn": 85, + "endOffset": 99515 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1297, + "startColumn": 4, + "startOffset": 102149, + "endColumn": 85, + "endOffset": 102230 + } + } + }, + { + "to": { + "startLine": 1247, + "startColumn": 4, + "startOffset": 99520, + "endLine": 1248, + "endColumn": 12, + "endOffset": 99628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1300, + "startColumn": 4, + "startOffset": 102460, + "endLine": 1301, + "endColumn": 12, + "endOffset": 102568 + } + } + }, + { + "to": { + "startLine": 1249, + "startColumn": 4, + "startOffset": 99633, + "endLine": 1252, + "endColumn": 12, + "endOffset": 99857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1302, + "startColumn": 4, + "startOffset": 102573, + "endLine": 1305, + "endColumn": 12, + "endOffset": 102797 + } + } + }, + { + "to": { + "startLine": 1253, + "startColumn": 4, + "startOffset": 99862, + "endLine": 1256, + "endColumn": 12, + "endOffset": 100195 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1306, + "startColumn": 4, + "startOffset": 102802, + "endLine": 1309, + "endColumn": 12, + "endOffset": 103135 + } + } + }, + { + "to": { + "startLine": 1257, + "startColumn": 4, + "startOffset": 100200, + "endLine": 1259, + "endColumn": 12, + "endOffset": 100355 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1310, + "startColumn": 4, + "startOffset": 103140, + "endLine": 1312, + "endColumn": 12, + "endOffset": 103295 + } + } + }, + { + "to": { + "startLine": 1260, + "startColumn": 4, + "startOffset": 100360, + "endLine": 1262, + "endColumn": 12, + "endOffset": 100507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1313, + "startColumn": 4, + "startOffset": 103300, + "endLine": 1315, + "endColumn": 12, + "endOffset": 103447 + } + } + }, + { + "to": { + "startLine": 1263, + "startColumn": 4, + "startOffset": 100512, + "endLine": 1265, + "endColumn": 12, + "endOffset": 100678 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1316, + "startColumn": 4, + "startOffset": 103452, + "endLine": 1318, + "endColumn": 12, + "endOffset": 103618 + } + } + }, + { + "to": { + "startLine": 1266, + "startColumn": 4, + "startOffset": 100683, + "endLine": 1268, + "endColumn": 12, + "endOffset": 100845 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1319, + "startColumn": 4, + "startOffset": 103623, + "endLine": 1321, + "endColumn": 12, + "endOffset": 103785 + } + } + }, + { + "to": { + "startLine": 1269, + "startColumn": 4, + "startOffset": 100850, + "endLine": 1272, + "endColumn": 12, + "endOffset": 101088 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1322, + "startColumn": 4, + "startOffset": 103790, + "endLine": 1325, + "endColumn": 12, + "endOffset": 104028 + } + } + }, + { + "to": { + "startLine": 1273, + "startColumn": 4, + "startOffset": 101093, + "endLine": 1275, + "endColumn": 12, + "endOffset": 101258 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1326, + "startColumn": 4, + "startOffset": 104033, + "endLine": 1328, + "endColumn": 12, + "endOffset": 104198 + } + } + }, + { + "to": { + "startLine": 1276, + "startColumn": 4, + "startOffset": 101263, + "endLine": 1278, + "endColumn": 12, + "endOffset": 101431 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1329, + "startColumn": 4, + "startOffset": 104203, + "endLine": 1331, + "endColumn": 12, + "endOffset": 104371 + } + } + }, + { + "to": { + "startLine": 1279, + "startColumn": 4, + "startOffset": 101436, + "endLine": 1281, + "endColumn": 12, + "endOffset": 101602 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1332, + "startColumn": 4, + "startOffset": 104376, + "endLine": 1334, + "endColumn": 12, + "endOffset": 104542 + } + } + }, + { + "to": { + "startLine": 1282, + "startColumn": 4, + "startOffset": 101607, + "endLine": 1285, + "endColumn": 12, + "endOffset": 101876 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1335, + "startColumn": 4, + "startOffset": 104547, + "endLine": 1338, + "endColumn": 12, + "endOffset": 104816 + } + } + }, + { + "to": { + "startLine": 1286, + "startColumn": 4, + "startOffset": 101881, + "endLine": 1288, + "endColumn": 12, + "endOffset": 102075 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1339, + "startColumn": 4, + "startOffset": 104821, + "endLine": 1341, + "endColumn": 12, + "endOffset": 105015 + } + } + }, + { + "to": { + "startLine": 1289, + "startColumn": 4, + "startOffset": 102080, + "endColumn": 83, + "endOffset": 102159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1344, + "startColumn": 4, + "startOffset": 105241, + "endColumn": 83, + "endOffset": 105320 + } + } + }, + { + "to": { + "startLine": 1290, + "startColumn": 4, + "startOffset": 102164, + "endColumn": 95, + "endOffset": 102255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1345, + "startColumn": 4, + "startOffset": 105325, + "endColumn": 95, + "endOffset": 105416 + } + } + }, + { + "to": { + "startLine": 1291, + "startColumn": 4, + "startOffset": 102260, + "endColumn": 95, + "endOffset": 102351 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1346, + "startColumn": 4, + "startOffset": 105421, + "endColumn": 95, + "endOffset": 105512 + } + } + }, + { + "to": { + "startLine": 1292, + "startColumn": 4, + "startOffset": 102356, + "endColumn": 97, + "endOffset": 102449 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1347, + "startColumn": 4, + "startOffset": 105517, + "endColumn": 97, + "endOffset": 105610 + } + } + }, + { + "to": { + "startLine": 1293, + "startColumn": 4, + "startOffset": 102454, + "endColumn": 99, + "endOffset": 102549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1348, + "startColumn": 4, + "startOffset": 105615, + "endColumn": 99, + "endOffset": 105710 + } + } + }, + { + "to": { + "startLine": 1294, + "startColumn": 4, + "startOffset": 102554, + "endColumn": 101, + "endOffset": 102651 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1349, + "startColumn": 4, + "startOffset": 105715, + "endColumn": 101, + "endOffset": 105812 + } + } + }, + { + "to": { + "startLine": 1295, + "startColumn": 4, + "startOffset": 102656, + "endColumn": 101, + "endOffset": 102753 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1350, + "startColumn": 4, + "startOffset": 105817, + "endColumn": 101, + "endOffset": 105914 + } + } + }, + { + "to": { + "startLine": 1296, + "startColumn": 4, + "startOffset": 102758, + "endColumn": 101, + "endOffset": 102855 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1351, + "startColumn": 4, + "startOffset": 105919, + "endColumn": 101, + "endOffset": 106016 + } + } + }, + { + "to": { + "startLine": 1297, + "startColumn": 4, + "startOffset": 102860, + "endColumn": 101, + "endOffset": 102957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1352, + "startColumn": 4, + "startOffset": 106021, + "endColumn": 101, + "endOffset": 106118 + } + } + }, + { + "to": { + "startLine": 1298, + "startColumn": 4, + "startOffset": 102962, + "endColumn": 101, + "endOffset": 103059 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1353, + "startColumn": 4, + "startOffset": 106123, + "endColumn": 101, + "endOffset": 106220 + } + } + }, + { + "to": { + "startLine": 1299, + "startColumn": 4, + "startOffset": 103064, + "endColumn": 99, + "endOffset": 103159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1354, + "startColumn": 4, + "startOffset": 106225, + "endColumn": 99, + "endOffset": 106320 + } + } + }, + { + "to": { + "startLine": 1300, + "startColumn": 4, + "startOffset": 103164, + "endColumn": 95, + "endOffset": 103255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1355, + "startColumn": 4, + "startOffset": 106325, + "endColumn": 95, + "endOffset": 106416 + } + } + }, + { + "to": { + "startLine": 1301, + "startColumn": 4, + "startOffset": 103260, + "endColumn": 111, + "endOffset": 103367 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1356, + "startColumn": 4, + "startOffset": 106421, + "endColumn": 111, + "endOffset": 106528 + } + } + }, + { + "to": { + "startLine": 1302, + "startColumn": 4, + "startOffset": 103372, + "endColumn": 128, + "endOffset": 103496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1357, + "startColumn": 4, + "startOffset": 106533, + "endColumn": 128, + "endOffset": 106657 + } + } + }, + { + "to": { + "startLine": 1303, + "startColumn": 4, + "startOffset": 103501, + "endColumn": 122, + "endOffset": 103619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1358, + "startColumn": 4, + "startOffset": 106662, + "endColumn": 122, + "endOffset": 106780 + } + } + }, + { + "to": { + "startLine": 1304, + "startColumn": 4, + "startOffset": 103624, + "endLine": 1305, + "endColumn": 12, + "endOffset": 103773 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1359, + "startColumn": 4, + "startOffset": 106785, + "endLine": 1360, + "endColumn": 12, + "endOffset": 106934 + } + } + }, + { + "to": { + "startLine": 1306, + "startColumn": 4, + "startOffset": 103778, + "endLine": 1307, + "endColumn": 12, + "endOffset": 103927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1361, + "startColumn": 4, + "startOffset": 106939, + "endLine": 1362, + "endColumn": 12, + "endOffset": 107088 + } + } + }, + { + "to": { + "startLine": 1308, + "startColumn": 4, + "startOffset": 103932, + "endColumn": 97, + "endOffset": 104025 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1363, + "startColumn": 4, + "startOffset": 107093, + "endColumn": 97, + "endOffset": 107186 + } + } + }, + { + "to": { + "startLine": 1309, + "startColumn": 4, + "startOffset": 104030, + "endColumn": 113, + "endOffset": 104139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1364, + "startColumn": 4, + "startOffset": 107191, + "endColumn": 113, + "endOffset": 107300 + } + } + }, + { + "to": { + "startLine": 1310, + "startColumn": 4, + "startOffset": 104144, + "endColumn": 93, + "endOffset": 104233 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1365, + "startColumn": 4, + "startOffset": 107305, + "endColumn": 93, + "endOffset": 107394 + } + } + }, + { + "to": { + "startLine": 1311, + "startColumn": 4, + "startOffset": 104238, + "endLine": 1312, + "endColumn": 12, + "endOffset": 104373 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1366, + "startColumn": 4, + "startOffset": 107399, + "endLine": 1367, + "endColumn": 12, + "endOffset": 107534 + } + } + }, + { + "to": { + "startLine": 1313, + "startColumn": 4, + "startOffset": 104378, + "endLine": 1314, + "endColumn": 12, + "endOffset": 104507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1368, + "startColumn": 4, + "startOffset": 107539, + "endLine": 1369, + "endColumn": 12, + "endOffset": 107668 + } + } + }, + { + "to": { + "startLine": 1315, + "startColumn": 4, + "startOffset": 104512, + "endColumn": 95, + "endOffset": 104603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1370, + "startColumn": 4, + "startOffset": 107673, + "endColumn": 95, + "endOffset": 107764 + } + } + }, + { + "to": { + "startLine": 1316, + "startColumn": 4, + "startOffset": 104608, + "endColumn": 111, + "endOffset": 104715 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1371, + "startColumn": 4, + "startOffset": 107769, + "endColumn": 111, + "endOffset": 107876 + } + } + }, + { + "to": { + "startLine": 1317, + "startColumn": 4, + "startOffset": 104720, + "endColumn": 99, + "endOffset": 104815 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1372, + "startColumn": 4, + "startOffset": 107881, + "endColumn": 99, + "endOffset": 107976 + } + } + }, + { + "to": { + "startLine": 1318, + "startColumn": 4, + "startOffset": 104820, + "endColumn": 115, + "endOffset": 104931 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1373, + "startColumn": 4, + "startOffset": 107981, + "endColumn": 115, + "endOffset": 108092 + } + } + }, + { + "to": { + "startLine": 1319, + "startColumn": 4, + "startOffset": 104936, + "endColumn": 95, + "endOffset": 105027 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1374, + "startColumn": 4, + "startOffset": 108097, + "endColumn": 95, + "endOffset": 108188 + } + } + }, + { + "to": { + "startLine": 1320, + "startColumn": 4, + "startOffset": 105032, + "endColumn": 111, + "endOffset": 105139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1375, + "startColumn": 4, + "startOffset": 108193, + "endColumn": 111, + "endOffset": 108300 + } + } + }, + { + "to": { + "startLine": 1321, + "startColumn": 4, + "startOffset": 105144, + "endLine": 1322, + "endColumn": 12, + "endOffset": 105279 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1376, + "startColumn": 4, + "startOffset": 108305, + "endLine": 1377, + "endColumn": 12, + "endOffset": 108440 + } + } + }, + { + "to": { + "startLine": 1323, + "startColumn": 4, + "startOffset": 105284, + "endColumn": 135, + "endOffset": 105415 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1378, + "startColumn": 4, + "startOffset": 108445, + "endColumn": 135, + "endOffset": 108576 + } + } + }, + { + "to": { + "startLine": 1324, + "startColumn": 4, + "startOffset": 105420, + "endLine": 1325, + "endColumn": 12, + "endOffset": 105579 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1379, + "startColumn": 4, + "startOffset": 108581, + "endLine": 1380, + "endColumn": 12, + "endOffset": 108740 + } + } + }, + { + "to": { + "startLine": 1326, + "startColumn": 4, + "startOffset": 105584, + "endColumn": 129, + "endOffset": 105709 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1381, + "startColumn": 4, + "startOffset": 108745, + "endColumn": 129, + "endOffset": 108870 + } + } + }, + { + "to": { + "startLine": 1327, + "startColumn": 4, + "startOffset": 105714, + "endLine": 1328, + "endColumn": 12, + "endOffset": 105867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1382, + "startColumn": 4, + "startOffset": 108875, + "endLine": 1383, + "endColumn": 12, + "endOffset": 109028 + } + } + }, + { + "to": { + "startLine": 1329, + "startColumn": 4, + "startOffset": 105872, + "endLine": 1330, + "endColumn": 12, + "endOffset": 106017 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1384, + "startColumn": 4, + "startOffset": 109033, + "endLine": 1385, + "endColumn": 12, + "endOffset": 109178 + } + } + }, + { + "to": { + "startLine": 1331, + "startColumn": 4, + "startOffset": 106022, + "endColumn": 140, + "endOffset": 106158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1386, + "startColumn": 4, + "startOffset": 109183, + "endColumn": 140, + "endOffset": 109319 + } + } + }, + { + "to": { + "startLine": 1332, + "startColumn": 4, + "startOffset": 106163, + "endLine": 1333, + "endColumn": 12, + "endOffset": 106302 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1387, + "startColumn": 4, + "startOffset": 109324, + "endLine": 1388, + "endColumn": 12, + "endOffset": 109463 + } + } + }, + { + "to": { + "startLine": 1334, + "startColumn": 4, + "startOffset": 106307, + "endColumn": 134, + "endOffset": 106437 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1389, + "startColumn": 4, + "startOffset": 109468, + "endColumn": 134, + "endOffset": 109598 + } + } + }, + { + "to": { + "startLine": 1335, + "startColumn": 4, + "startOffset": 106442, + "endColumn": 111, + "endOffset": 106549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1390, + "startColumn": 4, + "startOffset": 109603, + "endColumn": 111, + "endOffset": 109710 + } + } + }, + { + "to": { + "startLine": 1336, + "startColumn": 4, + "startOffset": 106554, + "endColumn": 127, + "endOffset": 106677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1391, + "startColumn": 4, + "startOffset": 109715, + "endColumn": 127, + "endOffset": 109838 + } + } + }, + { + "to": { + "startLine": 1337, + "startColumn": 4, + "startOffset": 106682, + "endLine": 1338, + "endColumn": 12, + "endOffset": 106813 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1392, + "startColumn": 4, + "startOffset": 109843, + "endLine": 1393, + "endColumn": 12, + "endOffset": 109974 + } + } + }, + { + "to": { + "startLine": 1339, + "startColumn": 4, + "startOffset": 106818, + "endLine": 1340, + "endColumn": 12, + "endOffset": 106955 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1394, + "startColumn": 4, + "startOffset": 109979, + "endLine": 1395, + "endColumn": 12, + "endOffset": 110116 + } + } + }, + { + "to": { + "startLine": 1341, + "startColumn": 4, + "startOffset": 106960, + "endLine": 1342, + "endColumn": 12, + "endOffset": 107097 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1396, + "startColumn": 4, + "startOffset": 110121, + "endLine": 1397, + "endColumn": 12, + "endOffset": 110258 + } + } + }, + { + "to": { + "startLine": 1343, + "startColumn": 4, + "startOffset": 107102, + "endColumn": 111, + "endOffset": 107209 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1398, + "startColumn": 4, + "startOffset": 110263, + "endColumn": 111, + "endOffset": 110370 + } + } + }, + { + "to": { + "startLine": 1344, + "startColumn": 4, + "startOffset": 107214, + "endColumn": 139, + "endOffset": 107349 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1399, + "startColumn": 4, + "startOffset": 110375, + "endColumn": 139, + "endOffset": 110510 + } + } + }, + { + "to": { + "startLine": 1345, + "startColumn": 4, + "startOffset": 107354, + "endColumn": 67, + "endOffset": 107417 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1400, + "startColumn": 4, + "startOffset": 110515, + "endColumn": 67, + "endOffset": 110578 + } + } + }, + { + "to": { + "startLine": 1346, + "startColumn": 4, + "startOffset": 107422, + "endColumn": 72, + "endOffset": 107490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1401, + "startColumn": 4, + "startOffset": 110583, + "endColumn": 72, + "endOffset": 110651 + } + } + }, + { + "to": { + "startLine": 1347, + "startColumn": 4, + "startOffset": 107495, + "endColumn": 73, + "endOffset": 107564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1402, + "startColumn": 4, + "startOffset": 110656, + "endColumn": 73, + "endOffset": 110725 + } + } + }, + { + "to": { + "startLine": 1348, + "startColumn": 4, + "startOffset": 107569, + "endColumn": 72, + "endOffset": 107637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1403, + "startColumn": 4, + "startOffset": 110730, + "endColumn": 72, + "endOffset": 110798 + } + } + }, + { + "to": { + "startLine": 1349, + "startColumn": 4, + "startOffset": 107642, + "endColumn": 73, + "endOffset": 107711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1404, + "startColumn": 4, + "startOffset": 110803, + "endColumn": 73, + "endOffset": 110872 + } + } + }, + { + "to": { + "startLine": 1350, + "startColumn": 4, + "startOffset": 107716, + "endLine": 1351, + "endColumn": 12, + "endOffset": 107857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1405, + "startColumn": 4, + "startOffset": 110877, + "endLine": 1406, + "endColumn": 12, + "endOffset": 111018 + } + } + }, + { + "to": { + "startLine": 1352, + "startColumn": 4, + "startOffset": 107862, + "endLine": 1353, + "endColumn": 12, + "endOffset": 108001 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1407, + "startColumn": 4, + "startOffset": 111023, + "endLine": 1408, + "endColumn": 12, + "endOffset": 111162 + } + } + }, + { + "to": { + "startLine": 1354, + "startColumn": 4, + "startOffset": 108006, + "endLine": 1355, + "endColumn": 12, + "endOffset": 108139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1409, + "startColumn": 4, + "startOffset": 111167, + "endLine": 1410, + "endColumn": 12, + "endOffset": 111300 + } + } + }, + { + "to": { + "startLine": 1356, + "startColumn": 4, + "startOffset": 108144, + "endColumn": 25, + "endOffset": 108165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 3223, + "endColumn": 25, + "endOffset": 3244 + } + } + }, + { + "to": { + "startLine": 1357, + "startColumn": 4, + "startOffset": 108170, + "endColumn": 65, + "endOffset": 108231 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1413, + "startColumn": 4, + "startOffset": 111526, + "endColumn": 65, + "endOffset": 111587 + } + } + }, + { + "to": { + "startLine": 1358, + "startColumn": 4, + "startOffset": 108236, + "endColumn": 89, + "endOffset": 108321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1414, + "startColumn": 4, + "startOffset": 111592, + "endColumn": 89, + "endOffset": 111677 + } + } + }, + { + "to": { + "startLine": 1359, + "startColumn": 4, + "startOffset": 108326, + "endColumn": 79, + "endOffset": 108401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1415, + "startColumn": 4, + "startOffset": 111682, + "endColumn": 79, + "endOffset": 111757 + } + } + }, + { + "to": { + "startLine": 1360, + "startColumn": 4, + "startOffset": 108406, + "endColumn": 91, + "endOffset": 108493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1416, + "startColumn": 4, + "startOffset": 111762, + "endColumn": 91, + "endOffset": 111849 + } + } + }, + { + "to": { + "startLine": 1361, + "startColumn": 4, + "startOffset": 108498, + "endColumn": 97, + "endOffset": 108591 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1417, + "startColumn": 4, + "startOffset": 111854, + "endColumn": 97, + "endOffset": 111947 + } + } + }, + { + "to": { + "startLine": 1362, + "startColumn": 4, + "startOffset": 108596, + "endLine": 1363, + "endColumn": 12, + "endOffset": 108701 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1418, + "startColumn": 4, + "startOffset": 111952, + "endLine": 1419, + "endColumn": 12, + "endOffset": 112057 + } + } + }, + { + "to": { + "startLine": 1364, + "startColumn": 4, + "startOffset": 108706, + "endColumn": 77, + "endOffset": 108779 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1420, + "startColumn": 4, + "startOffset": 112062, + "endColumn": 77, + "endOffset": 112135 + } + } + }, + { + "to": { + "startLine": 1365, + "startColumn": 4, + "startOffset": 108784, + "endColumn": 105, + "endOffset": 108885 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1421, + "startColumn": 4, + "startOffset": 112140, + "endColumn": 105, + "endOffset": 112241 + } + } + }, + { + "to": { + "startLine": 1366, + "startColumn": 4, + "startOffset": 108890, + "endColumn": 91, + "endOffset": 108977 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1422, + "startColumn": 4, + "startOffset": 112246, + "endColumn": 91, + "endOffset": 112333 + } + } + }, + { + "to": { + "startLine": 1367, + "startColumn": 4, + "startOffset": 108982, + "endColumn": 103, + "endOffset": 109081 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1423, + "startColumn": 4, + "startOffset": 112338, + "endColumn": 103, + "endOffset": 112437 + } + } + }, + { + "to": { + "startLine": 1368, + "startColumn": 4, + "startOffset": 109086, + "endColumn": 109, + "endOffset": 109191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1424, + "startColumn": 4, + "startOffset": 112442, + "endColumn": 109, + "endOffset": 112547 + } + } + }, + { + "to": { + "startLine": 1369, + "startColumn": 4, + "startOffset": 109196, + "endLine": 1370, + "endColumn": 12, + "endOffset": 109313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1425, + "startColumn": 4, + "startOffset": 112552, + "endLine": 1426, + "endColumn": 12, + "endOffset": 112669 + } + } + }, + { + "to": { + "startLine": 1371, + "startColumn": 4, + "startOffset": 109318, + "endLine": 1374, + "endColumn": 12, + "endOffset": 109476 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1427, + "startColumn": 4, + "startOffset": 112674, + "endLine": 1430, + "endColumn": 12, + "endOffset": 112832 + } + } + }, + { + "to": { + "startLine": 1375, + "startColumn": 4, + "startOffset": 109481, + "endLine": 1378, + "endColumn": 12, + "endOffset": 109633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1431, + "startColumn": 4, + "startOffset": 112837, + "endLine": 1434, + "endColumn": 12, + "endOffset": 112989 + } + } + }, + { + "to": { + "startLine": 1379, + "startColumn": 4, + "startOffset": 109638, + "endColumn": 34, + "endOffset": 109668 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 3249, + "endColumn": 34, + "endOffset": 3279 + } + } + }, + { + "to": { + "startLine": 1380, + "startColumn": 4, + "startOffset": 109673, + "endLine": 1386, + "endColumn": 10, + "endOffset": 110134 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 3284, + "endLine": 35, + "endColumn": 10, + "endOffset": 3745 + } + } + }, + { + "to": { + "startLine": 1387, + "startColumn": 4, + "startOffset": 110139, + "endLine": 1389, + "endColumn": 12, + "endOffset": 110317 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3750, + "endLine": 38, + "endColumn": 12, + "endOffset": 3928 + } + } + }, + { + "to": { + "startLine": 1390, + "startColumn": 4, + "startOffset": 110322, + "endLine": 1395, + "endColumn": 12, + "endOffset": 110682 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 3933, + "endLine": 44, + "endColumn": 12, + "endOffset": 4293 + } + } + }, + { + "to": { + "startLine": 1396, + "startColumn": 4, + "startOffset": 110687, + "endColumn": 79, + "endOffset": 110762 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1435, + "startColumn": 4, + "startOffset": 112994, + "endColumn": 79, + "endOffset": 113069 + } + } + }, + { + "to": { + "startLine": 1397, + "startColumn": 4, + "startOffset": 110767, + "endColumn": 99, + "endOffset": 110862 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1436, + "startColumn": 4, + "startOffset": 113074, + "endColumn": 99, + "endOffset": 113169 + } + } + }, + { + "to": { + "startLine": 1398, + "startColumn": 4, + "startOffset": 110867, + "endColumn": 89, + "endOffset": 110952 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1437, + "startColumn": 4, + "startOffset": 113174, + "endColumn": 89, + "endOffset": 113259 + } + } + }, + { + "to": { + "startLine": 1399, + "startColumn": 4, + "startOffset": 110957, + "endColumn": 109, + "endOffset": 111062 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1438, + "startColumn": 4, + "startOffset": 113264, + "endColumn": 109, + "endOffset": 113369 + } + } + }, + { + "to": { + "startLine": 1400, + "startColumn": 4, + "startOffset": 111067, + "endColumn": 91, + "endOffset": 111154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1439, + "startColumn": 4, + "startOffset": 113374, + "endColumn": 91, + "endOffset": 113461 + } + } + }, + { + "to": { + "startLine": 1401, + "startColumn": 4, + "startOffset": 111159, + "endLine": 1402, + "endColumn": 12, + "endOffset": 111254 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1442, + "startColumn": 4, + "startOffset": 113687, + "endLine": 1443, + "endColumn": 12, + "endOffset": 113782 + } + } + }, + { + "to": { + "startLine": 1403, + "startColumn": 4, + "startOffset": 111259, + "endLine": 1404, + "endColumn": 12, + "endOffset": 111366 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1444, + "startColumn": 4, + "startOffset": 113787, + "endLine": 1445, + "endColumn": 12, + "endOffset": 113894 + } + } + }, + { + "to": { + "startLine": 1405, + "startColumn": 4, + "startOffset": 111371, + "endLine": 1406, + "endColumn": 12, + "endOffset": 111480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1446, + "startColumn": 4, + "startOffset": 113899, + "endLine": 1447, + "endColumn": 12, + "endOffset": 114008 + } + } + }, + { + "to": { + "startLine": 1407, + "startColumn": 4, + "startOffset": 111485, + "endLine": 1408, + "endColumn": 12, + "endOffset": 111596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1448, + "startColumn": 4, + "startOffset": 114013, + "endLine": 1449, + "endColumn": 12, + "endOffset": 114124 + } + } + }, + { + "to": { + "startLine": 1409, + "startColumn": 4, + "startOffset": 111601, + "endLine": 1410, + "endColumn": 12, + "endOffset": 111712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1450, + "startColumn": 4, + "startOffset": 114129, + "endLine": 1451, + "endColumn": 12, + "endOffset": 114240 + } + } + }, + { + "to": { + "startLine": 1411, + "startColumn": 4, + "startOffset": 111717, + "endColumn": 93, + "endOffset": 111806 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1452, + "startColumn": 4, + "startOffset": 114245, + "endColumn": 93, + "endOffset": 114334 + } + } + }, + { + "to": { + "startLine": 1412, + "startColumn": 4, + "startOffset": 111811, + "endColumn": 113, + "endOffset": 111920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1453, + "startColumn": 4, + "startOffset": 114339, + "endColumn": 113, + "endOffset": 114448 + } + } + }, + { + "to": { + "startLine": 1413, + "startColumn": 4, + "startOffset": 111925, + "endColumn": 117, + "endOffset": 112038 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1454, + "startColumn": 4, + "startOffset": 114453, + "endColumn": 117, + "endOffset": 114566 + } + } + }, + { + "to": { + "startLine": 1414, + "startColumn": 4, + "startOffset": 112043, + "endLine": 1415, + "endColumn": 12, + "endOffset": 112140 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1455, + "startColumn": 4, + "startOffset": 114571, + "endLine": 1456, + "endColumn": 12, + "endOffset": 114668 + } + } + }, + { + "to": { + "startLine": 1416, + "startColumn": 4, + "startOffset": 112145, + "endLine": 1417, + "endColumn": 12, + "endOffset": 112260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1457, + "startColumn": 4, + "startOffset": 114673, + "endLine": 1458, + "endColumn": 12, + "endOffset": 114788 + } + } + }, + { + "to": { + "startLine": 1418, + "startColumn": 4, + "startOffset": 112265, + "endLine": 1419, + "endColumn": 12, + "endOffset": 112382 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1459, + "startColumn": 4, + "startOffset": 114793, + "endLine": 1460, + "endColumn": 12, + "endOffset": 114910 + } + } + }, + { + "to": { + "startLine": 1420, + "startColumn": 4, + "startOffset": 112387, + "endColumn": 81, + "endOffset": 112464 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1461, + "startColumn": 4, + "startOffset": 114915, + "endColumn": 81, + "endOffset": 114992 + } + } + }, + { + "to": { + "startLine": 1421, + "startColumn": 4, + "startOffset": 112469, + "endColumn": 103, + "endOffset": 112568 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1462, + "startColumn": 4, + "startOffset": 114997, + "endColumn": 103, + "endOffset": 115096 + } + } + }, + { + "to": { + "startLine": 1422, + "startColumn": 4, + "startOffset": 112573, + "endColumn": 119, + "endOffset": 112688 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1463, + "startColumn": 4, + "startOffset": 115101, + "endColumn": 119, + "endOffset": 115216 + } + } + }, + { + "to": { + "startLine": 1423, + "startColumn": 4, + "startOffset": 112693, + "endColumn": 125, + "endOffset": 112814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1464, + "startColumn": 4, + "startOffset": 115221, + "endColumn": 125, + "endOffset": 115342 + } + } + }, + { + "to": { + "startLine": 1424, + "startColumn": 4, + "startOffset": 112819, + "endColumn": 97, + "endOffset": 112912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1465, + "startColumn": 4, + "startOffset": 115347, + "endColumn": 97, + "endOffset": 115440 + } + } + }, + { + "to": { + "startLine": 1425, + "startColumn": 4, + "startOffset": 112917, + "endColumn": 93, + "endOffset": 113006 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1466, + "startColumn": 4, + "startOffset": 115445, + "endColumn": 93, + "endOffset": 115534 + } + } + }, + { + "to": { + "startLine": 1426, + "startColumn": 4, + "startOffset": 113011, + "endColumn": 87, + "endOffset": 113094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1467, + "startColumn": 4, + "startOffset": 115539, + "endColumn": 87, + "endOffset": 115622 + } + } + }, + { + "to": { + "startLine": 1427, + "startColumn": 4, + "startOffset": 113099, + "endColumn": 111, + "endOffset": 113206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1468, + "startColumn": 4, + "startOffset": 115627, + "endColumn": 111, + "endOffset": 115734 + } + } + }, + { + "to": { + "startLine": 1428, + "startColumn": 4, + "startOffset": 113211, + "endColumn": 115, + "endOffset": 113322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1469, + "startColumn": 4, + "startOffset": 115739, + "endColumn": 115, + "endOffset": 115850 + } + } + }, + { + "to": { + "startLine": 1429, + "startColumn": 4, + "startOffset": 113327, + "endColumn": 121, + "endOffset": 113444 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1470, + "startColumn": 4, + "startOffset": 115855, + "endColumn": 121, + "endOffset": 115972 + } + } + }, + { + "to": { + "startLine": 1430, + "startColumn": 4, + "startOffset": 113449, + "endColumn": 111, + "endOffset": 113556 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1471, + "startColumn": 4, + "startOffset": 115977, + "endColumn": 111, + "endOffset": 116084 + } + } + }, + { + "to": { + "startLine": 1431, + "startColumn": 4, + "startOffset": 113561, + "endLine": 1433, + "endColumn": 12, + "endOffset": 113731 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1472, + "startColumn": 4, + "startOffset": 116089, + "endLine": 1474, + "endColumn": 12, + "endOffset": 116259 + } + } + }, + { + "to": { + "startLine": 1434, + "startColumn": 4, + "startOffset": 113736, + "endColumn": 115, + "endOffset": 113847 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1475, + "startColumn": 4, + "startOffset": 116264, + "endColumn": 115, + "endOffset": 116375 + } + } + }, + { + "to": { + "startLine": 1435, + "startColumn": 4, + "startOffset": 113852, + "endColumn": 85, + "endOffset": 113933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1476, + "startColumn": 4, + "startOffset": 116380, + "endColumn": 85, + "endOffset": 116461 + } + } + }, + { + "to": { + "startLine": 1436, + "startColumn": 4, + "startOffset": 113938, + "endLine": 1437, + "endColumn": 12, + "endOffset": 114045 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1477, + "startColumn": 4, + "startOffset": 116466, + "endLine": 1478, + "endColumn": 12, + "endOffset": 116573 + } + } + }, + { + "to": { + "startLine": 1438, + "startColumn": 4, + "startOffset": 114050, + "endLine": 1439, + "endColumn": 12, + "endOffset": 114169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1479, + "startColumn": 4, + "startOffset": 116578, + "endLine": 1480, + "endColumn": 12, + "endOffset": 116697 + } + } + }, + { + "to": { + "startLine": 1440, + "startColumn": 4, + "startOffset": 114174, + "endColumn": 66, + "endOffset": 114236 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1481, + "startColumn": 4, + "startOffset": 116702, + "endColumn": 66, + "endOffset": 116764 + } + } + }, + { + "to": { + "startLine": 1441, + "startColumn": 4, + "startOffset": 114241, + "endLine": 1442, + "endColumn": 12, + "endOffset": 114362 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1482, + "startColumn": 4, + "startOffset": 116769, + "endLine": 1483, + "endColumn": 12, + "endOffset": 116890 + } + } + }, + { + "to": { + "startLine": 1443, + "startColumn": 4, + "startOffset": 114367, + "endColumn": 67, + "endOffset": 114430 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1484, + "startColumn": 4, + "startOffset": 116895, + "endColumn": 67, + "endOffset": 116958 + } + } + }, + { + "to": { + "startLine": 1444, + "startColumn": 4, + "startOffset": 114435, + "endLine": 1445, + "endColumn": 12, + "endOffset": 114558 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1485, + "startColumn": 4, + "startOffset": 116963, + "endLine": 1486, + "endColumn": 12, + "endOffset": 117086 + } + } + }, + { + "to": { + "startLine": 1446, + "startColumn": 4, + "startOffset": 114563, + "endLine": 1447, + "endColumn": 12, + "endOffset": 114702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1487, + "startColumn": 4, + "startOffset": 117091, + "endLine": 1488, + "endColumn": 12, + "endOffset": 117230 + } + } + }, + { + "to": { + "startLine": 1448, + "startColumn": 4, + "startOffset": 114707, + "endLine": 1449, + "endColumn": 12, + "endOffset": 114830 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1489, + "startColumn": 4, + "startOffset": 117235, + "endLine": 1490, + "endColumn": 12, + "endOffset": 117358 + } + } + }, + { + "to": { + "startLine": 1450, + "startColumn": 4, + "startOffset": 114835, + "endColumn": 68, + "endOffset": 114899 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1491, + "startColumn": 4, + "startOffset": 117363, + "endColumn": 68, + "endOffset": 117427 + } + } + }, + { + "to": { + "startLine": 1451, + "startColumn": 4, + "startOffset": 114904, + "endColumn": 94, + "endOffset": 114994 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1492, + "startColumn": 4, + "startOffset": 117432, + "endColumn": 94, + "endOffset": 117522 + } + } + }, + { + "to": { + "startLine": 1452, + "startColumn": 4, + "startOffset": 114999, + "endColumn": 114, + "endOffset": 115109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1493, + "startColumn": 4, + "startOffset": 117527, + "endColumn": 114, + "endOffset": 117637 + } + } + }, + { + "to": { + "startLine": 1453, + "startColumn": 4, + "startOffset": 115114, + "endColumn": 112, + "endOffset": 115222 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1494, + "startColumn": 4, + "startOffset": 117642, + "endColumn": 112, + "endOffset": 117750 + } + } + }, + { + "to": { + "startLine": 1454, + "startColumn": 4, + "startOffset": 115227, + "endColumn": 98, + "endOffset": 115321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1495, + "startColumn": 4, + "startOffset": 117755, + "endColumn": 98, + "endOffset": 117849 + } + } + }, + { + "to": { + "startLine": 1455, + "startColumn": 4, + "startOffset": 115326, + "endColumn": 108, + "endOffset": 115430 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1496, + "startColumn": 4, + "startOffset": 117854, + "endColumn": 108, + "endOffset": 117958 + } + } + }, + { + "to": { + "startLine": 1456, + "startColumn": 4, + "startOffset": 115435, + "endColumn": 110, + "endOffset": 115541 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1497, + "startColumn": 4, + "startOffset": 117963, + "endColumn": 110, + "endOffset": 118069 + } + } + }, + { + "to": { + "startLine": 1457, + "startColumn": 4, + "startOffset": 115546, + "endColumn": 110, + "endOffset": 115652 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1498, + "startColumn": 4, + "startOffset": 118074, + "endColumn": 110, + "endOffset": 118180 + } + } + }, + { + "to": { + "startLine": 1458, + "startColumn": 4, + "startOffset": 115657, + "endColumn": 100, + "endOffset": 115753 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1499, + "startColumn": 4, + "startOffset": 118185, + "endColumn": 100, + "endOffset": 118281 + } + } + }, + { + "to": { + "startLine": 1459, + "startColumn": 4, + "startOffset": 115758, + "endColumn": 104, + "endOffset": 115858 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1500, + "startColumn": 4, + "startOffset": 118286, + "endColumn": 104, + "endOffset": 118386 + } + } + }, + { + "to": { + "startLine": 1460, + "startColumn": 4, + "startOffset": 115863, + "endLine": 1461, + "endColumn": 12, + "endOffset": 115970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1501, + "startColumn": 4, + "startOffset": 118391, + "endLine": 1502, + "endColumn": 12, + "endOffset": 118498 + } + } + }, + { + "to": { + "startLine": 1462, + "startColumn": 4, + "startOffset": 115975, + "endLine": 1463, + "endColumn": 12, + "endOffset": 116100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1503, + "startColumn": 4, + "startOffset": 118503, + "endLine": 1504, + "endColumn": 12, + "endOffset": 118628 + } + } + }, + { + "to": { + "startLine": 1464, + "startColumn": 4, + "startOffset": 116105, + "endColumn": 90, + "endOffset": 116191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1505, + "startColumn": 4, + "startOffset": 118633, + "endColumn": 90, + "endOffset": 118719 + } + } + }, + { + "to": { + "startLine": 1465, + "startColumn": 4, + "startOffset": 116196, + "endColumn": 122, + "endOffset": 116314 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1506, + "startColumn": 4, + "startOffset": 118724, + "endColumn": 122, + "endOffset": 118842 + } + } + }, + { + "to": { + "startLine": 1466, + "startColumn": 4, + "startOffset": 116319, + "endLine": 1467, + "endColumn": 12, + "endOffset": 116426 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1507, + "startColumn": 4, + "startOffset": 118847, + "endLine": 1508, + "endColumn": 12, + "endOffset": 118954 + } + } + }, + { + "to": { + "startLine": 1468, + "startColumn": 4, + "startOffset": 116431, + "endColumn": 85, + "endOffset": 116512 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1509, + "startColumn": 4, + "startOffset": 118959, + "endColumn": 85, + "endOffset": 119040 + } + } + }, + { + "to": { + "startLine": 1469, + "startColumn": 4, + "startOffset": 116517, + "endColumn": 103, + "endOffset": 116616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1510, + "startColumn": 4, + "startOffset": 119045, + "endColumn": 103, + "endOffset": 119144 + } + } + }, + { + "to": { + "startLine": 1470, + "startColumn": 4, + "startOffset": 116621, + "endLine": 1471, + "endColumn": 12, + "endOffset": 116724 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1511, + "startColumn": 4, + "startOffset": 119149, + "endLine": 1512, + "endColumn": 12, + "endOffset": 119252 + } + } + }, + { + "to": { + "startLine": 1472, + "startColumn": 4, + "startOffset": 116729, + "endLine": 1473, + "endColumn": 12, + "endOffset": 116824 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1513, + "startColumn": 4, + "startOffset": 119257, + "endLine": 1514, + "endColumn": 12, + "endOffset": 119352 + } + } + }, + { + "to": { + "startLine": 1474, + "startColumn": 4, + "startOffset": 116829, + "endLine": 1475, + "endColumn": 12, + "endOffset": 116942 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1515, + "startColumn": 4, + "startOffset": 119357, + "endLine": 1516, + "endColumn": 12, + "endOffset": 119470 + } + } + }, + { + "to": { + "startLine": 1476, + "startColumn": 4, + "startOffset": 116947, + "endLine": 1477, + "endColumn": 12, + "endOffset": 117046 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1517, + "startColumn": 4, + "startOffset": 119475, + "endLine": 1518, + "endColumn": 12, + "endOffset": 119574 + } + } + }, + { + "to": { + "startLine": 1478, + "startColumn": 4, + "startOffset": 117051, + "endLine": 1479, + "endColumn": 12, + "endOffset": 117150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1519, + "startColumn": 4, + "startOffset": 119579, + "endLine": 1520, + "endColumn": 12, + "endOffset": 119678 + } + } + }, + { + "to": { + "startLine": 1480, + "startColumn": 4, + "startOffset": 117155, + "endLine": 1481, + "endColumn": 12, + "endOffset": 117276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1521, + "startColumn": 4, + "startOffset": 119683, + "endLine": 1522, + "endColumn": 12, + "endOffset": 119804 + } + } + }, + { + "to": { + "startLine": 1482, + "startColumn": 4, + "startOffset": 117281, + "endColumn": 87, + "endOffset": 117364 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1523, + "startColumn": 4, + "startOffset": 119809, + "endColumn": 87, + "endOffset": 119892 + } + } + }, + { + "to": { + "startLine": 1483, + "startColumn": 4, + "startOffset": 117369, + "endColumn": 89, + "endOffset": 117454 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1524, + "startColumn": 4, + "startOffset": 119897, + "endColumn": 89, + "endOffset": 119982 + } + } + }, + { + "to": { + "startLine": 1484, + "startColumn": 4, + "startOffset": 117459, + "endColumn": 109, + "endOffset": 117564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1525, + "startColumn": 4, + "startOffset": 119987, + "endColumn": 109, + "endOffset": 120092 + } + } + }, + { + "to": { + "startLine": 1485, + "startColumn": 4, + "startOffset": 117569, + "endColumn": 83, + "endOffset": 117648 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1526, + "startColumn": 4, + "startOffset": 120097, + "endColumn": 83, + "endOffset": 120176 + } + } + }, + { + "to": { + "startLine": 1486, + "startColumn": 4, + "startOffset": 117653, + "endColumn": 53, + "endOffset": 117702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1527, + "startColumn": 4, + "startOffset": 120181, + "endColumn": 53, + "endOffset": 120230 + } + } + }, + { + "to": { + "startLine": 1487, + "startColumn": 4, + "startOffset": 117707, + "endColumn": 63, + "endOffset": 117766 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1528, + "startColumn": 4, + "startOffset": 120235, + "endColumn": 63, + "endOffset": 120294 + } + } + }, + { + "to": { + "startLine": 1488, + "startColumn": 4, + "startOffset": 117771, + "endColumn": 105, + "endOffset": 117872 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1529, + "startColumn": 4, + "startOffset": 120299, + "endColumn": 105, + "endOffset": 120400 + } + } + }, + { + "to": { + "startLine": 1489, + "startColumn": 4, + "startOffset": 117877, + "endColumn": 109, + "endOffset": 117982 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1530, + "startColumn": 4, + "startOffset": 120405, + "endColumn": 109, + "endOffset": 120510 + } + } + }, + { + "to": { + "startLine": 1490, + "startColumn": 4, + "startOffset": 117987, + "endColumn": 83, + "endOffset": 118066 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1531, + "startColumn": 4, + "startOffset": 120515, + "endColumn": 83, + "endOffset": 120594 + } + } + }, + { + "to": { + "startLine": 1491, + "startColumn": 4, + "startOffset": 118071, + "endColumn": 119, + "endOffset": 118186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1532, + "startColumn": 4, + "startOffset": 120599, + "endColumn": 119, + "endOffset": 120714 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/anim.json b/android/build/intermediates/blame/res/androidTest/debug/single/anim.json new file mode 100644 index 0000000000000000000000000000000000000000..1149f542a9b3428da1a54ea6373911d695df56c3 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/anim.json @@ -0,0 +1,50 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_in.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_in.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_in.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_exit.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_out_top.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_fade_out.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_grow_fade_in_from_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_shrink_fade_out_from_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_slide_in_top.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/catalyst_push_up_out.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_out.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/anim/abc_popup_enter.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/color-v11.json b/android/build/intermediates/blame/res/androidTest/debug/single/color-v11.json new file mode 100644 index 0000000000000000000000000000000000000000..0a74667d2b495a961ec59eb512eabb395d0bcfd0 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/color-v11.json @@ -0,0 +1,10 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color-v11/abc_background_cache_hint_selector_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/color-v23.json b/android/build/intermediates/blame/res/androidTest/debug/single/color-v23.json new file mode 100644 index 0000000000000000000000000000000000000000..37c8ca85c85b9d21dacc93cb8fadb0dcabaf7f5c --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/color-v23.json @@ -0,0 +1,6 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color-v23/abc_color_highlight_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/color.json b/android/build/intermediates/blame/res/androidTest/debug/single/color.json new file mode 100644 index 0000000000000000000000000000000000000000..9d381595c91c65a2e6f40d1a005ad8f1d254fd00 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/color.json @@ -0,0 +1,38 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/abc_search_url_text.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_disable_only_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/switch_thumb_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/abc_secondary_text_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/color/abc_primary_text_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-hdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-hdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..bf0abcce9d8d989362194c716385d707cbcc1c90 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-hdpi.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-hdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-hdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..b3606f559b4425fe87f56d78a775c5569feb7676 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-hdpi.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-mdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-mdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..df88b5f4a4f8bf5e30df4e3aefb277922f9579f5 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-mdpi.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xhdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xhdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..434c1c405d83f91b715b3dc33136c44bc7e84ad1 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xhdpi.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xxhdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xxhdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..d7e596adc1dd5057310338db7d54f5d8218aa707 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xxhdpi.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xxxhdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xxxhdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..ff23c31f5bc37cd321cae1d04bed022e92a8d321 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-ldrtl-xxxhdpi.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-mdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-mdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..296540763e3f307ddf5fc4c6c5fe7648552e2de5 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-mdpi.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-v21.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-v21.json new file mode 100644 index 0000000000000000000000000000000000000000..cacd42c6232ede0e1e99727af7a4dcf84550ecc7 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-v21.json @@ -0,0 +1,10 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_action_bar_item_background_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-v21/abc_btn_colored_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-v23.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-v23.json new file mode 100644 index 0000000000000000000000000000000000000000..6824e69fc8aa4838deb3e99b4d31fd4bc8b010c4 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-v23.json @@ -0,0 +1,6 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-v23/abc_control_background_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xhdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xhdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..c8852b76fb0976f1b89aa2b3978e866b441e2314 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xhdpi.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xxhdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xxhdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..0853f264039ce32079dbce118ac25fdfc73523e6 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xxhdpi.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xxxhdpi.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xxxhdpi.json new file mode 100644 index 0000000000000000000000000000000000000000..b473b925760196f30add1a4d3b6fdb2dfecc478f --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable-xxxhdpi.json @@ -0,0 +1,78 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/drawable.json b/android/build/intermediates/blame/res/androidTest/debug/single/drawable.json new file mode 100644 index 0000000000000000000000000000000000000000..c1fab52d94d6600793d26c95e06eba32d77ee7a2 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/drawable.json @@ -0,0 +1,90 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_top_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_radio_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_switch_thumb_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_textfield_search_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_item_background_holo_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_cab_background_internal_bg.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_tab_indicator_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_background_transition_holo_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_spinner_textfield_background_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_dialog_material_background_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_text_cursor_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_colored_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_check_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_list_selector_holo_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_ratingbar_full_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_borderless_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_btn_default_mtrl_shape.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/drawable/abc_edit_text_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/layout.json b/android/build/intermediates/blame/res/androidTest/debug/single/layout.json new file mode 100644 index 0000000000000000000000000000000000000000..e93c6ce4be1b25102c5c5bb03622c81f7c8019dc --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/layout.json @@ -0,0 +1,162 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_icon.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_icon.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_item_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_view_list_nav_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_alert_dialog_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_action.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_action.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_singlechoice_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_singlechoice_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_select_dialog_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_select_dialog_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_menu_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_frame.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_frame.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple_overlay_action_mode.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_chronometer.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_chronometer.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_checkbox.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_checkbox.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_simple.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_media.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_media.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_dialog_title_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_dialog_title_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_list_menu_item_radio.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_radio.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_lines.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_lines.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_expanded_menu_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_expanded_menu_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_title_item.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_bar.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/fps_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/fps_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_part_time.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_time.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_item_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_item_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_dropdown_item_icons_2line.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_mode_close_item_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/redbox_item_title.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_title.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_media_cancel_action.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_cancel_action.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/select_dialog_multichoice_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_multichoice_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_search_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_popup_menu_item_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_popup_menu_item_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_content_include.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_content_include.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_action_bar_up_container.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_screen_toolbar.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_toolbar.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/support_simple_spinner_dropdown_item.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/abc_activity_chooser_view_list_item.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/layout/notification_template_big_media_narrow.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media_narrow.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/androidTest/debug/single/xml.json b/android/build/intermediates/blame/res/androidTest/debug/single/xml.json new file mode 100644 index 0000000000000000000000000000000000000000..1af1cca91e1e6a48b0476587073c923da20beeb5 --- /dev/null +++ b/android/build/intermediates/blame/res/androidTest/debug/single/xml.json @@ -0,0 +1,6 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/androidTest/debug/xml/preferences.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/xml/preferences.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-af.json b/android/build/intermediates/blame/res/debug/multi/values-af.json new file mode 100644 index 0000000000000000000000000000000000000000..94fd725661e2343326c4698896691d1518d093e8 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-af.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 103, + "endOffset": 379 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 107, + "endOffset": 487 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 492, + "endColumn": 122, + "endOffset": 610 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 99, + "endOffset": 710 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 105, + "endOffset": 591 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 715, + "endColumn": 105, + "endOffset": 816 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 596, + "endColumn": 84, + "endOffset": 676 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 821, + "endColumn": 84, + "endOffset": 901 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 102, + "endOffset": 779 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 906, + "endColumn": 102, + "endOffset": 1004 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 784, + "endColumn": 117, + "endOffset": 897 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1009, + "endColumn": 117, + "endOffset": 1122 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 902, + "endColumn": 80, + "endOffset": 978 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 80, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 106, + "endOffset": 1085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 106, + "endOffset": 1310 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 102, + "endOffset": 1188 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 102, + "endOffset": 1413 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1193, + "endColumn": 96, + "endOffset": 1285 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1418, + "endColumn": 96, + "endOffset": 1510 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1290, + "endColumn": 107, + "endOffset": 1393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 107, + "endOffset": 1618 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1398, + "endColumn": 101, + "endOffset": 1495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1623, + "endColumn": 101, + "endOffset": 1720 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1500, + "endColumn": 101, + "endOffset": 1597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1725, + "endColumn": 101, + "endOffset": 1822 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1602, + "endColumn": 116, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1827, + "endColumn": 116, + "endOffset": 1939 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 97, + "endOffset": 1812 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 97, + "endOffset": 2037 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1817, + "endColumn": 100, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-af/values-af.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2042, + "endColumn": 100, + "endOffset": 2138 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-am.json b/android/build/intermediates/blame/res/debug/multi/values-am.json new file mode 100644 index 0000000000000000000000000000000000000000..a92066e6022118505cc1b068991abcdcfcfd0cbb --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-am.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 101, + "endOffset": 152 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 101, + "endOffset": 377 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 157, + "endColumn": 107, + "endOffset": 260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 382, + "endColumn": 107, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 265, + "endColumn": 122, + "endOffset": 383 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 122, + "endOffset": 608 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 98, + "endOffset": 482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 613, + "endColumn": 98, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 105, + "endOffset": 588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 105, + "endOffset": 813 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 85, + "endOffset": 674 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 818, + "endColumn": 85, + "endOffset": 899 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 679, + "endColumn": 102, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 904, + "endColumn": 102, + "endOffset": 1002 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 112, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1007, + "endColumn": 112, + "endOffset": 1115 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 78, + "endOffset": 969 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 78, + "endOffset": 1194 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 974, + "endColumn": 99, + "endOffset": 1069 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1199, + "endColumn": 99, + "endOffset": 1294 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1074, + "endColumn": 99, + "endOffset": 1169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1299, + "endColumn": 99, + "endOffset": 1394 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1174, + "endColumn": 95, + "endOffset": 1265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1399, + "endColumn": 95, + "endOffset": 1490 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1270, + "endColumn": 102, + "endOffset": 1368 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1495, + "endColumn": 102, + "endOffset": 1593 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1373, + "endColumn": 98, + "endOffset": 1467 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1598, + "endColumn": 98, + "endOffset": 1692 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 106, + "endOffset": 1574 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1697, + "endColumn": 106, + "endOffset": 1799 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1579, + "endColumn": 115, + "endOffset": 1690 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1804, + "endColumn": 115, + "endOffset": 1915 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1695, + "endColumn": 95, + "endOffset": 1786 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1920, + "endColumn": 95, + "endOffset": 2011 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1791, + "endColumn": 100, + "endOffset": 1887 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-am/values-am.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2016, + "endColumn": 100, + "endOffset": 2112 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ar.json b/android/build/intermediates/blame/res/debug/multi/values-ar.json new file mode 100644 index 0000000000000000000000000000000000000000..5445520eee99a8537fe04fcdce6d13257fe7a43c --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ar.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 116, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 103, + "endOffset": 502 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 103, + "endOffset": 727 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 108, + "endOffset": 611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 732, + "endColumn": 108, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 81, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 81, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 100, + "endOffset": 794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 100, + "endOffset": 1019 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 799, + "endColumn": 113, + "endOffset": 908 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 113, + "endOffset": 1133 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 913, + "endColumn": 78, + "endOffset": 987 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 78, + "endOffset": 1212 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 992, + "endColumn": 104, + "endOffset": 1092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 104, + "endOffset": 1317 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 100, + "endOffset": 1193 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 100, + "endOffset": 1418 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1198, + "endColumn": 95, + "endOffset": 1289 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1423, + "endColumn": 95, + "endOffset": 1514 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1294, + "endColumn": 107, + "endOffset": 1397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1519, + "endColumn": 107, + "endOffset": 1622 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1402, + "endColumn": 102, + "endOffset": 1500 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 102, + "endOffset": 1725 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1505, + "endColumn": 102, + "endOffset": 1603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1730, + "endColumn": 102, + "endOffset": 1828 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1608, + "endColumn": 118, + "endOffset": 1722 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1833, + "endColumn": 118, + "endOffset": 1947 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1727, + "endColumn": 96, + "endOffset": 1819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1952, + "endColumn": 96, + "endOffset": 2044 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 100, + "endOffset": 1920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ar/values-ar.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2049, + "endColumn": 100, + "endOffset": 2145 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-az-rAZ.json b/android/build/intermediates/blame/res/debug/multi/values-az-rAZ.json new file mode 100644 index 0000000000000000000000000000000000000000..499b0530bf9ccc5f9e6338823db63cce8d7e04bb --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-az-rAZ.json @@ -0,0 +1,330 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az-rAZ/values-az-rAZ.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 97, + "endOffset": 148 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 97, + "endOffset": 377 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 153, + "endColumn": 107, + "endOffset": 256 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 382, + "endColumn": 107, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 261, + "endColumn": 122, + "endOffset": 379 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 122, + "endOffset": 608 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 98, + "endOffset": 478 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 613, + "endColumn": 98, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 109, + "endOffset": 588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 109, + "endOffset": 817 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 87, + "endOffset": 676 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 87, + "endOffset": 905 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 106, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 106, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 113, + "endOffset": 897 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 113, + "endOffset": 1126 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 902, + "endColumn": 84, + "endOffset": 982 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1131, + "endColumn": 84, + "endOffset": 1211 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 987, + "endColumn": 106, + "endOffset": 1089 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1216, + "endColumn": 106, + "endOffset": 1318 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1094, + "endColumn": 106, + "endOffset": 1196 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1323, + "endColumn": 106, + "endOffset": 1425 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1201, + "endColumn": 99, + "endOffset": 1296 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1430, + "endColumn": 99, + "endOffset": 1525 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1301, + "endColumn": 108, + "endOffset": 1405 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 108, + "endOffset": 1634 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1410, + "endColumn": 103, + "endOffset": 1509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1639, + "endColumn": 103, + "endOffset": 1738 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 109, + "endOffset": 1619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1743, + "endColumn": 109, + "endOffset": 1848 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1624, + "endColumn": 96, + "endOffset": 1716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 96, + "endOffset": 1945 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 100, + "endOffset": 1817 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-az-rAZ/values-az-rAZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1950, + "endColumn": 100, + "endOffset": 2046 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-bg.json b/android/build/intermediates/blame/res/debug/multi/values-bg.json new file mode 100644 index 0000000000000000000000000000000000000000..09037d14e4f408caaabb3f976455c87ffc333036 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-bg.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 114, + "endOffset": 165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 114, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 170, + "endColumn": 110, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 110, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 127, + "endOffset": 404 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 127, + "endOffset": 629 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 409, + "endColumn": 106, + "endOffset": 511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 634, + "endColumn": 106, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 104, + "endOffset": 616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 104, + "endOffset": 841 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 85, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 846, + "endColumn": 85, + "endOffset": 927 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 104, + "endOffset": 807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 104, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 120, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 120, + "endOffset": 1153 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 82, + "endOffset": 1011 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 82, + "endOffset": 1236 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1016, + "endColumn": 113, + "endOffset": 1125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1241, + "endColumn": 113, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 108, + "endOffset": 1234 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 108, + "endOffset": 1459 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 99, + "endOffset": 1334 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1464, + "endColumn": 99, + "endOffset": 1559 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 113, + "endOffset": 1448 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1564, + "endColumn": 113, + "endOffset": 1673 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1453, + "endColumn": 105, + "endOffset": 1554 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 105, + "endOffset": 1779 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1559, + "endColumn": 107, + "endOffset": 1662 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 107, + "endOffset": 1887 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1667, + "endColumn": 122, + "endOffset": 1785 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1892, + "endColumn": 122, + "endOffset": 2010 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1790, + "endColumn": 98, + "endOffset": 1884 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2015, + "endColumn": 98, + "endOffset": 2109 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1889, + "endColumn": 100, + "endOffset": 1985 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bg/values-bg.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2114, + "endColumn": 100, + "endOffset": 2210 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-bn-rBD.json b/android/build/intermediates/blame/res/debug/multi/values-bn-rBD.json new file mode 100644 index 0000000000000000000000000000000000000000..a07d11a78d6c908e65460dc7d3c1333841cb3910 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-bn-rBD.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn-rBD/values-bn-rBD.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 111, + "endOffset": 502 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 111, + "endOffset": 731 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 105, + "endOffset": 608 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 736, + "endColumn": 105, + "endOffset": 837 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 613, + "endColumn": 93, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 842, + "endColumn": 93, + "endOffset": 931 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 104, + "endOffset": 807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 936, + "endColumn": 104, + "endOffset": 1036 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 129, + "endOffset": 937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1041, + "endColumn": 129, + "endOffset": 1166 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 86, + "endOffset": 1024 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 86, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1029, + "endColumn": 109, + "endOffset": 1134 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 109, + "endOffset": 1363 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1139, + "endColumn": 115, + "endOffset": 1250 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1368, + "endColumn": 115, + "endOffset": 1479 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1255, + "endColumn": 106, + "endOffset": 1357 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1484, + "endColumn": 106, + "endOffset": 1586 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1362, + "endColumn": 109, + "endOffset": 1467 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1591, + "endColumn": 109, + "endOffset": 1696 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 105, + "endOffset": 1573 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 105, + "endOffset": 1802 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1578, + "endColumn": 109, + "endOffset": 1683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 109, + "endOffset": 1912 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 124, + "endOffset": 1808 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1917, + "endColumn": 124, + "endOffset": 2037 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1813, + "endColumn": 104, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2042, + "endColumn": 104, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1918, + "endColumn": 100, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-bn-rBD/values-bn-rBD.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 100, + "endOffset": 2243 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ca.json b/android/build/intermediates/blame/res/debug/multi/values-ca.json new file mode 100644 index 0000000000000000000000000000000000000000..ab3bc1e2ee76cb023f229c5941ee9114642bc978 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ca.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 117, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 105, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 105, + "endOffset": 730 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 106, + "endOffset": 612 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 735, + "endColumn": 106, + "endOffset": 837 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 82, + "endOffset": 695 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 842, + "endColumn": 82, + "endOffset": 920 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 107, + "endOffset": 803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 107, + "endOffset": 1028 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 125, + "endOffset": 929 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1033, + "endColumn": 125, + "endOffset": 1154 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 934, + "endColumn": 82, + "endOffset": 1012 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1159, + "endColumn": 82, + "endOffset": 1237 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 110, + "endOffset": 1123 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 110, + "endOffset": 1348 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1128, + "endColumn": 108, + "endOffset": 1232 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1353, + "endColumn": 108, + "endOffset": 1457 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1237, + "endColumn": 97, + "endOffset": 1330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1462, + "endColumn": 97, + "endOffset": 1555 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 109, + "endOffset": 1440 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 109, + "endOffset": 1665 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1445, + "endColumn": 103, + "endOffset": 1544 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1670, + "endColumn": 103, + "endOffset": 1769 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1549, + "endColumn": 107, + "endOffset": 1652 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1774, + "endColumn": 107, + "endOffset": 1877 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 122, + "endOffset": 1775 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1882, + "endColumn": 122, + "endOffset": 2000 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1780, + "endColumn": 98, + "endOffset": 1874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2005, + "endColumn": 98, + "endOffset": 2099 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1879, + "endColumn": 100, + "endOffset": 1975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ca/values-ca.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2104, + "endColumn": 100, + "endOffset": 2200 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-cs.json b/android/build/intermediates/blame/res/debug/multi/values-cs.json new file mode 100644 index 0000000000000000000000000000000000000000..48365e23f272baca24a49891c461e22d3dbfa601 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-cs.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 106, + "endOffset": 157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 106, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 108, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 108, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 123, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 123, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 101, + "endOffset": 492 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 101, + "endOffset": 717 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 108, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 722, + "endColumn": 108, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 85, + "endOffset": 687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 85, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 104, + "endOffset": 792 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 104, + "endOffset": 1017 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 116, + "endOffset": 909 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1022, + "endColumn": 116, + "endOffset": 1134 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 914, + "endColumn": 83, + "endOffset": 993 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1139, + "endColumn": 83, + "endOffset": 1218 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 998, + "endColumn": 103, + "endOffset": 1097 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1223, + "endColumn": 103, + "endOffset": 1322 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1102, + "endColumn": 108, + "endOffset": 1206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 108, + "endOffset": 1431 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1211, + "endColumn": 98, + "endOffset": 1305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 98, + "endOffset": 1530 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 105, + "endOffset": 1411 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1535, + "endColumn": 105, + "endOffset": 1636 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1416, + "endColumn": 109, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 109, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 106, + "endOffset": 1628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 106, + "endOffset": 1853 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1633, + "endColumn": 121, + "endOffset": 1750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 121, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 97, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 97, + "endOffset": 2073 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 53, + "endOffset": 1902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 71, + "endOffset": 1974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1979, + "endColumn": 78, + "endOffset": 2053 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2058, + "endColumn": 70, + "endOffset": 2124 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2129, + "endColumn": 67, + "endOffset": 2192 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 67, + "endOffset": 394 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2197, + "endColumn": 55, + "endOffset": 2248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 399, + "endColumn": 55, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2253, + "endColumn": 58, + "endOffset": 2307 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 455, + "endColumn": 58, + "endOffset": 509 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2312, + "endColumn": 73, + "endOffset": 2381 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 514, + "endColumn": 73, + "endOffset": 583 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2386, + "endColumn": 100, + "endOffset": 2482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-cs/values-cs.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2078, + "endColumn": 100, + "endOffset": 2174 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-da.json b/android/build/intermediates/blame/res/debug/multi/values-da.json new file mode 100644 index 0000000000000000000000000000000000000000..a75032f13de46c2e36bc05939df47006be36bcd0 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-da.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 102, + "endOffset": 378 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 383, + "endColumn": 107, + "endOffset": 486 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 491, + "endColumn": 122, + "endOffset": 609 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 98, + "endOffset": 483 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 614, + "endColumn": 98, + "endOffset": 708 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 488, + "endColumn": 111, + "endOffset": 595 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 713, + "endColumn": 111, + "endOffset": 820 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 600, + "endColumn": 82, + "endOffset": 678 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 825, + "endColumn": 82, + "endOffset": 903 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 683, + "endColumn": 99, + "endOffset": 778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 908, + "endColumn": 99, + "endOffset": 1003 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 783, + "endColumn": 112, + "endOffset": 891 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1008, + "endColumn": 112, + "endOffset": 1116 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 896, + "endColumn": 78, + "endOffset": 970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1121, + "endColumn": 78, + "endOffset": 1195 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 975, + "endColumn": 108, + "endOffset": 1079 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1200, + "endColumn": 108, + "endOffset": 1304 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1084, + "endColumn": 107, + "endOffset": 1187 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 107, + "endOffset": 1412 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 95, + "endOffset": 1283 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 95, + "endOffset": 1508 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1288, + "endColumn": 113, + "endOffset": 1397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1513, + "endColumn": 113, + "endOffset": 1622 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1402, + "endColumn": 101, + "endOffset": 1499 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 101, + "endOffset": 1724 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1504, + "endColumn": 100, + "endOffset": 1600 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1729, + "endColumn": 100, + "endOffset": 1825 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1605, + "endColumn": 115, + "endOffset": 1716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1830, + "endColumn": 115, + "endOffset": 1941 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 96, + "endOffset": 1813 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1946, + "endColumn": 96, + "endOffset": 2038 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 53, + "endOffset": 1867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 71, + "endOffset": 1939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 78, + "endOffset": 2018 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2023, + "endColumn": 70, + "endOffset": 2089 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2094, + "endColumn": 66, + "endOffset": 2156 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 66, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2161, + "endColumn": 55, + "endOffset": 2212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 398, + "endColumn": 55, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2217, + "endColumn": 58, + "endOffset": 2271 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 454, + "endColumn": 58, + "endOffset": 508 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2276, + "endColumn": 73, + "endOffset": 2345 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-da/values-da.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 513, + "endColumn": 73, + "endOffset": 582 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2350, + "endColumn": 100, + "endOffset": 2446 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-da/values-da.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2043, + "endColumn": 100, + "endOffset": 2139 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-de.json b/android/build/intermediates/blame/res/debug/multi/values-de.json new file mode 100644 index 0000000000000000000000000000000000000000..814e83f76fd43d902951e2240f3ecb61eb63f9c3 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-de.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 97, + "endOffset": 484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 97, + "endOffset": 709 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 111, + "endOffset": 596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 714, + "endColumn": 111, + "endOffset": 821 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 601, + "endColumn": 85, + "endOffset": 682 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 826, + "endColumn": 85, + "endOffset": 907 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 687, + "endColumn": 104, + "endOffset": 787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 104, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 114, + "endOffset": 902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 114, + "endOffset": 1127 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 81, + "endOffset": 984 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 81, + "endOffset": 1209 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 989, + "endColumn": 110, + "endOffset": 1095 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1214, + "endColumn": 110, + "endOffset": 1320 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1100, + "endColumn": 102, + "endOffset": 1198 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 102, + "endOffset": 1423 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1203, + "endColumn": 98, + "endOffset": 1297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1428, + "endColumn": 98, + "endOffset": 1522 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1302, + "endColumn": 110, + "endOffset": 1408 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1527, + "endColumn": 110, + "endOffset": 1633 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1413, + "endColumn": 101, + "endOffset": 1510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 101, + "endOffset": 1735 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 106, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1740, + "endColumn": 106, + "endOffset": 1842 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 121, + "endOffset": 1739 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1847, + "endColumn": 121, + "endOffset": 1964 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 101, + "endOffset": 1841 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1969, + "endColumn": 101, + "endOffset": 2066 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1846, + "endColumn": 53, + "endOffset": 1895 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1900, + "endColumn": 74, + "endOffset": 1970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 74, + "endOffset": 179 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1975, + "endColumn": 78, + "endOffset": 2049 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 184, + "endColumn": 78, + "endOffset": 258 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2054, + "endColumn": 70, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 70, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 70, + "endOffset": 2191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 334, + "endColumn": 70, + "endOffset": 400 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2196, + "endColumn": 55, + "endOffset": 2247 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 405, + "endColumn": 55, + "endOffset": 456 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2252, + "endColumn": 58, + "endOffset": 2306 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 461, + "endColumn": 58, + "endOffset": 515 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2311, + "endColumn": 73, + "endOffset": 2380 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-de/values-de.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 520, + "endColumn": 73, + "endOffset": 589 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2385, + "endColumn": 100, + "endOffset": 2481 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-de/values-de.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2071, + "endColumn": 100, + "endOffset": 2167 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-el.json b/android/build/intermediates/blame/res/debug/multi/values-el.json new file mode 100644 index 0000000000000000000000000000000000000000..36e780c272053496a44b230b4f0d857ead1b1f58 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-el.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 117, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 110, + "endOffset": 510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 110, + "endOffset": 735 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 116, + "endOffset": 627 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 740, + "endColumn": 116, + "endOffset": 852 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 632, + "endColumn": 84, + "endOffset": 712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 857, + "endColumn": 84, + "endOffset": 937 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 104, + "endOffset": 817 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 104, + "endOffset": 1042 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 125, + "endOffset": 943 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1047, + "endColumn": 125, + "endOffset": 1168 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 948, + "endColumn": 84, + "endOffset": 1028 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1173, + "endColumn": 84, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1033, + "endColumn": 110, + "endOffset": 1139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 110, + "endOffset": 1364 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1144, + "endColumn": 109, + "endOffset": 1249 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1369, + "endColumn": 109, + "endOffset": 1474 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1254, + "endColumn": 101, + "endOffset": 1351 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1479, + "endColumn": 101, + "endOffset": 1576 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 110, + "endOffset": 1462 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1581, + "endColumn": 110, + "endOffset": 1687 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 108, + "endOffset": 1571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1692, + "endColumn": 108, + "endOffset": 1796 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1576, + "endColumn": 107, + "endOffset": 1679 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1801, + "endColumn": 107, + "endOffset": 1904 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1684, + "endColumn": 122, + "endOffset": 1802 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1909, + "endColumn": 122, + "endOffset": 2027 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 99, + "endOffset": 1902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2032, + "endColumn": 99, + "endOffset": 2127 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 53, + "endOffset": 1956 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1961, + "endColumn": 72, + "endOffset": 2029 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 72, + "endOffset": 177 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2034, + "endColumn": 78, + "endOffset": 2108 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 182, + "endColumn": 78, + "endOffset": 256 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2113, + "endColumn": 70, + "endOffset": 2179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 261, + "endColumn": 70, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2184, + "endColumn": 63, + "endOffset": 2243 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 332, + "endColumn": 63, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2248, + "endColumn": 55, + "endOffset": 2299 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2304, + "endColumn": 58, + "endOffset": 2358 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2363, + "endColumn": 73, + "endOffset": 2432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-el/values-el.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2437, + "endColumn": 100, + "endOffset": 2533 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-el/values-el.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2132, + "endColumn": 100, + "endOffset": 2228 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-en-rAU.json b/android/build/intermediates/blame/res/debug/multi/values-en-rAU.json new file mode 100644 index 0000000000000000000000000000000000000000..083f7d088bef8d53734c4e491add2eed631455ab --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-en-rAU.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 114, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 81, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 81, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 102, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 102, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 103, + "endOffset": 1181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 103, + "endOffset": 1410 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 98, + "endOffset": 1280 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 98, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 104, + "endOffset": 1385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1390, + "endColumn": 102, + "endOffset": 1488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 102, + "endOffset": 1717 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 103, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 103, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 118, + "endOffset": 1711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 118, + "endOffset": 1940 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 99, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1945, + "endColumn": 99, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 100, + "endOffset": 1912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rAU/values-en-rAU.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 100, + "endOffset": 2141 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-en-rGB.json b/android/build/intermediates/blame/res/debug/multi/values-en-rGB.json new file mode 100644 index 0000000000000000000000000000000000000000..afceae7d002dcf438b62b7f1c3a7a68b78befc92 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-en-rGB.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 114, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 81, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 81, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 102, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 102, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 103, + "endOffset": 1181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 103, + "endOffset": 1410 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 98, + "endOffset": 1280 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 98, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 104, + "endOffset": 1385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1390, + "endColumn": 102, + "endOffset": 1488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 102, + "endOffset": 1717 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 103, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 103, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 118, + "endOffset": 1711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 118, + "endOffset": 1940 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 99, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1945, + "endColumn": 99, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 53, + "endOffset": 1865 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 69, + "endOffset": 1935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 78, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2019, + "endColumn": 70, + "endOffset": 2085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2090, + "endColumn": 64, + "endOffset": 2150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 64, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2155, + "endColumn": 55, + "endOffset": 2206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 394, + "endColumn": 55, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2211, + "endColumn": 58, + "endOffset": 2265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 450, + "endColumn": 58, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2270, + "endColumn": 73, + "endOffset": 2339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 509, + "endColumn": 73, + "endOffset": 578 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2344, + "endColumn": 100, + "endOffset": 2440 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rGB/values-en-rGB.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 100, + "endOffset": 2141 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-en-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-en-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..f0e600422c5d6e80853c1dde5d19716277aecef5 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-en-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 99, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 107, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 83, + "endOffset": 677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 682, + "endColumn": 99, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 114, + "endOffset": 892 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 114, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 897, + "endColumn": 81, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 81, + "endOffset": 1203 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 102, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 102, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 103, + "endOffset": 1181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 103, + "endOffset": 1410 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1186, + "endColumn": 98, + "endOffset": 1280 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 98, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1285, + "endColumn": 104, + "endOffset": 1385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1390, + "endColumn": 102, + "endOffset": 1488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 102, + "endOffset": 1717 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1493, + "endColumn": 103, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 103, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 118, + "endOffset": 1711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 118, + "endOffset": 1940 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 99, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1945, + "endColumn": 99, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 100, + "endOffset": 1912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-en-rIN/values-en-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 100, + "endOffset": 2141 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-es-rES.json b/android/build/intermediates/blame/res/debug/multi/values-es-rES.json new file mode 100644 index 0000000000000000000000000000000000000000..3932c80f033247d3ee069452bbac7c471a394712 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-es-rES.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rES/values-es-rES.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 76, + "endOffset": 181 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 76, + "endOffset": 181 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 186, + "endColumn": 78, + "endOffset": 260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 186, + "endColumn": 78, + "endOffset": 260 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 265, + "endColumn": 70, + "endOffset": 331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 265, + "endColumn": 70, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 336, + "endColumn": 59, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 336, + "endColumn": 59, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es-rES/values-es-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-es-rUS.json b/android/build/intermediates/blame/res/debug/multi/values-es-rUS.json new file mode 100644 index 0000000000000000000000000000000000000000..17036a65d2fb1cd94a18569d0a2b28a1e4c519e4 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-es-rUS.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 119, + "endOffset": 399 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 107, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 122, + "endOffset": 630 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 108, + "endOffset": 510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 635, + "endColumn": 108, + "endOffset": 739 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 107, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 744, + "endColumn": 107, + "endOffset": 847 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 84, + "endOffset": 703 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 852, + "endColumn": 84, + "endOffset": 932 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 937, + "endColumn": 100, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 122, + "endOffset": 927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 122, + "endOffset": 1156 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 81, + "endOffset": 1009 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 81, + "endOffset": 1238 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1014, + "endColumn": 111, + "endOffset": 1121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1243, + "endColumn": 111, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 111, + "endOffset": 1233 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 111, + "endOffset": 1462 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 100, + "endOffset": 1334 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 100, + "endOffset": 1563 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 107, + "endOffset": 1442 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1568, + "endColumn": 107, + "endOffset": 1671 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1447, + "endColumn": 106, + "endOffset": 1549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1676, + "endColumn": 106, + "endOffset": 1778 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 106, + "endOffset": 1656 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1783, + "endColumn": 106, + "endOffset": 1885 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1661, + "endColumn": 121, + "endOffset": 1778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1890, + "endColumn": 121, + "endOffset": 2007 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1783, + "endColumn": 99, + "endOffset": 1878 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2012, + "endColumn": 99, + "endOffset": 2107 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1883, + "endColumn": 100, + "endOffset": 1979 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es-rUS/values-es-rUS.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2112, + "endColumn": 100, + "endOffset": 2208 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-es.json b/android/build/intermediates/blame/res/debug/multi/values-es.json new file mode 100644 index 0000000000000000000000000000000000000000..5a0320f6a42438491aa4def5cad74f4b26f0638a --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-es.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 116, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 112, + "endOffset": 511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 112, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 107, + "endOffset": 619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 107, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 84, + "endOffset": 704 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 84, + "endOffset": 929 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 100, + "endOffset": 805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 934, + "endColumn": 100, + "endOffset": 1030 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 127, + "endOffset": 933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 127, + "endOffset": 1158 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 938, + "endColumn": 81, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1163, + "endColumn": 81, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 106, + "endOffset": 1122 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 106, + "endOffset": 1347 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 99, + "endOffset": 1222 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1352, + "endColumn": 99, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 98, + "endOffset": 1321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 98, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1326, + "endColumn": 107, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 107, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 106, + "endOffset": 1536 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 106, + "endOffset": 1761 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 106, + "endOffset": 1643 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 106, + "endOffset": 1868 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 121, + "endOffset": 1765 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1873, + "endColumn": 121, + "endOffset": 1990 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 99, + "endOffset": 1865 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1995, + "endColumn": 99, + "endOffset": 2090 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 53, + "endOffset": 1919 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1924, + "endColumn": 76, + "endOffset": 1996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 76, + "endOffset": 181 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2001, + "endColumn": 78, + "endOffset": 2075 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 186, + "endColumn": 78, + "endOffset": 260 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2080, + "endColumn": 70, + "endOffset": 2146 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 265, + "endColumn": 70, + "endOffset": 331 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2151, + "endColumn": 59, + "endOffset": 2206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 336, + "endColumn": 59, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2211, + "endColumn": 55, + "endOffset": 2262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 55, + "endOffset": 447 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2267, + "endColumn": 58, + "endOffset": 2321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 452, + "endColumn": 58, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2326, + "endColumn": 73, + "endOffset": 2395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-es/values-es.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 511, + "endColumn": 73, + "endOffset": 580 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2400, + "endColumn": 100, + "endOffset": 2496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2095, + "endColumn": 100, + "endOffset": 2191 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-et-rEE.json b/android/build/intermediates/blame/res/debug/multi/values-et-rEE.json new file mode 100644 index 0000000000000000000000000000000000000000..675b9b5b51528d4aa96102779ff4d795448d68fb --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-et-rEE.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et-rEE/values-et-rEE.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 116, + "endOffset": 396 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 107, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 122, + "endOffset": 627 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 106, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 632, + "endColumn": 106, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 110, + "endOffset": 616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 110, + "endOffset": 845 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 85, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 850, + "endColumn": 85, + "endOffset": 931 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 101, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 936, + "endColumn": 101, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 116, + "endOffset": 921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 116, + "endOffset": 1150 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 82, + "endOffset": 1004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1155, + "endColumn": 82, + "endOffset": 1233 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1009, + "endColumn": 110, + "endOffset": 1115 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 110, + "endOffset": 1344 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 104, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1349, + "endColumn": 104, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 98, + "endOffset": 1319 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 98, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 109, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 109, + "endOffset": 1658 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 100, + "endOffset": 1530 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 100, + "endOffset": 1759 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1535, + "endColumn": 102, + "endOffset": 1633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1764, + "endColumn": 102, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 127, + "endOffset": 1761 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 127, + "endOffset": 1990 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 101, + "endOffset": 1863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1995, + "endColumn": 101, + "endOffset": 2092 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1868, + "endColumn": 100, + "endOffset": 1964 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-et-rEE/values-et-rEE.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2097, + "endColumn": 100, + "endOffset": 2193 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-eu-rES.json b/android/build/intermediates/blame/res/debug/multi/values-eu-rES.json new file mode 100644 index 0000000000000000000000000000000000000000..86e228cac01786355713cacd104cc74d3362c9ad --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-eu-rES.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu-rES/values-eu-rES.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 97, + "endOffset": 488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 97, + "endOffset": 717 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 109, + "endOffset": 598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 722, + "endColumn": 109, + "endOffset": 827 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 85, + "endOffset": 684 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 832, + "endColumn": 85, + "endOffset": 913 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 689, + "endColumn": 105, + "endOffset": 790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 918, + "endColumn": 105, + "endOffset": 1019 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 123, + "endOffset": 914 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 123, + "endOffset": 1143 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 81, + "endOffset": 996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1148, + "endColumn": 81, + "endOffset": 1225 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1001, + "endColumn": 108, + "endOffset": 1105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 108, + "endOffset": 1334 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1110, + "endColumn": 109, + "endOffset": 1215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 109, + "endOffset": 1444 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1220, + "endColumn": 98, + "endOffset": 1314 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1449, + "endColumn": 98, + "endOffset": 1543 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1319, + "endColumn": 108, + "endOffset": 1423 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1548, + "endColumn": 108, + "endOffset": 1652 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1428, + "endColumn": 112, + "endOffset": 1536 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 112, + "endOffset": 1765 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 110, + "endOffset": 1647 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 110, + "endOffset": 1876 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 136, + "endOffset": 1784 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1881, + "endColumn": 136, + "endOffset": 2013 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1789, + "endColumn": 98, + "endOffset": 1883 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2018, + "endColumn": 98, + "endOffset": 2112 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1888, + "endColumn": 100, + "endOffset": 1984 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-eu-rES/values-eu-rES.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2117, + "endColumn": 100, + "endOffset": 2213 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fa.json b/android/build/intermediates/blame/res/debug/multi/values-fa.json new file mode 100644 index 0000000000000000000000000000000000000000..2e8ba4984bc7adaa5a0b175df5606205c16561a2 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-fa.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 109, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 109, + "endOffset": 270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 109, + "endOffset": 495 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 125, + "endOffset": 396 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 125, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 102, + "endOffset": 499 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 102, + "endOffset": 724 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 110, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 729, + "endColumn": 110, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 87, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 87, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 102, + "endOffset": 801 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 102, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 114, + "endOffset": 916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 114, + "endOffset": 1141 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 80, + "endOffset": 997 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1146, + "endColumn": 80, + "endOffset": 1222 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 111, + "endOffset": 1109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 111, + "endOffset": 1334 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1114, + "endColumn": 102, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1339, + "endColumn": 102, + "endOffset": 1437 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 97, + "endOffset": 1310 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1442, + "endColumn": 97, + "endOffset": 1535 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 109, + "endOffset": 1420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 109, + "endOffset": 1645 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1425, + "endColumn": 102, + "endOffset": 1523 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1650, + "endColumn": 102, + "endOffset": 1748 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1528, + "endColumn": 108, + "endOffset": 1632 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 108, + "endOffset": 1857 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1637, + "endColumn": 124, + "endOffset": 1757 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1862, + "endColumn": 124, + "endOffset": 1982 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1762, + "endColumn": 100, + "endOffset": 1858 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1987, + "endColumn": 100, + "endOffset": 2083 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1863, + "endColumn": 100, + "endOffset": 1959 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fa/values-fa.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2088, + "endColumn": 100, + "endOffset": 2184 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fb-rLL.json b/android/build/intermediates/blame/res/debug/multi/values-fb-rLL.json new file mode 100644 index 0000000000000000000000000000000000000000..8d83572f66ec79f366c744d13da24457a42f298b --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-fb-rLL.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fb-rLL/values-fb-rLL.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 80, + "endOffset": 185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 80, + "endOffset": 185 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 190, + "endColumn": 78, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 190, + "endColumn": 78, + "endOffset": 264 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 269, + "endColumn": 70, + "endOffset": 335 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 269, + "endColumn": 70, + "endOffset": 335 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 340, + "endColumn": 78, + "endOffset": 414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 340, + "endColumn": 78, + "endOffset": 414 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 419, + "endColumn": 55, + "endOffset": 470 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 419, + "endColumn": 55, + "endOffset": 470 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 475, + "endColumn": 58, + "endOffset": 529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 475, + "endColumn": 58, + "endOffset": 529 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 534, + "endColumn": 73, + "endOffset": 603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb-rLL/values-fb-rLL.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 534, + "endColumn": 73, + "endOffset": 603 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fb.json b/android/build/intermediates/blame/res/debug/multi/values-fb.json new file mode 100644 index 0000000000000000000000000000000000000000..9330a7f7301caa5fc13282d91ec01cfe041187d0 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-fb.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fb/values-fb.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 90, + "endOffset": 141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 90, + "endOffset": 141 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 146, + "endColumn": 106, + "endOffset": 248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 146, + "endColumn": 106, + "endOffset": 248 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 253, + "endColumn": 115, + "endOffset": 364 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 253, + "endColumn": 115, + "endOffset": 364 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 369, + "endColumn": 107, + "endOffset": 472 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 369, + "endColumn": 107, + "endOffset": 472 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 477, + "endColumn": 101, + "endOffset": 574 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 477, + "endColumn": 101, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 579, + "endColumn": 92, + "endOffset": 667 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 579, + "endColumn": 92, + "endOffset": 667 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 672, + "endColumn": 95, + "endOffset": 763 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 672, + "endColumn": 95, + "endOffset": 763 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 768, + "endColumn": 110, + "endOffset": 874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fb/values-fb.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 768, + "endColumn": 110, + "endOffset": 874 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fi.json b/android/build/intermediates/blame/res/debug/multi/values-fi.json new file mode 100644 index 0000000000000000000000000000000000000000..48cc0c699da75773abd34e36e1d4672584d3258f --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-fi.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 99, + "endOffset": 489 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 99, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 100, + "endOffset": 590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 100, + "endOffset": 815 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 85, + "endOffset": 676 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 820, + "endColumn": 85, + "endOffset": 901 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 681, + "endColumn": 104, + "endOffset": 781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 906, + "endColumn": 104, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 786, + "endColumn": 117, + "endOffset": 899 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 117, + "endOffset": 1124 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 904, + "endColumn": 79, + "endOffset": 979 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1129, + "endColumn": 79, + "endOffset": 1204 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 106, + "endOffset": 1086 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 106, + "endOffset": 1311 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1091, + "endColumn": 102, + "endOffset": 1189 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1316, + "endColumn": 102, + "endOffset": 1414 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1194, + "endColumn": 96, + "endOffset": 1286 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 96, + "endOffset": 1511 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1291, + "endColumn": 105, + "endOffset": 1392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1516, + "endColumn": 105, + "endOffset": 1617 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1397, + "endColumn": 98, + "endOffset": 1491 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 98, + "endOffset": 1716 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1496, + "endColumn": 103, + "endOffset": 1595 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 103, + "endOffset": 1820 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1600, + "endColumn": 118, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1825, + "endColumn": 118, + "endOffset": 1939 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 98, + "endOffset": 1813 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 98, + "endOffset": 2038 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 53, + "endOffset": 1867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 73, + "endOffset": 1941 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 73, + "endOffset": 178 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1946, + "endColumn": 78, + "endOffset": 2020 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 183, + "endColumn": 78, + "endOffset": 257 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2025, + "endColumn": 70, + "endOffset": 2091 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 262, + "endColumn": 70, + "endOffset": 328 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2096, + "endColumn": 56, + "endOffset": 2148 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 333, + "endColumn": 56, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2153, + "endColumn": 55, + "endOffset": 2204 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 390, + "endColumn": 55, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2209, + "endColumn": 58, + "endOffset": 2263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 58, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2268, + "endColumn": 73, + "endOffset": 2337 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 505, + "endColumn": 73, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2342, + "endColumn": 100, + "endOffset": 2438 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fi/values-fi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2043, + "endColumn": 100, + "endOffset": 2139 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fr-rCA.json b/android/build/intermediates/blame/res/debug/multi/values-fr-rCA.json new file mode 100644 index 0000000000000000000000000000000000000000..42bbae6ba282f9c27e39f49b9273e12a722ba68c --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-fr-rCA.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 110, + "endOffset": 161 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 110, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 107, + "endOffset": 498 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 122, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 114, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 114, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 110, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 110, + "endOffset": 847 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 86, + "endOffset": 705 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 852, + "endColumn": 86, + "endOffset": 934 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 710, + "endColumn": 115, + "endOffset": 821 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 939, + "endColumn": 115, + "endOffset": 1050 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 826, + "endColumn": 129, + "endOffset": 951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1055, + "endColumn": 129, + "endOffset": 1180 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 956, + "endColumn": 95, + "endOffset": 1047 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1185, + "endColumn": 95, + "endOffset": 1276 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1052, + "endColumn": 109, + "endOffset": 1157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1281, + "endColumn": 109, + "endOffset": 1386 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 111, + "endOffset": 1269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1391, + "endColumn": 111, + "endOffset": 1498 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1274, + "endColumn": 102, + "endOffset": 1372 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1503, + "endColumn": 102, + "endOffset": 1601 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1377, + "endColumn": 110, + "endOffset": 1483 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1606, + "endColumn": 110, + "endOffset": 1712 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1488, + "endColumn": 106, + "endOffset": 1590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1717, + "endColumn": 106, + "endOffset": 1819 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1595, + "endColumn": 101, + "endOffset": 1692 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1824, + "endColumn": 101, + "endOffset": 1921 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1697, + "endColumn": 121, + "endOffset": 1814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 121, + "endOffset": 2043 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1819, + "endColumn": 98, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 98, + "endOffset": 2142 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1918, + "endColumn": 100, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr-rCA/values-fr-rCA.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2147, + "endColumn": 100, + "endOffset": 2243 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-fr.json b/android/build/intermediates/blame/res/debug/multi/values-fr.json new file mode 100644 index 0000000000000000000000000000000000000000..d3bb8cae0865fe0e9c8ada183ba3148566c435df --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-fr.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 110, + "endOffset": 161 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 110, + "endOffset": 386 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 107, + "endOffset": 494 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 122, + "endOffset": 617 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 114, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 622, + "endColumn": 114, + "endOffset": 732 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 110, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 737, + "endColumn": 110, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 81, + "endOffset": 700 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 81, + "endOffset": 925 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 705, + "endColumn": 105, + "endOffset": 806 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 930, + "endColumn": 105, + "endOffset": 1031 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 811, + "endColumn": 129, + "endOffset": 936 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1036, + "endColumn": 129, + "endOffset": 1161 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 941, + "endColumn": 85, + "endOffset": 1022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1166, + "endColumn": 85, + "endOffset": 1247 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1027, + "endColumn": 109, + "endOffset": 1132 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1252, + "endColumn": 109, + "endOffset": 1357 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1137, + "endColumn": 111, + "endOffset": 1244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1362, + "endColumn": 111, + "endOffset": 1469 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 102, + "endOffset": 1347 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1474, + "endColumn": 102, + "endOffset": 1572 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1352, + "endColumn": 110, + "endOffset": 1458 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1577, + "endColumn": 110, + "endOffset": 1683 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1463, + "endColumn": 106, + "endOffset": 1565 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1688, + "endColumn": 106, + "endOffset": 1790 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 106, + "endOffset": 1672 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1795, + "endColumn": 106, + "endOffset": 1897 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1677, + "endColumn": 121, + "endOffset": 1794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1902, + "endColumn": 121, + "endOffset": 2019 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 98, + "endOffset": 1893 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2024, + "endColumn": 98, + "endOffset": 2118 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1898, + "endColumn": 53, + "endOffset": 1947 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1952, + "endColumn": 74, + "endOffset": 2022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 74, + "endOffset": 179 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2027, + "endColumn": 78, + "endOffset": 2101 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 184, + "endColumn": 78, + "endOffset": 258 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2106, + "endColumn": 70, + "endOffset": 2172 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 70, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2177, + "endColumn": 71, + "endOffset": 2244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 334, + "endColumn": 71, + "endOffset": 401 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2249, + "endColumn": 55, + "endOffset": 2300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 406, + "endColumn": 55, + "endOffset": 457 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2305, + "endColumn": 58, + "endOffset": 2359 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 462, + "endColumn": 58, + "endOffset": 516 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2364, + "endColumn": 73, + "endOffset": 2433 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 521, + "endColumn": 73, + "endOffset": 590 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2438, + "endColumn": 100, + "endOffset": 2534 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-fr/values-fr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2123, + "endColumn": 100, + "endOffset": 2219 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-gl-rES.json b/android/build/intermediates/blame/res/debug/multi/values-gl-rES.json new file mode 100644 index 0000000000000000000000000000000000000000..00a33dab661d3a611e9c2b0074288c943f623ef1 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-gl-rES.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl-rES/values-gl-rES.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 111, + "endOffset": 162 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 111, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 167, + "endColumn": 107, + "endOffset": 270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 122, + "endOffset": 393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 111, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 111, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 107, + "endOffset": 613 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 107, + "endOffset": 842 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 84, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 847, + "endColumn": 84, + "endOffset": 927 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 101, + "endOffset": 800 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 101, + "endOffset": 1029 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 125, + "endOffset": 926 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 125, + "endOffset": 1155 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 931, + "endColumn": 81, + "endOffset": 1008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1160, + "endColumn": 81, + "endOffset": 1237 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 106, + "endOffset": 1115 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 106, + "endOffset": 1344 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1120, + "endColumn": 108, + "endOffset": 1224 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1349, + "endColumn": 108, + "endOffset": 1453 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1229, + "endColumn": 98, + "endOffset": 1323 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1458, + "endColumn": 98, + "endOffset": 1552 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1328, + "endColumn": 107, + "endOffset": 1431 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1557, + "endColumn": 107, + "endOffset": 1660 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 102, + "endOffset": 1534 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 102, + "endOffset": 1763 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 106, + "endOffset": 1641 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 106, + "endOffset": 1870 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 121, + "endOffset": 1763 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1875, + "endColumn": 121, + "endOffset": 1992 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 99, + "endOffset": 1863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1997, + "endColumn": 99, + "endOffset": 2092 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1868, + "endColumn": 100, + "endOffset": 1964 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gl-rES/values-gl-rES.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2097, + "endColumn": 100, + "endOffset": 2193 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-gu-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-gu-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..2dfe943e79485e17ef1cfc4655c4e70f3dab3ba7 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-gu-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu-rIN/values-gu-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 103, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 103, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 106, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 106, + "endOffset": 830 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 86, + "endOffset": 688 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 835, + "endColumn": 86, + "endOffset": 917 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 693, + "endColumn": 100, + "endOffset": 789 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 922, + "endColumn": 100, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 122, + "endOffset": 912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 122, + "endOffset": 1141 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 79, + "endOffset": 992 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1146, + "endColumn": 79, + "endOffset": 1221 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 105, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 105, + "endOffset": 1327 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 101, + "endOffset": 1200 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1332, + "endColumn": 101, + "endOffset": 1429 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1205, + "endColumn": 96, + "endOffset": 1297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 96, + "endOffset": 1526 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1302, + "endColumn": 108, + "endOffset": 1406 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1531, + "endColumn": 108, + "endOffset": 1635 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 98, + "endOffset": 1505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1640, + "endColumn": 98, + "endOffset": 1734 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1510, + "endColumn": 109, + "endOffset": 1615 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 109, + "endOffset": 1844 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1620, + "endColumn": 120, + "endOffset": 1736 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1849, + "endColumn": 120, + "endOffset": 1965 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 102, + "endOffset": 1839 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1970, + "endColumn": 102, + "endOffset": 2068 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1844, + "endColumn": 100, + "endOffset": 1940 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-gu-rIN/values-gu-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2073, + "endColumn": 100, + "endOffset": 2169 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..d8a529108142fe1dc68ff5c3114e81e6c5192861 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 66, + "endOffset": 117 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 66, + "endOffset": 345 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json b/android/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..3d62a620eb3c8db5461ae55b58cf87c52b1aa374 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json @@ -0,0 +1,28 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 6, + "endColumn": 13, + "endOffset": 327 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 286, + "endLine": 8, + "endColumn": 13, + "endOffset": 558 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hi.json b/android/build/intermediates/blame/res/debug/multi/values-hi.json new file mode 100644 index 0000000000000000000000000000000000000000..fd0d6cca5fcc0ea5bd189b89b75f91d06d3711ac --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-hi.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 116, + "endOffset": 167 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 116, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 172, + "endColumn": 107, + "endOffset": 275 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 122, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 104, + "endOffset": 503 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 104, + "endOffset": 728 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 106, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 733, + "endColumn": 106, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 84, + "endOffset": 695 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 84, + "endOffset": 920 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 101, + "endOffset": 797 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 101, + "endOffset": 1022 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 121, + "endOffset": 919 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1027, + "endColumn": 121, + "endOffset": 1144 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 924, + "endColumn": 89, + "endOffset": 1009 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1149, + "endColumn": 89, + "endOffset": 1234 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1014, + "endColumn": 108, + "endOffset": 1118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 108, + "endOffset": 1343 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 101, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1348, + "endColumn": 101, + "endOffset": 1445 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 97, + "endOffset": 1318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1450, + "endColumn": 97, + "endOffset": 1543 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1323, + "endColumn": 109, + "endOffset": 1428 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1548, + "endColumn": 109, + "endOffset": 1653 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1433, + "endColumn": 99, + "endOffset": 1528 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1658, + "endColumn": 99, + "endOffset": 1753 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 114, + "endOffset": 1643 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1758, + "endColumn": 114, + "endOffset": 1868 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 124, + "endOffset": 1768 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1873, + "endColumn": 124, + "endOffset": 1993 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1773, + "endColumn": 105, + "endOffset": 1874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1998, + "endColumn": 105, + "endOffset": 2099 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1879, + "endColumn": 100, + "endOffset": 1975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hi/values-hi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2104, + "endColumn": 100, + "endOffset": 2200 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hr.json b/android/build/intermediates/blame/res/debug/multi/values-hr.json new file mode 100644 index 0000000000000000000000000000000000000000..5c99d0842a8c97d61169074c68aed75e4ed8c227 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-hr.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 96, + "endOffset": 483 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 96, + "endOffset": 708 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 488, + "endColumn": 109, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 713, + "endColumn": 109, + "endOffset": 818 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 598, + "endColumn": 85, + "endOffset": 679 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 823, + "endColumn": 85, + "endOffset": 904 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 684, + "endColumn": 103, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 909, + "endColumn": 103, + "endOffset": 1008 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 118, + "endOffset": 902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 118, + "endOffset": 1127 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 85, + "endOffset": 988 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 85, + "endOffset": 1213 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 103, + "endOffset": 1092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1218, + "endColumn": 103, + "endOffset": 1317 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 112, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 112, + "endOffset": 1430 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 105, + "endOffset": 1311 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1435, + "endColumn": 105, + "endOffset": 1536 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1316, + "endColumn": 104, + "endOffset": 1416 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 104, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1421, + "endColumn": 112, + "endOffset": 1529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 112, + "endOffset": 1754 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 106, + "endOffset": 1636 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 106, + "endOffset": 1861 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 122, + "endOffset": 1759 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 122, + "endOffset": 1984 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1764, + "endColumn": 96, + "endOffset": 1856 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1989, + "endColumn": 96, + "endOffset": 2081 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1861, + "endColumn": 100, + "endOffset": 1957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hr/values-hr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 100, + "endOffset": 2182 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hu.json b/android/build/intermediates/blame/res/debug/multi/values-hu.json new file mode 100644 index 0000000000000000000000000000000000000000..dedd21d85c5c876bd868c99a5437064ce51043f5 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-hu.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 104, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 104, + "endOffset": 719 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 114, + "endOffset": 609 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 724, + "endColumn": 114, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 614, + "endColumn": 83, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 83, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 111, + "endOffset": 805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 111, + "endOffset": 1030 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 129, + "endOffset": 935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 129, + "endOffset": 1160 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 940, + "endColumn": 82, + "endOffset": 1018 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1165, + "endColumn": 82, + "endOffset": 1243 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 109, + "endOffset": 1128 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1248, + "endColumn": 109, + "endOffset": 1353 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1133, + "endColumn": 110, + "endOffset": 1239 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1358, + "endColumn": 110, + "endOffset": 1464 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1244, + "endColumn": 99, + "endOffset": 1339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1469, + "endColumn": 99, + "endOffset": 1564 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 110, + "endOffset": 1450 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1569, + "endColumn": 110, + "endOffset": 1675 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 107, + "endOffset": 1558 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1680, + "endColumn": 107, + "endOffset": 1783 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1563, + "endColumn": 118, + "endOffset": 1677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1788, + "endColumn": 118, + "endOffset": 1902 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1682, + "endColumn": 133, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 133, + "endOffset": 2036 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 102, + "endOffset": 1914 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2041, + "endColumn": 102, + "endOffset": 2139 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1919, + "endColumn": 53, + "endOffset": 1968 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1973, + "endColumn": 72, + "endOffset": 2041 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 72, + "endOffset": 177 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2046, + "endColumn": 78, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 182, + "endColumn": 78, + "endOffset": 256 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 70, + "endOffset": 2191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 261, + "endColumn": 70, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2196, + "endColumn": 65, + "endOffset": 2257 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 332, + "endColumn": 65, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2262, + "endColumn": 55, + "endOffset": 2313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 398, + "endColumn": 55, + "endOffset": 449 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2318, + "endColumn": 58, + "endOffset": 2372 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 454, + "endColumn": 58, + "endOffset": 508 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2377, + "endColumn": 73, + "endOffset": 2446 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 513, + "endColumn": 73, + "endOffset": 582 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2451, + "endColumn": 100, + "endOffset": 2547 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hu/values-hu.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2144, + "endColumn": 100, + "endOffset": 2240 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-hy-rAM.json b/android/build/intermediates/blame/res/debug/multi/values-hy-rAM.json new file mode 100644 index 0000000000000000000000000000000000000000..7712ef5dc0f23248beae3548180970f1e5c3b0cf --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-hy-rAM.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy-rAM/values-hy-rAM.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 102, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 100, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 100, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 109, + "endOffset": 595 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 109, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 600, + "endColumn": 89, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 89, + "endOffset": 914 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 105, + "endOffset": 791 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 105, + "endOffset": 1020 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 796, + "endColumn": 114, + "endOffset": 906 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1025, + "endColumn": 114, + "endOffset": 1135 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 84, + "endOffset": 991 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1140, + "endColumn": 84, + "endOffset": 1220 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 996, + "endColumn": 106, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 106, + "endOffset": 1327 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 106, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1332, + "endColumn": 106, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 98, + "endOffset": 1304 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 98, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 109, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 109, + "endOffset": 1643 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 106, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 106, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 100, + "endOffset": 1622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 100, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 119, + "endOffset": 1742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 119, + "endOffset": 1971 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 98, + "endOffset": 1841 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1976, + "endColumn": 98, + "endOffset": 2070 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1846, + "endColumn": 100, + "endOffset": 1942 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hy-rAM/values-hy-rAM.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2075, + "endColumn": 100, + "endOffset": 2171 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-in.json b/android/build/intermediates/blame/res/debug/multi/values-in.json new file mode 100644 index 0000000000000000000000000000000000000000..f41272383c2bd94da2afda1d4b771c22aa19f3a1 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-in.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 109, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 122, + "endOffset": 616 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 101, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 101, + "endOffset": 718 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 104, + "endOffset": 598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 723, + "endColumn": 104, + "endOffset": 823 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 86, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 828, + "endColumn": 86, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 103, + "endOffset": 789 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 103, + "endOffset": 1014 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 115, + "endOffset": 905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1019, + "endColumn": 115, + "endOffset": 1130 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 85, + "endOffset": 991 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1135, + "endColumn": 85, + "endOffset": 1216 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 996, + "endColumn": 102, + "endOffset": 1094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1221, + "endColumn": 102, + "endOffset": 1319 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1099, + "endColumn": 108, + "endOffset": 1203 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 108, + "endOffset": 1428 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1208, + "endColumn": 100, + "endOffset": 1304 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1433, + "endColumn": 100, + "endOffset": 1529 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 103, + "endOffset": 1408 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 103, + "endOffset": 1633 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1413, + "endColumn": 107, + "endOffset": 1516 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 107, + "endOffset": 1741 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1521, + "endColumn": 107, + "endOffset": 1624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 107, + "endOffset": 1849 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1629, + "endColumn": 122, + "endOffset": 1747 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1854, + "endColumn": 122, + "endOffset": 1972 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1752, + "endColumn": 98, + "endOffset": 1846 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1977, + "endColumn": 98, + "endOffset": 2071 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 53, + "endOffset": 1900 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1905, + "endColumn": 69, + "endOffset": 1970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1975, + "endColumn": 78, + "endOffset": 2049 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2054, + "endColumn": 70, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 65, + "endOffset": 2186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 65, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2191, + "endColumn": 55, + "endOffset": 2242 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 395, + "endColumn": 55, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2247, + "endColumn": 58, + "endOffset": 2301 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 451, + "endColumn": 58, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2306, + "endColumn": 73, + "endOffset": 2375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-in/values-in.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 510, + "endColumn": 73, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2380, + "endColumn": 100, + "endOffset": 2476 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-in/values-in.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2076, + "endColumn": 100, + "endOffset": 2172 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-is-rIS.json b/android/build/intermediates/blame/res/debug/multi/values-is-rIS.json new file mode 100644 index 0000000000000000000000000000000000000000..c782ef0dba464e1c1629353f289b2aad5bf1de27 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-is-rIS.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is-rIS/values-is-rIS.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 99, + "endOffset": 150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 99, + "endOffset": 379 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 155, + "endColumn": 107, + "endOffset": 258 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 107, + "endOffset": 487 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 263, + "endColumn": 122, + "endOffset": 381 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 492, + "endColumn": 122, + "endOffset": 610 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 386, + "endColumn": 96, + "endOffset": 478 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 96, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 111, + "endOffset": 590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 84, + "endOffset": 675 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 84, + "endOffset": 904 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 680, + "endColumn": 100, + "endOffset": 776 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 909, + "endColumn": 100, + "endOffset": 1005 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 781, + "endColumn": 113, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1010, + "endColumn": 113, + "endOffset": 1119 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 80, + "endOffset": 971 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1124, + "endColumn": 80, + "endOffset": 1200 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 976, + "endColumn": 109, + "endOffset": 1081 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1205, + "endColumn": 109, + "endOffset": 1310 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1086, + "endColumn": 107, + "endOffset": 1189 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 107, + "endOffset": 1418 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1194, + "endColumn": 97, + "endOffset": 1287 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1423, + "endColumn": 97, + "endOffset": 1516 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1292, + "endColumn": 108, + "endOffset": 1396 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1521, + "endColumn": 108, + "endOffset": 1625 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1401, + "endColumn": 98, + "endOffset": 1495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 98, + "endOffset": 1724 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1500, + "endColumn": 102, + "endOffset": 1598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1729, + "endColumn": 102, + "endOffset": 1827 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1603, + "endColumn": 117, + "endOffset": 1716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1832, + "endColumn": 117, + "endOffset": 1945 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1721, + "endColumn": 97, + "endOffset": 1814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1950, + "endColumn": 97, + "endOffset": 2043 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1819, + "endColumn": 100, + "endOffset": 1915 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-is-rIS/values-is-rIS.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 100, + "endOffset": 2144 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-it.json b/android/build/intermediates/blame/res/debug/multi/values-it.json new file mode 100644 index 0000000000000000000000000000000000000000..e0d7e6f75fbb6c10c518dc2ec37b3d15ec20d40d --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-it.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 108, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 99, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 99, + "endOffset": 715 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 108, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 720, + "endColumn": 108, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 83, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 83, + "endOffset": 908 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 108, + "endOffset": 792 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 913, + "endColumn": 108, + "endOffset": 1017 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 797, + "endColumn": 124, + "endOffset": 917 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1022, + "endColumn": 124, + "endOffset": 1142 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 922, + "endColumn": 80, + "endOffset": 998 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1147, + "endColumn": 80, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1003, + "endColumn": 105, + "endOffset": 1104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 105, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 107, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 107, + "endOffset": 1437 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 97, + "endOffset": 1310 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1442, + "endColumn": 97, + "endOffset": 1535 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 103, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 103, + "endOffset": 1639 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 104, + "endOffset": 1519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 104, + "endOffset": 1744 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1524, + "endColumn": 106, + "endOffset": 1626 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1749, + "endColumn": 106, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1631, + "endColumn": 121, + "endOffset": 1748 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 121, + "endOffset": 1973 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 99, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1978, + "endColumn": 99, + "endOffset": 2073 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 53, + "endOffset": 1902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1907, + "endColumn": 71, + "endOffset": 1974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1979, + "endColumn": 78, + "endOffset": 2053 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2058, + "endColumn": 70, + "endOffset": 2124 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2129, + "endColumn": 60, + "endOffset": 2185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 60, + "endOffset": 387 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2190, + "endColumn": 55, + "endOffset": 2241 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 392, + "endColumn": 55, + "endOffset": 443 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2246, + "endColumn": 58, + "endOffset": 2300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 448, + "endColumn": 58, + "endOffset": 502 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2305, + "endColumn": 73, + "endOffset": 2374 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-it/values-it.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 507, + "endColumn": 73, + "endOffset": 576 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2379, + "endColumn": 100, + "endOffset": 2475 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-it/values-it.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2078, + "endColumn": 100, + "endOffset": 2174 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-iw.json b/android/build/intermediates/blame/res/debug/multi/values-iw.json new file mode 100644 index 0000000000000000000000000000000000000000..ae2a98a15a7f2b246172b34e26949fbe88aa2593 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-iw.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 103, + "endOffset": 379 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 109, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 384, + "endColumn": 109, + "endOffset": 489 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 125, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 125, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 98, + "endOffset": 489 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 98, + "endOffset": 714 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 107, + "endOffset": 597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 719, + "endColumn": 107, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 83, + "endOffset": 681 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 83, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 99, + "endOffset": 781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 99, + "endOffset": 1006 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 786, + "endColumn": 113, + "endOffset": 895 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1011, + "endColumn": 113, + "endOffset": 1120 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 900, + "endColumn": 78, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1125, + "endColumn": 78, + "endOffset": 1199 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 101, + "endOffset": 1076 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 101, + "endOffset": 1301 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 103, + "endOffset": 1180 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1306, + "endColumn": 103, + "endOffset": 1405 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1185, + "endColumn": 95, + "endOffset": 1276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1410, + "endColumn": 95, + "endOffset": 1501 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1281, + "endColumn": 102, + "endOffset": 1379 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1506, + "endColumn": 102, + "endOffset": 1604 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1384, + "endColumn": 100, + "endOffset": 1480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1609, + "endColumn": 100, + "endOffset": 1705 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1485, + "endColumn": 99, + "endOffset": 1580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1710, + "endColumn": 99, + "endOffset": 1805 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1585, + "endColumn": 115, + "endOffset": 1696 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1810, + "endColumn": 115, + "endOffset": 1921 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 95, + "endOffset": 1792 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 95, + "endOffset": 2017 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1797, + "endColumn": 102, + "endOffset": 1895 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-iw/values-iw.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2022, + "endColumn": 102, + "endOffset": 2120 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ja.json b/android/build/intermediates/blame/res/debug/multi/values-ja.json new file mode 100644 index 0000000000000000000000000000000000000000..c319bb3af835437842aea6668a2691af055ad494 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ja.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 96, + "endOffset": 147 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 96, + "endOffset": 372 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 152, + "endColumn": 106, + "endOffset": 254 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 377, + "endColumn": 106, + "endOffset": 479 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 259, + "endColumn": 120, + "endOffset": 375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 484, + "endColumn": 120, + "endOffset": 600 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 605, + "endColumn": 92, + "endOffset": 693 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 104, + "endOffset": 573 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 578, + "endColumn": 81, + "endOffset": 655 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 81, + "endOffset": 880 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 660, + "endColumn": 97, + "endOffset": 753 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 885, + "endColumn": 97, + "endOffset": 978 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 758, + "endColumn": 107, + "endOffset": 861 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 983, + "endColumn": 107, + "endOffset": 1086 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 866, + "endColumn": 77, + "endOffset": 939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1091, + "endColumn": 77, + "endOffset": 1164 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 944, + "endColumn": 101, + "endOffset": 1041 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1169, + "endColumn": 101, + "endOffset": 1266 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1046, + "endColumn": 98, + "endOffset": 1140 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1271, + "endColumn": 98, + "endOffset": 1365 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1145, + "endColumn": 94, + "endOffset": 1235 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1370, + "endColumn": 94, + "endOffset": 1460 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1240, + "endColumn": 102, + "endOffset": 1338 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1465, + "endColumn": 102, + "endOffset": 1563 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1343, + "endColumn": 94, + "endOffset": 1433 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1568, + "endColumn": 94, + "endOffset": 1658 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 95, + "endOffset": 1529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 95, + "endOffset": 1754 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 110, + "endOffset": 1640 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 110, + "endOffset": 1865 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1645, + "endColumn": 96, + "endOffset": 1737 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 96, + "endOffset": 1962 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1742, + "endColumn": 53, + "endOffset": 1791 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1796, + "endColumn": 60, + "endOffset": 1852 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 60, + "endOffset": 165 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 78, + "endOffset": 1931 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 170, + "endColumn": 78, + "endOffset": 244 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1936, + "endColumn": 70, + "endOffset": 2002 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 249, + "endColumn": 70, + "endOffset": 315 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2007, + "endColumn": 61, + "endOffset": 2064 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 320, + "endColumn": 61, + "endOffset": 377 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 55, + "endOffset": 2120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 382, + "endColumn": 55, + "endOffset": 433 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2125, + "endColumn": 58, + "endOffset": 2179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 438, + "endColumn": 58, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2184, + "endColumn": 73, + "endOffset": 2253 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 497, + "endColumn": 73, + "endOffset": 566 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2258, + "endColumn": 100, + "endOffset": 2354 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ja/values-ja.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1967, + "endColumn": 100, + "endOffset": 2063 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ka-rGE.json b/android/build/intermediates/blame/res/debug/multi/values-ka-rGE.json new file mode 100644 index 0000000000000000000000000000000000000000..40d7483cdff9d0a99dae9c3d21f767809cff3462 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ka-rGE.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka-rGE/values-ka-rGE.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 122, + "endOffset": 619 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 103, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 103, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 110, + "endOffset": 605 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 110, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 87, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 87, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 104, + "endOffset": 1027 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 112, + "endOffset": 911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1032, + "endColumn": 112, + "endOffset": 1140 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 82, + "endOffset": 994 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1145, + "endColumn": 82, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 999, + "endColumn": 112, + "endOffset": 1107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 112, + "endOffset": 1336 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 106, + "endOffset": 1214 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 106, + "endOffset": 1443 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1219, + "endColumn": 97, + "endOffset": 1312 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1448, + "endColumn": 97, + "endOffset": 1541 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1317, + "endColumn": 112, + "endOffset": 1425 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1546, + "endColumn": 112, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1430, + "endColumn": 103, + "endOffset": 1529 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 103, + "endOffset": 1758 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1534, + "endColumn": 103, + "endOffset": 1633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 103, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 121, + "endOffset": 1755 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 121, + "endOffset": 1984 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1760, + "endColumn": 97, + "endOffset": 1853 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1989, + "endColumn": 97, + "endOffset": 2082 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 100, + "endOffset": 1954 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ka-rGE/values-ka-rGE.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2087, + "endColumn": 100, + "endOffset": 2183 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json b/android/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json new file mode 100644 index 0000000000000000000000000000000000000000..ce23bcb2430d60045c3f952c49e0c494c827cca3 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk-rKZ/values-kk-rKZ.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 111, + "endOffset": 162 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 111, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 167, + "endColumn": 107, + "endOffset": 270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 122, + "endOffset": 393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 102, + "endOffset": 496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 102, + "endOffset": 725 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 109, + "endOffset": 606 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 730, + "endColumn": 109, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 611, + "endColumn": 84, + "endOffset": 691 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 84, + "endOffset": 920 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 696, + "endColumn": 105, + "endOffset": 797 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 105, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 118, + "endOffset": 916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 118, + "endOffset": 1145 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 80, + "endOffset": 997 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1150, + "endColumn": 80, + "endOffset": 1226 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1002, + "endColumn": 102, + "endOffset": 1100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1231, + "endColumn": 102, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 104, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 104, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 97, + "endOffset": 1303 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 97, + "endOffset": 1532 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 106, + "endOffset": 1410 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 106, + "endOffset": 1639 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1415, + "endColumn": 108, + "endOffset": 1519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 108, + "endOffset": 1748 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1524, + "endColumn": 99, + "endOffset": 1619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 99, + "endOffset": 1848 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1624, + "endColumn": 114, + "endOffset": 1734 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 114, + "endOffset": 1963 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 98, + "endOffset": 1833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1968, + "endColumn": 98, + "endOffset": 2062 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1838, + "endColumn": 100, + "endOffset": 1934 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kk-rKZ/values-kk-rKZ.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2067, + "endColumn": 100, + "endOffset": 2163 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-km-rKH.json b/android/build/intermediates/blame/res/debug/multi/values-km-rKH.json new file mode 100644 index 0000000000000000000000000000000000000000..b3d05a0bbedcd0f1d5ac33979bb1ac9fef6cc980 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-km-rKH.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km-rKH/values-km-rKH.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 102, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 99, + "endOffset": 484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 99, + "endOffset": 713 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 111, + "endOffset": 596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 718, + "endColumn": 111, + "endOffset": 825 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 601, + "endColumn": 86, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 830, + "endColumn": 86, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 103, + "endOffset": 787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 103, + "endOffset": 1016 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 117, + "endOffset": 905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1021, + "endColumn": 117, + "endOffset": 1134 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 82, + "endOffset": 988 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1139, + "endColumn": 82, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 103, + "endOffset": 1092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 103, + "endOffset": 1321 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1097, + "endColumn": 104, + "endOffset": 1197 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1326, + "endColumn": 104, + "endOffset": 1426 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1202, + "endColumn": 99, + "endOffset": 1297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1431, + "endColumn": 99, + "endOffset": 1526 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1302, + "endColumn": 109, + "endOffset": 1407 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1531, + "endColumn": 109, + "endOffset": 1636 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 106, + "endOffset": 1514 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 106, + "endOffset": 1743 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1519, + "endColumn": 107, + "endOffset": 1622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 107, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 122, + "endOffset": 1745 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 122, + "endOffset": 1974 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 97, + "endOffset": 1843 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1979, + "endColumn": 97, + "endOffset": 2072 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1848, + "endColumn": 100, + "endOffset": 1944 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-km-rKH/values-km-rKH.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2077, + "endColumn": 100, + "endOffset": 2173 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-kn-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-kn-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..14591210dd2f9ab3f33d33bb312ed903ce1169ba --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-kn-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn-rIN/values-kn-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 117, + "endOffset": 397 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 107, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 122, + "endOffset": 628 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 111, + "endOffset": 511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 633, + "endColumn": 111, + "endOffset": 740 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 516, + "endColumn": 112, + "endOffset": 624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 745, + "endColumn": 112, + "endOffset": 853 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 87, + "endOffset": 712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 858, + "endColumn": 87, + "endOffset": 941 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 106, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 946, + "endColumn": 106, + "endOffset": 1048 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 126, + "endOffset": 946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1053, + "endColumn": 126, + "endOffset": 1175 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 951, + "endColumn": 81, + "endOffset": 1028 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1180, + "endColumn": 81, + "endOffset": 1257 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1033, + "endColumn": 115, + "endOffset": 1144 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1262, + "endColumn": 115, + "endOffset": 1373 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1149, + "endColumn": 110, + "endOffset": 1255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1378, + "endColumn": 110, + "endOffset": 1484 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1260, + "endColumn": 98, + "endOffset": 1354 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1489, + "endColumn": 98, + "endOffset": 1583 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1359, + "endColumn": 112, + "endOffset": 1467 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1588, + "endColumn": 112, + "endOffset": 1696 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1472, + "endColumn": 103, + "endOffset": 1571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1701, + "endColumn": 103, + "endOffset": 1800 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1576, + "endColumn": 113, + "endOffset": 1685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1805, + "endColumn": 113, + "endOffset": 1914 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1690, + "endColumn": 125, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1919, + "endColumn": 125, + "endOffset": 2040 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 99, + "endOffset": 1911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2045, + "endColumn": 99, + "endOffset": 2140 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1916, + "endColumn": 100, + "endOffset": 2012 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-kn-rIN/values-kn-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2145, + "endColumn": 100, + "endOffset": 2241 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ko.json b/android/build/intermediates/blame/res/debug/multi/values-ko.json new file mode 100644 index 0000000000000000000000000000000000000000..6505695adb77e9e4e8bda42dec0d086cca1eed09 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ko.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 94, + "endOffset": 145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 94, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 107, + "endOffset": 253 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 375, + "endColumn": 107, + "endOffset": 478 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 258, + "endColumn": 122, + "endOffset": 376 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 483, + "endColumn": 122, + "endOffset": 601 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 93, + "endOffset": 470 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 93, + "endOffset": 695 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 475, + "endColumn": 101, + "endOffset": 572 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 700, + "endColumn": 101, + "endOffset": 797 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 577, + "endColumn": 81, + "endOffset": 654 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 81, + "endOffset": 879 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 659, + "endColumn": 97, + "endOffset": 752 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 884, + "endColumn": 97, + "endOffset": 977 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 757, + "endColumn": 105, + "endOffset": 858 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 982, + "endColumn": 105, + "endOffset": 1083 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 863, + "endColumn": 79, + "endOffset": 938 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1088, + "endColumn": 79, + "endOffset": 1163 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 943, + "endColumn": 97, + "endOffset": 1036 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 97, + "endOffset": 1261 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1041, + "endColumn": 94, + "endOffset": 1131 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1266, + "endColumn": 94, + "endOffset": 1356 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1136, + "endColumn": 94, + "endOffset": 1226 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1361, + "endColumn": 94, + "endOffset": 1451 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1231, + "endColumn": 99, + "endOffset": 1326 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1456, + "endColumn": 99, + "endOffset": 1551 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1331, + "endColumn": 95, + "endOffset": 1422 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 95, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1427, + "endColumn": 98, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 98, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 114, + "endOffset": 1636 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 114, + "endOffset": 1861 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 93, + "endOffset": 1730 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 93, + "endOffset": 1955 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1735, + "endColumn": 53, + "endOffset": 1784 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1789, + "endColumn": 60, + "endOffset": 1845 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 60, + "endOffset": 165 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1850, + "endColumn": 78, + "endOffset": 1924 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 170, + "endColumn": 78, + "endOffset": 244 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1929, + "endColumn": 70, + "endOffset": 1995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 249, + "endColumn": 70, + "endOffset": 315 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2000, + "endColumn": 59, + "endOffset": 2055 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 320, + "endColumn": 59, + "endOffset": 375 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2060, + "endColumn": 55, + "endOffset": 2111 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 380, + "endColumn": 55, + "endOffset": 431 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2116, + "endColumn": 58, + "endOffset": 2170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 436, + "endColumn": 58, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2175, + "endColumn": 73, + "endOffset": 2244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 495, + "endColumn": 73, + "endOffset": 564 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2249, + "endColumn": 100, + "endOffset": 2345 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ko/values-ko.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1960, + "endColumn": 100, + "endOffset": 2056 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ky-rKG.json b/android/build/intermediates/blame/res/debug/multi/values-ky-rKG.json new file mode 100644 index 0000000000000000000000000000000000000000..0bfc41251a171f9af9d45746e13c29831857e08f --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ky-rKG.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky-rKG/values-ky-rKG.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 103, + "endOffset": 154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 103, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 159, + "endColumn": 107, + "endOffset": 262 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 267, + "endColumn": 122, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 94, + "endOffset": 480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 94, + "endOffset": 709 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 485, + "endColumn": 118, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 714, + "endColumn": 118, + "endOffset": 828 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 83, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 833, + "endColumn": 83, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 106, + "endOffset": 790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 106, + "endOffset": 1019 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 795, + "endColumn": 116, + "endOffset": 907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 116, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 80, + "endOffset": 988 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 80, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 993, + "endColumn": 109, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 109, + "endOffset": 1327 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 106, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1332, + "endColumn": 106, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 97, + "endOffset": 1303 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 97, + "endOffset": 1532 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 105, + "endOffset": 1409 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 105, + "endOffset": 1638 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1414, + "endColumn": 106, + "endOffset": 1516 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1643, + "endColumn": 106, + "endOffset": 1745 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1521, + "endColumn": 100, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1750, + "endColumn": 100, + "endOffset": 1846 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 123, + "endOffset": 1741 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 123, + "endOffset": 1970 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 102, + "endOffset": 1844 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1975, + "endColumn": 102, + "endOffset": 2073 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1849, + "endColumn": 100, + "endOffset": 1945 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ky-rKG/values-ky-rKG.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2078, + "endColumn": 100, + "endOffset": 2174 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-land.json b/android/build/intermediates/blame/res/debug/multi/values-land.json new file mode 100644 index 0000000000000000000000000000000000000000..f4cf23335d2f96f04d72f92a6237ff39a94c8c55 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-land.json @@ -0,0 +1,121 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 61, + "endOffset": 112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 61, + "endOffset": 337 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 568, + "endColumn": 71, + "endOffset": 635 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 189, + "endColumn": 69, + "endOffset": 254 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 875, + "endColumn": 69, + "endOffset": 940 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 259, + "endColumn": 63, + "endOffset": 318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 63, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 323, + "endColumn": 70, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1470, + "endColumn": 70, + "endOffset": 1536 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 394, + "endColumn": 67, + "endOffset": 457 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 67, + "endOffset": 1604 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-large-v4.json b/android/build/intermediates/blame/res/debug/multi/values-large-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..20063884aca9b458e930df9684174ff2a1327ad7 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-large-v4.json @@ -0,0 +1,216 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 61, + "endOffset": 112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 61, + "endOffset": 338 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 570, + "endColumn": 71, + "endOffset": 637 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 189, + "endColumn": 58, + "endOffset": 243 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 642, + "endColumn": 58, + "endOffset": 696 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 63, + "endOffset": 307 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 928, + "endColumn": 63, + "endOffset": 987 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 312, + "endColumn": 66, + "endOffset": 374 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 992, + "endColumn": 66, + "endOffset": 1054 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 379, + "endColumn": 66, + "endOffset": 441 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1059, + "endColumn": 66, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 65, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 65, + "endOffset": 1187 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 512, + "endColumn": 65, + "endOffset": 573 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 65, + "endOffset": 1253 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 578, + "endColumn": 54, + "endOffset": 628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1258, + "endColumn": 54, + "endOffset": 1308 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 633, + "endColumn": 103, + "endOffset": 732 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 103, + "endOffset": 1644 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 737, + "endColumn": 115, + "endOffset": 848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-large/values-large.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1649, + "endColumn": 115, + "endOffset": 1760 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-lo-rLA.json b/android/build/intermediates/blame/res/debug/multi/values-lo-rLA.json new file mode 100644 index 0000000000000000000000000000000000000000..d0a01e914e00a38c0ea6a31e9487f8596af9ed61 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-lo-rLA.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lo-rLA/values-lo-rLA.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 102, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 96, + "endOffset": 481 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 96, + "endOffset": 710 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 486, + "endColumn": 106, + "endOffset": 588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 715, + "endColumn": 106, + "endOffset": 817 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 593, + "endColumn": 84, + "endOffset": 673 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 84, + "endOffset": 902 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 678, + "endColumn": 104, + "endOffset": 778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 104, + "endOffset": 1007 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 783, + "endColumn": 111, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1012, + "endColumn": 111, + "endOffset": 1119 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 79, + "endOffset": 970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1124, + "endColumn": 79, + "endOffset": 1199 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 975, + "endColumn": 106, + "endOffset": 1077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 106, + "endOffset": 1306 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1082, + "endColumn": 96, + "endOffset": 1174 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1311, + "endColumn": 96, + "endOffset": 1403 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1179, + "endColumn": 97, + "endOffset": 1272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1408, + "endColumn": 97, + "endOffset": 1501 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1277, + "endColumn": 104, + "endOffset": 1377 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1506, + "endColumn": 104, + "endOffset": 1606 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1382, + "endColumn": 102, + "endOffset": 1480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1611, + "endColumn": 102, + "endOffset": 1709 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1485, + "endColumn": 103, + "endOffset": 1584 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1714, + "endColumn": 103, + "endOffset": 1813 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1589, + "endColumn": 121, + "endOffset": 1706 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1818, + "endColumn": 121, + "endOffset": 1935 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1711, + "endColumn": 95, + "endOffset": 1802 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 95, + "endOffset": 2031 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1807, + "endColumn": 100, + "endOffset": 1903 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lo-rLA/values-lo-rLA.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2036, + "endColumn": 100, + "endOffset": 2132 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-lt.json b/android/build/intermediates/blame/res/debug/multi/values-lt.json new file mode 100644 index 0000000000000000000000000000000000000000..0b8a332fc4acd4cb409346080c3d519ff80c3164 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-lt.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 115, + "endOffset": 166 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 115, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 171, + "endColumn": 107, + "endOffset": 274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 279, + "endColumn": 122, + "endOffset": 397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 100, + "endOffset": 498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 100, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 112, + "endOffset": 611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 112, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 86, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 86, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 108, + "endOffset": 807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 108, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 812, + "endColumn": 120, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 120, + "endOffset": 1153 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 84, + "endOffset": 1013 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 84, + "endOffset": 1238 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1018, + "endColumn": 108, + "endOffset": 1122 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1243, + "endColumn": 108, + "endOffset": 1347 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 108, + "endOffset": 1231 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1352, + "endColumn": 108, + "endOffset": 1456 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1236, + "endColumn": 99, + "endOffset": 1331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1461, + "endColumn": 99, + "endOffset": 1556 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1336, + "endColumn": 109, + "endOffset": 1441 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1561, + "endColumn": 109, + "endOffset": 1666 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1446, + "endColumn": 103, + "endOffset": 1545 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1671, + "endColumn": 103, + "endOffset": 1770 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1550, + "endColumn": 112, + "endOffset": 1658 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 112, + "endOffset": 1883 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 129, + "endOffset": 1788 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1888, + "endColumn": 129, + "endOffset": 2013 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1793, + "endColumn": 100, + "endOffset": 1889 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2018, + "endColumn": 100, + "endOffset": 2114 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1894, + "endColumn": 100, + "endOffset": 1990 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lt/values-lt.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2119, + "endColumn": 100, + "endOffset": 2215 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-lv.json b/android/build/intermediates/blame/res/debug/multi/values-lv.json new file mode 100644 index 0000000000000000000000000000000000000000..b428fd4667e76f6bf77a6546884a82d637ebf1f7 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-lv.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 119, + "endOffset": 395 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 107, + "endOffset": 503 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 122, + "endOffset": 626 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 107, + "endOffset": 509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 631, + "endColumn": 107, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 514, + "endColumn": 108, + "endOffset": 618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 108, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 623, + "endColumn": 85, + "endOffset": 704 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 85, + "endOffset": 929 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 103, + "endOffset": 808 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 934, + "endColumn": 103, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 813, + "endColumn": 121, + "endOffset": 930 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 121, + "endOffset": 1155 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 935, + "endColumn": 84, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1160, + "endColumn": 84, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 108, + "endOffset": 1124 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 108, + "endOffset": 1349 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1129, + "endColumn": 111, + "endOffset": 1236 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1354, + "endColumn": 111, + "endOffset": 1461 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1241, + "endColumn": 98, + "endOffset": 1335 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1466, + "endColumn": 98, + "endOffset": 1560 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1340, + "endColumn": 110, + "endOffset": 1446 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1565, + "endColumn": 110, + "endOffset": 1671 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 108, + "endOffset": 1555 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1676, + "endColumn": 108, + "endOffset": 1780 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 104, + "endOffset": 1660 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 104, + "endOffset": 1885 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 118, + "endOffset": 1779 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1890, + "endColumn": 118, + "endOffset": 2004 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1784, + "endColumn": 98, + "endOffset": 1878 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 98, + "endOffset": 2103 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1883, + "endColumn": 100, + "endOffset": 1979 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-lv/values-lv.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2108, + "endColumn": 100, + "endOffset": 2204 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-mk-rMK.json b/android/build/intermediates/blame/res/debug/multi/values-mk-rMK.json new file mode 100644 index 0000000000000000000000000000000000000000..59579cf5865d9307fb3ea9042eb434d3e33ed6de --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-mk-rMK.json @@ -0,0 +1,311 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mk-rMK/values-mk-rMK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 107, + "endOffset": 387 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 122, + "endOffset": 281 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 122, + "endOffset": 510 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 286, + "endColumn": 103, + "endOffset": 385 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 515, + "endColumn": 103, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 107, + "endOffset": 722 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 85, + "endOffset": 579 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 727, + "endColumn": 85, + "endOffset": 808 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 584, + "endColumn": 104, + "endOffset": 684 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 813, + "endColumn": 104, + "endOffset": 913 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 689, + "endColumn": 118, + "endOffset": 803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 918, + "endColumn": 118, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 86, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 86, + "endOffset": 1119 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 895, + "endColumn": 105, + "endOffset": 996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1124, + "endColumn": 105, + "endOffset": 1225 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1001, + "endColumn": 106, + "endOffset": 1103 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 106, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1108, + "endColumn": 100, + "endOffset": 1204 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 100, + "endOffset": 1433 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 106, + "endOffset": 1311 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 106, + "endOffset": 1540 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1316, + "endColumn": 110, + "endOffset": 1422 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 110, + "endOffset": 1651 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1427, + "endColumn": 103, + "endOffset": 1526 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1656, + "endColumn": 103, + "endOffset": 1755 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1531, + "endColumn": 97, + "endOffset": 1624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1760, + "endColumn": 97, + "endOffset": 1853 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1629, + "endColumn": 100, + "endOffset": 1725 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mk-rMK/values-mk-rMK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 100, + "endOffset": 1954 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ml-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-ml-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..0301913dbd0937502a3e78433e29392c20227784 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ml-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ml-rIN/values-ml-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 118, + "endOffset": 169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 118, + "endOffset": 398 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 174, + "endColumn": 107, + "endOffset": 277 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 403, + "endColumn": 107, + "endOffset": 506 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 122, + "endOffset": 400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 511, + "endColumn": 122, + "endOffset": 629 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 405, + "endColumn": 117, + "endOffset": 518 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 634, + "endColumn": 117, + "endOffset": 747 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 523, + "endColumn": 115, + "endOffset": 634 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 752, + "endColumn": 115, + "endOffset": 863 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 639, + "endColumn": 92, + "endOffset": 727 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 868, + "endColumn": 92, + "endOffset": 956 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 732, + "endColumn": 104, + "endOffset": 832 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 961, + "endColumn": 104, + "endOffset": 1061 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 837, + "endColumn": 131, + "endOffset": 964 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1066, + "endColumn": 131, + "endOffset": 1193 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 969, + "endColumn": 81, + "endOffset": 1046 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1198, + "endColumn": 81, + "endOffset": 1275 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1051, + "endColumn": 110, + "endOffset": 1157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1280, + "endColumn": 110, + "endOffset": 1386 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 105, + "endOffset": 1263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1391, + "endColumn": 105, + "endOffset": 1492 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1268, + "endColumn": 97, + "endOffset": 1361 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1497, + "endColumn": 97, + "endOffset": 1590 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1366, + "endColumn": 113, + "endOffset": 1475 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1595, + "endColumn": 113, + "endOffset": 1704 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1480, + "endColumn": 100, + "endOffset": 1576 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1709, + "endColumn": 100, + "endOffset": 1805 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1581, + "endColumn": 110, + "endOffset": 1687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1810, + "endColumn": 110, + "endOffset": 1916 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1692, + "endColumn": 127, + "endOffset": 1815 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1921, + "endColumn": 127, + "endOffset": 2044 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1820, + "endColumn": 100, + "endOffset": 1916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2049, + "endColumn": 100, + "endOffset": 2145 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1921, + "endColumn": 100, + "endOffset": 2017 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ml-rIN/values-ml-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2150, + "endColumn": 100, + "endOffset": 2246 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-mn-rMN.json b/android/build/intermediates/blame/res/debug/multi/values-mn-rMN.json new file mode 100644 index 0000000000000000000000000000000000000000..93c1f1e16cb312f36840a5c398f552f9d6a0555f --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-mn-rMN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mn-rMN/values-mn-rMN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 112, + "endOffset": 163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 112, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 168, + "endColumn": 107, + "endOffset": 271 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 107, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 276, + "endColumn": 122, + "endOffset": 394 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 122, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 399, + "endColumn": 99, + "endOffset": 494 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 628, + "endColumn": 99, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 499, + "endColumn": 112, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 112, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 86, + "endOffset": 694 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 86, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 699, + "endColumn": 105, + "endOffset": 800 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 105, + "endOffset": 1029 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 111, + "endOffset": 912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 111, + "endOffset": 1141 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 81, + "endOffset": 994 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1146, + "endColumn": 81, + "endOffset": 1223 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 999, + "endColumn": 108, + "endOffset": 1103 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1228, + "endColumn": 108, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1108, + "endColumn": 103, + "endOffset": 1207 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 103, + "endOffset": 1436 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1212, + "endColumn": 96, + "endOffset": 1304 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1441, + "endColumn": 96, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1309, + "endColumn": 107, + "endOffset": 1412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 107, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 100, + "endOffset": 1513 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 100, + "endOffset": 1742 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1518, + "endColumn": 102, + "endOffset": 1616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 102, + "endOffset": 1845 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1621, + "endColumn": 121, + "endOffset": 1738 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1850, + "endColumn": 121, + "endOffset": 1967 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1743, + "endColumn": 96, + "endOffset": 1835 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1972, + "endColumn": 96, + "endOffset": 2064 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1840, + "endColumn": 100, + "endOffset": 1936 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mn-rMN/values-mn-rMN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 100, + "endOffset": 2165 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-mr-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-mr-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..6de0968802ced2200a089b0d43535e1208d01cce --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-mr-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-mr-rIN/values-mr-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 117, + "endOffset": 397 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 107, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 122, + "endOffset": 628 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 105, + "endOffset": 505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 633, + "endColumn": 105, + "endOffset": 734 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 510, + "endColumn": 106, + "endOffset": 612 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 739, + "endColumn": 106, + "endOffset": 841 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 89, + "endOffset": 702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 846, + "endColumn": 89, + "endOffset": 931 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 707, + "endColumn": 100, + "endOffset": 803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 936, + "endColumn": 100, + "endOffset": 1032 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 808, + "endColumn": 114, + "endOffset": 918 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1037, + "endColumn": 114, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 79, + "endOffset": 998 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 79, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1003, + "endColumn": 111, + "endOffset": 1110 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 111, + "endOffset": 1339 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1115, + "endColumn": 101, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 101, + "endOffset": 1441 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 95, + "endOffset": 1308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1446, + "endColumn": 95, + "endOffset": 1537 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1313, + "endColumn": 108, + "endOffset": 1417 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1542, + "endColumn": 108, + "endOffset": 1646 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1422, + "endColumn": 100, + "endOffset": 1518 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1651, + "endColumn": 100, + "endOffset": 1747 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1523, + "endColumn": 114, + "endOffset": 1633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1752, + "endColumn": 114, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1638, + "endColumn": 122, + "endOffset": 1756 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 122, + "endOffset": 1985 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1761, + "endColumn": 104, + "endOffset": 1861 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1990, + "endColumn": 104, + "endOffset": 2090 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 100, + "endOffset": 1962 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-mr-rIN/values-mr-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2095, + "endColumn": 100, + "endOffset": 2191 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ms-rMY.json b/android/build/intermediates/blame/res/debug/multi/values-ms-rMY.json new file mode 100644 index 0000000000000000000000000000000000000000..5cf4f5165b679e3d675c049f432bec6565cf3f70 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ms-rMY.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ms-rMY/values-ms-rMY.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 110, + "endOffset": 161 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 110, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 166, + "endColumn": 107, + "endOffset": 269 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 107, + "endOffset": 498 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 274, + "endColumn": 122, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 122, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 104, + "endOffset": 497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 104, + "endOffset": 726 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 107, + "endOffset": 605 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 731, + "endColumn": 107, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 86, + "endOffset": 692 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 86, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 697, + "endColumn": 103, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 103, + "endOffset": 1025 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 110, + "endOffset": 907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1030, + "endColumn": 110, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 79, + "endOffset": 987 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 79, + "endOffset": 1216 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 992, + "endColumn": 111, + "endOffset": 1099 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1221, + "endColumn": 111, + "endOffset": 1328 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 108, + "endOffset": 1208 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1333, + "endColumn": 108, + "endOffset": 1437 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1213, + "endColumn": 96, + "endOffset": 1305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1442, + "endColumn": 96, + "endOffset": 1534 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 108, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 108, + "endOffset": 1643 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 102, + "endOffset": 1517 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1648, + "endColumn": 102, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1522, + "endColumn": 106, + "endOffset": 1624 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 106, + "endOffset": 1853 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1629, + "endColumn": 121, + "endOffset": 1746 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1858, + "endColumn": 121, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 100, + "endOffset": 1847 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 100, + "endOffset": 2076 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1852, + "endColumn": 100, + "endOffset": 1948 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ms-rMY/values-ms-rMY.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2081, + "endColumn": 100, + "endOffset": 2177 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-my-rMM.json b/android/build/intermediates/blame/res/debug/multi/values-my-rMM.json new file mode 100644 index 0000000000000000000000000000000000000000..7d27422cca39f6c013cc16b9d2540fee28fea2b3 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-my-rMM.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-my-rMM/values-my-rMM.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 108, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 107, + "endOffset": 496 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 124, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 124, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 104, + "endOffset": 497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 104, + "endOffset": 726 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 116, + "endOffset": 614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 731, + "endColumn": 116, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 92, + "endOffset": 707 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 92, + "endOffset": 936 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 941, + "endColumn": 111, + "endOffset": 1048 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 135, + "endOffset": 955 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1053, + "endColumn": 135, + "endOffset": 1184 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 960, + "endColumn": 85, + "endOffset": 1041 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1189, + "endColumn": 85, + "endOffset": 1270 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1046, + "endColumn": 124, + "endOffset": 1166 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1275, + "endColumn": 124, + "endOffset": 1395 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 111, + "endOffset": 1278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1400, + "endColumn": 111, + "endOffset": 1507 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1283, + "endColumn": 101, + "endOffset": 1380 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1512, + "endColumn": 101, + "endOffset": 1609 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1385, + "endColumn": 125, + "endOffset": 1506 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1614, + "endColumn": 125, + "endOffset": 1735 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1511, + "endColumn": 110, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1740, + "endColumn": 110, + "endOffset": 1846 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 109, + "endOffset": 1727 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1851, + "endColumn": 109, + "endOffset": 1956 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1732, + "endColumn": 122, + "endOffset": 1850 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1961, + "endColumn": 122, + "endOffset": 2079 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1855, + "endColumn": 99, + "endOffset": 1950 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2084, + "endColumn": 99, + "endOffset": 2179 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1955, + "endColumn": 100, + "endOffset": 2051 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-my-rMM/values-my-rMM.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2184, + "endColumn": 100, + "endOffset": 2280 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-nb.json b/android/build/intermediates/blame/res/debug/multi/values-nb.json new file mode 100644 index 0000000000000000000000000000000000000000..467ef05bfe9e8f3cddbfec20ee7a268e68b3dfd6 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-nb.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 108, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 108, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 124, + "endOffset": 392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 124, + "endOffset": 617 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 397, + "endColumn": 94, + "endOffset": 487 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 622, + "endColumn": 94, + "endOffset": 712 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 492, + "endColumn": 113, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 717, + "endColumn": 113, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 85, + "endOffset": 687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 85, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 99, + "endOffset": 787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 99, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 792, + "endColumn": 112, + "endOffset": 900 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 112, + "endOffset": 1125 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 905, + "endColumn": 79, + "endOffset": 980 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 79, + "endOffset": 1205 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 985, + "endColumn": 102, + "endOffset": 1083 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 102, + "endOffset": 1308 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1088, + "endColumn": 98, + "endOffset": 1182 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1313, + "endColumn": 98, + "endOffset": 1407 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1187, + "endColumn": 95, + "endOffset": 1278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 95, + "endOffset": 1503 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1283, + "endColumn": 103, + "endOffset": 1382 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1508, + "endColumn": 103, + "endOffset": 1607 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1387, + "endColumn": 97, + "endOffset": 1480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1612, + "endColumn": 97, + "endOffset": 1705 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1485, + "endColumn": 100, + "endOffset": 1581 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1710, + "endColumn": 100, + "endOffset": 1806 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1586, + "endColumn": 115, + "endOffset": 1697 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1811, + "endColumn": 115, + "endOffset": 1922 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1702, + "endColumn": 96, + "endOffset": 1794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1927, + "endColumn": 96, + "endOffset": 2019 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 53, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 71, + "endOffset": 1920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1925, + "endColumn": 78, + "endOffset": 1999 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2004, + "endColumn": 70, + "endOffset": 2070 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2075, + "endColumn": 63, + "endOffset": 2134 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 63, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2139, + "endColumn": 55, + "endOffset": 2190 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 395, + "endColumn": 55, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2195, + "endColumn": 58, + "endOffset": 2249 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 451, + "endColumn": 58, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2254, + "endColumn": 73, + "endOffset": 2323 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 510, + "endColumn": 73, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2328, + "endColumn": 100, + "endOffset": 2424 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nb/values-nb.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2024, + "endColumn": 100, + "endOffset": 2120 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ne-rNP.json b/android/build/intermediates/blame/res/debug/multi/values-ne-rNP.json new file mode 100644 index 0000000000000000000000000000000000000000..11e63149e3ad51804edc9e25a27744f17c2871a2 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ne-rNP.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ne-rNP/values-ne-rNP.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 104, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 103, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 103, + "endOffset": 719 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 107, + "endOffset": 598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 724, + "endColumn": 107, + "endOffset": 827 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 603, + "endColumn": 90, + "endOffset": 689 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 832, + "endColumn": 90, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 694, + "endColumn": 106, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 106, + "endOffset": 1025 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 126, + "endOffset": 923 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1030, + "endColumn": 126, + "endOffset": 1152 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 87, + "endOffset": 1011 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1157, + "endColumn": 87, + "endOffset": 1240 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1016, + "endColumn": 109, + "endOffset": 1121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1245, + "endColumn": 109, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 115, + "endOffset": 1237 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 115, + "endOffset": 1466 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1242, + "endColumn": 102, + "endOffset": 1340 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1471, + "endColumn": 102, + "endOffset": 1569 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1345, + "endColumn": 114, + "endOffset": 1455 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1574, + "endColumn": 114, + "endOffset": 1684 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 101, + "endOffset": 1557 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1689, + "endColumn": 101, + "endOffset": 1786 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1562, + "endColumn": 114, + "endOffset": 1672 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1791, + "endColumn": 114, + "endOffset": 1901 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1677, + "endColumn": 130, + "endOffset": 1803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1906, + "endColumn": 130, + "endOffset": 2032 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1808, + "endColumn": 111, + "endOffset": 1915 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2037, + "endColumn": 111, + "endOffset": 2144 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1920, + "endColumn": 100, + "endOffset": 2016 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ne-rNP/values-ne-rNP.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2149, + "endColumn": 100, + "endOffset": 2245 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-nl.json b/android/build/intermediates/blame/res/debug/multi/values-nl.json new file mode 100644 index 0000000000000000000000000000000000000000..e5e53456ecbb364f354a60466dca475479e9b62f --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-nl.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 117, + "endOffset": 168 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 117, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 173, + "endColumn": 107, + "endOffset": 276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 281, + "endColumn": 122, + "endOffset": 399 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 104, + "endOffset": 504 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 104, + "endOffset": 729 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 106, + "endOffset": 611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 734, + "endColumn": 106, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 85, + "endOffset": 697 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 85, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 702, + "endColumn": 107, + "endOffset": 805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 107, + "endOffset": 1030 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 810, + "endColumn": 119, + "endOffset": 925 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 119, + "endOffset": 1150 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 930, + "endColumn": 81, + "endOffset": 1007 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1155, + "endColumn": 81, + "endOffset": 1232 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1012, + "endColumn": 110, + "endOffset": 1118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1237, + "endColumn": 110, + "endOffset": 1343 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 103, + "endOffset": 1222 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1348, + "endColumn": 103, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1227, + "endColumn": 98, + "endOffset": 1321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 98, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1326, + "endColumn": 114, + "endOffset": 1436 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 114, + "endOffset": 1661 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1441, + "endColumn": 112, + "endOffset": 1549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1666, + "endColumn": 112, + "endOffset": 1774 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 102, + "endOffset": 1652 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1779, + "endColumn": 102, + "endOffset": 1877 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1657, + "endColumn": 117, + "endOffset": 1770 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1882, + "endColumn": 117, + "endOffset": 1995 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 102, + "endOffset": 1873 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2000, + "endColumn": 102, + "endOffset": 2098 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 53, + "endOffset": 1927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1932, + "endColumn": 74, + "endOffset": 2002 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 74, + "endOffset": 179 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2007, + "endColumn": 78, + "endOffset": 2081 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 184, + "endColumn": 78, + "endOffset": 258 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 70, + "endOffset": 2152 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 70, + "endOffset": 329 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2157, + "endColumn": 64, + "endOffset": 2217 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 334, + "endColumn": 64, + "endOffset": 394 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2222, + "endColumn": 55, + "endOffset": 2273 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 399, + "endColumn": 55, + "endOffset": 450 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2278, + "endColumn": 58, + "endOffset": 2332 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 455, + "endColumn": 58, + "endOffset": 509 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2337, + "endColumn": 73, + "endOffset": 2406 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 514, + "endColumn": 73, + "endOffset": 583 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2411, + "endColumn": 100, + "endOffset": 2507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-nl/values-nl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2103, + "endColumn": 100, + "endOffset": 2199 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pa-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-pa-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..5651f72ae481485b56682aa9de301b32e19c859c --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-pa-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pa-rIN/values-pa-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 105, + "endOffset": 156 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 105, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 161, + "endColumn": 107, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 122, + "endOffset": 387 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 122, + "endOffset": 616 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 104, + "endOffset": 492 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 104, + "endOffset": 721 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 104, + "endOffset": 597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 726, + "endColumn": 104, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 85, + "endOffset": 683 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 85, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 688, + "endColumn": 99, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 99, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 112, + "endOffset": 896 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 112, + "endOffset": 1125 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 901, + "endColumn": 78, + "endOffset": 975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 78, + "endOffset": 1204 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 980, + "endColumn": 100, + "endOffset": 1076 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 100, + "endOffset": 1305 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1081, + "endColumn": 100, + "endOffset": 1177 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1310, + "endColumn": 100, + "endOffset": 1406 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1182, + "endColumn": 96, + "endOffset": 1274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 96, + "endOffset": 1503 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1279, + "endColumn": 108, + "endOffset": 1383 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1508, + "endColumn": 108, + "endOffset": 1612 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1388, + "endColumn": 98, + "endOffset": 1482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1617, + "endColumn": 98, + "endOffset": 1711 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1487, + "endColumn": 109, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1716, + "endColumn": 109, + "endOffset": 1821 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 121, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1826, + "endColumn": 121, + "endOffset": 1943 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 99, + "endOffset": 1814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1948, + "endColumn": 99, + "endOffset": 2043 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1819, + "endColumn": 100, + "endOffset": 1915 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pa-rIN/values-pa-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2048, + "endColumn": 100, + "endOffset": 2144 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pl.json b/android/build/intermediates/blame/res/debug/multi/values-pl.json new file mode 100644 index 0000000000000000000000000000000000000000..338b9f1babf25e2fba7b3a6f052aae3a5655de05 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-pl.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 115, + "endOffset": 166 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 115, + "endOffset": 391 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 171, + "endColumn": 107, + "endOffset": 274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 107, + "endOffset": 499 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 279, + "endColumn": 122, + "endOffset": 397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 122, + "endOffset": 622 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 402, + "endColumn": 101, + "endOffset": 499 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 627, + "endColumn": 101, + "endOffset": 724 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 504, + "endColumn": 107, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 729, + "endColumn": 107, + "endOffset": 832 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 85, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 837, + "endColumn": 85, + "endOffset": 918 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 108, + "endOffset": 802 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 108, + "endOffset": 1027 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 807, + "endColumn": 118, + "endOffset": 921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1032, + "endColumn": 118, + "endOffset": 1146 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 81, + "endOffset": 1003 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1151, + "endColumn": 81, + "endOffset": 1228 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1008, + "endColumn": 108, + "endOffset": 1112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1233, + "endColumn": 108, + "endOffset": 1337 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1117, + "endColumn": 108, + "endOffset": 1221 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1342, + "endColumn": 108, + "endOffset": 1446 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 98, + "endOffset": 1320 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 98, + "endOffset": 1545 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 108, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1550, + "endColumn": 108, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 110, + "endOffset": 1540 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 110, + "endOffset": 1765 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1545, + "endColumn": 107, + "endOffset": 1648 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1770, + "endColumn": 107, + "endOffset": 1873 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1653, + "endColumn": 122, + "endOffset": 1771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 122, + "endOffset": 1996 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1776, + "endColumn": 95, + "endOffset": 1867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2001, + "endColumn": 95, + "endOffset": 2092 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1872, + "endColumn": 53, + "endOffset": 1921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1926, + "endColumn": 69, + "endOffset": 1991 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1996, + "endColumn": 78, + "endOffset": 2070 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2075, + "endColumn": 70, + "endOffset": 2141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2146, + "endColumn": 61, + "endOffset": 2203 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 61, + "endOffset": 386 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2208, + "endColumn": 55, + "endOffset": 2259 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 391, + "endColumn": 55, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2264, + "endColumn": 58, + "endOffset": 2318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 447, + "endColumn": 58, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2323, + "endColumn": 73, + "endOffset": 2392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 506, + "endColumn": 73, + "endOffset": 575 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2397, + "endColumn": 100, + "endOffset": 2493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pl/values-pl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2097, + "endColumn": 100, + "endOffset": 2193 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-port.json b/android/build/intermediates/blame/res/debug/multi/values-port.json new file mode 100644 index 0000000000000000000000000000000000000000..d443bba6fa4e5cd3862c6431c640124665488762 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-port.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 55, + "endOffset": 106 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 55, + "endOffset": 331 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pt-rPT.json b/android/build/intermediates/blame/res/debug/multi/values-pt-rPT.json new file mode 100644 index 0000000000000000000000000000000000000000..9c5b148119c38d0a338107f8fb3727c67c91757e --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-pt-rPT.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt-rPT/values-pt-rPT.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 119, + "endOffset": 399 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 404, + "endColumn": 107, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 122, + "endOffset": 630 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 105, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 635, + "endColumn": 105, + "endOffset": 736 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 106, + "endOffset": 614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 741, + "endColumn": 106, + "endOffset": 843 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 88, + "endOffset": 703 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 848, + "endColumn": 88, + "endOffset": 932 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 937, + "endColumn": 100, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 123, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 123, + "endOffset": 1157 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 86, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 86, + "endOffset": 1244 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 106, + "endOffset": 1122 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 106, + "endOffset": 1351 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1127, + "endColumn": 111, + "endOffset": 1234 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1356, + "endColumn": 111, + "endOffset": 1463 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 101, + "endOffset": 1336 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1468, + "endColumn": 101, + "endOffset": 1565 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 107, + "endOffset": 1444 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1570, + "endColumn": 107, + "endOffset": 1673 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1449, + "endColumn": 106, + "endOffset": 1551 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 106, + "endOffset": 1780 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 106, + "endOffset": 1658 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 106, + "endOffset": 1887 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1663, + "endColumn": 121, + "endOffset": 1780 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1892, + "endColumn": 121, + "endOffset": 2009 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 98, + "endOffset": 1879 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2014, + "endColumn": 98, + "endOffset": 2108 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1884, + "endColumn": 53, + "endOffset": 1933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1938, + "endColumn": 69, + "endOffset": 2003 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2008, + "endColumn": 78, + "endOffset": 2082 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2087, + "endColumn": 70, + "endOffset": 2153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2158, + "endColumn": 60, + "endOffset": 2214 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 60, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2219, + "endColumn": 55, + "endOffset": 2270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 390, + "endColumn": 55, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2275, + "endColumn": 58, + "endOffset": 2329 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 58, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2334, + "endColumn": 73, + "endOffset": 2403 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 505, + "endColumn": 73, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2408, + "endColumn": 100, + "endOffset": 2504 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt-rPT/values-pt-rPT.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2113, + "endColumn": 100, + "endOffset": 2209 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-pt.json b/android/build/intermediates/blame/res/debug/multi/values-pt.json new file mode 100644 index 0000000000000000000000000000000000000000..67364f855bb60fe2edd674efd76e19faa87842cf --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-pt.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 119, + "endOffset": 170 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 119, + "endOffset": 395 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 175, + "endColumn": 107, + "endOffset": 278 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 107, + "endOffset": 503 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 122, + "endOffset": 401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 122, + "endOffset": 626 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 406, + "endColumn": 105, + "endOffset": 507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 631, + "endColumn": 105, + "endOffset": 732 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 512, + "endColumn": 106, + "endOffset": 614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 737, + "endColumn": 106, + "endOffset": 839 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 88, + "endOffset": 703 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 844, + "endColumn": 88, + "endOffset": 928 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 708, + "endColumn": 100, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 100, + "endOffset": 1029 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 117, + "endOffset": 922 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 117, + "endOffset": 1147 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 86, + "endOffset": 1009 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1152, + "endColumn": 86, + "endOffset": 1234 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1014, + "endColumn": 106, + "endOffset": 1116 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1239, + "endColumn": 106, + "endOffset": 1341 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1121, + "endColumn": 111, + "endOffset": 1228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 111, + "endOffset": 1453 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1233, + "endColumn": 101, + "endOffset": 1330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1458, + "endColumn": 101, + "endOffset": 1555 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 107, + "endOffset": 1438 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1560, + "endColumn": 107, + "endOffset": 1663 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1443, + "endColumn": 106, + "endOffset": 1545 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1668, + "endColumn": 106, + "endOffset": 1770 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1550, + "endColumn": 109, + "endOffset": 1655 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1775, + "endColumn": 109, + "endOffset": 1880 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1660, + "endColumn": 124, + "endOffset": 1780 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1885, + "endColumn": 124, + "endOffset": 2005 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1785, + "endColumn": 99, + "endOffset": 1880 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2010, + "endColumn": 99, + "endOffset": 2105 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1885, + "endColumn": 53, + "endOffset": 1934 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1939, + "endColumn": 69, + "endOffset": 2004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 78, + "endOffset": 2083 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2088, + "endColumn": 70, + "endOffset": 2154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2159, + "endColumn": 60, + "endOffset": 2215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 60, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2220, + "endColumn": 55, + "endOffset": 2271 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 390, + "endColumn": 55, + "endOffset": 441 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2276, + "endColumn": 58, + "endOffset": 2330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 446, + "endColumn": 58, + "endOffset": 500 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2335, + "endColumn": 73, + "endOffset": 2404 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 505, + "endColumn": 73, + "endOffset": 574 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2409, + "endColumn": 100, + "endOffset": 2505 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-pt/values-pt.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2110, + "endColumn": 100, + "endOffset": 2206 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ro.json b/android/build/intermediates/blame/res/debug/multi/values-ro.json new file mode 100644 index 0000000000000000000000000000000000000000..2453c9ac8396447a455c293227edf602e2724d3c --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ro.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 120, + "endOffset": 171 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 120, + "endOffset": 396 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 176, + "endColumn": 107, + "endOffset": 279 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 107, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 122, + "endOffset": 402 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 122, + "endOffset": 627 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 407, + "endColumn": 103, + "endOffset": 506 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 632, + "endColumn": 103, + "endOffset": 731 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 511, + "endColumn": 112, + "endOffset": 619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 736, + "endColumn": 112, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 624, + "endColumn": 87, + "endOffset": 707 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 87, + "endOffset": 932 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 111, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 937, + "endColumn": 111, + "endOffset": 1044 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 120, + "endOffset": 940 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1049, + "endColumn": 120, + "endOffset": 1165 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 945, + "endColumn": 82, + "endOffset": 1023 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1170, + "endColumn": 82, + "endOffset": 1248 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1028, + "endColumn": 111, + "endOffset": 1135 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 111, + "endOffset": 1360 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1140, + "endColumn": 112, + "endOffset": 1248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1365, + "endColumn": 112, + "endOffset": 1473 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 99, + "endOffset": 1348 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1478, + "endColumn": 99, + "endOffset": 1573 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1353, + "endColumn": 113, + "endOffset": 1462 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1578, + "endColumn": 113, + "endOffset": 1687 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1467, + "endColumn": 104, + "endOffset": 1567 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1692, + "endColumn": 104, + "endOffset": 1792 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1572, + "endColumn": 105, + "endOffset": 1673 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1797, + "endColumn": 105, + "endOffset": 1898 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1678, + "endColumn": 120, + "endOffset": 1794 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1903, + "endColumn": 120, + "endOffset": 2019 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1799, + "endColumn": 102, + "endOffset": 1897 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2024, + "endColumn": 102, + "endOffset": 2122 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1902, + "endColumn": 53, + "endOffset": 1951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1956, + "endColumn": 69, + "endOffset": 2021 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 69, + "endOffset": 174 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2026, + "endColumn": 78, + "endOffset": 2100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 179, + "endColumn": 78, + "endOffset": 253 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2105, + "endColumn": 70, + "endOffset": 2171 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 258, + "endColumn": 70, + "endOffset": 324 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2176, + "endColumn": 64, + "endOffset": 2236 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 329, + "endColumn": 64, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2241, + "endColumn": 55, + "endOffset": 2292 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 394, + "endColumn": 55, + "endOffset": 445 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2297, + "endColumn": 58, + "endOffset": 2351 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 450, + "endColumn": 58, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2356, + "endColumn": 73, + "endOffset": 2425 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 509, + "endColumn": 73, + "endOffset": 578 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2430, + "endColumn": 100, + "endOffset": 2526 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ro/values-ro.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2127, + "endColumn": 100, + "endOffset": 2223 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ru.json b/android/build/intermediates/blame/res/debug/multi/values-ru.json new file mode 100644 index 0000000000000000000000000000000000000000..b2052ad65edb5d657115f58614969eef57f2d658 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ru.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 114, + "endOffset": 165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 114, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 170, + "endColumn": 107, + "endOffset": 273 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 107, + "endOffset": 498 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 278, + "endColumn": 122, + "endOffset": 396 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 122, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 401, + "endColumn": 101, + "endOffset": 498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 626, + "endColumn": 101, + "endOffset": 723 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 111, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 728, + "endColumn": 111, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 85, + "endOffset": 696 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 85, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 701, + "endColumn": 104, + "endOffset": 801 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 104, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 119, + "endOffset": 921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 119, + "endOffset": 1146 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 79, + "endOffset": 1001 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1151, + "endColumn": 79, + "endOffset": 1226 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1006, + "endColumn": 105, + "endOffset": 1107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1231, + "endColumn": 105, + "endOffset": 1332 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 107, + "endOffset": 1215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1337, + "endColumn": 107, + "endOffset": 1440 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1220, + "endColumn": 97, + "endOffset": 1313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1445, + "endColumn": 97, + "endOffset": 1538 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1318, + "endColumn": 108, + "endOffset": 1422 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 108, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1427, + "endColumn": 105, + "endOffset": 1528 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 105, + "endOffset": 1753 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 107, + "endOffset": 1636 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1758, + "endColumn": 107, + "endOffset": 1861 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 135, + "endOffset": 1772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1866, + "endColumn": 135, + "endOffset": 1997 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1777, + "endColumn": 99, + "endOffset": 1872 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2002, + "endColumn": 99, + "endOffset": 2097 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1877, + "endColumn": 53, + "endOffset": 1926 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1931, + "endColumn": 72, + "endOffset": 1999 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 72, + "endOffset": 177 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2004, + "endColumn": 78, + "endOffset": 2078 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 182, + "endColumn": 78, + "endOffset": 256 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2083, + "endColumn": 70, + "endOffset": 2149 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 261, + "endColumn": 70, + "endOffset": 327 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2154, + "endColumn": 62, + "endOffset": 2212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 332, + "endColumn": 62, + "endOffset": 390 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2217, + "endColumn": 55, + "endOffset": 2268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 395, + "endColumn": 55, + "endOffset": 446 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2273, + "endColumn": 58, + "endOffset": 2327 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 451, + "endColumn": 58, + "endOffset": 505 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2332, + "endColumn": 73, + "endOffset": 2401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 510, + "endColumn": 73, + "endOffset": 579 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2406, + "endColumn": 100, + "endOffset": 2502 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ru/values-ru.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2102, + "endColumn": 100, + "endOffset": 2198 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-si-rLK.json b/android/build/intermediates/blame/res/debug/multi/values-si-rLK.json new file mode 100644 index 0000000000000000000000000000000000000000..a2c03dc2b8f88d0926842f8cdaff1eddaa4cfeee --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-si-rLK.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-si-rLK/values-si-rLK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 109, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 107, + "endOffset": 497 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 122, + "endOffset": 620 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 106, + "endOffset": 498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 625, + "endColumn": 106, + "endOffset": 727 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 503, + "endColumn": 106, + "endOffset": 605 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 732, + "endColumn": 106, + "endOffset": 834 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 87, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 839, + "endColumn": 87, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 104, + "endOffset": 798 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 104, + "endOffset": 1027 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 803, + "endColumn": 115, + "endOffset": 914 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1032, + "endColumn": 115, + "endOffset": 1143 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 919, + "endColumn": 83, + "endOffset": 998 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1148, + "endColumn": 83, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1003, + "endColumn": 108, + "endOffset": 1107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 108, + "endOffset": 1336 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1112, + "endColumn": 104, + "endOffset": 1212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1341, + "endColumn": 104, + "endOffset": 1441 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1217, + "endColumn": 97, + "endOffset": 1310 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1446, + "endColumn": 97, + "endOffset": 1539 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 109, + "endOffset": 1420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1544, + "endColumn": 109, + "endOffset": 1649 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1425, + "endColumn": 98, + "endOffset": 1519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1654, + "endColumn": 98, + "endOffset": 1748 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1524, + "endColumn": 105, + "endOffset": 1625 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1753, + "endColumn": 105, + "endOffset": 1854 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 120, + "endOffset": 1746 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1859, + "endColumn": 120, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 98, + "endOffset": 1845 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 98, + "endOffset": 2074 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1850, + "endColumn": 100, + "endOffset": 1946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-si-rLK/values-si-rLK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2079, + "endColumn": 100, + "endOffset": 2175 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sk.json b/android/build/intermediates/blame/res/debug/multi/values-sk.json new file mode 100644 index 0000000000000000000000000000000000000000..f9fa69ffb3dead84a48270034eab8f6f680f00c3 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-sk.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 106, + "endOffset": 157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 106, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 107, + "endOffset": 265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 270, + "endColumn": 122, + "endOffset": 388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 99, + "endOffset": 488 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 99, + "endOffset": 713 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 110, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 718, + "endColumn": 110, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 85, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 107, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 107, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 117, + "endOffset": 911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 117, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 83, + "endOffset": 995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 83, + "endOffset": 1220 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 104, + "endOffset": 1100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 104, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 108, + "endOffset": 1209 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 108, + "endOffset": 1434 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1214, + "endColumn": 98, + "endOffset": 1308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1439, + "endColumn": 98, + "endOffset": 1533 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1313, + "endColumn": 105, + "endOffset": 1414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 105, + "endOffset": 1639 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1419, + "endColumn": 110, + "endOffset": 1525 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 110, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 108, + "endOffset": 1634 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 108, + "endOffset": 1859 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1639, + "endColumn": 123, + "endOffset": 1758 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1864, + "endColumn": 123, + "endOffset": 1983 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 97, + "endOffset": 1856 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1988, + "endColumn": 97, + "endOffset": 2081 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1861, + "endColumn": 100, + "endOffset": 1957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sk/values-sk.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 100, + "endOffset": 2182 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sl.json b/android/build/intermediates/blame/res/debug/multi/values-sl.json new file mode 100644 index 0000000000000000000000000000000000000000..dce2922e5ce22a1d723514734f7c8371b923a31b --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-sl.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 106, + "endOffset": 157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 106, + "endOffset": 382 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 162, + "endColumn": 107, + "endOffset": 265 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 387, + "endColumn": 107, + "endOffset": 490 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 270, + "endColumn": 122, + "endOffset": 388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 122, + "endOffset": 613 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 393, + "endColumn": 106, + "endOffset": 495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 618, + "endColumn": 106, + "endOffset": 720 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 107, + "endOffset": 603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 725, + "endColumn": 107, + "endOffset": 828 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 608, + "endColumn": 86, + "endOffset": 690 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 833, + "endColumn": 86, + "endOffset": 915 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 695, + "endColumn": 102, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 920, + "endColumn": 102, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 118, + "endOffset": 912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 118, + "endOffset": 1137 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 83, + "endOffset": 996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1142, + "endColumn": 83, + "endOffset": 1221 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1001, + "endColumn": 107, + "endOffset": 1104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 107, + "endOffset": 1329 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 108, + "endOffset": 1213 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1334, + "endColumn": 108, + "endOffset": 1438 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1218, + "endColumn": 99, + "endOffset": 1313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1443, + "endColumn": 99, + "endOffset": 1538 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1318, + "endColumn": 112, + "endOffset": 1426 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1543, + "endColumn": 112, + "endOffset": 1651 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1431, + "endColumn": 106, + "endOffset": 1533 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1656, + "endColumn": 106, + "endOffset": 1758 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1538, + "endColumn": 103, + "endOffset": 1637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1763, + "endColumn": 103, + "endOffset": 1862 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 116, + "endOffset": 1754 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1867, + "endColumn": 116, + "endOffset": 1979 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1759, + "endColumn": 96, + "endOffset": 1851 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1984, + "endColumn": 96, + "endOffset": 2076 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 100, + "endOffset": 1952 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sl/values-sl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2081, + "endColumn": 100, + "endOffset": 2177 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sq-rAL.json b/android/build/intermediates/blame/res/debug/multi/values-sq-rAL.json new file mode 100644 index 0000000000000000000000000000000000000000..9bbf7e418091140b9cb8d446e9b2fd0c3651875e --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-sq-rAL.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sq-rAL/values-sq-rAL.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 113, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 99, + "endOffset": 495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 99, + "endOffset": 724 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 500, + "endColumn": 111, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 729, + "endColumn": 111, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 86, + "endOffset": 694 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 86, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 699, + "endColumn": 109, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 109, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 122, + "endOffset": 927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 122, + "endOffset": 1156 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 932, + "endColumn": 82, + "endOffset": 1010 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 82, + "endOffset": 1239 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1015, + "endColumn": 105, + "endOffset": 1116 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1244, + "endColumn": 105, + "endOffset": 1345 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1121, + "endColumn": 104, + "endOffset": 1221 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1350, + "endColumn": 104, + "endOffset": 1450 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 97, + "endOffset": 1319 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 97, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 105, + "endOffset": 1425 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 105, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1430, + "endColumn": 102, + "endOffset": 1528 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 102, + "endOffset": 1757 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 115, + "endOffset": 1644 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1762, + "endColumn": 115, + "endOffset": 1873 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1649, + "endColumn": 130, + "endOffset": 1775 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1878, + "endColumn": 130, + "endOffset": 2004 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1780, + "endColumn": 98, + "endOffset": 1874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2009, + "endColumn": 98, + "endOffset": 2103 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1879, + "endColumn": 100, + "endOffset": 1975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sq-rAL/values-sq-rAL.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2108, + "endColumn": 100, + "endOffset": 2204 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sr.json b/android/build/intermediates/blame/res/debug/multi/values-sr.json new file mode 100644 index 0000000000000000000000000000000000000000..889e98b3209ee528cecefde57ebd49aeab165af1 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-sr.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 108, + "endOffset": 159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 108, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 164, + "endColumn": 107, + "endOffset": 267 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 272, + "endColumn": 122, + "endOffset": 390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 395, + "endColumn": 102, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 102, + "endOffset": 718 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 105, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 723, + "endColumn": 105, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 85, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 103, + "endOffset": 789 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 103, + "endOffset": 1014 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 794, + "endColumn": 117, + "endOffset": 907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1019, + "endColumn": 117, + "endOffset": 1132 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 912, + "endColumn": 87, + "endOffset": 995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1137, + "endColumn": 87, + "endOffset": 1220 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 104, + "endOffset": 1100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 104, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1105, + "endColumn": 107, + "endOffset": 1208 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1330, + "endColumn": 107, + "endOffset": 1433 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1213, + "endColumn": 100, + "endOffset": 1309 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1438, + "endColumn": 100, + "endOffset": 1534 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1314, + "endColumn": 103, + "endOffset": 1413 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 103, + "endOffset": 1638 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1418, + "endColumn": 107, + "endOffset": 1521 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1643, + "endColumn": 107, + "endOffset": 1746 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1526, + "endColumn": 100, + "endOffset": 1622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1751, + "endColumn": 100, + "endOffset": 1847 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1627, + "endColumn": 127, + "endOffset": 1750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1852, + "endColumn": 127, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 96, + "endOffset": 1847 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 96, + "endOffset": 2072 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1852, + "endColumn": 100, + "endOffset": 1948 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sr/values-sr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2077, + "endColumn": 100, + "endOffset": 2173 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sv.json b/android/build/intermediates/blame/res/debug/multi/values-sv.json new file mode 100644 index 0000000000000000000000000000000000000000..be59c0641344bd97be3f8516291dda53d1662e71 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-sv.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 105, + "endOffset": 156 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 105, + "endOffset": 381 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 161, + "endColumn": 107, + "endOffset": 264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 386, + "endColumn": 107, + "endOffset": 489 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 269, + "endColumn": 122, + "endOffset": 387 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 494, + "endColumn": 122, + "endOffset": 612 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 392, + "endColumn": 102, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 102, + "endOffset": 715 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 110, + "endOffset": 601 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 720, + "endColumn": 110, + "endOffset": 826 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 606, + "endColumn": 84, + "endOffset": 686 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 831, + "endColumn": 84, + "endOffset": 911 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 691, + "endColumn": 101, + "endOffset": 788 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 101, + "endOffset": 1013 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 793, + "endColumn": 112, + "endOffset": 901 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1018, + "endColumn": 112, + "endOffset": 1126 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 906, + "endColumn": 79, + "endOffset": 981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1131, + "endColumn": 79, + "endOffset": 1206 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 986, + "endColumn": 105, + "endOffset": 1087 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1211, + "endColumn": 105, + "endOffset": 1312 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1092, + "endColumn": 99, + "endOffset": 1187 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1317, + "endColumn": 99, + "endOffset": 1412 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1192, + "endColumn": 95, + "endOffset": 1283 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 95, + "endOffset": 1508 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1288, + "endColumn": 104, + "endOffset": 1388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1513, + "endColumn": 104, + "endOffset": 1613 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1393, + "endColumn": 101, + "endOffset": 1490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1618, + "endColumn": 101, + "endOffset": 1715 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1495, + "endColumn": 101, + "endOffset": 1592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1720, + "endColumn": 101, + "endOffset": 1817 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1597, + "endColumn": 116, + "endOffset": 1709 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1822, + "endColumn": 116, + "endOffset": 1934 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1714, + "endColumn": 101, + "endOffset": 1811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1939, + "endColumn": 101, + "endOffset": 2036 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1816, + "endColumn": 53, + "endOffset": 1865 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 73, + "endOffset": 1939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 73, + "endOffset": 178 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 78, + "endOffset": 2018 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 183, + "endColumn": 78, + "endOffset": 257 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2023, + "endColumn": 70, + "endOffset": 2089 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 262, + "endColumn": 70, + "endOffset": 328 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2094, + "endColumn": 59, + "endOffset": 2149 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 333, + "endColumn": 59, + "endOffset": 388 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2154, + "endColumn": 55, + "endOffset": 2205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 393, + "endColumn": 55, + "endOffset": 444 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2210, + "endColumn": 58, + "endOffset": 2264 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 449, + "endColumn": 58, + "endOffset": 503 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2269, + "endColumn": 73, + "endOffset": 2338 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 508, + "endColumn": 73, + "endOffset": 577 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2343, + "endColumn": 100, + "endOffset": 2439 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sv/values-sv.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2041, + "endColumn": 100, + "endOffset": 2137 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw.json b/android/build/intermediates/blame/res/debug/multi/values-sw.json new file mode 100644 index 0000000000000000000000000000000000000000..2720aab5cb214168194275cc1a6b120993e3bbcd --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-sw.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 102, + "endOffset": 153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 102, + "endOffset": 378 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 158, + "endColumn": 107, + "endOffset": 261 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 383, + "endColumn": 107, + "endOffset": 486 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 266, + "endColumn": 122, + "endOffset": 384 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 491, + "endColumn": 122, + "endOffset": 609 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 97, + "endOffset": 482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 614, + "endColumn": 97, + "endOffset": 707 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 107, + "endOffset": 590 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 712, + "endColumn": 107, + "endOffset": 815 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 595, + "endColumn": 89, + "endOffset": 680 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 820, + "endColumn": 89, + "endOffset": 905 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 685, + "endColumn": 104, + "endOffset": 785 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 910, + "endColumn": 104, + "endOffset": 1010 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 790, + "endColumn": 116, + "endOffset": 902 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1015, + "endColumn": 116, + "endOffset": 1127 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 907, + "endColumn": 81, + "endOffset": 984 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1132, + "endColumn": 81, + "endOffset": 1209 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 989, + "endColumn": 100, + "endOffset": 1085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1214, + "endColumn": 100, + "endOffset": 1310 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 108, + "endOffset": 1194 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1315, + "endColumn": 108, + "endOffset": 1419 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1199, + "endColumn": 98, + "endOffset": 1293 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1424, + "endColumn": 98, + "endOffset": 1518 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1298, + "endColumn": 106, + "endOffset": 1400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1523, + "endColumn": 106, + "endOffset": 1625 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1405, + "endColumn": 108, + "endOffset": 1509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 108, + "endOffset": 1734 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 104, + "endOffset": 1614 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 104, + "endOffset": 1839 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1619, + "endColumn": 118, + "endOffset": 1733 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1844, + "endColumn": 118, + "endOffset": 1958 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1738, + "endColumn": 96, + "endOffset": 1830 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1963, + "endColumn": 96, + "endOffset": 2055 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1835, + "endColumn": 100, + "endOffset": 1931 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw/values-sw.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2060, + "endColumn": 100, + "endOffset": 2156 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..45c2ccc5218f66402abd6b2bd9fdcd5593f8b6ae --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json @@ -0,0 +1,159 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw600dp-v13/values-sw600dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 68, + "endOffset": 119 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 68, + "endOffset": 348 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 124, + "endColumn": 69, + "endOffset": 189 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 353, + "endColumn": 69, + "endOffset": 418 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 194, + "endColumn": 73, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 423, + "endColumn": 73, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 268, + "endColumn": 75, + "endOffset": 339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 497, + "endColumn": 75, + "endOffset": 568 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 344, + "endColumn": 58, + "endOffset": 398 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 802, + "endColumn": 58, + "endOffset": 856 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 403, + "endColumn": 70, + "endOffset": 469 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 70, + "endOffset": 1156 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 474, + "endColumn": 67, + "endOffset": 537 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1161, + "endColumn": 67, + "endOffset": 1224 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 542, + "endColumn": 54, + "endOffset": 592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-sw600dp/values-sw600dp.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1229, + "endColumn": 54, + "endOffset": 1279 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ta-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-ta-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..ae60b0e653cc3c0b709c8e0a6ac7ea1a37329a3b --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ta-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ta-rIN/values-ta-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 113, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 104, + "endOffset": 500 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 104, + "endOffset": 729 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 505, + "endColumn": 114, + "endOffset": 615 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 734, + "endColumn": 114, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 88, + "endOffset": 704 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 88, + "endOffset": 933 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 709, + "endColumn": 106, + "endOffset": 811 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 938, + "endColumn": 106, + "endOffset": 1040 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 816, + "endColumn": 125, + "endOffset": 937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1045, + "endColumn": 125, + "endOffset": 1166 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 942, + "endColumn": 81, + "endOffset": 1019 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1171, + "endColumn": 81, + "endOffset": 1248 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1024, + "endColumn": 101, + "endOffset": 1121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 101, + "endOffset": 1350 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 103, + "endOffset": 1225 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1355, + "endColumn": 103, + "endOffset": 1454 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1230, + "endColumn": 96, + "endOffset": 1322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1459, + "endColumn": 96, + "endOffset": 1551 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 109, + "endOffset": 1432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1556, + "endColumn": 109, + "endOffset": 1661 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1437, + "endColumn": 101, + "endOffset": 1534 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1666, + "endColumn": 101, + "endOffset": 1763 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1539, + "endColumn": 106, + "endOffset": 1641 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1768, + "endColumn": 106, + "endOffset": 1870 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 118, + "endOffset": 1760 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1875, + "endColumn": 118, + "endOffset": 1989 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 99, + "endOffset": 1860 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1994, + "endColumn": 99, + "endOffset": 2089 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1865, + "endColumn": 100, + "endOffset": 1961 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ta-rIN/values-ta-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2094, + "endColumn": 100, + "endOffset": 2190 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-te-rIN.json b/android/build/intermediates/blame/res/debug/multi/values-te-rIN.json new file mode 100644 index 0000000000000000000000000000000000000000..74ba358a8125aa35c9e397e523af0f177b7c5b04 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-te-rIN.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-te-rIN/values-te-rIN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 113, + "endOffset": 393 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 398, + "endColumn": 107, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 506, + "endColumn": 122, + "endOffset": 624 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 108, + "endOffset": 504 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 629, + "endColumn": 108, + "endOffset": 733 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 509, + "endColumn": 110, + "endOffset": 615 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 738, + "endColumn": 110, + "endOffset": 844 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 89, + "endOffset": 705 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 849, + "endColumn": 89, + "endOffset": 934 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 710, + "endColumn": 104, + "endOffset": 810 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 939, + "endColumn": 104, + "endOffset": 1039 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 815, + "endColumn": 124, + "endOffset": 935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1044, + "endColumn": 124, + "endOffset": 1164 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 940, + "endColumn": 84, + "endOffset": 1020 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1169, + "endColumn": 84, + "endOffset": 1249 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1025, + "endColumn": 112, + "endOffset": 1133 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1254, + "endColumn": 112, + "endOffset": 1362 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 107, + "endOffset": 1241 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1367, + "endColumn": 107, + "endOffset": 1470 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1246, + "endColumn": 99, + "endOffset": 1341 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1475, + "endColumn": 99, + "endOffset": 1570 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1346, + "endColumn": 110, + "endOffset": 1452 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1575, + "endColumn": 110, + "endOffset": 1681 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1457, + "endColumn": 101, + "endOffset": 1554 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1686, + "endColumn": 101, + "endOffset": 1783 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1559, + "endColumn": 116, + "endOffset": 1671 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1788, + "endColumn": 116, + "endOffset": 1900 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1676, + "endColumn": 126, + "endOffset": 1798 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1905, + "endColumn": 126, + "endOffset": 2027 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1803, + "endColumn": 100, + "endOffset": 1899 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2032, + "endColumn": 100, + "endOffset": 2128 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1904, + "endColumn": 100, + "endOffset": 2000 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-te-rIN/values-te-rIN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2133, + "endColumn": 100, + "endOffset": 2229 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-th.json b/android/build/intermediates/blame/res/debug/multi/values-th.json new file mode 100644 index 0000000000000000000000000000000000000000..adf689fb7b22dd0da1e40cc17b8e6a40b02e02e0 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-th.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 97, + "endOffset": 484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 97, + "endOffset": 709 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 489, + "endColumn": 107, + "endOffset": 592 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 714, + "endColumn": 107, + "endOffset": 817 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 597, + "endColumn": 88, + "endOffset": 681 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 822, + "endColumn": 88, + "endOffset": 906 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 686, + "endColumn": 101, + "endOffset": 783 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 911, + "endColumn": 101, + "endOffset": 1008 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 788, + "endColumn": 109, + "endOffset": 893 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 109, + "endOffset": 1118 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 898, + "endColumn": 80, + "endOffset": 974 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 80, + "endOffset": 1199 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 979, + "endColumn": 107, + "endOffset": 1082 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1204, + "endColumn": 107, + "endOffset": 1307 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1087, + "endColumn": 103, + "endOffset": 1186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1312, + "endColumn": 103, + "endOffset": 1411 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1191, + "endColumn": 97, + "endOffset": 1284 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1416, + "endColumn": 97, + "endOffset": 1509 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1289, + "endColumn": 107, + "endOffset": 1392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 107, + "endOffset": 1617 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1397, + "endColumn": 104, + "endOffset": 1497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 104, + "endOffset": 1722 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1502, + "endColumn": 100, + "endOffset": 1598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1727, + "endColumn": 100, + "endOffset": 1823 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1603, + "endColumn": 115, + "endOffset": 1714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1828, + "endColumn": 115, + "endOffset": 1939 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1719, + "endColumn": 94, + "endOffset": 1809 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1944, + "endColumn": 94, + "endOffset": 2034 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1814, + "endColumn": 53, + "endOffset": 1863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1868, + "endColumn": 71, + "endOffset": 1935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1940, + "endColumn": 78, + "endOffset": 2014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2019, + "endColumn": 70, + "endOffset": 2085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2090, + "endColumn": 59, + "endOffset": 2145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 59, + "endOffset": 386 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2150, + "endColumn": 55, + "endOffset": 2201 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 391, + "endColumn": 55, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2206, + "endColumn": 58, + "endOffset": 2260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 447, + "endColumn": 58, + "endOffset": 501 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2265, + "endColumn": 73, + "endOffset": 2334 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-th/values-th.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 506, + "endColumn": 73, + "endOffset": 575 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2339, + "endColumn": 100, + "endOffset": 2435 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-th/values-th.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2039, + "endColumn": 100, + "endOffset": 2135 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-tl.json b/android/build/intermediates/blame/res/debug/multi/values-tl.json new file mode 100644 index 0000000000000000000000000000000000000000..e767af02e5d10a7fe5039b5affc3d67c914368ba --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-tl.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 118, + "endOffset": 169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 118, + "endOffset": 394 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 174, + "endColumn": 107, + "endOffset": 277 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 399, + "endColumn": 107, + "endOffset": 502 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 122, + "endOffset": 400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 507, + "endColumn": 122, + "endOffset": 625 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 405, + "endColumn": 107, + "endOffset": 508 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 630, + "endColumn": 107, + "endOffset": 733 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 513, + "endColumn": 116, + "endOffset": 625 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 738, + "endColumn": 116, + "endOffset": 850 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 630, + "endColumn": 87, + "endOffset": 713 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 855, + "endColumn": 87, + "endOffset": 938 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 718, + "endColumn": 105, + "endOffset": 819 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 943, + "endColumn": 105, + "endOffset": 1044 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 824, + "endColumn": 120, + "endOffset": 940 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1049, + "endColumn": 120, + "endOffset": 1165 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 945, + "endColumn": 83, + "endOffset": 1024 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1170, + "endColumn": 83, + "endOffset": 1249 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1029, + "endColumn": 108, + "endOffset": 1133 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1254, + "endColumn": 108, + "endOffset": 1358 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1138, + "endColumn": 110, + "endOffset": 1244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1363, + "endColumn": 110, + "endOffset": 1469 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1249, + "endColumn": 100, + "endOffset": 1345 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1474, + "endColumn": 100, + "endOffset": 1570 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1350, + "endColumn": 109, + "endOffset": 1455 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1575, + "endColumn": 109, + "endOffset": 1680 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1460, + "endColumn": 116, + "endOffset": 1572 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1685, + "endColumn": 116, + "endOffset": 1797 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1577, + "endColumn": 107, + "endOffset": 1680 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1802, + "endColumn": 107, + "endOffset": 1905 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1685, + "endColumn": 122, + "endOffset": 1803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1910, + "endColumn": 122, + "endOffset": 2028 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1808, + "endColumn": 101, + "endOffset": 1905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2033, + "endColumn": 101, + "endOffset": 2130 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1910, + "endColumn": 100, + "endOffset": 2006 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tl/values-tl.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2135, + "endColumn": 100, + "endOffset": 2231 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-tr.json b/android/build/intermediates/blame/res/debug/multi/values-tr.json new file mode 100644 index 0000000000000000000000000000000000000000..54f49aaa7047ec13dedeca0709abc84eee2e53db --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-tr.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 104, + "endOffset": 380 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 385, + "endColumn": 107, + "endOffset": 488 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 493, + "endColumn": 122, + "endOffset": 611 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 98, + "endOffset": 485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 616, + "endColumn": 98, + "endOffset": 710 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 490, + "endColumn": 111, + "endOffset": 597 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 715, + "endColumn": 111, + "endOffset": 822 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 602, + "endColumn": 89, + "endOffset": 687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 827, + "endColumn": 89, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 105, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 917, + "endColumn": 105, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 119, + "endOffset": 913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 119, + "endOffset": 1138 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 918, + "endColumn": 78, + "endOffset": 992 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1143, + "endColumn": 78, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 106, + "endOffset": 1099 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 106, + "endOffset": 1324 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1104, + "endColumn": 104, + "endOffset": 1204 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1329, + "endColumn": 104, + "endOffset": 1429 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1209, + "endColumn": 95, + "endOffset": 1300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 95, + "endOffset": 1525 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1305, + "endColumn": 106, + "endOffset": 1407 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1530, + "endColumn": 106, + "endOffset": 1632 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1412, + "endColumn": 101, + "endOffset": 1509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1637, + "endColumn": 101, + "endOffset": 1734 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1514, + "endColumn": 107, + "endOffset": 1617 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1739, + "endColumn": 107, + "endOffset": 1842 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1622, + "endColumn": 118, + "endOffset": 1736 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1847, + "endColumn": 118, + "endOffset": 1961 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 97, + "endOffset": 1834 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1966, + "endColumn": 97, + "endOffset": 2059 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1839, + "endColumn": 53, + "endOffset": 1888 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1893, + "endColumn": 68, + "endOffset": 1957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 68, + "endOffset": 173 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1962, + "endColumn": 78, + "endOffset": 2036 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 178, + "endColumn": 78, + "endOffset": 252 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2041, + "endColumn": 70, + "endOffset": 2107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 257, + "endColumn": 70, + "endOffset": 323 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2112, + "endColumn": 68, + "endOffset": 2176 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 328, + "endColumn": 68, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2181, + "endColumn": 55, + "endOffset": 2232 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 397, + "endColumn": 55, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2237, + "endColumn": 58, + "endOffset": 2291 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 453, + "endColumn": 58, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2296, + "endColumn": 73, + "endOffset": 2365 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 512, + "endColumn": 73, + "endOffset": 581 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2370, + "endColumn": 100, + "endOffset": 2466 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-tr/values-tr.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2064, + "endColumn": 100, + "endOffset": 2160 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-uk.json b/android/build/intermediates/blame/res/debug/multi/values-uk.json new file mode 100644 index 0000000000000000000000000000000000000000..8f767365d38434efe009f62d51b574f184e96ade --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-uk.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 109, + "endOffset": 385 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 390, + "endColumn": 107, + "endOffset": 493 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 122, + "endOffset": 616 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 101, + "endOffset": 493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 621, + "endColumn": 101, + "endOffset": 718 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 498, + "endColumn": 105, + "endOffset": 599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 723, + "endColumn": 105, + "endOffset": 824 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 604, + "endColumn": 85, + "endOffset": 685 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 829, + "endColumn": 85, + "endOffset": 910 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 690, + "endColumn": 107, + "endOffset": 793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 915, + "endColumn": 107, + "endOffset": 1018 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 798, + "endColumn": 117, + "endOffset": 911 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1023, + "endColumn": 117, + "endOffset": 1136 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 916, + "endColumn": 80, + "endOffset": 992 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1141, + "endColumn": 80, + "endOffset": 1217 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 997, + "endColumn": 105, + "endOffset": 1098 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1222, + "endColumn": 105, + "endOffset": 1323 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1103, + "endColumn": 106, + "endOffset": 1205 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1328, + "endColumn": 106, + "endOffset": 1430 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1210, + "endColumn": 97, + "endOffset": 1303 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1435, + "endColumn": 97, + "endOffset": 1528 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1308, + "endColumn": 107, + "endOffset": 1411 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1533, + "endColumn": 107, + "endOffset": 1636 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1416, + "endColumn": 105, + "endOffset": 1517 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1641, + "endColumn": 105, + "endOffset": 1742 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1522, + "endColumn": 108, + "endOffset": 1626 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1747, + "endColumn": 108, + "endOffset": 1851 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1631, + "endColumn": 123, + "endOffset": 1750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1856, + "endColumn": 123, + "endOffset": 1975 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 99, + "endOffset": 1850 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1980, + "endColumn": 99, + "endOffset": 2075 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1855, + "endColumn": 100, + "endOffset": 1951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uk/values-uk.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2080, + "endColumn": 100, + "endOffset": 2176 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-ur-rPK.json b/android/build/intermediates/blame/res/debug/multi/values-ur-rPK.json new file mode 100644 index 0000000000000000000000000000000000000000..9d02ac75d7d14faf22d174b305fd6f72ae4defe0 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-ur-rPK.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ur-rPK/values-ur-rPK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 109, + "endOffset": 160 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 109, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 165, + "endColumn": 107, + "endOffset": 268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 107, + "endOffset": 497 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 273, + "endColumn": 122, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 122, + "endOffset": 620 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 396, + "endColumn": 105, + "endOffset": 497 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 625, + "endColumn": 105, + "endOffset": 726 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 108, + "endOffset": 606 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 731, + "endColumn": 108, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 611, + "endColumn": 85, + "endOffset": 692 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 85, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 697, + "endColumn": 103, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 103, + "endOffset": 1025 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 801, + "endColumn": 119, + "endOffset": 916 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1030, + "endColumn": 119, + "endOffset": 1145 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 921, + "endColumn": 84, + "endOffset": 1001 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1150, + "endColumn": 84, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1006, + "endColumn": 107, + "endOffset": 1109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 107, + "endOffset": 1338 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1114, + "endColumn": 108, + "endOffset": 1218 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1343, + "endColumn": 108, + "endOffset": 1447 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1223, + "endColumn": 101, + "endOffset": 1320 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1452, + "endColumn": 101, + "endOffset": 1549 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1325, + "endColumn": 110, + "endOffset": 1431 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 110, + "endOffset": 1660 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1436, + "endColumn": 99, + "endOffset": 1531 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1665, + "endColumn": 99, + "endOffset": 1760 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1536, + "endColumn": 107, + "endOffset": 1639 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 107, + "endOffset": 1868 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1644, + "endColumn": 128, + "endOffset": 1768 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1873, + "endColumn": 128, + "endOffset": 1997 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1773, + "endColumn": 97, + "endOffset": 1866 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2002, + "endColumn": 97, + "endOffset": 2095 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 102, + "endOffset": 1969 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-ur-rPK/values-ur-rPK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2100, + "endColumn": 102, + "endOffset": 2198 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json b/android/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json new file mode 100644 index 0000000000000000000000000000000000000000..86221dd729f5927adb33145f7421853a5479bf4d --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json @@ -0,0 +1,330 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uz-rUZ/values-uz-rUZ.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 104, + "endOffset": 155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 104, + "endOffset": 384 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 160, + "endColumn": 107, + "endOffset": 263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 389, + "endColumn": 107, + "endOffset": 492 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 268, + "endColumn": 122, + "endOffset": 386 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 497, + "endColumn": 122, + "endOffset": 615 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 391, + "endColumn": 103, + "endOffset": 490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 620, + "endColumn": 103, + "endOffset": 719 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 495, + "endColumn": 116, + "endOffset": 607 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 724, + "endColumn": 116, + "endOffset": 836 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 612, + "endColumn": 85, + "endOffset": 693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 841, + "endColumn": 85, + "endOffset": 922 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 698, + "endColumn": 110, + "endOffset": 804 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 927, + "endColumn": 110, + "endOffset": 1033 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 809, + "endColumn": 115, + "endOffset": 920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1038, + "endColumn": 115, + "endOffset": 1149 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 925, + "endColumn": 83, + "endOffset": 1004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1154, + "endColumn": 83, + "endOffset": 1233 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1009, + "endColumn": 108, + "endOffset": 1113 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1238, + "endColumn": 108, + "endOffset": 1342 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1118, + "endColumn": 106, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1347, + "endColumn": 106, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 98, + "endOffset": 1319 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 98, + "endOffset": 1548 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1324, + "endColumn": 107, + "endOffset": 1427 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1553, + "endColumn": 107, + "endOffset": 1656 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1432, + "endColumn": 104, + "endOffset": 1532 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1661, + "endColumn": 104, + "endOffset": 1761 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1537, + "endColumn": 104, + "endOffset": 1637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 104, + "endOffset": 1866 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 98, + "endOffset": 1736 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 98, + "endOffset": 1965 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1741, + "endColumn": 100, + "endOffset": 1837 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-uz-rUZ/values-uz-rUZ.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1970, + "endColumn": 100, + "endOffset": 2066 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v11.json b/android/build/intermediates/blame/res/debug/multi/values-v11.json new file mode 100644 index 0000000000000000000000000000000000000000..832fafd8fa9b27ee1ecb50115be1312cb1ce1e23 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v11.json @@ -0,0 +1,354 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v11/values-v11.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 7, + "endColumn": 12, + "endOffset": 469 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endLine": 9, + "endColumn": 12, + "endOffset": 704 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 474, + "endLine": 13, + "endColumn": 12, + "endOffset": 894 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 709, + "endLine": 15, + "endColumn": 12, + "endOffset": 1129 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 899, + "endLine": 19, + "endColumn": 12, + "endOffset": 1322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1134, + "endLine": 21, + "endColumn": 12, + "endOffset": 1557 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1327, + "endLine": 25, + "endColumn": 12, + "endOffset": 1748 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1562, + "endLine": 27, + "endColumn": 12, + "endOffset": 1983 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1753, + "endLine": 31, + "endColumn": 12, + "endOffset": 2175 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1988, + "endLine": 33, + "endColumn": 12, + "endOffset": 2410 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2180, + "endLine": 37, + "endColumn": 12, + "endOffset": 2600 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2415, + "endLine": 39, + "endColumn": 12, + "endOffset": 2835 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2605, + "endColumn": 88, + "endOffset": 2689 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3070, + "endColumn": 88, + "endOffset": 3154 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2694, + "endColumn": 100, + "endOffset": 2790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3159, + "endColumn": 100, + "endOffset": 3255 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 2795, + "endLine": 44, + "endColumn": 12, + "endOffset": 3198 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3260, + "endLine": 48, + "endColumn": 12, + "endOffset": 3663 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3203, + "endLine": 49, + "endColumn": 12, + "endOffset": 3618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3668, + "endLine": 53, + "endColumn": 12, + "endOffset": 4083 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3623, + "endLine": 51, + "endColumn": 12, + "endOffset": 3725 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4318, + "endLine": 57, + "endColumn": 12, + "endOffset": 4420 + } + } + }, + { + "to": { + "startLine": 52, + "startColumn": 4, + "startOffset": 3730, + "endLine": 53, + "endColumn": 12, + "endOffset": 3854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 4425, + "endLine": 59, + "endColumn": 12, + "endOffset": 4549 + } + } + }, + { + "to": { + "startLine": 54, + "startColumn": 4, + "startOffset": 3859, + "endColumn": 70, + "endOffset": 3925 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4784, + "endColumn": 70, + "endOffset": 4850 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 3930, + "endColumn": 82, + "endOffset": 4008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4855, + "endColumn": 82, + "endOffset": 4933 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4013, + "endLine": 106, + "endColumn": 12, + "endOffset": 7716 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4938, + "endLine": 114, + "endColumn": 12, + "endOffset": 8641 + } + } + }, + { + "to": { + "startLine": 107, + "startColumn": 4, + "startOffset": 7721, + "endLine": 158, + "endColumn": 12, + "endOffset": 11564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 115, + "startColumn": 4, + "startOffset": 8646, + "endLine": 166, + "endColumn": 12, + "endOffset": 12489 + } + } + }, + { + "to": { + "startLine": 159, + "startColumn": 4, + "startOffset": 11569, + "endColumn": 90, + "endOffset": 11655 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v11/values-v11.xml", + "position": { + "startLine": 169, + "startColumn": 4, + "startOffset": 12724, + "endColumn": 90, + "endOffset": 12810 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v12.json b/android/build/intermediates/blame/res/debug/multi/values-v12.json new file mode 100644 index 0000000000000000000000000000000000000000..4699254768fbf06bd733c0a905ce47e1ac4b065b --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v12.json @@ -0,0 +1,87 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v12/values-v12.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 4, + "endColumn": 12, + "endOffset": 274 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 285, + "endLine": 6, + "endColumn": 12, + "endOffset": 504 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 279, + "endLine": 7, + "endColumn": 12, + "endOffset": 474 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 509, + "endLine": 9, + "endColumn": 12, + "endOffset": 704 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 479, + "endColumn": 118, + "endOffset": 593 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 709, + "endColumn": 118, + "endOffset": 823 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 598, + "endColumn": 94, + "endOffset": 688 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 828, + "endColumn": 94, + "endOffset": 918 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v14.json b/android/build/intermediates/blame/res/debug/multi/values-v14.json new file mode 100644 index 0000000000000000000000000000000000000000..fa1ba1cde1f04d47e4b084aa068144dcc6e1115a --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v14.json @@ -0,0 +1,205 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v14/values-v14.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 6, + "endColumn": 12, + "endOffset": 326 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endLine": 8, + "endColumn": 12, + "endOffset": 561 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 331, + "endColumn": 70, + "endOffset": 397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 796, + "endColumn": 70, + "endOffset": 862 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 402, + "endColumn": 82, + "endOffset": 480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 867, + "endColumn": 82, + "endOffset": 945 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 485, + "endLine": 14, + "endColumn": 12, + "endOffset": 890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 950, + "endLine": 18, + "endColumn": 12, + "endOffset": 1355 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 895, + "endLine": 20, + "endColumn": 12, + "endOffset": 1312 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1360, + "endLine": 24, + "endColumn": 12, + "endOffset": 1777 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1317, + "endColumn": 119, + "endOffset": 1432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2007, + "endColumn": 119, + "endOffset": 2122 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1437, + "endColumn": 62, + "endOffset": 1495 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 2127, + "endColumn": 62, + "endOffset": 2185 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1500, + "endLine": 25, + "endColumn": 12, + "endOffset": 1649 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2190, + "endLine": 31, + "endColumn": 12, + "endOffset": 2339 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1654, + "endColumn": 62, + "endOffset": 1712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2344, + "endColumn": 62, + "endOffset": 2402 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1717, + "endColumn": 131, + "endOffset": 1844 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v14/values-v14.xml", + "position": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2407, + "endColumn": 131, + "endOffset": 2534 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v17.json b/android/build/intermediates/blame/res/debug/multi/values-v17.json new file mode 100644 index 0000000000000000000000000000000000000000..b0ac38afab8262cbb3a7df8724b71400553013da --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v17.json @@ -0,0 +1,280 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endLine": 4, + "endColumn": 12, + "endOffset": 223 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endLine": 6, + "endColumn": 12, + "endOffset": 452 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 228, + "endLine": 8, + "endColumn": 12, + "endOffset": 451 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 457, + "endLine": 10, + "endColumn": 12, + "endOffset": 680 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 456, + "endLine": 12, + "endColumn": 12, + "endOffset": 788 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 685, + "endLine": 14, + "endColumn": 12, + "endOffset": 1017 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 793, + "endLine": 15, + "endColumn": 12, + "endOffset": 946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1022, + "endLine": 17, + "endColumn": 12, + "endOffset": 1175 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 951, + "endLine": 18, + "endColumn": 12, + "endOffset": 1096 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1180, + "endLine": 20, + "endColumn": 12, + "endOffset": 1325 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1101, + "endLine": 21, + "endColumn": 12, + "endOffset": 1268 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1330, + "endLine": 23, + "endColumn": 12, + "endOffset": 1497 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1273, + "endLine": 25, + "endColumn": 12, + "endOffset": 1496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1502, + "endLine": 27, + "endColumn": 12, + "endOffset": 1725 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1501, + "endLine": 29, + "endColumn": 12, + "endOffset": 1738 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1730, + "endLine": 31, + "endColumn": 12, + "endOffset": 1967 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 1743, + "endLine": 32, + "endColumn": 12, + "endOffset": 1909 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 1972, + "endLine": 34, + "endColumn": 12, + "endOffset": 2138 + } + } + }, + { + "to": { + "startLine": 33, + "startColumn": 4, + "startOffset": 1914, + "endLine": 35, + "endColumn": 12, + "endOffset": 2083 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2143, + "endLine": 37, + "endColumn": 12, + "endOffset": 2312 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2088, + "endLine": 38, + "endColumn": 12, + "endOffset": 2252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2317, + "endLine": 40, + "endColumn": 12, + "endOffset": 2481 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2257, + "endLine": 42, + "endColumn": 12, + "endOffset": 2525 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 41, + "startColumn": 4, + "startOffset": 2486, + "endLine": 44, + "endColumn": 12, + "endOffset": 2754 + } + } + }, + { + "to": { + "startLine": 43, + "startColumn": 4, + "startOffset": 2530, + "endLine": 45, + "endColumn": 12, + "endOffset": 2725 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v17/values-v17.xml", + "position": { + "startLine": 45, + "startColumn": 4, + "startOffset": 2759, + "endLine": 47, + "endColumn": 12, + "endOffset": 2954 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v18.json b/android/build/intermediates/blame/res/debug/multi/values-v18.json new file mode 100644 index 0000000000000000000000000000000000000000..2fc751cc411648ab9289dd41d45b3c2959785c9a --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v18.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 48, + "endOffset": 99 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v18/values-v18.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 48, + "endOffset": 324 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v21.json b/android/build/intermediates/blame/res/debug/multi/values-v21.json new file mode 100644 index 0000000000000000000000000000000000000000..c90077ca2a8e72f1a8a2b0ba907a2f03b5eb1962 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v21.json @@ -0,0 +1,1679 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 90, + "endOffset": 141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endColumn": 90, + "endOffset": 376 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 146, + "endColumn": 102, + "endOffset": 244 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 102, + "endOffset": 479 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 249, + "endColumn": 102, + "endOffset": 347 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 484, + "endColumn": 102, + "endOffset": 582 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 352, + "endColumn": 104, + "endOffset": 452 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 587, + "endColumn": 104, + "endOffset": 687 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 457, + "endColumn": 106, + "endOffset": 559 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 692, + "endColumn": 106, + "endOffset": 794 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 564, + "endColumn": 108, + "endOffset": 668 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 799, + "endColumn": 108, + "endOffset": 903 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 673, + "endColumn": 108, + "endOffset": 777 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 908, + "endColumn": 108, + "endOffset": 1012 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 782, + "endColumn": 108, + "endOffset": 886 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1017, + "endColumn": 108, + "endOffset": 1121 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 891, + "endColumn": 108, + "endOffset": 995 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1126, + "endColumn": 108, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1000, + "endColumn": 108, + "endOffset": 1104 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 108, + "endOffset": 1339 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1109, + "endColumn": 106, + "endOffset": 1211 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1344, + "endColumn": 106, + "endOffset": 1446 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1216, + "endColumn": 102, + "endOffset": 1314 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1451, + "endColumn": 102, + "endOffset": 1549 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1319, + "endColumn": 118, + "endOffset": 1433 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1554, + "endColumn": 118, + "endOffset": 1668 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1438, + "endLine": 16, + "endColumn": 12, + "endOffset": 1588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1903, + "endLine": 20, + "endColumn": 12, + "endOffset": 2053 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1593, + "endLine": 18, + "endColumn": 12, + "endOffset": 1743 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2058, + "endLine": 22, + "endColumn": 12, + "endOffset": 2208 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 104, + "endOffset": 1848 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2448, + "endColumn": 104, + "endOffset": 2548 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1853, + "endColumn": 120, + "endOffset": 1969 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2553, + "endColumn": 120, + "endOffset": 2669 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1974, + "endColumn": 100, + "endOffset": 2070 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2674, + "endColumn": 100, + "endOffset": 2770 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2075, + "endLine": 23, + "endColumn": 12, + "endOffset": 2217 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 30, + "startColumn": 4, + "startOffset": 3005, + "endLine": 31, + "endColumn": 12, + "endOffset": 3147 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2222, + "endLine": 25, + "endColumn": 12, + "endOffset": 2358 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 3152, + "endLine": 33, + "endColumn": 12, + "endOffset": 3288 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2363, + "endColumn": 102, + "endOffset": 2461 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3528, + "endColumn": 102, + "endOffset": 3626 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2466, + "endColumn": 118, + "endOffset": 2580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 37, + "startColumn": 4, + "startOffset": 3631, + "endColumn": 118, + "endOffset": 3745 + } + } + }, + { + "to": { + "startLine": 28, + "startColumn": 4, + "startOffset": 2585, + "endColumn": 106, + "endOffset": 2687 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3750, + "endColumn": 106, + "endOffset": 3852 + } + } + }, + { + "to": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2692, + "endColumn": 102, + "endOffset": 2790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 3857, + "endColumn": 102, + "endOffset": 3955 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2795, + "endLine": 31, + "endColumn": 12, + "endOffset": 2937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 4190, + "endLine": 43, + "endColumn": 12, + "endOffset": 4332 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2942, + "endLine": 33, + "endColumn": 12, + "endOffset": 3092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 4337, + "endLine": 45, + "endColumn": 12, + "endOffset": 4487 + } + } + }, + { + "to": { + "startLine": 34, + "startColumn": 4, + "startOffset": 3097, + "endLine": 35, + "endColumn": 12, + "endOffset": 3263 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 46, + "startColumn": 4, + "startOffset": 4492, + "endLine": 47, + "endColumn": 12, + "endOffset": 4658 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3268, + "endLine": 37, + "endColumn": 12, + "endOffset": 3412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 48, + "startColumn": 4, + "startOffset": 4663, + "endLine": 49, + "endColumn": 12, + "endOffset": 4807 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3417, + "endLine": 39, + "endColumn": 12, + "endOffset": 3577 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 50, + "startColumn": 4, + "startOffset": 4812, + "endLine": 51, + "endColumn": 12, + "endOffset": 4972 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 3582, + "endLine": 41, + "endColumn": 12, + "endOffset": 3734 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 52, + "startColumn": 4, + "startOffset": 4977, + "endLine": 53, + "endColumn": 12, + "endOffset": 5129 + } + } + }, + { + "to": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3739, + "endLine": 43, + "endColumn": 12, + "endOffset": 3885 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 54, + "startColumn": 4, + "startOffset": 5134, + "endLine": 55, + "endColumn": 12, + "endOffset": 5280 + } + } + }, + { + "to": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3890, + "endColumn": 118, + "endOffset": 4004 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 5520, + "endColumn": 118, + "endOffset": 5634 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 4009, + "endLine": 46, + "endColumn": 12, + "endOffset": 4153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 61, + "startColumn": 4, + "startOffset": 5869, + "endLine": 62, + "endColumn": 12, + "endOffset": 6013 + } + } + }, + { + "to": { + "startLine": 47, + "startColumn": 4, + "startOffset": 4158, + "endLine": 48, + "endColumn": 12, + "endOffset": 4302 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 6018, + "endLine": 64, + "endColumn": 12, + "endOffset": 6162 + } + } + }, + { + "to": { + "startLine": 49, + "startColumn": 4, + "startOffset": 4307, + "endColumn": 111, + "endOffset": 4414 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 67, + "startColumn": 4, + "startOffset": 6402, + "endColumn": 111, + "endOffset": 6509 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 4419, + "endColumn": 146, + "endOffset": 4561 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 70, + "startColumn": 4, + "startOffset": 6744, + "endColumn": 146, + "endOffset": 6886 + } + } + }, + { + "to": { + "startLine": 51, + "startColumn": 4, + "startOffset": 4566, + "endLine": 52, + "endColumn": 12, + "endOffset": 4714 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 71, + "startColumn": 4, + "startOffset": 6891, + "endLine": 72, + "endColumn": 12, + "endOffset": 7039 + } + } + }, + { + "to": { + "startLine": 53, + "startColumn": 4, + "startOffset": 4719, + "endLine": 54, + "endColumn": 12, + "endOffset": 4861 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 73, + "startColumn": 4, + "startOffset": 7044, + "endLine": 74, + "endColumn": 12, + "endOffset": 7186 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 4866, + "endColumn": 74, + "endOffset": 4936 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 77, + "startColumn": 4, + "startOffset": 7421, + "endColumn": 74, + "endOffset": 7491 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4941, + "endColumn": 88, + "endOffset": 5025 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 78, + "startColumn": 4, + "startOffset": 7496, + "endColumn": 88, + "endOffset": 7580 + } + } + }, + { + "to": { + "startLine": 57, + "startColumn": 4, + "startOffset": 5030, + "endColumn": 86, + "endOffset": 5112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 79, + "startColumn": 4, + "startOffset": 7585, + "endColumn": 86, + "endOffset": 7667 + } + } + }, + { + "to": { + "startLine": 58, + "startColumn": 4, + "startOffset": 5117, + "endColumn": 100, + "endOffset": 5213 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 80, + "startColumn": 4, + "startOffset": 7672, + "endColumn": 100, + "endOffset": 7768 + } + } + }, + { + "to": { + "startLine": 59, + "startColumn": 4, + "startOffset": 5218, + "endLine": 106, + "endColumn": 12, + "endOffset": 8619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 81, + "startColumn": 4, + "startOffset": 7773, + "endLine": 128, + "endColumn": 12, + "endOffset": 11174 + } + } + }, + { + "to": { + "startLine": 107, + "startColumn": 4, + "startOffset": 8624, + "endLine": 109, + "endColumn": 12, + "endOffset": 8805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 129, + "startColumn": 4, + "startOffset": 11179, + "endLine": 131, + "endColumn": 12, + "endOffset": 11360 + } + } + }, + { + "to": { + "startLine": 110, + "startColumn": 4, + "startOffset": 8810, + "endLine": 157, + "endColumn": 12, + "endOffset": 12223 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 132, + "startColumn": 4, + "startOffset": 11365, + "endLine": 179, + "endColumn": 12, + "endOffset": 14778 + } + } + }, + { + "to": { + "startLine": 158, + "startColumn": 4, + "startOffset": 12228, + "endLine": 160, + "endColumn": 12, + "endOffset": 12421 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 180, + "startColumn": 4, + "startOffset": 14783, + "endLine": 182, + "endColumn": 12, + "endOffset": 14976 + } + } + }, + { + "to": { + "startLine": 161, + "startColumn": 4, + "startOffset": 12426, + "endLine": 162, + "endColumn": 12, + "endOffset": 12544 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 185, + "startColumn": 4, + "startOffset": 15211, + "endLine": 186, + "endColumn": 12, + "endOffset": 15329 + } + } + }, + { + "to": { + "startLine": 163, + "startColumn": 4, + "startOffset": 12549, + "endLine": 164, + "endColumn": 12, + "endOffset": 12667 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 187, + "startColumn": 4, + "startOffset": 15334, + "endLine": 188, + "endColumn": 12, + "endOffset": 15452 + } + } + }, + { + "to": { + "startLine": 165, + "startColumn": 4, + "startOffset": 12672, + "endLine": 166, + "endColumn": 12, + "endOffset": 12780 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 189, + "startColumn": 4, + "startOffset": 15457, + "endLine": 190, + "endColumn": 12, + "endOffset": 15565 + } + } + }, + { + "to": { + "startLine": 167, + "startColumn": 4, + "startOffset": 12785, + "endLine": 169, + "endColumn": 12, + "endOffset": 12963 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 191, + "startColumn": 4, + "startOffset": 15570, + "endLine": 193, + "endColumn": 12, + "endOffset": 15748 + } + } + }, + { + "to": { + "startLine": 170, + "startColumn": 4, + "startOffset": 12968, + "endLine": 171, + "endColumn": 12, + "endOffset": 13094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 194, + "startColumn": 4, + "startOffset": 15753, + "endLine": 195, + "endColumn": 12, + "endOffset": 15879 + } + } + }, + { + "to": { + "startLine": 172, + "startColumn": 4, + "startOffset": 13099, + "endColumn": 116, + "endOffset": 13211 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 196, + "startColumn": 4, + "startOffset": 15884, + "endColumn": 116, + "endOffset": 15996 + } + } + }, + { + "to": { + "startLine": 173, + "startColumn": 4, + "startOffset": 13216, + "endColumn": 88, + "endOffset": 13300 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 197, + "startColumn": 4, + "startOffset": 16001, + "endColumn": 88, + "endOffset": 16085 + } + } + }, + { + "to": { + "startLine": 174, + "startColumn": 4, + "startOffset": 13305, + "endColumn": 110, + "endOffset": 13411 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 198, + "startColumn": 4, + "startOffset": 16090, + "endColumn": 110, + "endOffset": 16196 + } + } + }, + { + "to": { + "startLine": 175, + "startColumn": 4, + "startOffset": 13416, + "endColumn": 126, + "endOffset": 13538 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 199, + "startColumn": 4, + "startOffset": 16201, + "endColumn": 126, + "endOffset": 16323 + } + } + }, + { + "to": { + "startLine": 176, + "startColumn": 4, + "startOffset": 13543, + "endColumn": 100, + "endOffset": 13639 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 200, + "startColumn": 4, + "startOffset": 16328, + "endColumn": 100, + "endOffset": 16424 + } + } + }, + { + "to": { + "startLine": 177, + "startColumn": 4, + "startOffset": 13644, + "endColumn": 94, + "endOffset": 13734 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 201, + "startColumn": 4, + "startOffset": 16429, + "endColumn": 94, + "endOffset": 16519 + } + } + }, + { + "to": { + "startLine": 178, + "startColumn": 4, + "startOffset": 13739, + "endColumn": 122, + "endOffset": 13857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 202, + "startColumn": 4, + "startOffset": 16524, + "endColumn": 122, + "endOffset": 16642 + } + } + }, + { + "to": { + "startLine": 179, + "startColumn": 4, + "startOffset": 13862, + "endColumn": 128, + "endOffset": 13986 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 203, + "startColumn": 4, + "startOffset": 16647, + "endColumn": 128, + "endOffset": 16771 + } + } + }, + { + "to": { + "startLine": 180, + "startColumn": 4, + "startOffset": 13991, + "endColumn": 116, + "endOffset": 14103 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 204, + "startColumn": 4, + "startOffset": 16776, + "endColumn": 116, + "endOffset": 16888 + } + } + }, + { + "to": { + "startLine": 181, + "startColumn": 4, + "startOffset": 14108, + "endColumn": 92, + "endOffset": 14196 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 205, + "startColumn": 4, + "startOffset": 16893, + "endColumn": 92, + "endOffset": 16981 + } + } + }, + { + "to": { + "startLine": 182, + "startColumn": 4, + "startOffset": 14201, + "endLine": 183, + "endColumn": 12, + "endOffset": 14331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 206, + "startColumn": 4, + "startOffset": 16986, + "endLine": 207, + "endColumn": 12, + "endOffset": 17116 + } + } + }, + { + "to": { + "startLine": 184, + "startColumn": 4, + "startOffset": 14336, + "endLine": 185, + "endColumn": 12, + "endOffset": 14474 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 208, + "startColumn": 4, + "startOffset": 17121, + "endLine": 209, + "endColumn": 12, + "endOffset": 17259 + } + } + }, + { + "to": { + "startLine": 186, + "startColumn": 4, + "startOffset": 14479, + "endLine": 187, + "endColumn": 12, + "endOffset": 14609 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 210, + "startColumn": 4, + "startOffset": 17264, + "endLine": 211, + "endColumn": 12, + "endOffset": 17394 + } + } + }, + { + "to": { + "startLine": 188, + "startColumn": 4, + "startOffset": 14614, + "endLine": 189, + "endColumn": 12, + "endOffset": 14728 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 212, + "startColumn": 4, + "startOffset": 17399, + "endLine": 213, + "endColumn": 12, + "endOffset": 17513 + } + } + }, + { + "to": { + "startLine": 190, + "startColumn": 4, + "startOffset": 14733, + "endLine": 193, + "endColumn": 12, + "endOffset": 14929 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 214, + "startColumn": 4, + "startOffset": 17518, + "endLine": 217, + "endColumn": 12, + "endOffset": 17714 + } + } + }, + { + "to": { + "startLine": 194, + "startColumn": 4, + "startOffset": 14934, + "endLine": 195, + "endColumn": 12, + "endOffset": 15048 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 218, + "startColumn": 4, + "startOffset": 17719, + "endLine": 219, + "endColumn": 12, + "endOffset": 17833 + } + } + }, + { + "to": { + "startLine": 196, + "startColumn": 4, + "startOffset": 15053, + "endColumn": 92, + "endOffset": 15141 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 220, + "startColumn": 4, + "startOffset": 17838, + "endColumn": 92, + "endOffset": 17926 + } + } + }, + { + "to": { + "startLine": 197, + "startColumn": 4, + "startOffset": 15146, + "endColumn": 110, + "endOffset": 15252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 221, + "startColumn": 4, + "startOffset": 17931, + "endColumn": 110, + "endOffset": 18037 + } + } + }, + { + "to": { + "startLine": 198, + "startColumn": 4, + "startOffset": 15257, + "endColumn": 55, + "endOffset": 15308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 222, + "startColumn": 4, + "startOffset": 18042, + "endColumn": 55, + "endOffset": 18093 + } + } + }, + { + "to": { + "startLine": 199, + "startColumn": 4, + "startOffset": 15313, + "endLine": 200, + "endColumn": 12, + "endOffset": 15415 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 223, + "startColumn": 4, + "startOffset": 18098, + "endLine": 224, + "endColumn": 12, + "endOffset": 18200 + } + } + }, + { + "to": { + "startLine": 201, + "startColumn": 4, + "startOffset": 15420, + "endLine": 204, + "endColumn": 12, + "endOffset": 15610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 225, + "startColumn": 4, + "startOffset": 18205, + "endLine": 228, + "endColumn": 12, + "endOffset": 18395 + } + } + }, + { + "to": { + "startLine": 205, + "startColumn": 4, + "startOffset": 15615, + "endLine": 206, + "endColumn": 12, + "endOffset": 15721 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 229, + "startColumn": 4, + "startOffset": 18400, + "endLine": 230, + "endColumn": 12, + "endOffset": 18506 + } + } + }, + { + "to": { + "startLine": 207, + "startColumn": 4, + "startOffset": 15726, + "endLine": 208, + "endColumn": 12, + "endOffset": 15854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 231, + "startColumn": 4, + "startOffset": 18511, + "endLine": 232, + "endColumn": 12, + "endOffset": 18639 + } + } + }, + { + "to": { + "startLine": 209, + "startColumn": 4, + "startOffset": 15859, + "endColumn": 94, + "endOffset": 15949 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 233, + "startColumn": 4, + "startOffset": 18644, + "endColumn": 94, + "endOffset": 18734 + } + } + }, + { + "to": { + "startLine": 210, + "startColumn": 4, + "startOffset": 15954, + "endColumn": 90, + "endOffset": 16040 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 234, + "startColumn": 4, + "startOffset": 18739, + "endColumn": 90, + "endOffset": 18825 + } + } + }, + { + "to": { + "startLine": 211, + "startColumn": 4, + "startOffset": 16045, + "endColumn": 112, + "endOffset": 16153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 235, + "startColumn": 4, + "startOffset": 18830, + "endColumn": 112, + "endOffset": 18938 + } + } + }, + { + "to": { + "startLine": 212, + "startColumn": 4, + "startOffset": 16158, + "endColumn": 116, + "endOffset": 16270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 236, + "startColumn": 4, + "startOffset": 18943, + "endColumn": 116, + "endOffset": 19055 + } + } + }, + { + "to": { + "startLine": 213, + "startColumn": 4, + "startOffset": 16275, + "endLine": 214, + "endColumn": 12, + "endOffset": 16409 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 237, + "startColumn": 4, + "startOffset": 19060, + "endLine": 238, + "endColumn": 12, + "endOffset": 19194 + } + } + }, + { + "to": { + "startLine": 215, + "startColumn": 4, + "startOffset": 16414, + "endLine": 221, + "endColumn": 12, + "endOffset": 16762 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 241, + "startColumn": 4, + "startOffset": 19429, + "endLine": 247, + "endColumn": 12, + "endOffset": 19777 + } + } + }, + { + "to": { + "startLine": 222, + "startColumn": 4, + "startOffset": 16767, + "endLine": 228, + "endColumn": 12, + "endOffset": 17127 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 248, + "startColumn": 4, + "startOffset": 19782, + "endLine": 254, + "endColumn": 12, + "endOffset": 20142 + } + } + }, + { + "to": { + "startLine": 229, + "startColumn": 4, + "startOffset": 17132, + "endLine": 238, + "endColumn": 12, + "endOffset": 17807 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 255, + "startColumn": 4, + "startOffset": 20147, + "endLine": 264, + "endColumn": 12, + "endOffset": 20822 + } + } + }, + { + "to": { + "startLine": 239, + "startColumn": 4, + "startOffset": 17812, + "endColumn": 56, + "endOffset": 17864 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 265, + "startColumn": 4, + "startOffset": 20827, + "endColumn": 56, + "endOffset": 20879 + } + } + }, + { + "to": { + "startLine": 240, + "startColumn": 4, + "startOffset": 17869, + "endColumn": 57, + "endOffset": 17922 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v21/values-v21.xml", + "position": { + "startLine": 266, + "startColumn": 4, + "startOffset": 20884, + "endColumn": 57, + "endOffset": 20937 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v22.json b/android/build/intermediates/blame/res/debug/multi/values-v22.json new file mode 100644 index 0000000000000000000000000000000000000000..4355e9784cbc5f9f1f149eeb3db008e5c531d59d --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v22.json @@ -0,0 +1,87 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 74, + "endOffset": 125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 285, + "endColumn": 74, + "endOffset": 355 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 130, + "endColumn": 86, + "endOffset": 212 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 360, + "endColumn": 86, + "endOffset": 442 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 217, + "endLine": 6, + "endColumn": 12, + "endOffset": 393 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 447, + "endLine": 8, + "endColumn": 12, + "endOffset": 623 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 398, + "endLine": 9, + "endColumn": 12, + "endOffset": 586 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v22/values-v22.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 628, + "endLine": 11, + "endColumn": 12, + "endOffset": 816 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-v23.json b/android/build/intermediates/blame/res/debug/multi/values-v23.json new file mode 100644 index 0000000000000000000000000000000000000000..14766de25e636b3e9e0f9e229cfcc212a5f97484 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-v23.json @@ -0,0 +1,125 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 134, + "endOffset": 185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 290, + "endColumn": 134, + "endOffset": 420 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 190, + "endColumn": 74, + "endOffset": 260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 655, + "endColumn": 74, + "endOffset": 725 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 265, + "endColumn": 86, + "endOffset": 347 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 730, + "endColumn": 86, + "endOffset": 812 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 352, + "endLine": 10, + "endColumn": 12, + "endOffset": 675 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 817, + "endLine": 14, + "endColumn": 12, + "endOffset": 1140 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 680, + "endLine": 16, + "endColumn": 12, + "endOffset": 1015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1145, + "endLine": 20, + "endColumn": 12, + "endOffset": 1480 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1020, + "endColumn": 104, + "endOffset": 1120 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1715, + "endColumn": 104, + "endOffset": 1815 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-vi.json b/android/build/intermediates/blame/res/debug/multi/values-vi.json new file mode 100644 index 0000000000000000000000000000000000000000..9b7e7910752cb56dbb5dbe3b578c23d5a79e58a8 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-vi.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 113, + "endOffset": 164 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 113, + "endOffset": 389 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 169, + "endColumn": 107, + "endOffset": 272 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 107, + "endOffset": 497 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 277, + "endColumn": 122, + "endOffset": 395 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 502, + "endColumn": 122, + "endOffset": 620 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 400, + "endColumn": 107, + "endOffset": 503 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 625, + "endColumn": 107, + "endOffset": 728 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 508, + "endColumn": 108, + "endOffset": 612 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 733, + "endColumn": 108, + "endOffset": 837 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 617, + "endColumn": 83, + "endOffset": 696 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 842, + "endColumn": 83, + "endOffset": 921 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 701, + "endColumn": 102, + "endOffset": 799 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 926, + "endColumn": 102, + "endOffset": 1024 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 804, + "endColumn": 118, + "endOffset": 918 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1029, + "endColumn": 118, + "endOffset": 1143 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 923, + "endColumn": 83, + "endOffset": 1002 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1148, + "endColumn": 83, + "endOffset": 1227 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1007, + "endColumn": 103, + "endOffset": 1106 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1232, + "endColumn": 103, + "endOffset": 1331 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1111, + "endColumn": 108, + "endOffset": 1215 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1336, + "endColumn": 108, + "endOffset": 1440 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1220, + "endColumn": 100, + "endOffset": 1316 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1445, + "endColumn": 100, + "endOffset": 1541 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1321, + "endColumn": 104, + "endOffset": 1421 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1546, + "endColumn": 104, + "endOffset": 1646 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1426, + "endColumn": 113, + "endOffset": 1535 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1651, + "endColumn": 113, + "endOffset": 1760 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 104, + "endOffset": 1640 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 104, + "endOffset": 1865 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1645, + "endColumn": 119, + "endOffset": 1760 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1870, + "endColumn": 119, + "endOffset": 1985 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 98, + "endOffset": 1859 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1990, + "endColumn": 98, + "endOffset": 2084 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1864, + "endColumn": 53, + "endOffset": 1913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1918, + "endColumn": 71, + "endOffset": 1985 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 71, + "endOffset": 176 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1990, + "endColumn": 78, + "endOffset": 2064 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 181, + "endColumn": 78, + "endOffset": 255 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2069, + "endColumn": 70, + "endOffset": 2135 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 260, + "endColumn": 70, + "endOffset": 326 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2140, + "endColumn": 65, + "endOffset": 2201 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 331, + "endColumn": 65, + "endOffset": 392 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2206, + "endColumn": 55, + "endOffset": 2257 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 397, + "endColumn": 55, + "endOffset": 448 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2262, + "endColumn": 58, + "endOffset": 2316 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 453, + "endColumn": 58, + "endOffset": 507 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2321, + "endColumn": 73, + "endOffset": 2390 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 512, + "endColumn": 73, + "endOffset": 581 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2395, + "endColumn": 100, + "endOffset": 2491 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-vi/values-vi.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2089, + "endColumn": 100, + "endOffset": 2185 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..573b72f652b76644c7a589e0712ba25605608ed6 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-w360dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w360dp-v13/values-w360dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 54, + "endOffset": 105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w360dp/values-w360dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 54, + "endOffset": 333 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..da4b2a7e048475322f45b032ef116d9cd60d0064 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-w480dp-v13.json @@ -0,0 +1,45 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w480dp-v13/values-w480dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 61, + "endOffset": 112 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 61, + "endOffset": 339 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 117, + "endColumn": 71, + "endOffset": 184 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w480dp/values-w480dp.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 572, + "endColumn": 71, + "endOffset": 639 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..fc4e85fe70944aacd9b39ae85b642a4554290673 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-w500dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w500dp-v13/values-w500dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 54, + "endOffset": 105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w500dp/values-w500dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 54, + "endOffset": 333 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..ed621dbe5728833fe4e3517377e5bac180a1728d --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-w600dp-v13.json @@ -0,0 +1,45 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w600dp-v13/values-w600dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 63, + "endOffset": 114 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 283, + "endColumn": 63, + "endOffset": 342 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 119, + "endColumn": 54, + "endOffset": 169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w600dp/values-w600dp.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 347, + "endColumn": 54, + "endOffset": 397 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json b/android/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json new file mode 100644 index 0000000000000000000000000000000000000000..fcd5939b7e31c8dfedafa61c21a582a4eda4566b --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-w720dp-v13.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-w720dp-v13/values-w720dp-v13.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 76, + "endOffset": 127 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-w720dp/values-w720dp.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 76, + "endOffset": 354 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json b/android/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..30aaf767cef4773e72d0e61a2074a9357b3af00d --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-xlarge-land-v4.json @@ -0,0 +1,26 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-land-v4/values-xlarge-land-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 63, + "endOffset": 114 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge-land/values-xlarge-land.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 288, + "endColumn": 63, + "endOffset": 347 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json b/android/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..6d25855551f555d49170609ae6b88a90220a504d --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json @@ -0,0 +1,140 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 76, + "endOffset": 127 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 282, + "endColumn": 76, + "endOffset": 354 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 132, + "endColumn": 63, + "endOffset": 191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 587, + "endColumn": 63, + "endOffset": 646 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 196, + "endColumn": 66, + "endOffset": 258 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 651, + "endColumn": 66, + "endOffset": 713 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 263, + "endColumn": 66, + "endOffset": 325 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 718, + "endColumn": 66, + "endOffset": 780 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 330, + "endColumn": 65, + "endOffset": 391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 785, + "endColumn": 65, + "endOffset": 846 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 396, + "endColumn": 65, + "endOffset": 457 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 851, + "endColumn": 65, + "endOffset": 912 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 462, + "endColumn": 54, + "endOffset": 512 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-xlarge/values-xlarge.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 917, + "endColumn": 54, + "endOffset": 967 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zh-rCN.json b/android/build/intermediates/blame/res/debug/multi/values-zh-rCN.json new file mode 100644 index 0000000000000000000000000000000000000000..2fa01f09a8d66bf6fd313ac58c43d35693d0c53a --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-zh-rCN.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 95, + "endOffset": 146 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 95, + "endOffset": 375 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 151, + "endColumn": 106, + "endOffset": 253 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 106, + "endOffset": 482 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 258, + "endColumn": 122, + "endOffset": 376 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 487, + "endColumn": 122, + "endOffset": 605 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 381, + "endColumn": 94, + "endOffset": 471 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 610, + "endColumn": 94, + "endOffset": 700 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 476, + "endColumn": 99, + "endOffset": 571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 705, + "endColumn": 99, + "endOffset": 800 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 576, + "endColumn": 81, + "endOffset": 653 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 805, + "endColumn": 81, + "endOffset": 882 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 658, + "endColumn": 96, + "endOffset": 750 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 887, + "endColumn": 96, + "endOffset": 979 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 755, + "endColumn": 105, + "endOffset": 856 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 984, + "endColumn": 105, + "endOffset": 1085 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 861, + "endColumn": 77, + "endOffset": 934 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 77, + "endOffset": 1163 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 939, + "endColumn": 95, + "endOffset": 1030 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 95, + "endOffset": 1259 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1035, + "endColumn": 95, + "endOffset": 1126 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1264, + "endColumn": 95, + "endOffset": 1355 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1131, + "endColumn": 94, + "endOffset": 1221 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1360, + "endColumn": 94, + "endOffset": 1450 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1226, + "endColumn": 96, + "endOffset": 1318 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1455, + "endColumn": 96, + "endOffset": 1547 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1323, + "endColumn": 94, + "endOffset": 1413 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1552, + "endColumn": 94, + "endOffset": 1642 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1418, + "endColumn": 97, + "endOffset": 1511 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1647, + "endColumn": 97, + "endOffset": 1740 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1516, + "endColumn": 111, + "endOffset": 1623 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1745, + "endColumn": 111, + "endOffset": 1852 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1628, + "endColumn": 93, + "endOffset": 1717 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 93, + "endOffset": 1946 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 53, + "endOffset": 1771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1776, + "endColumn": 59, + "endOffset": 1831 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 59, + "endOffset": 164 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1836, + "endColumn": 78, + "endOffset": 1910 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 169, + "endColumn": 78, + "endOffset": 243 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1915, + "endColumn": 70, + "endOffset": 1981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 70, + "endOffset": 314 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1986, + "endColumn": 56, + "endOffset": 2038 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 319, + "endColumn": 56, + "endOffset": 371 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2043, + "endColumn": 55, + "endOffset": 2094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 376, + "endColumn": 55, + "endOffset": 427 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2099, + "endColumn": 58, + "endOffset": 2153 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 432, + "endColumn": 58, + "endOffset": 486 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2158, + "endColumn": 73, + "endOffset": 2227 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 491, + "endColumn": 73, + "endOffset": 560 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2232, + "endColumn": 100, + "endOffset": 2328 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rCN/values-zh-rCN.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1951, + "endColumn": 100, + "endOffset": 2047 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zh-rHK.json b/android/build/intermediates/blame/res/debug/multi/values-zh-rHK.json new file mode 100644 index 0000000000000000000000000000000000000000..9bbf54bced82023d90445f56a6693c87a2f0bdfa --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-zh-rHK.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 94, + "endOffset": 145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 94, + "endOffset": 374 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 106, + "endOffset": 252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 379, + "endColumn": 106, + "endOffset": 481 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 257, + "endColumn": 122, + "endOffset": 375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 486, + "endColumn": 122, + "endOffset": 604 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 609, + "endColumn": 92, + "endOffset": 697 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 99, + "endOffset": 568 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 702, + "endColumn": 99, + "endOffset": 797 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 81, + "endOffset": 650 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 81, + "endOffset": 879 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 655, + "endColumn": 96, + "endOffset": 747 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 884, + "endColumn": 96, + "endOffset": 976 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 752, + "endColumn": 107, + "endOffset": 855 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 107, + "endOffset": 1084 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 77, + "endOffset": 933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1089, + "endColumn": 77, + "endOffset": 1162 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 938, + "endColumn": 95, + "endOffset": 1029 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1167, + "endColumn": 95, + "endOffset": 1258 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 95, + "endOffset": 1125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1263, + "endColumn": 95, + "endOffset": 1354 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 94, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1359, + "endColumn": 94, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 96, + "endOffset": 1317 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 96, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 94, + "endOffset": 1412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 94, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 97, + "endOffset": 1510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 97, + "endOffset": 1739 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1515, + "endColumn": 112, + "endOffset": 1623 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1744, + "endColumn": 112, + "endOffset": 1852 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1628, + "endColumn": 93, + "endOffset": 1717 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1857, + "endColumn": 93, + "endOffset": 1946 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1722, + "endColumn": 53, + "endOffset": 1771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1776, + "endColumn": 59, + "endOffset": 1831 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 59, + "endOffset": 164 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1836, + "endColumn": 78, + "endOffset": 1910 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 169, + "endColumn": 78, + "endOffset": 243 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1915, + "endColumn": 70, + "endOffset": 1981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 70, + "endOffset": 314 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1986, + "endColumn": 55, + "endOffset": 2037 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 319, + "endColumn": 55, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2042, + "endColumn": 55, + "endOffset": 2093 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 375, + "endColumn": 55, + "endOffset": 426 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2098, + "endColumn": 58, + "endOffset": 2152 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 431, + "endColumn": 58, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2157, + "endColumn": 73, + "endOffset": 2226 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 490, + "endColumn": 73, + "endOffset": 559 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2231, + "endColumn": 101, + "endOffset": 2328 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rHK/values-zh-rHK.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1951, + "endColumn": 101, + "endOffset": 2048 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zh-rTW.json b/android/build/intermediates/blame/res/debug/multi/values-zh-rTW.json new file mode 100644 index 0000000000000000000000000000000000000000..c974abc208428ecb0b85eb203298d8d189088526 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-zh-rTW.json @@ -0,0 +1,501 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 94, + "endOffset": 145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 284, + "endColumn": 94, + "endOffset": 374 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 150, + "endColumn": 106, + "endOffset": 252 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 379, + "endColumn": 106, + "endOffset": 481 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 257, + "endColumn": 122, + "endOffset": 375 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 486, + "endColumn": 122, + "endOffset": 604 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 380, + "endColumn": 92, + "endOffset": 468 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 609, + "endColumn": 92, + "endOffset": 697 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 473, + "endColumn": 99, + "endOffset": 568 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 702, + "endColumn": 99, + "endOffset": 797 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 573, + "endColumn": 81, + "endOffset": 650 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 802, + "endColumn": 81, + "endOffset": 879 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 655, + "endColumn": 96, + "endOffset": 747 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 884, + "endColumn": 96, + "endOffset": 976 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 752, + "endColumn": 107, + "endOffset": 855 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 981, + "endColumn": 107, + "endOffset": 1084 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 860, + "endColumn": 77, + "endOffset": 933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1089, + "endColumn": 77, + "endOffset": 1162 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 938, + "endColumn": 95, + "endOffset": 1029 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1167, + "endColumn": 95, + "endOffset": 1258 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1034, + "endColumn": 95, + "endOffset": 1125 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1263, + "endColumn": 95, + "endOffset": 1354 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1130, + "endColumn": 94, + "endOffset": 1220 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1359, + "endColumn": 94, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1225, + "endColumn": 96, + "endOffset": 1317 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 96, + "endOffset": 1546 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1322, + "endColumn": 94, + "endOffset": 1412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1551, + "endColumn": 94, + "endOffset": 1641 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1417, + "endColumn": 99, + "endOffset": 1512 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 99, + "endOffset": 1741 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1517, + "endColumn": 112, + "endOffset": 1625 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1746, + "endColumn": 112, + "endOffset": 1854 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1630, + "endColumn": 93, + "endOffset": 1719 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1859, + "endColumn": 93, + "endOffset": 1948 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1724, + "endColumn": 53, + "endOffset": 1773 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 53, + "endOffset": 104 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1778, + "endColumn": 59, + "endOffset": 1833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 109, + "endColumn": 59, + "endOffset": 164 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1838, + "endColumn": 78, + "endOffset": 1912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 169, + "endColumn": 78, + "endOffset": 243 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1917, + "endColumn": 70, + "endOffset": 1983 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 248, + "endColumn": 70, + "endOffset": 314 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1988, + "endColumn": 55, + "endOffset": 2039 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 319, + "endColumn": 55, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 2044, + "endColumn": 55, + "endOffset": 2095 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 375, + "endColumn": 55, + "endOffset": 426 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 2100, + "endColumn": 58, + "endOffset": 2154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 431, + "endColumn": 58, + "endOffset": 485 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2159, + "endColumn": 73, + "endOffset": 2228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 490, + "endColumn": 73, + "endOffset": 559 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 2233, + "endColumn": 100, + "endOffset": 2329 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zh-rTW/values-zh-rTW.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1953, + "endColumn": 100, + "endOffset": 2049 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values-zu.json b/android/build/intermediates/blame/res/debug/multi/values-zu.json new file mode 100644 index 0000000000000000000000000000000000000000..21e5da55092958cc4b661edc44f91944fb439f9b --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values-zu.json @@ -0,0 +1,349 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 107, + "endOffset": 158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 280, + "endColumn": 107, + "endOffset": 383 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 163, + "endColumn": 107, + "endOffset": 266 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 388, + "endColumn": 107, + "endOffset": 491 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 271, + "endColumn": 122, + "endOffset": 389 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 496, + "endColumn": 122, + "endOffset": 614 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 394, + "endColumn": 106, + "endOffset": 496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 619, + "endColumn": 106, + "endOffset": 721 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 501, + "endColumn": 113, + "endOffset": 610 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 726, + "endColumn": 113, + "endOffset": 835 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 615, + "endColumn": 87, + "endOffset": 698 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 840, + "endColumn": 87, + "endOffset": 923 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 703, + "endColumn": 102, + "endOffset": 801 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 928, + "endColumn": 102, + "endOffset": 1026 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 806, + "endColumn": 126, + "endOffset": 928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1031, + "endColumn": 126, + "endOffset": 1153 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 933, + "endColumn": 85, + "endOffset": 1014 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1158, + "endColumn": 85, + "endOffset": 1239 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1019, + "endColumn": 103, + "endOffset": 1118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1244, + "endColumn": 103, + "endOffset": 1343 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1123, + "endColumn": 105, + "endOffset": 1224 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1348, + "endColumn": 105, + "endOffset": 1449 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1229, + "endColumn": 97, + "endOffset": 1322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1454, + "endColumn": 97, + "endOffset": 1547 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1327, + "endColumn": 106, + "endOffset": 1429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1552, + "endColumn": 106, + "endOffset": 1654 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1434, + "endColumn": 105, + "endOffset": 1535 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1659, + "endColumn": 105, + "endOffset": 1760 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1540, + "endColumn": 105, + "endOffset": 1641 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1765, + "endColumn": 105, + "endOffset": 1866 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1646, + "endColumn": 119, + "endOffset": 1761 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1871, + "endColumn": 119, + "endOffset": 1986 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1766, + "endColumn": 95, + "endOffset": 1857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1991, + "endColumn": 95, + "endOffset": 2082 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1862, + "endColumn": 100, + "endOffset": 1958 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-zu/values-zu.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2087, + "endColumn": 100, + "endOffset": 2183 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/multi/values.json b/android/build/intermediates/blame/res/debug/multi/values.json new file mode 100644 index 0000000000000000000000000000000000000000..b1b03b0648159a7249de82ea8298b731a1422d7a --- /dev/null +++ b/android/build/intermediates/blame/res/debug/multi/values.json @@ -0,0 +1,9650 @@ +[ + { + "outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml", + "map": [ + { + "to": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 54, + "endOffset": 105 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 275, + "endColumn": 54, + "endOffset": 325 + } + } + }, + { + "to": { + "startLine": 3, + "startColumn": 4, + "startOffset": 110, + "endColumn": 44, + "endOffset": 150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 330, + "endColumn": 44, + "endOffset": 370 + } + } + }, + { + "to": { + "startLine": 4, + "startColumn": 4, + "startOffset": 155, + "endColumn": 48, + "endOffset": 199 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 375, + "endColumn": 48, + "endOffset": 419 + } + } + }, + { + "to": { + "startLine": 5, + "startColumn": 4, + "startOffset": 204, + "endColumn": 40, + "endOffset": 240 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 424, + "endColumn": 40, + "endOffset": 460 + } + } + }, + { + "to": { + "startLine": 6, + "startColumn": 4, + "startOffset": 245, + "endColumn": 54, + "endOffset": 295 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 685, + "endColumn": 54, + "endOffset": 735 + } + } + }, + { + "to": { + "startLine": 7, + "startColumn": 4, + "startOffset": 300, + "endColumn": 62, + "endOffset": 358 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 740, + "endColumn": 62, + "endOffset": 798 + } + } + }, + { + "to": { + "startLine": 8, + "startColumn": 4, + "startOffset": 363, + "endColumn": 75, + "endOffset": 434 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 803, + "endColumn": 75, + "endOffset": 874 + } + } + }, + { + "to": { + "startLine": 9, + "startColumn": 4, + "startOffset": 439, + "endColumn": 61, + "endOffset": 496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 1100, + "endColumn": 61, + "endOffset": 1157 + } + } + }, + { + "to": { + "startLine": 10, + "startColumn": 4, + "startOffset": 501, + "endColumn": 72, + "endOffset": 569 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 1162, + "endColumn": 72, + "endOffset": 1230 + } + } + }, + { + "to": { + "startLine": 11, + "startColumn": 4, + "startOffset": 574, + "endColumn": 67, + "endOffset": 637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1235, + "endColumn": 67, + "endOffset": 1298 + } + } + }, + { + "to": { + "startLine": 12, + "startColumn": 4, + "startOffset": 642, + "endColumn": 77, + "endOffset": 715 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1523, + "endColumn": 77, + "endOffset": 1596 + } + } + }, + { + "to": { + "startLine": 13, + "startColumn": 4, + "startOffset": 720, + "endColumn": 80, + "endOffset": 796 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1822, + "endColumn": 80, + "endOffset": 1898 + } + } + }, + { + "to": { + "startLine": 14, + "startColumn": 4, + "startOffset": 801, + "endColumn": 60, + "endOffset": 857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1903, + "endColumn": 60, + "endOffset": 1959 + } + } + }, + { + "to": { + "startLine": 15, + "startColumn": 4, + "startOffset": 862, + "endColumn": 74, + "endOffset": 932 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 25, + "startColumn": 4, + "startOffset": 1964, + "endColumn": 74, + "endOffset": 2034 + } + } + }, + { + "to": { + "startLine": 16, + "startColumn": 4, + "startOffset": 937, + "endColumn": 75, + "endOffset": 1008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 26, + "startColumn": 4, + "startOffset": 2039, + "endColumn": 75, + "endOffset": 2110 + } + } + }, + { + "to": { + "startLine": 17, + "startColumn": 4, + "startOffset": 1013, + "endColumn": 76, + "endOffset": 1085 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2345, + "endColumn": 76, + "endOffset": 2417 + } + } + }, + { + "to": { + "startLine": 18, + "startColumn": 4, + "startOffset": 1090, + "endColumn": 77, + "endOffset": 1163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2422, + "endColumn": 77, + "endOffset": 2495 + } + } + }, + { + "to": { + "startLine": 19, + "startColumn": 4, + "startOffset": 1168, + "endColumn": 84, + "endOffset": 1248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 31, + "startColumn": 4, + "startOffset": 2500, + "endColumn": 84, + "endOffset": 2580 + } + } + }, + { + "to": { + "startLine": 20, + "startColumn": 4, + "startOffset": 1253, + "endColumn": 81, + "endOffset": 1330 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2585, + "endColumn": 81, + "endOffset": 2662 + } + } + }, + { + "to": { + "startLine": 21, + "startColumn": 4, + "startOffset": 1335, + "endColumn": 75, + "endOffset": 1406 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2667, + "endColumn": 75, + "endOffset": 2738 + } + } + }, + { + "to": { + "startLine": 22, + "startColumn": 4, + "startOffset": 1411, + "endColumn": 75, + "endOffset": 1482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2743, + "endColumn": 75, + "endOffset": 2814 + } + } + }, + { + "to": { + "startLine": 23, + "startColumn": 4, + "startOffset": 1487, + "endColumn": 76, + "endOffset": 1559 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2819, + "endColumn": 76, + "endOffset": 2891 + } + } + }, + { + "to": { + "startLine": 24, + "startColumn": 4, + "startOffset": 1564, + "endColumn": 77, + "endOffset": 1637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2896, + "endColumn": 77, + "endOffset": 2969 + } + } + }, + { + "to": { + "startLine": 25, + "startColumn": 4, + "startOffset": 1642, + "endColumn": 105, + "endOffset": 1743 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 37, + "startColumn": 4, + "startOffset": 2974, + "endColumn": 105, + "endOffset": 3075 + } + } + }, + { + "to": { + "startLine": 26, + "startColumn": 4, + "startOffset": 1748, + "endColumn": 105, + "endOffset": 1849 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 38, + "startColumn": 4, + "startOffset": 3080, + "endColumn": 105, + "endOffset": 3181 + } + } + }, + { + "to": { + "startLine": 27, + "startColumn": 4, + "startOffset": 1854, + "endColumn": 78, + "endOffset": 1928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 3186, + "endColumn": 78, + "endOffset": 3260 + } + } + }, + { + "to": { + "startLine": 28, + "startColumn": 4, + "startOffset": 1933, + "endColumn": 79, + "endOffset": 2008 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 40, + "startColumn": 4, + "startOffset": 3265, + "endColumn": 79, + "endOffset": 3340 + } + } + }, + { + "to": { + "startLine": 29, + "startColumn": 4, + "startOffset": 2013, + "endColumn": 56, + "endOffset": 2065 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 41, + "startColumn": 4, + "startOffset": 3345, + "endColumn": 56, + "endOffset": 3397 + } + } + }, + { + "to": { + "startLine": 30, + "startColumn": 4, + "startOffset": 2070, + "endColumn": 57, + "endOffset": 2123 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 42, + "startColumn": 4, + "startOffset": 3402, + "endColumn": 57, + "endOffset": 3455 + } + } + }, + { + "to": { + "startLine": 31, + "startColumn": 4, + "startOffset": 2128, + "endColumn": 62, + "endOffset": 2186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 2, + "startColumn": 4, + "startOffset": 55, + "endColumn": 62, + "endOffset": 113 + } + } + }, + { + "to": { + "startLine": 32, + "startColumn": 4, + "startOffset": 2191, + "endColumn": 73, + "endOffset": 2260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3460, + "endColumn": 73, + "endOffset": 3529 + } + } + }, + { + "to": { + "startLine": 33, + "startColumn": 4, + "startOffset": 2265, + "endColumn": 74, + "endOffset": 2335 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3534, + "endColumn": 74, + "endOffset": 3604 + } + } + }, + { + "to": { + "startLine": 34, + "startColumn": 4, + "startOffset": 2340, + "endColumn": 64, + "endOffset": 2400 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3609, + "endColumn": 64, + "endOffset": 3669 + } + } + }, + { + "to": { + "startLine": 35, + "startColumn": 4, + "startOffset": 2405, + "endColumn": 65, + "endOffset": 2466 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 46, + "startColumn": 4, + "startOffset": 3674, + "endColumn": 65, + "endOffset": 3735 + } + } + }, + { + "to": { + "startLine": 36, + "startColumn": 4, + "startOffset": 2471, + "endColumn": 71, + "endOffset": 2538 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 47, + "startColumn": 4, + "startOffset": 3740, + "endColumn": 71, + "endOffset": 3807 + } + } + }, + { + "to": { + "startLine": 37, + "startColumn": 4, + "startOffset": 2543, + "endColumn": 72, + "endOffset": 2611 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 48, + "startColumn": 4, + "startOffset": 3812, + "endColumn": 72, + "endOffset": 3880 + } + } + }, + { + "to": { + "startLine": 38, + "startColumn": 4, + "startOffset": 2616, + "endColumn": 66, + "endOffset": 2678 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3885, + "endColumn": 66, + "endOffset": 3947 + } + } + }, + { + "to": { + "startLine": 39, + "startColumn": 4, + "startOffset": 2683, + "endColumn": 67, + "endOffset": 2746 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3952, + "endColumn": 67, + "endOffset": 4015 + } + } + }, + { + "to": { + "startLine": 40, + "startColumn": 4, + "startOffset": 2751, + "endColumn": 103, + "endOffset": 2850 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 51, + "startColumn": 4, + "startOffset": 4020, + "endColumn": 103, + "endOffset": 4119 + } + } + }, + { + "to": { + "startLine": 41, + "startColumn": 4, + "startOffset": 2855, + "endColumn": 105, + "endOffset": 2956 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 52, + "startColumn": 4, + "startOffset": 4124, + "endColumn": 105, + "endOffset": 4225 + } + } + }, + { + "to": { + "startLine": 42, + "startColumn": 4, + "startOffset": 2961, + "endColumn": 58, + "endOffset": 3015 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 53, + "startColumn": 4, + "startOffset": 4230, + "endColumn": 58, + "endOffset": 4284 + } + } + }, + { + "to": { + "startLine": 43, + "startColumn": 4, + "startOffset": 3020, + "endColumn": 58, + "endOffset": 3074 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 54, + "startColumn": 4, + "startOffset": 4289, + "endColumn": 58, + "endOffset": 4343 + } + } + }, + { + "to": { + "startLine": 44, + "startColumn": 4, + "startOffset": 3079, + "endColumn": 58, + "endOffset": 3133 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 55, + "startColumn": 4, + "startOffset": 4348, + "endColumn": 58, + "endOffset": 4402 + } + } + }, + { + "to": { + "startLine": 45, + "startColumn": 4, + "startOffset": 3138, + "endColumn": 58, + "endOffset": 3192 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 56, + "startColumn": 4, + "startOffset": 4407, + "endColumn": 58, + "endOffset": 4461 + } + } + }, + { + "to": { + "startLine": 46, + "startColumn": 4, + "startOffset": 3197, + "endColumn": 58, + "endOffset": 3251 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 57, + "startColumn": 4, + "startOffset": 4466, + "endColumn": 58, + "endOffset": 4520 + } + } + }, + { + "to": { + "startLine": 47, + "startColumn": 4, + "startOffset": 3256, + "endColumn": 53, + "endOffset": 3305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 58, + "startColumn": 4, + "startOffset": 4525, + "endColumn": 53, + "endOffset": 4574 + } + } + }, + { + "to": { + "startLine": 48, + "startColumn": 4, + "startOffset": 3310, + "endColumn": 53, + "endOffset": 3359 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 59, + "startColumn": 4, + "startOffset": 4579, + "endColumn": 53, + "endOffset": 4628 + } + } + }, + { + "to": { + "startLine": 49, + "startColumn": 4, + "startOffset": 3364, + "endColumn": 52, + "endOffset": 3412 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 60, + "startColumn": 4, + "startOffset": 4633, + "endColumn": 52, + "endOffset": 4681 + } + } + }, + { + "to": { + "startLine": 50, + "startColumn": 4, + "startOffset": 3417, + "endColumn": 53, + "endOffset": 3466 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 61, + "startColumn": 4, + "startOffset": 4686, + "endColumn": 53, + "endOffset": 4735 + } + } + }, + { + "to": { + "startLine": 51, + "startColumn": 4, + "startOffset": 3471, + "endColumn": 53, + "endOffset": 3520 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4740, + "endColumn": 53, + "endOffset": 4789 + } + } + }, + { + "to": { + "startLine": 52, + "startColumn": 4, + "startOffset": 3525, + "endColumn": 53, + "endOffset": 3574 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4794, + "endColumn": 53, + "endOffset": 4843 + } + } + }, + { + "to": { + "startLine": 53, + "startColumn": 4, + "startOffset": 3579, + "endColumn": 53, + "endOffset": 3628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4848, + "endColumn": 53, + "endOffset": 4897 + } + } + }, + { + "to": { + "startLine": 54, + "startColumn": 4, + "startOffset": 3633, + "endColumn": 73, + "endOffset": 3702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 65, + "startColumn": 4, + "startOffset": 4902, + "endColumn": 73, + "endOffset": 4971 + } + } + }, + { + "to": { + "startLine": 55, + "startColumn": 4, + "startOffset": 3707, + "endColumn": 78, + "endOffset": 3781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 66, + "startColumn": 4, + "startOffset": 4976, + "endColumn": 78, + "endOffset": 5050 + } + } + }, + { + "to": { + "startLine": 56, + "startColumn": 4, + "startOffset": 3786, + "endColumn": 72, + "endOffset": 3854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 67, + "startColumn": 4, + "startOffset": 5055, + "endColumn": 72, + "endOffset": 5123 + } + } + }, + { + "to": { + "startLine": 57, + "startColumn": 4, + "startOffset": 3859, + "endColumn": 73, + "endOffset": 3928 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 68, + "startColumn": 4, + "startOffset": 5128, + "endColumn": 73, + "endOffset": 5197 + } + } + }, + { + "to": { + "startLine": 58, + "startColumn": 4, + "startOffset": 3933, + "endColumn": 70, + "endOffset": 3999 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 69, + "startColumn": 4, + "startOffset": 5202, + "endColumn": 70, + "endOffset": 5268 + } + } + }, + { + "to": { + "startLine": 59, + "startColumn": 4, + "startOffset": 4004, + "endColumn": 71, + "endOffset": 4071 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 70, + "startColumn": 4, + "startOffset": 5273, + "endColumn": 71, + "endOffset": 5340 + } + } + }, + { + "to": { + "startLine": 60, + "startColumn": 4, + "startOffset": 4076, + "endColumn": 71, + "endOffset": 4143 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 71, + "startColumn": 4, + "startOffset": 5345, + "endColumn": 71, + "endOffset": 5412 + } + } + }, + { + "to": { + "startLine": 61, + "startColumn": 4, + "startOffset": 4148, + "endColumn": 72, + "endOffset": 4216 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 72, + "startColumn": 4, + "startOffset": 5417, + "endColumn": 72, + "endOffset": 5485 + } + } + }, + { + "to": { + "startLine": 62, + "startColumn": 4, + "startOffset": 4221, + "endColumn": 56, + "endOffset": 4273 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 73, + "startColumn": 4, + "startOffset": 5490, + "endColumn": 56, + "endOffset": 5542 + } + } + }, + { + "to": { + "startLine": 63, + "startColumn": 4, + "startOffset": 4278, + "endColumn": 57, + "endOffset": 4331 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 74, + "startColumn": 4, + "startOffset": 5547, + "endColumn": 57, + "endOffset": 5600 + } + } + }, + { + "to": { + "startLine": 64, + "startColumn": 4, + "startOffset": 4336, + "endColumn": 72, + "endOffset": 4404 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 75, + "startColumn": 4, + "startOffset": 5605, + "endColumn": 72, + "endOffset": 5673 + } + } + }, + { + "to": { + "startLine": 65, + "startColumn": 4, + "startOffset": 4409, + "endColumn": 73, + "endOffset": 4478 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 76, + "startColumn": 4, + "startOffset": 5678, + "endColumn": 73, + "endOffset": 5747 + } + } + }, + { + "to": { + "startLine": 66, + "startColumn": 4, + "startOffset": 4483, + "endColumn": 73, + "endOffset": 4552 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 77, + "startColumn": 4, + "startOffset": 5752, + "endColumn": 73, + "endOffset": 5821 + } + } + }, + { + "to": { + "startLine": 67, + "startColumn": 4, + "startOffset": 4557, + "endColumn": 74, + "endOffset": 4627 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 78, + "startColumn": 4, + "startOffset": 5826, + "endColumn": 74, + "endOffset": 5896 + } + } + }, + { + "to": { + "startLine": 68, + "startColumn": 4, + "startOffset": 4632, + "endColumn": 71, + "endOffset": 4699 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 79, + "startColumn": 4, + "startOffset": 5901, + "endColumn": 71, + "endOffset": 5968 + } + } + }, + { + "to": { + "startLine": 69, + "startColumn": 4, + "startOffset": 4704, + "endColumn": 72, + "endOffset": 4772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 80, + "startColumn": 4, + "startOffset": 5973, + "endColumn": 72, + "endOffset": 6041 + } + } + }, + { + "to": { + "startLine": 70, + "startColumn": 4, + "startOffset": 4777, + "endColumn": 69, + "endOffset": 4842 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 81, + "startColumn": 4, + "startOffset": 6046, + "endColumn": 69, + "endOffset": 6111 + } + } + }, + { + "to": { + "startLine": 71, + "startColumn": 4, + "startOffset": 4847, + "endColumn": 70, + "endOffset": 4913 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 82, + "startColumn": 4, + "startOffset": 6116, + "endColumn": 70, + "endOffset": 6182 + } + } + }, + { + "to": { + "startLine": 101, + "startColumn": 4, + "startOffset": 23585, + "endColumn": 68, + "endOffset": 23649 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 112, + "startColumn": 4, + "startOffset": 22125, + "endColumn": 68, + "endOffset": 22189 + } + } + }, + { + "to": { + "startLine": 102, + "startColumn": 4, + "startOffset": 23654, + "endColumn": 69, + "endOffset": 23719 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 113, + "startColumn": 4, + "startOffset": 22194, + "endColumn": 69, + "endOffset": 22259 + } + } + }, + { + "to": { + "startLine": 103, + "startColumn": 4, + "startOffset": 23724, + "endColumn": 73, + "endOffset": 23793 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 114, + "startColumn": 4, + "startOffset": 22264, + "endColumn": 73, + "endOffset": 22333 + } + } + }, + { + "to": { + "startLine": 104, + "startColumn": 4, + "startOffset": 23798, + "endColumn": 75, + "endOffset": 23869 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 115, + "startColumn": 4, + "startOffset": 22338, + "endColumn": 75, + "endOffset": 22409 + } + } + }, + { + "to": { + "startLine": 105, + "startColumn": 4, + "startOffset": 23874, + "endColumn": 76, + "endOffset": 23946 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 116, + "startColumn": 4, + "startOffset": 22414, + "endColumn": 76, + "endOffset": 22486 + } + } + }, + { + "to": { + "startLine": 106, + "startColumn": 4, + "startOffset": 23951, + "endColumn": 75, + "endOffset": 24022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 117, + "startColumn": 4, + "startOffset": 22491, + "endColumn": 75, + "endOffset": 22562 + } + } + }, + { + "to": { + "startLine": 107, + "startColumn": 4, + "startOffset": 24027, + "endColumn": 76, + "endOffset": 24099 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 118, + "startColumn": 4, + "startOffset": 22567, + "endColumn": 76, + "endOffset": 22639 + } + } + }, + { + "to": { + "startLine": 108, + "startColumn": 4, + "startOffset": 24104, + "endColumn": 63, + "endOffset": 24163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 121, + "startColumn": 4, + "startOffset": 22865, + "endColumn": 63, + "endOffset": 22924 + } + } + }, + { + "to": { + "startLine": 109, + "startColumn": 4, + "startOffset": 24168, + "endColumn": 64, + "endOffset": 24228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 122, + "startColumn": 4, + "startOffset": 22929, + "endColumn": 64, + "endOffset": 22989 + } + } + }, + { + "to": { + "startLine": 110, + "startColumn": 4, + "startOffset": 24233, + "endColumn": 68, + "endOffset": 24297 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 123, + "startColumn": 4, + "startOffset": 22994, + "endColumn": 68, + "endOffset": 23058 + } + } + }, + { + "to": { + "startLine": 111, + "startColumn": 4, + "startOffset": 24302, + "endColumn": 76, + "endOffset": 24374 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 126, + "startColumn": 4, + "startOffset": 23293, + "endColumn": 76, + "endOffset": 23365 + } + } + }, + { + "to": { + "startLine": 112, + "startColumn": 4, + "startOffset": 24379, + "endColumn": 74, + "endOffset": 24449 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 127, + "startColumn": 4, + "startOffset": 23370, + "endColumn": 74, + "endOffset": 23440 + } + } + }, + { + "to": { + "startLine": 113, + "startColumn": 4, + "startOffset": 24454, + "endColumn": 68, + "endOffset": 24518 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 128, + "startColumn": 4, + "startOffset": 23445, + "endColumn": 68, + "endOffset": 23509 + } + } + }, + { + "to": { + "startLine": 114, + "startColumn": 4, + "startOffset": 24523, + "endColumn": 67, + "endOffset": 24586 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 129, + "startColumn": 4, + "startOffset": 23514, + "endColumn": 67, + "endOffset": 23577 + } + } + }, + { + "to": { + "startLine": 115, + "startColumn": 4, + "startOffset": 24591, + "endColumn": 76, + "endOffset": 24663 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 130, + "startColumn": 4, + "startOffset": 23582, + "endColumn": 76, + "endOffset": 23654 + } + } + }, + { + "to": { + "startLine": 116, + "startColumn": 4, + "startOffset": 24668, + "endColumn": 65, + "endOffset": 24729 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 133, + "startColumn": 4, + "startOffset": 23880, + "endColumn": 65, + "endOffset": 23941 + } + } + }, + { + "to": { + "startLine": 117, + "startColumn": 4, + "startOffset": 24734, + "endColumn": 96, + "endOffset": 24826 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 134, + "startColumn": 4, + "startOffset": 23946, + "endColumn": 96, + "endOffset": 24038 + } + } + }, + { + "to": { + "startLine": 118, + "startColumn": 4, + "startOffset": 24831, + "endColumn": 64, + "endOffset": 24891 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 135, + "startColumn": 4, + "startOffset": 24043, + "endColumn": 64, + "endOffset": 24103 + } + } + }, + { + "to": { + "startLine": 119, + "startColumn": 4, + "startOffset": 24896, + "endColumn": 68, + "endOffset": 24960 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 136, + "startColumn": 4, + "startOffset": 24108, + "endColumn": 68, + "endOffset": 24172 + } + } + }, + { + "to": { + "startLine": 120, + "startColumn": 4, + "startOffset": 24965, + "endColumn": 98, + "endOffset": 25059 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 137, + "startColumn": 4, + "startOffset": 24177, + "endColumn": 98, + "endOffset": 24271 + } + } + }, + { + "to": { + "startLine": 121, + "startColumn": 4, + "startOffset": 25064, + "endColumn": 58, + "endOffset": 25118 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 140, + "startColumn": 4, + "startOffset": 24497, + "endColumn": 58, + "endOffset": 24551 + } + } + }, + { + "to": { + "startLine": 122, + "startColumn": 4, + "startOffset": 25123, + "endColumn": 57, + "endOffset": 25176 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 143, + "startColumn": 4, + "startOffset": 24777, + "endColumn": 57, + "endOffset": 24830 + } + } + }, + { + "to": { + "startLine": 123, + "startColumn": 4, + "startOffset": 25181, + "endColumn": 56, + "endOffset": 25233 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 144, + "startColumn": 4, + "startOffset": 24835, + "endColumn": 56, + "endOffset": 24887 + } + } + }, + { + "to": { + "startLine": 124, + "startColumn": 4, + "startOffset": 25238, + "endColumn": 58, + "endOffset": 25292 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 145, + "startColumn": 4, + "startOffset": 24892, + "endColumn": 58, + "endOffset": 24946 + } + } + }, + { + "to": { + "startLine": 125, + "startColumn": 4, + "startOffset": 25297, + "endColumn": 71, + "endOffset": 25364 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 146, + "startColumn": 4, + "startOffset": 24951, + "endColumn": 71, + "endOffset": 25018 + } + } + }, + { + "to": { + "startLine": 126, + "startColumn": 4, + "startOffset": 25369, + "endColumn": 67, + "endOffset": 25432 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 147, + "startColumn": 4, + "startOffset": 25023, + "endColumn": 67, + "endOffset": 25086 + } + } + }, + { + "to": { + "startLine": 127, + "startColumn": 4, + "startOffset": 25437, + "endColumn": 67, + "endOffset": 25500 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 148, + "startColumn": 4, + "startOffset": 25091, + "endColumn": 67, + "endOffset": 25154 + } + } + }, + { + "to": { + "startLine": 128, + "startColumn": 4, + "startOffset": 25505, + "endColumn": 58, + "endOffset": 25559 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 149, + "startColumn": 4, + "startOffset": 25159, + "endColumn": 58, + "endOffset": 25213 + } + } + }, + { + "to": { + "startLine": 129, + "startColumn": 4, + "startOffset": 25564, + "endColumn": 62, + "endOffset": 25622 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 150, + "startColumn": 4, + "startOffset": 25218, + "endColumn": 62, + "endOffset": 25276 + } + } + }, + { + "to": { + "startLine": 130, + "startColumn": 4, + "startOffset": 25627, + "endColumn": 89, + "endOffset": 25712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 153, + "startColumn": 4, + "startOffset": 25511, + "endColumn": 89, + "endOffset": 25596 + } + } + }, + { + "to": { + "startLine": 131, + "startColumn": 4, + "startOffset": 25717, + "endColumn": 90, + "endOffset": 25803 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 154, + "startColumn": 4, + "startOffset": 25601, + "endColumn": 90, + "endOffset": 25687 + } + } + }, + { + "to": { + "startLine": 132, + "startColumn": 4, + "startOffset": 25808, + "endColumn": 59, + "endOffset": 25863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 157, + "startColumn": 4, + "startOffset": 25913, + "endColumn": 59, + "endOffset": 25968 + } + } + }, + { + "to": { + "startLine": 133, + "startColumn": 4, + "startOffset": 25868, + "endColumn": 65, + "endOffset": 25929 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 158, + "startColumn": 4, + "startOffset": 25973, + "endColumn": 65, + "endOffset": 26034 + } + } + }, + { + "to": { + "startLine": 134, + "startColumn": 4, + "startOffset": 25934, + "endColumn": 66, + "endOffset": 25996 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 159, + "startColumn": 4, + "startOffset": 26039, + "endColumn": 66, + "endOffset": 26101 + } + } + }, + { + "to": { + "startLine": 135, + "startColumn": 4, + "startOffset": 26001, + "endColumn": 65, + "endOffset": 26062 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 160, + "startColumn": 4, + "startOffset": 26106, + "endColumn": 65, + "endOffset": 26167 + } + } + }, + { + "to": { + "startLine": 136, + "startColumn": 4, + "startOffset": 26067, + "endColumn": 69, + "endOffset": 26132 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 161, + "startColumn": 4, + "startOffset": 26172, + "endColumn": 69, + "endOffset": 26237 + } + } + }, + { + "to": { + "startLine": 137, + "startColumn": 4, + "startOffset": 26137, + "endColumn": 63, + "endOffset": 26196 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 162, + "startColumn": 4, + "startOffset": 26242, + "endColumn": 63, + "endOffset": 26301 + } + } + }, + { + "to": { + "startLine": 138, + "startColumn": 4, + "startOffset": 26201, + "endColumn": 52, + "endOffset": 26249 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 165, + "startColumn": 4, + "startOffset": 26536, + "endColumn": 52, + "endOffset": 26584 + } + } + }, + { + "to": { + "startLine": 139, + "startColumn": 4, + "startOffset": 26254, + "endColumn": 112, + "endOffset": 26362 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 166, + "startColumn": 4, + "startOffset": 26589, + "endColumn": 112, + "endOffset": 26697 + } + } + }, + { + "to": { + "startLine": 140, + "startColumn": 4, + "startOffset": 26367, + "endColumn": 57, + "endOffset": 26420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 169, + "startColumn": 4, + "startOffset": 26923, + "endColumn": 57, + "endOffset": 26976 + } + } + }, + { + "to": { + "startLine": 141, + "startColumn": 4, + "startOffset": 26425, + "endColumn": 64, + "endOffset": 26485 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 170, + "startColumn": 4, + "startOffset": 26981, + "endColumn": 64, + "endOffset": 27041 + } + } + }, + { + "to": { + "startLine": 142, + "startColumn": 4, + "startOffset": 26490, + "endColumn": 63, + "endOffset": 26549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 171, + "startColumn": 4, + "startOffset": 27046, + "endColumn": 63, + "endOffset": 27105 + } + } + }, + { + "to": { + "startLine": 143, + "startColumn": 4, + "startOffset": 26554, + "endColumn": 48, + "endOffset": 26598 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 172, + "startColumn": 4, + "startOffset": 27110, + "endColumn": 48, + "endOffset": 27154 + } + } + }, + { + "to": { + "startLine": 144, + "startColumn": 4, + "startOffset": 26603, + "endColumn": 60, + "endOffset": 26659 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 175, + "startColumn": 4, + "startOffset": 27389, + "endColumn": 60, + "endOffset": 27445 + } + } + }, + { + "to": { + "startLine": 145, + "startColumn": 4, + "startOffset": 26664, + "endColumn": 60, + "endOffset": 26720 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 176, + "startColumn": 4, + "startOffset": 27450, + "endColumn": 60, + "endOffset": 27506 + } + } + }, + { + "to": { + "startLine": 146, + "startColumn": 4, + "startOffset": 26725, + "endColumn": 60, + "endOffset": 26781 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 177, + "startColumn": 4, + "startOffset": 27511, + "endColumn": 60, + "endOffset": 27567 + } + } + }, + { + "to": { + "startLine": 147, + "startColumn": 4, + "startOffset": 26786, + "endColumn": 61, + "endOffset": 26843 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 178, + "startColumn": 4, + "startOffset": 27572, + "endColumn": 61, + "endOffset": 27629 + } + } + }, + { + "to": { + "startLine": 148, + "startColumn": 4, + "startOffset": 26848, + "endColumn": 63, + "endOffset": 26907 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 179, + "startColumn": 4, + "startOffset": 27634, + "endColumn": 63, + "endOffset": 27693 + } + } + }, + { + "to": { + "startLine": 149, + "startColumn": 4, + "startOffset": 26912, + "endColumn": 63, + "endOffset": 26971 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 180, + "startColumn": 4, + "startOffset": 27698, + "endColumn": 63, + "endOffset": 27757 + } + } + }, + { + "to": { + "startLine": 150, + "startColumn": 4, + "startOffset": 26976, + "endColumn": 63, + "endOffset": 27035 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 181, + "startColumn": 4, + "startOffset": 27762, + "endColumn": 63, + "endOffset": 27821 + } + } + }, + { + "to": { + "startLine": 151, + "startColumn": 4, + "startOffset": 27040, + "endColumn": 64, + "endOffset": 27100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 182, + "startColumn": 4, + "startOffset": 27826, + "endColumn": 64, + "endOffset": 27886 + } + } + }, + { + "to": { + "startLine": 152, + "startColumn": 4, + "startOffset": 27105, + "endColumn": 62, + "endOffset": 27163 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 183, + "startColumn": 4, + "startOffset": 27891, + "endColumn": 62, + "endOffset": 27949 + } + } + }, + { + "to": { + "startLine": 153, + "startColumn": 4, + "startOffset": 27168, + "endColumn": 59, + "endOffset": 27223 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 184, + "startColumn": 4, + "startOffset": 27954, + "endColumn": 59, + "endOffset": 28009 + } + } + }, + { + "to": { + "startLine": 154, + "startColumn": 4, + "startOffset": 27228, + "endColumn": 60, + "endOffset": 27284 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 185, + "startColumn": 4, + "startOffset": 28014, + "endColumn": 60, + "endOffset": 28070 + } + } + }, + { + "to": { + "startLine": 155, + "startColumn": 4, + "startOffset": 27289, + "endColumn": 58, + "endOffset": 27343 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 186, + "startColumn": 4, + "startOffset": 28075, + "endColumn": 58, + "endOffset": 28129 + } + } + }, + { + "to": { + "startLine": 156, + "startColumn": 4, + "startOffset": 27348, + "endColumn": 59, + "endOffset": 27403 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 187, + "startColumn": 4, + "startOffset": 28134, + "endColumn": 59, + "endOffset": 28189 + } + } + }, + { + "to": { + "startLine": 157, + "startColumn": 4, + "startOffset": 27408, + "endColumn": 61, + "endOffset": 27465 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 188, + "startColumn": 4, + "startOffset": 28194, + "endColumn": 61, + "endOffset": 28251 + } + } + }, + { + "to": { + "startLine": 158, + "startColumn": 4, + "startOffset": 27470, + "endColumn": 70, + "endOffset": 27536 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 189, + "startColumn": 4, + "startOffset": 28256, + "endColumn": 70, + "endOffset": 28322 + } + } + }, + { + "to": { + "startLine": 159, + "startColumn": 4, + "startOffset": 27541, + "endColumn": 59, + "endOffset": 27596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 190, + "startColumn": 4, + "startOffset": 28327, + "endColumn": 59, + "endOffset": 28382 + } + } + }, + { + "to": { + "startLine": 160, + "startColumn": 4, + "startOffset": 27601, + "endColumn": 67, + "endOffset": 27664 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 191, + "startColumn": 4, + "startOffset": 28387, + "endColumn": 67, + "endOffset": 28450 + } + } + }, + { + "to": { + "startLine": 161, + "startColumn": 4, + "startOffset": 27669, + "endColumn": 66, + "endOffset": 27731 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 194, + "startColumn": 4, + "startOffset": 28676, + "endColumn": 66, + "endOffset": 28738 + } + } + }, + { + "to": { + "startLine": 162, + "startColumn": 4, + "startOffset": 27736, + "endColumn": 67, + "endOffset": 27799 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 195, + "startColumn": 4, + "startOffset": 28743, + "endColumn": 67, + "endOffset": 28806 + } + } + }, + { + "to": { + "startLine": 163, + "startColumn": 4, + "startOffset": 27804, + "endColumn": 67, + "endOffset": 27867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 196, + "startColumn": 4, + "startOffset": 28811, + "endColumn": 67, + "endOffset": 28874 + } + } + }, + { + "to": { + "startLine": 164, + "startColumn": 4, + "startOffset": 27872, + "endColumn": 67, + "endOffset": 27935 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 197, + "startColumn": 4, + "startOffset": 28879, + "endColumn": 67, + "endOffset": 28942 + } + } + }, + { + "to": { + "startLine": 165, + "startColumn": 4, + "startOffset": 27940, + "endColumn": 85, + "endOffset": 28021 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 200, + "startColumn": 4, + "startOffset": 29177, + "endColumn": 85, + "endOffset": 29258 + } + } + }, + { + "to": { + "startLine": 166, + "startColumn": 4, + "startOffset": 28026, + "endColumn": 86, + "endOffset": 28108 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 201, + "startColumn": 4, + "startOffset": 29263, + "endColumn": 86, + "endOffset": 29345 + } + } + }, + { + "to": { + "startLine": 167, + "startColumn": 4, + "startOffset": 28113, + "endColumn": 89, + "endOffset": 28198 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 202, + "startColumn": 4, + "startOffset": 29350, + "endColumn": 89, + "endOffset": 29435 + } + } + }, + { + "to": { + "startLine": 168, + "startColumn": 4, + "startOffset": 28203, + "endColumn": 86, + "endOffset": 28285 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 203, + "startColumn": 4, + "startOffset": 29440, + "endColumn": 86, + "endOffset": 29522 + } + } + }, + { + "to": { + "startLine": 169, + "startColumn": 4, + "startOffset": 28290, + "endColumn": 87, + "endOffset": 28373 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 204, + "startColumn": 4, + "startOffset": 29527, + "endColumn": 87, + "endOffset": 29610 + } + } + }, + { + "to": { + "startLine": 170, + "startColumn": 4, + "startOffset": 28378, + "endColumn": 74, + "endOffset": 28448 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 551, + "endColumn": 74, + "endOffset": 621 + } + } + }, + { + "to": { + "startLine": 171, + "startColumn": 4, + "startOffset": 28453, + "endColumn": 61, + "endOffset": 28510 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 207, + "startColumn": 4, + "startOffset": 29836, + "endColumn": 61, + "endOffset": 29893 + } + } + }, + { + "to": { + "startLine": 172, + "startColumn": 4, + "startOffset": 28515, + "endColumn": 60, + "endOffset": 28571 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 208, + "startColumn": 4, + "startOffset": 29898, + "endColumn": 60, + "endOffset": 29954 + } + } + }, + { + "to": { + "startLine": 173, + "startColumn": 4, + "startOffset": 28576, + "endColumn": 56, + "endOffset": 28628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 209, + "startColumn": 4, + "startOffset": 29959, + "endColumn": 56, + "endOffset": 30011 + } + } + }, + { + "to": { + "startLine": 174, + "startColumn": 4, + "startOffset": 28633, + "endColumn": 71, + "endOffset": 28700 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 212, + "startColumn": 4, + "startOffset": 30237, + "endColumn": 71, + "endOffset": 30304 + } + } + }, + { + "to": { + "startLine": 175, + "startColumn": 4, + "startOffset": 28705, + "endColumn": 56, + "endOffset": 28757 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 215, + "startColumn": 4, + "startOffset": 30527, + "endColumn": 56, + "endOffset": 30579 + } + } + }, + { + "to": { + "startLine": 176, + "startColumn": 4, + "startOffset": 28762, + "endColumn": 47, + "endOffset": 28805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 216, + "startColumn": 4, + "startOffset": 30584, + "endColumn": 47, + "endOffset": 30627 + } + } + }, + { + "to": { + "startLine": 177, + "startColumn": 4, + "startOffset": 28810, + "endColumn": 48, + "endOffset": 28854 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 217, + "startColumn": 4, + "startOffset": 30632, + "endColumn": 48, + "endOffset": 30676 + } + } + }, + { + "to": { + "startLine": 178, + "startColumn": 4, + "startOffset": 28859, + "endColumn": 50, + "endOffset": 28905 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 218, + "startColumn": 4, + "startOffset": 30681, + "endColumn": 50, + "endOffset": 30727 + } + } + }, + { + "to": { + "startLine": 179, + "startColumn": 4, + "startOffset": 28910, + "endColumn": 33, + "endOffset": 28939 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 219, + "startColumn": 4, + "startOffset": 30732, + "endColumn": 33, + "endOffset": 30761 + } + } + }, + { + "to": { + "startLine": 180, + "startColumn": 4, + "startOffset": 28944, + "endColumn": 65, + "endOffset": 29005 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 847, + "endColumn": 65, + "endOffset": 908 + } + } + }, + { + "to": { + "startLine": 181, + "startColumn": 4, + "startOffset": 29010, + "endColumn": 46, + "endOffset": 29052 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 220, + "startColumn": 4, + "startOffset": 30766, + "endColumn": 46, + "endOffset": 30808 + } + } + }, + { + "to": { + "startLine": 182, + "startColumn": 4, + "startOffset": 29057, + "endColumn": 48, + "endOffset": 29101 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 221, + "startColumn": 4, + "startOffset": 30813, + "endColumn": 48, + "endOffset": 30857 + } + } + }, + { + "to": { + "startLine": 183, + "startColumn": 4, + "startOffset": 29106, + "endColumn": 45, + "endOffset": 29147 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 222, + "startColumn": 4, + "startOffset": 30862, + "endColumn": 45, + "endOffset": 30903 + } + } + }, + { + "to": { + "startLine": 184, + "startColumn": 4, + "startOffset": 29152, + "endColumn": 31, + "endOffset": 29179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 223, + "startColumn": 4, + "startOffset": 30908, + "endColumn": 31, + "endOffset": 30935 + } + } + }, + { + "to": { + "startLine": 185, + "startColumn": 4, + "startOffset": 29184, + "endColumn": 63, + "endOffset": 29243 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 226, + "startColumn": 4, + "startOffset": 31161, + "endColumn": 63, + "endOffset": 31220 + } + } + }, + { + "to": { + "startLine": 186, + "startColumn": 4, + "startOffset": 29248, + "endColumn": 61, + "endOffset": 29305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 227, + "startColumn": 4, + "startOffset": 31225, + "endColumn": 61, + "endOffset": 31282 + } + } + }, + { + "to": { + "startLine": 187, + "startColumn": 4, + "startOffset": 29310, + "endColumn": 54, + "endOffset": 29360 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 230, + "startColumn": 4, + "startOffset": 31508, + "endColumn": 54, + "endOffset": 31558 + } + } + }, + { + "to": { + "startLine": 188, + "startColumn": 4, + "startOffset": 29365, + "endColumn": 59, + "endOffset": 29420 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 233, + "startColumn": 4, + "startOffset": 31784, + "endColumn": 59, + "endOffset": 31839 + } + } + }, + { + "to": { + "startLine": 189, + "startColumn": 4, + "startOffset": 29425, + "endColumn": 69, + "endOffset": 29490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 234, + "startColumn": 4, + "startOffset": 31844, + "endColumn": 69, + "endOffset": 31909 + } + } + }, + { + "to": { + "startLine": 190, + "startColumn": 4, + "startOffset": 29495, + "endColumn": 73, + "endOffset": 29564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 237, + "startColumn": 4, + "startOffset": 32136, + "endColumn": 73, + "endOffset": 32205 + } + } + }, + { + "to": { + "startLine": 191, + "startColumn": 4, + "startOffset": 29569, + "endColumn": 77, + "endOffset": 29642 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 238, + "startColumn": 4, + "startOffset": 32210, + "endColumn": 77, + "endOffset": 32283 + } + } + }, + { + "to": { + "startLine": 192, + "startColumn": 4, + "startOffset": 29647, + "endColumn": 92, + "endOffset": 29735 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 239, + "startColumn": 4, + "startOffset": 32288, + "endColumn": 92, + "endOffset": 32376 + } + } + }, + { + "to": { + "startLine": 193, + "startColumn": 4, + "startOffset": 29740, + "endColumn": 69, + "endOffset": 29805 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 240, + "startColumn": 4, + "startOffset": 32381, + "endColumn": 69, + "endOffset": 32446 + } + } + }, + { + "to": { + "startLine": 194, + "startColumn": 4, + "startOffset": 29810, + "endColumn": 77, + "endOffset": 29883 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 241, + "startColumn": 4, + "startOffset": 32451, + "endColumn": 77, + "endOffset": 32524 + } + } + }, + { + "to": { + "startLine": 195, + "startColumn": 4, + "startOffset": 29888, + "endColumn": 53, + "endOffset": 29937 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 242, + "startColumn": 4, + "startOffset": 32529, + "endColumn": 53, + "endOffset": 32578 + } + } + }, + { + "to": { + "startLine": 196, + "startColumn": 4, + "startOffset": 29942, + "endColumn": 69, + "endOffset": 30007 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 243, + "startColumn": 4, + "startOffset": 32583, + "endColumn": 69, + "endOffset": 32648 + } + } + }, + { + "to": { + "startLine": 197, + "startColumn": 4, + "startOffset": 30012, + "endColumn": 84, + "endOffset": 30092 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 244, + "startColumn": 4, + "startOffset": 32653, + "endColumn": 84, + "endOffset": 32733 + } + } + }, + { + "to": { + "startLine": 198, + "startColumn": 4, + "startOffset": 30097, + "endColumn": 51, + "endOffset": 30144 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 245, + "startColumn": 4, + "startOffset": 32738, + "endColumn": 51, + "endOffset": 32785 + } + } + }, + { + "to": { + "startLine": 199, + "startColumn": 4, + "startOffset": 30149, + "endColumn": 72, + "endOffset": 30217 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 246, + "startColumn": 4, + "startOffset": 32790, + "endColumn": 72, + "endOffset": 32858 + } + } + }, + { + "to": { + "startLine": 200, + "startColumn": 4, + "startOffset": 30222, + "endColumn": 73, + "endOffset": 30291 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 247, + "startColumn": 4, + "startOffset": 32863, + "endColumn": 73, + "endOffset": 32932 + } + } + }, + { + "to": { + "startLine": 201, + "startColumn": 4, + "startOffset": 30296, + "endColumn": 68, + "endOffset": 30360 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 248, + "startColumn": 4, + "startOffset": 32937, + "endColumn": 68, + "endOffset": 33001 + } + } + }, + { + "to": { + "startLine": 202, + "startColumn": 4, + "startOffset": 30365, + "endColumn": 74, + "endOffset": 30435 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 249, + "startColumn": 4, + "startOffset": 33006, + "endColumn": 74, + "endOffset": 33076 + } + } + }, + { + "to": { + "startLine": 203, + "startColumn": 4, + "startOffset": 30440, + "endColumn": 73, + "endOffset": 30509 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 250, + "startColumn": 4, + "startOffset": 33081, + "endColumn": 73, + "endOffset": 33150 + } + } + }, + { + "to": { + "startLine": 204, + "startColumn": 4, + "startOffset": 30514, + "endColumn": 73, + "endOffset": 30583 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 251, + "startColumn": 4, + "startOffset": 33155, + "endColumn": 73, + "endOffset": 33224 + } + } + }, + { + "to": { + "startLine": 205, + "startColumn": 4, + "startOffset": 30588, + "endColumn": 88, + "endOffset": 30672 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 252, + "startColumn": 4, + "startOffset": 33229, + "endColumn": 88, + "endOffset": 33313 + } + } + }, + { + "to": { + "startLine": 206, + "startColumn": 4, + "startOffset": 30677, + "endColumn": 69, + "endOffset": 30742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 253, + "startColumn": 4, + "startOffset": 33318, + "endColumn": 69, + "endOffset": 33383 + } + } + }, + { + "to": { + "startLine": 207, + "startColumn": 4, + "startOffset": 30747, + "endColumn": 100, + "endOffset": 30843 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 3, + "startColumn": 4, + "startOffset": 118, + "endColumn": 100, + "endOffset": 214 + } + } + }, + { + "to": { + "startLine": 208, + "startColumn": 4, + "startOffset": 30848, + "endColumn": 110, + "endOffset": 30954 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 4, + "startColumn": 4, + "startOffset": 219, + "endColumn": 110, + "endOffset": 325 + } + } + }, + { + "to": { + "startLine": 209, + "startColumn": 4, + "startOffset": 30959, + "endColumn": 109, + "endOffset": 31064 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 5, + "startColumn": 4, + "startOffset": 330, + "endColumn": 109, + "endOffset": 435 + } + } + }, + { + "to": { + "startLine": 210, + "startColumn": 4, + "startOffset": 31069, + "endColumn": 113, + "endOffset": 31178 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 6, + "startColumn": 4, + "startOffset": 440, + "endColumn": 113, + "endOffset": 549 + } + } + }, + { + "to": { + "startLine": 211, + "startColumn": 4, + "startOffset": 31183, + "endColumn": 129, + "endOffset": 31308 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 7, + "startColumn": 4, + "startOffset": 554, + "endColumn": 129, + "endOffset": 679 + } + } + }, + { + "to": { + "startLine": 212, + "startColumn": 4, + "startOffset": 31313, + "endColumn": 134, + "endOffset": 31443 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 8, + "startColumn": 4, + "startOffset": 684, + "endColumn": 134, + "endOffset": 814 + } + } + }, + { + "to": { + "startLine": 213, + "startColumn": 4, + "startOffset": 31448, + "endColumn": 721, + "endOffset": 32165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 9, + "startColumn": 4, + "startOffset": 819, + "endColumn": 721, + "endOffset": 1536 + } + } + }, + { + "to": { + "startLine": 214, + "startColumn": 4, + "startOffset": 32170, + "endColumn": 110, + "endOffset": 32276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 10, + "startColumn": 4, + "startOffset": 1541, + "endColumn": 110, + "endOffset": 1647 + } + } + }, + { + "to": { + "startLine": 215, + "startColumn": 4, + "startOffset": 32281, + "endColumn": 102, + "endOffset": 32379 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 11, + "startColumn": 4, + "startOffset": 1652, + "endColumn": 102, + "endOffset": 1750 + } + } + }, + { + "to": { + "startLine": 216, + "startColumn": 4, + "startOffset": 32384, + "endColumn": 107, + "endOffset": 32487 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 12, + "startColumn": 4, + "startOffset": 1755, + "endColumn": 107, + "endOffset": 1858 + } + } + }, + { + "to": { + "startLine": 217, + "startColumn": 4, + "startOffset": 32492, + "endColumn": 112, + "endOffset": 32600 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 13, + "startColumn": 4, + "startOffset": 1863, + "endColumn": 112, + "endOffset": 1971 + } + } + }, + { + "to": { + "startLine": 218, + "startColumn": 4, + "startOffset": 32605, + "endColumn": 109, + "endOffset": 32710 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 14, + "startColumn": 4, + "startOffset": 1976, + "endColumn": 109, + "endOffset": 2081 + } + } + }, + { + "to": { + "startLine": 219, + "startColumn": 4, + "startOffset": 32715, + "endColumn": 114, + "endOffset": 32825 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 15, + "startColumn": 4, + "startOffset": 2086, + "endColumn": 114, + "endOffset": 2196 + } + } + }, + { + "to": { + "startLine": 220, + "startColumn": 4, + "startOffset": 32830, + "endColumn": 95, + "endOffset": 32921 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 16, + "startColumn": 4, + "startOffset": 2201, + "endColumn": 95, + "endOffset": 2292 + } + } + }, + { + "to": { + "startLine": 221, + "startColumn": 4, + "startOffset": 32926, + "endColumn": 131, + "endOffset": 33053 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 17, + "startColumn": 4, + "startOffset": 2297, + "endColumn": 131, + "endOffset": 2424 + } + } + }, + { + "to": { + "startLine": 222, + "startColumn": 4, + "startOffset": 33058, + "endColumn": 124, + "endOffset": 33178 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 18, + "startColumn": 4, + "startOffset": 2429, + "endColumn": 124, + "endOffset": 2549 + } + } + }, + { + "to": { + "startLine": 223, + "startColumn": 4, + "startOffset": 33183, + "endColumn": 98, + "endOffset": 33277 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 19, + "startColumn": 4, + "startOffset": 2554, + "endColumn": 98, + "endOffset": 2648 + } + } + }, + { + "to": { + "startLine": 224, + "startColumn": 4, + "startOffset": 33282, + "endColumn": 113, + "endOffset": 33391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 20, + "startColumn": 4, + "startOffset": 2653, + "endColumn": 113, + "endOffset": 2762 + } + } + }, + { + "to": { + "startLine": 225, + "startColumn": 4, + "startOffset": 33396, + "endColumn": 104, + "endOffset": 33496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 21, + "startColumn": 4, + "startOffset": 2767, + "endColumn": 104, + "endOffset": 2867 + } + } + }, + { + "to": { + "startLine": 226, + "startColumn": 4, + "startOffset": 33501, + "endColumn": 102, + "endOffset": 33599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 22, + "startColumn": 4, + "startOffset": 2872, + "endColumn": 102, + "endOffset": 2970 + } + } + }, + { + "to": { + "startLine": 227, + "startColumn": 4, + "startOffset": 33604, + "endColumn": 70, + "endOffset": 33670 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 254, + "startColumn": 4, + "startOffset": 33388, + "endColumn": 70, + "endOffset": 33454 + } + } + }, + { + "to": { + "startLine": 228, + "startColumn": 4, + "startOffset": 33675, + "endColumn": 77, + "endOffset": 33748 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 257, + "startColumn": 4, + "startOffset": 33680, + "endColumn": 77, + "endOffset": 33753 + } + } + }, + { + "to": { + "startLine": 229, + "startColumn": 4, + "startOffset": 33753, + "endColumn": 89, + "endOffset": 33838 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 258, + "startColumn": 4, + "startOffset": 33758, + "endColumn": 89, + "endOffset": 33843 + } + } + }, + { + "to": { + "startLine": 230, + "startColumn": 4, + "startOffset": 33843, + "endColumn": 87, + "endOffset": 33926 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 259, + "startColumn": 4, + "startOffset": 33848, + "endColumn": 87, + "endOffset": 33931 + } + } + }, + { + "to": { + "startLine": 231, + "startColumn": 4, + "startOffset": 33931, + "endColumn": 95, + "endOffset": 34022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 260, + "startColumn": 4, + "startOffset": 33936, + "endColumn": 95, + "endOffset": 34027 + } + } + }, + { + "to": { + "startLine": 232, + "startColumn": 4, + "startOffset": 34027, + "endLine": 235, + "endColumn": 10, + "endOffset": 34270 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 23, + "startColumn": 4, + "startOffset": 2975, + "endLine": 26, + "endColumn": 10, + "endOffset": 3218 + } + } + }, + { + "to": { + "startLine": 236, + "startColumn": 4, + "startOffset": 34275, + "endLine": 242, + "endColumn": 12, + "endOffset": 34771 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 263, + "startColumn": 4, + "startOffset": 34258, + "endLine": 269, + "endColumn": 12, + "endOffset": 34754 + } + } + }, + { + "to": { + "startLine": 243, + "startColumn": 4, + "startOffset": 34776, + "endColumn": 88, + "endOffset": 34860 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 270, + "startColumn": 4, + "startOffset": 34759, + "endColumn": 88, + "endOffset": 34843 + } + } + }, + { + "to": { + "startLine": 244, + "startColumn": 4, + "startOffset": 34865, + "endLine": 247, + "endColumn": 12, + "endOffset": 35107 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 271, + "startColumn": 4, + "startOffset": 34848, + "endLine": 274, + "endColumn": 12, + "endOffset": 35090 + } + } + }, + { + "to": { + "startLine": 248, + "startColumn": 4, + "startOffset": 35112, + "endLine": 251, + "endColumn": 12, + "endOffset": 35388 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 275, + "startColumn": 4, + "startOffset": 35095, + "endLine": 278, + "endColumn": 12, + "endOffset": 35371 + } + } + }, + { + "to": { + "startLine": 252, + "startColumn": 4, + "startOffset": 35393, + "endLine": 256, + "endColumn": 12, + "endOffset": 35673 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 279, + "startColumn": 4, + "startOffset": 35376, + "endLine": 283, + "endColumn": 12, + "endOffset": 35656 + } + } + }, + { + "to": { + "startLine": 257, + "startColumn": 4, + "startOffset": 35678, + "endLine": 262, + "endColumn": 12, + "endOffset": 36066 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 284, + "startColumn": 4, + "startOffset": 35661, + "endLine": 289, + "endColumn": 12, + "endOffset": 36049 + } + } + }, + { + "to": { + "startLine": 263, + "startColumn": 4, + "startOffset": 36071, + "endLine": 269, + "endColumn": 12, + "endOffset": 36543 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 292, + "startColumn": 4, + "startOffset": 36285, + "endLine": 298, + "endColumn": 12, + "endOffset": 36757 + } + } + }, + { + "to": { + "startLine": 270, + "startColumn": 4, + "startOffset": 36548, + "endLine": 273, + "endColumn": 12, + "endOffset": 36765 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 299, + "startColumn": 4, + "startOffset": 36762, + "endLine": 302, + "endColumn": 12, + "endOffset": 36979 + } + } + }, + { + "to": { + "startLine": 274, + "startColumn": 4, + "startOffset": 36770, + "endLine": 277, + "endColumn": 12, + "endOffset": 36987 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 303, + "startColumn": 4, + "startOffset": 36984, + "endLine": 306, + "endColumn": 12, + "endOffset": 37201 + } + } + }, + { + "to": { + "startLine": 278, + "startColumn": 4, + "startOffset": 36992, + "endLine": 282, + "endColumn": 12, + "endOffset": 37255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 307, + "startColumn": 4, + "startOffset": 37206, + "endLine": 311, + "endColumn": 12, + "endOffset": 37469 + } + } + }, + { + "to": { + "startLine": 283, + "startColumn": 4, + "startOffset": 37260, + "endLine": 286, + "endColumn": 12, + "endOffset": 37482 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 312, + "startColumn": 4, + "startOffset": 37474, + "endLine": 315, + "endColumn": 12, + "endOffset": 37696 + } + } + }, + { + "to": { + "startLine": 287, + "startColumn": 4, + "startOffset": 37487, + "endLine": 290, + "endColumn": 12, + "endOffset": 37712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 316, + "startColumn": 4, + "startOffset": 37701, + "endLine": 319, + "endColumn": 12, + "endOffset": 37926 + } + } + }, + { + "to": { + "startLine": 291, + "startColumn": 4, + "startOffset": 37717, + "endLine": 294, + "endColumn": 12, + "endOffset": 37942 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 320, + "startColumn": 4, + "startOffset": 37931, + "endLine": 323, + "endColumn": 12, + "endOffset": 38156 + } + } + }, + { + "to": { + "startLine": 295, + "startColumn": 4, + "startOffset": 37947, + "endLine": 298, + "endColumn": 12, + "endOffset": 38172 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 324, + "startColumn": 4, + "startOffset": 38161, + "endLine": 327, + "endColumn": 12, + "endOffset": 38386 + } + } + }, + { + "to": { + "startLine": 299, + "startColumn": 4, + "startOffset": 38177, + "endLine": 302, + "endColumn": 12, + "endOffset": 38402 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 328, + "startColumn": 4, + "startOffset": 38391, + "endLine": 331, + "endColumn": 12, + "endOffset": 38616 + } + } + }, + { + "to": { + "startLine": 303, + "startColumn": 4, + "startOffset": 38407, + "endLine": 306, + "endColumn": 12, + "endOffset": 38629 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 332, + "startColumn": 4, + "startOffset": 38621, + "endLine": 335, + "endColumn": 12, + "endOffset": 38843 + } + } + }, + { + "to": { + "startLine": 307, + "startColumn": 4, + "startOffset": 38634, + "endLine": 310, + "endColumn": 12, + "endOffset": 38868 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 336, + "startColumn": 4, + "startOffset": 38848, + "endLine": 339, + "endColumn": 12, + "endOffset": 39082 + } + } + }, + { + "to": { + "startLine": 311, + "startColumn": 4, + "startOffset": 38873, + "endLine": 314, + "endColumn": 12, + "endOffset": 39094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 340, + "startColumn": 4, + "startOffset": 39087, + "endLine": 343, + "endColumn": 12, + "endOffset": 39308 + } + } + }, + { + "to": { + "startLine": 315, + "startColumn": 4, + "startOffset": 39099, + "endLine": 318, + "endColumn": 12, + "endOffset": 39339 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 344, + "startColumn": 4, + "startOffset": 39313, + "endLine": 347, + "endColumn": 12, + "endOffset": 39553 + } + } + }, + { + "to": { + "startLine": 319, + "startColumn": 4, + "startOffset": 39344, + "endLine": 320, + "endColumn": 12, + "endOffset": 39469 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 350, + "startColumn": 4, + "startOffset": 39784, + "endLine": 351, + "endColumn": 12, + "endOffset": 39909 + } + } + }, + { + "to": { + "startLine": 321, + "startColumn": 4, + "startOffset": 39474, + "endLine": 322, + "endColumn": 12, + "endOffset": 39599 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 352, + "startColumn": 4, + "startOffset": 39914, + "endLine": 353, + "endColumn": 12, + "endOffset": 40039 + } + } + }, + { + "to": { + "startLine": 323, + "startColumn": 4, + "startOffset": 39604, + "endLine": 326, + "endColumn": 12, + "endOffset": 39829 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 356, + "startColumn": 4, + "startOffset": 40275, + "endLine": 359, + "endColumn": 12, + "endOffset": 40500 + } + } + }, + { + "to": { + "startLine": 327, + "startColumn": 4, + "startOffset": 39834, + "endLine": 330, + "endColumn": 12, + "endOffset": 40077 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 360, + "startColumn": 4, + "startOffset": 40505, + "endLine": 363, + "endColumn": 12, + "endOffset": 40748 + } + } + }, + { + "to": { + "startLine": 331, + "startColumn": 4, + "startOffset": 40082, + "endLine": 334, + "endColumn": 12, + "endOffset": 40296 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 364, + "startColumn": 4, + "startOffset": 40753, + "endLine": 367, + "endColumn": 12, + "endOffset": 40967 + } + } + }, + { + "to": { + "startLine": 335, + "startColumn": 4, + "startOffset": 40301, + "endLine": 339, + "endColumn": 12, + "endOffset": 40579 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 370, + "startColumn": 4, + "startOffset": 41198, + "endLine": 374, + "endColumn": 12, + "endOffset": 41476 + } + } + }, + { + "to": { + "startLine": 340, + "startColumn": 4, + "startOffset": 40584, + "endLine": 343, + "endColumn": 12, + "endOffset": 40787 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 375, + "startColumn": 4, + "startOffset": 41481, + "endLine": 378, + "endColumn": 12, + "endOffset": 41684 + } + } + }, + { + "to": { + "startLine": 344, + "startColumn": 4, + "startOffset": 40792, + "endLine": 346, + "endColumn": 12, + "endOffset": 40918 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 379, + "startColumn": 4, + "startOffset": 41689, + "endLine": 381, + "endColumn": 12, + "endOffset": 41815 + } + } + }, + { + "to": { + "startLine": 347, + "startColumn": 4, + "startOffset": 40923, + "endLine": 350, + "endColumn": 12, + "endOffset": 41145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 384, + "startColumn": 4, + "startOffset": 42051, + "endLine": 387, + "endColumn": 12, + "endOffset": 42273 + } + } + }, + { + "to": { + "startLine": 351, + "startColumn": 4, + "startOffset": 41150, + "endLine": 354, + "endColumn": 12, + "endOffset": 41391 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 388, + "startColumn": 4, + "startOffset": 42278, + "endLine": 391, + "endColumn": 12, + "endOffset": 42519 + } + } + }, + { + "to": { + "startLine": 355, + "startColumn": 4, + "startOffset": 41396, + "endLine": 358, + "endColumn": 12, + "endOffset": 41616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 392, + "startColumn": 4, + "startOffset": 42524, + "endLine": 395, + "endColumn": 12, + "endOffset": 42744 + } + } + }, + { + "to": { + "startLine": 359, + "startColumn": 4, + "startOffset": 41621, + "endLine": 362, + "endColumn": 12, + "endOffset": 41863 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 396, + "startColumn": 4, + "startOffset": 42749, + "endLine": 399, + "endColumn": 12, + "endOffset": 42991 + } + } + }, + { + "to": { + "startLine": 363, + "startColumn": 4, + "startOffset": 41868, + "endLine": 366, + "endColumn": 12, + "endOffset": 42084 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 400, + "startColumn": 4, + "startOffset": 42996, + "endLine": 403, + "endColumn": 12, + "endOffset": 43212 + } + } + }, + { + "to": { + "startLine": 367, + "startColumn": 4, + "startOffset": 42089, + "endLine": 370, + "endColumn": 12, + "endOffset": 42329 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 404, + "startColumn": 4, + "startOffset": 43217, + "endLine": 407, + "endColumn": 12, + "endOffset": 43457 + } + } + }, + { + "to": { + "startLine": 371, + "startColumn": 4, + "startOffset": 42334, + "endLine": 374, + "endColumn": 12, + "endOffset": 42603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 410, + "startColumn": 4, + "startOffset": 43688, + "endLine": 413, + "endColumn": 12, + "endOffset": 43957 + } + } + }, + { + "to": { + "startLine": 375, + "startColumn": 4, + "startOffset": 42608, + "endLine": 378, + "endColumn": 12, + "endOffset": 42904 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 414, + "startColumn": 4, + "startOffset": 43962, + "endLine": 417, + "endColumn": 12, + "endOffset": 44258 + } + } + }, + { + "to": { + "startLine": 379, + "startColumn": 4, + "startOffset": 42909, + "endLine": 382, + "endColumn": 12, + "endOffset": 43228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 418, + "startColumn": 4, + "startOffset": 44263, + "endLine": 421, + "endColumn": 12, + "endOffset": 44582 + } + } + }, + { + "to": { + "startLine": 383, + "startColumn": 4, + "startOffset": 43233, + "endLine": 386, + "endColumn": 12, + "endOffset": 43519 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 422, + "startColumn": 4, + "startOffset": 44587, + "endLine": 425, + "endColumn": 12, + "endOffset": 44873 + } + } + }, + { + "to": { + "startLine": 387, + "startColumn": 4, + "startOffset": 43524, + "endLine": 390, + "endColumn": 12, + "endOffset": 43833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 426, + "startColumn": 4, + "startOffset": 44878, + "endLine": 429, + "endColumn": 12, + "endOffset": 45187 + } + } + }, + { + "to": { + "startLine": 391, + "startColumn": 4, + "startOffset": 43838, + "endColumn": 136, + "endOffset": 43970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 430, + "startColumn": 4, + "startOffset": 45192, + "endColumn": 136, + "endOffset": 45324 + } + } + }, + { + "to": { + "startLine": 392, + "startColumn": 4, + "startOffset": 43975, + "endColumn": 130, + "endOffset": 44101 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 431, + "startColumn": 4, + "startOffset": 45329, + "endColumn": 130, + "endOffset": 45455 + } + } + }, + { + "to": { + "startLine": 393, + "startColumn": 4, + "startOffset": 44106, + "endColumn": 104, + "endOffset": 44206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 434, + "startColumn": 4, + "startOffset": 45691, + "endColumn": 104, + "endOffset": 45791 + } + } + }, + { + "to": { + "startLine": 394, + "startColumn": 4, + "startOffset": 44211, + "endLine": 396, + "endColumn": 12, + "endOffset": 44410 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 435, + "startColumn": 4, + "startOffset": 45796, + "endLine": 437, + "endColumn": 12, + "endOffset": 45995 + } + } + }, + { + "to": { + "startLine": 397, + "startColumn": 4, + "startOffset": 44415, + "endLine": 399, + "endColumn": 12, + "endOffset": 44618 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 440, + "startColumn": 4, + "startOffset": 46226, + "endLine": 442, + "endColumn": 12, + "endOffset": 46429 + } + } + }, + { + "to": { + "startLine": 400, + "startColumn": 4, + "startOffset": 44623, + "endLine": 401, + "endColumn": 12, + "endOffset": 44742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 443, + "startColumn": 4, + "startOffset": 46434, + "endLine": 444, + "endColumn": 12, + "endOffset": 46553 + } + } + }, + { + "to": { + "startLine": 402, + "startColumn": 4, + "startOffset": 44747, + "endLine": 403, + "endColumn": 12, + "endOffset": 44866 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 445, + "startColumn": 4, + "startOffset": 46558, + "endLine": 446, + "endColumn": 12, + "endOffset": 46677 + } + } + }, + { + "to": { + "startLine": 404, + "startColumn": 4, + "startOffset": 44871, + "endColumn": 104, + "endOffset": 44971 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 447, + "startColumn": 4, + "startOffset": 46682, + "endColumn": 104, + "endOffset": 46782 + } + } + }, + { + "to": { + "startLine": 405, + "startColumn": 4, + "startOffset": 44976, + "endColumn": 116, + "endOffset": 45088 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 448, + "startColumn": 4, + "startOffset": 46787, + "endColumn": 116, + "endOffset": 46899 + } + } + }, + { + "to": { + "startLine": 406, + "startColumn": 4, + "startOffset": 45093, + "endLine": 408, + "endColumn": 12, + "endOffset": 45302 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 449, + "startColumn": 4, + "startOffset": 46904, + "endLine": 451, + "endColumn": 12, + "endOffset": 47113 + } + } + }, + { + "to": { + "startLine": 409, + "startColumn": 4, + "startOffset": 45307, + "endLine": 410, + "endColumn": 12, + "endOffset": 45448 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 452, + "startColumn": 4, + "startOffset": 47118, + "endLine": 453, + "endColumn": 12, + "endOffset": 47259 + } + } + }, + { + "to": { + "startLine": 411, + "startColumn": 4, + "startOffset": 45453, + "endLine": 412, + "endColumn": 12, + "endOffset": 45588 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 454, + "startColumn": 4, + "startOffset": 47264, + "endLine": 455, + "endColumn": 12, + "endOffset": 47399 + } + } + }, + { + "to": { + "startLine": 413, + "startColumn": 4, + "startOffset": 45593, + "endLine": 414, + "endColumn": 12, + "endOffset": 45674 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 458, + "startColumn": 4, + "startOffset": 47630, + "endLine": 459, + "endColumn": 12, + "endOffset": 47711 + } + } + }, + { + "to": { + "startLine": 415, + "startColumn": 4, + "startOffset": 45679, + "endLine": 419, + "endColumn": 12, + "endOffset": 46022 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 460, + "startColumn": 4, + "startOffset": 47716, + "endLine": 464, + "endColumn": 12, + "endOffset": 48059 + } + } + }, + { + "to": { + "startLine": 420, + "startColumn": 4, + "startOffset": 46027, + "endColumn": 87, + "endOffset": 46110 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 465, + "startColumn": 4, + "startOffset": 48064, + "endColumn": 87, + "endOffset": 48147 + } + } + }, + { + "to": { + "startLine": 421, + "startColumn": 4, + "startOffset": 46115, + "endLine": 424, + "endColumn": 12, + "endOffset": 46340 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 466, + "startColumn": 4, + "startOffset": 48152, + "endLine": 469, + "endColumn": 12, + "endOffset": 48377 + } + } + }, + { + "to": { + "startLine": 425, + "startColumn": 4, + "startOffset": 46345, + "endLine": 430, + "endColumn": 12, + "endOffset": 46742 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 470, + "startColumn": 4, + "startOffset": 48382, + "endLine": 475, + "endColumn": 12, + "endOffset": 48779 + } + } + }, + { + "to": { + "startLine": 431, + "startColumn": 4, + "startOffset": 46747, + "endLine": 434, + "endColumn": 12, + "endOffset": 46975 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 476, + "startColumn": 4, + "startOffset": 48784, + "endLine": 479, + "endColumn": 12, + "endOffset": 49012 + } + } + }, + { + "to": { + "startLine": 435, + "startColumn": 4, + "startOffset": 46980, + "endColumn": 81, + "endOffset": 47057 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 480, + "startColumn": 4, + "startOffset": 49017, + "endColumn": 81, + "endOffset": 49094 + } + } + }, + { + "to": { + "startLine": 436, + "startColumn": 4, + "startOffset": 47062, + "endLine": 437, + "endColumn": 12, + "endOffset": 47155 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 481, + "startColumn": 4, + "startOffset": 49099, + "endLine": 482, + "endColumn": 12, + "endOffset": 49192 + } + } + }, + { + "to": { + "startLine": 438, + "startColumn": 4, + "startOffset": 47160, + "endLine": 448, + "endColumn": 12, + "endOffset": 47772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 483, + "startColumn": 4, + "startOffset": 49197, + "endLine": 493, + "endColumn": 12, + "endOffset": 49809 + } + } + }, + { + "to": { + "startLine": 449, + "startColumn": 4, + "startOffset": 47777, + "endColumn": 99, + "endOffset": 47872 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 494, + "startColumn": 4, + "startOffset": 49814, + "endColumn": 99, + "endOffset": 49909 + } + } + }, + { + "to": { + "startLine": 450, + "startColumn": 4, + "startOffset": 47877, + "endLine": 453, + "endColumn": 12, + "endOffset": 48108 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 495, + "startColumn": 4, + "startOffset": 49914, + "endLine": 498, + "endColumn": 12, + "endOffset": 50145 + } + } + }, + { + "to": { + "startLine": 454, + "startColumn": 4, + "startOffset": 48113, + "endLine": 459, + "endColumn": 12, + "endOffset": 48516 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 499, + "startColumn": 4, + "startOffset": 50150, + "endLine": 504, + "endColumn": 12, + "endOffset": 50553 + } + } + }, + { + "to": { + "startLine": 460, + "startColumn": 4, + "startOffset": 48521, + "endLine": 463, + "endColumn": 12, + "endOffset": 48755 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 505, + "startColumn": 4, + "startOffset": 50558, + "endLine": 508, + "endColumn": 12, + "endOffset": 50792 + } + } + }, + { + "to": { + "startLine": 464, + "startColumn": 4, + "startOffset": 48760, + "endColumn": 93, + "endOffset": 48849 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 509, + "startColumn": 4, + "startOffset": 50797, + "endColumn": 93, + "endOffset": 50886 + } + } + }, + { + "to": { + "startLine": 465, + "startColumn": 4, + "startOffset": 48854, + "endColumn": 88, + "endOffset": 48938 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 510, + "startColumn": 4, + "startOffset": 50891, + "endColumn": 88, + "endOffset": 50975 + } + } + }, + { + "to": { + "startLine": 466, + "startColumn": 4, + "startOffset": 48943, + "endLine": 469, + "endColumn": 12, + "endOffset": 49175 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 511, + "startColumn": 4, + "startOffset": 50980, + "endLine": 514, + "endColumn": 12, + "endOffset": 51212 + } + } + }, + { + "to": { + "startLine": 470, + "startColumn": 4, + "startOffset": 49180, + "endLine": 495, + "endColumn": 12, + "endOffset": 51126 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 515, + "startColumn": 4, + "startOffset": 51217, + "endLine": 540, + "endColumn": 12, + "endOffset": 53163 + } + } + }, + { + "to": { + "startLine": 496, + "startColumn": 4, + "startOffset": 51131, + "endLine": 499, + "endColumn": 12, + "endOffset": 51368 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 541, + "startColumn": 4, + "startOffset": 53168, + "endLine": 544, + "endColumn": 12, + "endOffset": 53405 + } + } + }, + { + "to": { + "startLine": 500, + "startColumn": 4, + "startOffset": 51373, + "endLine": 526, + "endColumn": 12, + "endOffset": 53450 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 545, + "startColumn": 4, + "startOffset": 53410, + "endLine": 571, + "endColumn": 12, + "endOffset": 55487 + } + } + }, + { + "to": { + "startLine": 527, + "startColumn": 4, + "startOffset": 53455, + "endLine": 674, + "endColumn": 12, + "endOffset": 62877 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 572, + "startColumn": 4, + "startOffset": 55492, + "endLine": 719, + "endColumn": 12, + "endOffset": 64914 + } + } + }, + { + "to": { + "startLine": 675, + "startColumn": 4, + "startOffset": 62882, + "endLine": 696, + "endColumn": 12, + "endOffset": 64144 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 720, + "startColumn": 4, + "startOffset": 64919, + "endLine": 741, + "endColumn": 12, + "endOffset": 66181 + } + } + }, + { + "to": { + "startLine": 697, + "startColumn": 4, + "startOffset": 64149, + "endLine": 844, + "endColumn": 12, + "endOffset": 73681 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 742, + "startColumn": 4, + "startOffset": 66186, + "endLine": 889, + "endColumn": 12, + "endOffset": 75718 + } + } + }, + { + "to": { + "startLine": 845, + "startColumn": 4, + "startOffset": 73686, + "endLine": 866, + "endColumn": 12, + "endOffset": 74962 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 890, + "startColumn": 4, + "startOffset": 75723, + "endLine": 911, + "endColumn": 12, + "endOffset": 76999 + } + } + }, + { + "to": { + "startLine": 867, + "startColumn": 4, + "startOffset": 74967, + "endLine": 873, + "endColumn": 12, + "endOffset": 75498 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 914, + "startColumn": 4, + "startOffset": 77230, + "endLine": 920, + "endColumn": 12, + "endOffset": 77761 + } + } + }, + { + "to": { + "startLine": 874, + "startColumn": 4, + "startOffset": 75503, + "endLine": 878, + "endColumn": 12, + "endOffset": 75828 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 921, + "startColumn": 4, + "startOffset": 77766, + "endLine": 925, + "endColumn": 12, + "endOffset": 78091 + } + } + }, + { + "to": { + "startLine": 879, + "startColumn": 4, + "startOffset": 75833, + "endLine": 899, + "endColumn": 12, + "endOffset": 76951 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 926, + "startColumn": 4, + "startOffset": 78096, + "endLine": 946, + "endColumn": 12, + "endOffset": 79214 + } + } + }, + { + "to": { + "startLine": 900, + "startColumn": 4, + "startOffset": 76956, + "endLine": 904, + "endColumn": 12, + "endOffset": 77207 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 947, + "startColumn": 4, + "startOffset": 79219, + "endLine": 951, + "endColumn": 12, + "endOffset": 79470 + } + } + }, + { + "to": { + "startLine": 905, + "startColumn": 4, + "startOffset": 77212, + "endLine": 909, + "endColumn": 12, + "endOffset": 77443 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 952, + "startColumn": 4, + "startOffset": 79475, + "endLine": 956, + "endColumn": 12, + "endOffset": 79706 + } + } + }, + { + "to": { + "startLine": 910, + "startColumn": 4, + "startOffset": 77448, + "endLine": 919, + "endColumn": 12, + "endOffset": 77990 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 957, + "startColumn": 4, + "startOffset": 79711, + "endLine": 966, + "endColumn": 12, + "endOffset": 80253 + } + } + }, + { + "to": { + "startLine": 920, + "startColumn": 4, + "startOffset": 77995, + "endLine": 928, + "endColumn": 12, + "endOffset": 78484 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 967, + "startColumn": 4, + "startOffset": 80258, + "endLine": 975, + "endColumn": 12, + "endOffset": 80747 + } + } + }, + { + "to": { + "startLine": 929, + "startColumn": 4, + "startOffset": 78489, + "endLine": 939, + "endColumn": 12, + "endOffset": 79157 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 976, + "startColumn": 4, + "startOffset": 80752, + "endLine": 986, + "endColumn": 12, + "endOffset": 81420 + } + } + }, + { + "to": { + "startLine": 940, + "startColumn": 4, + "startOffset": 79162, + "endLine": 942, + "endColumn": 12, + "endOffset": 79305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 987, + "startColumn": 4, + "startOffset": 81425, + "endLine": 989, + "endColumn": 12, + "endOffset": 81568 + } + } + }, + { + "to": { + "startLine": 943, + "startColumn": 4, + "startOffset": 79310, + "endLine": 949, + "endColumn": 12, + "endOffset": 79833 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 990, + "startColumn": 4, + "startOffset": 81573, + "endLine": 996, + "endColumn": 12, + "endOffset": 82096 + } + } + }, + { + "to": { + "startLine": 950, + "startColumn": 4, + "startOffset": 79838, + "endLine": 957, + "endColumn": 12, + "endOffset": 80397 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 997, + "startColumn": 4, + "startOffset": 82101, + "endLine": 1004, + "endColumn": 12, + "endOffset": 82660 + } + } + }, + { + "to": { + "startLine": 958, + "startColumn": 4, + "startOffset": 80402, + "endLine": 964, + "endColumn": 12, + "endOffset": 80772 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1005, + "startColumn": 4, + "startOffset": 82665, + "endLine": 1011, + "endColumn": 12, + "endOffset": 83035 + } + } + }, + { + "to": { + "startLine": 965, + "startColumn": 4, + "startOffset": 80777, + "endColumn": 117, + "endOffset": 80890 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1012, + "startColumn": 4, + "startOffset": 83040, + "endColumn": 117, + "endOffset": 83153 + } + } + }, + { + "to": { + "startLine": 966, + "startColumn": 4, + "startOffset": 80895, + "endLine": 974, + "endColumn": 12, + "endOffset": 81428 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1013, + "startColumn": 4, + "startOffset": 83158, + "endLine": 1021, + "endColumn": 12, + "endOffset": 83691 + } + } + }, + { + "to": { + "startLine": 975, + "startColumn": 4, + "startOffset": 81433, + "endLine": 977, + "endColumn": 12, + "endOffset": 81585 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1022, + "startColumn": 4, + "startOffset": 83696, + "endLine": 1024, + "endColumn": 12, + "endOffset": 83848 + } + } + }, + { + "to": { + "startLine": 978, + "startColumn": 4, + "startOffset": 81590, + "endLine": 980, + "endColumn": 12, + "endOffset": 81729 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1025, + "startColumn": 4, + "startOffset": 83853, + "endLine": 1027, + "endColumn": 12, + "endOffset": 83992 + } + } + }, + { + "to": { + "startLine": 981, + "startColumn": 4, + "startOffset": 81734, + "endLine": 985, + "endColumn": 12, + "endOffset": 82049 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1028, + "startColumn": 4, + "startOffset": 83997, + "endLine": 1032, + "endColumn": 12, + "endOffset": 84312 + } + } + }, + { + "to": { + "startLine": 986, + "startColumn": 4, + "startOffset": 82054, + "endLine": 989, + "endColumn": 12, + "endOffset": 82305 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1033, + "startColumn": 4, + "startOffset": 84317, + "endLine": 1036, + "endColumn": 12, + "endOffset": 84568 + } + } + }, + { + "to": { + "startLine": 990, + "startColumn": 4, + "startOffset": 82310, + "endLine": 993, + "endColumn": 12, + "endOffset": 82475 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1037, + "startColumn": 4, + "startOffset": 84573, + "endLine": 1040, + "endColumn": 12, + "endOffset": 84738 + } + } + }, + { + "to": { + "startLine": 994, + "startColumn": 4, + "startOffset": 82480, + "endLine": 996, + "endColumn": 12, + "endOffset": 82616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1041, + "startColumn": 4, + "startOffset": 84743, + "endLine": 1043, + "endColumn": 12, + "endOffset": 84879 + } + } + }, + { + "to": { + "startLine": 997, + "startColumn": 4, + "startOffset": 82621, + "endColumn": 63, + "endOffset": 82680 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1044, + "startColumn": 4, + "startOffset": 84884, + "endColumn": 63, + "endOffset": 84943 + } + } + }, + { + "to": { + "startLine": 998, + "startColumn": 4, + "startOffset": 82685, + "endLine": 1001, + "endColumn": 12, + "endOffset": 82962 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1045, + "startColumn": 4, + "startOffset": 84948, + "endLine": 1048, + "endColumn": 12, + "endOffset": 85225 + } + } + }, + { + "to": { + "startLine": 1002, + "startColumn": 4, + "startOffset": 82967, + "endLine": 1005, + "endColumn": 12, + "endOffset": 83248 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1049, + "startColumn": 4, + "startOffset": 85230, + "endLine": 1052, + "endColumn": 12, + "endOffset": 85511 + } + } + }, + { + "to": { + "startLine": 1006, + "startColumn": 4, + "startOffset": 83253, + "endLine": 1013, + "endColumn": 12, + "endOffset": 83790 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1053, + "startColumn": 4, + "startOffset": 85516, + "endLine": 1060, + "endColumn": 12, + "endOffset": 86053 + } + } + }, + { + "to": { + "startLine": 1014, + "startColumn": 4, + "startOffset": 83795, + "endLine": 1018, + "endColumn": 12, + "endOffset": 84054 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1061, + "startColumn": 4, + "startOffset": 86058, + "endLine": 1065, + "endColumn": 12, + "endOffset": 86317 + } + } + }, + { + "to": { + "startLine": 1019, + "startColumn": 4, + "startOffset": 84059, + "endLine": 1025, + "endColumn": 12, + "endOffset": 84392 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1066, + "startColumn": 4, + "startOffset": 86322, + "endLine": 1072, + "endColumn": 12, + "endOffset": 86655 + } + } + }, + { + "to": { + "startLine": 1026, + "startColumn": 4, + "startOffset": 84397, + "endLine": 1031, + "endColumn": 12, + "endOffset": 84745 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1073, + "startColumn": 4, + "startOffset": 86660, + "endLine": 1078, + "endColumn": 12, + "endOffset": 87008 + } + } + }, + { + "to": { + "startLine": 1032, + "startColumn": 4, + "startOffset": 84750, + "endColumn": 93, + "endOffset": 84839 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1079, + "startColumn": 4, + "startOffset": 87013, + "endColumn": 93, + "endOffset": 87102 + } + } + }, + { + "to": { + "startLine": 1033, + "startColumn": 4, + "startOffset": 84844, + "endLine": 1036, + "endColumn": 12, + "endOffset": 85145 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1080, + "startColumn": 4, + "startOffset": 87107, + "endLine": 1083, + "endColumn": 12, + "endOffset": 87408 + } + } + }, + { + "to": { + "startLine": 1037, + "startColumn": 4, + "startOffset": 85150, + "endLine": 1041, + "endColumn": 12, + "endOffset": 85407 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1084, + "startColumn": 4, + "startOffset": 87413, + "endLine": 1088, + "endColumn": 12, + "endOffset": 87670 + } + } + }, + { + "to": { + "startLine": 1042, + "startColumn": 4, + "startOffset": 85412, + "endLine": 1043, + "endColumn": 12, + "endOffset": 85532 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1089, + "startColumn": 4, + "startOffset": 87675, + "endLine": 1090, + "endColumn": 12, + "endOffset": 87795 + } + } + }, + { + "to": { + "startLine": 1044, + "startColumn": 4, + "startOffset": 85537, + "endLine": 1045, + "endColumn": 12, + "endOffset": 85659 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1091, + "startColumn": 4, + "startOffset": 87800, + "endLine": 1092, + "endColumn": 12, + "endOffset": 87922 + } + } + }, + { + "to": { + "startLine": 1046, + "startColumn": 4, + "startOffset": 85664, + "endLine": 1048, + "endColumn": 12, + "endOffset": 85898 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1093, + "startColumn": 4, + "startOffset": 87927, + "endLine": 1095, + "endColumn": 12, + "endOffset": 88161 + } + } + }, + { + "to": { + "startLine": 1049, + "startColumn": 4, + "startOffset": 85903, + "endLine": 1051, + "endColumn": 12, + "endOffset": 86109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1096, + "startColumn": 4, + "startOffset": 88166, + "endLine": 1098, + "endColumn": 12, + "endOffset": 88372 + } + } + }, + { + "to": { + "startLine": 1052, + "startColumn": 4, + "startOffset": 86114, + "endLine": 1053, + "endColumn": 12, + "endOffset": 86228 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1099, + "startColumn": 4, + "startOffset": 88377, + "endLine": 1100, + "endColumn": 12, + "endOffset": 88491 + } + } + }, + { + "to": { + "startLine": 1054, + "startColumn": 4, + "startOffset": 86233, + "endLine": 1057, + "endColumn": 12, + "endOffset": 86421 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1101, + "startColumn": 4, + "startOffset": 88496, + "endLine": 1104, + "endColumn": 12, + "endOffset": 88684 + } + } + }, + { + "to": { + "startLine": 1058, + "startColumn": 4, + "startOffset": 86426, + "endLine": 1064, + "endColumn": 12, + "endOffset": 86876 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1105, + "startColumn": 4, + "startOffset": 88689, + "endLine": 1111, + "endColumn": 12, + "endOffset": 89139 + } + } + }, + { + "to": { + "startLine": 1065, + "startColumn": 4, + "startOffset": 86881, + "endLine": 1067, + "endColumn": 12, + "endOffset": 87057 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1112, + "startColumn": 4, + "startOffset": 89144, + "endLine": 1114, + "endColumn": 12, + "endOffset": 89320 + } + } + }, + { + "to": { + "startLine": 1068, + "startColumn": 4, + "startOffset": 87062, + "endLine": 1070, + "endColumn": 12, + "endOffset": 87179 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1115, + "startColumn": 4, + "startOffset": 89325, + "endLine": 1117, + "endColumn": 12, + "endOffset": 89442 + } + } + }, + { + "to": { + "startLine": 1071, + "startColumn": 4, + "startOffset": 87184, + "endLine": 1074, + "endColumn": 12, + "endOffset": 87438 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1118, + "startColumn": 4, + "startOffset": 89447, + "endLine": 1121, + "endColumn": 12, + "endOffset": 89701 + } + } + }, + { + "to": { + "startLine": 1075, + "startColumn": 4, + "startOffset": 87443, + "endLine": 1076, + "endColumn": 12, + "endOffset": 87551 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1122, + "startColumn": 4, + "startOffset": 89706, + "endLine": 1123, + "endColumn": 12, + "endOffset": 89814 + } + } + }, + { + "to": { + "startLine": 1077, + "startColumn": 4, + "startOffset": 87556, + "endLine": 1080, + "endColumn": 12, + "endOffset": 87738 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1124, + "startColumn": 4, + "startOffset": 89819, + "endLine": 1127, + "endColumn": 12, + "endOffset": 90001 + } + } + }, + { + "to": { + "startLine": 1081, + "startColumn": 4, + "startOffset": 87743, + "endLine": 1082, + "endColumn": 12, + "endOffset": 87840 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1128, + "startColumn": 4, + "startOffset": 90006, + "endLine": 1129, + "endColumn": 12, + "endOffset": 90103 + } + } + }, + { + "to": { + "startLine": 1083, + "startColumn": 4, + "startOffset": 87845, + "endLine": 1088, + "endColumn": 12, + "endOffset": 88284 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1130, + "startColumn": 4, + "startOffset": 90108, + "endLine": 1135, + "endColumn": 12, + "endOffset": 90547 + } + } + }, + { + "to": { + "startLine": 1089, + "startColumn": 4, + "startOffset": 88289, + "endLine": 1090, + "endColumn": 12, + "endOffset": 88408 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1136, + "startColumn": 4, + "startOffset": 90552, + "endLine": 1137, + "endColumn": 12, + "endOffset": 90671 + } + } + }, + { + "to": { + "startLine": 1091, + "startColumn": 4, + "startOffset": 88413, + "endLine": 1094, + "endColumn": 12, + "endOffset": 88693 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1138, + "startColumn": 4, + "startOffset": 90676, + "endLine": 1141, + "endColumn": 12, + "endOffset": 90956 + } + } + }, + { + "to": { + "startLine": 1095, + "startColumn": 4, + "startOffset": 88698, + "endLine": 1106, + "endColumn": 12, + "endOffset": 89580 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1142, + "startColumn": 4, + "startOffset": 90961, + "endLine": 1153, + "endColumn": 12, + "endOffset": 91843 + } + } + }, + { + "to": { + "startLine": 1107, + "startColumn": 4, + "startOffset": 89585, + "endLine": 1112, + "endColumn": 12, + "endOffset": 89874 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1154, + "startColumn": 4, + "startOffset": 91848, + "endLine": 1159, + "endColumn": 12, + "endOffset": 92137 + } + } + }, + { + "to": { + "startLine": 1113, + "startColumn": 4, + "startOffset": 89879, + "endLine": 1123, + "endColumn": 12, + "endOffset": 90606 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1160, + "startColumn": 4, + "startOffset": 92142, + "endLine": 1170, + "endColumn": 12, + "endOffset": 92869 + } + } + }, + { + "to": { + "startLine": 1124, + "startColumn": 4, + "startOffset": 90611, + "endLine": 1126, + "endColumn": 12, + "endOffset": 90778 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1171, + "startColumn": 4, + "startOffset": 92874, + "endLine": 1173, + "endColumn": 12, + "endOffset": 93041 + } + } + }, + { + "to": { + "startLine": 1127, + "startColumn": 4, + "startOffset": 90783, + "endLine": 1131, + "endColumn": 12, + "endOffset": 91114 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1174, + "startColumn": 4, + "startOffset": 93046, + "endLine": 1178, + "endColumn": 12, + "endOffset": 93377 + } + } + }, + { + "to": { + "startLine": 1132, + "startColumn": 4, + "startOffset": 91119, + "endLine": 1143, + "endColumn": 12, + "endOffset": 91981 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1179, + "startColumn": 4, + "startOffset": 93382, + "endLine": 1190, + "endColumn": 12, + "endOffset": 94244 + } + } + }, + { + "to": { + "startLine": 1144, + "startColumn": 4, + "startOffset": 91986, + "endLine": 1148, + "endColumn": 12, + "endOffset": 92259 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1191, + "startColumn": 4, + "startOffset": 94249, + "endLine": 1195, + "endColumn": 12, + "endOffset": 94522 + } + } + }, + { + "to": { + "startLine": 1149, + "startColumn": 4, + "startOffset": 92264, + "endLine": 1186, + "endColumn": 12, + "endOffset": 95121 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1198, + "startColumn": 4, + "startOffset": 94753, + "endLine": 1235, + "endColumn": 12, + "endOffset": 97610 + } + } + }, + { + "to": { + "startLine": 1187, + "startColumn": 4, + "startOffset": 95126, + "endLine": 1225, + "endColumn": 12, + "endOffset": 98123 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1236, + "startColumn": 4, + "startOffset": 97615, + "endLine": 1274, + "endColumn": 12, + "endOffset": 100612 + } + } + }, + { + "to": { + "startLine": 1226, + "startColumn": 4, + "startOffset": 98128, + "endColumn": 61, + "endOffset": 98185 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1275, + "startColumn": 4, + "startOffset": 100617, + "endColumn": 61, + "endOffset": 100674 + } + } + }, + { + "to": { + "startLine": 1227, + "startColumn": 4, + "startOffset": 98190, + "endLine": 1236, + "endColumn": 12, + "endOffset": 98815 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1276, + "startColumn": 4, + "startOffset": 100679, + "endLine": 1285, + "endColumn": 12, + "endOffset": 101304 + } + } + }, + { + "to": { + "startLine": 1237, + "startColumn": 4, + "startOffset": 98820, + "endLine": 1245, + "endColumn": 12, + "endOffset": 99429 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1286, + "startColumn": 4, + "startOffset": 101309, + "endLine": 1294, + "endColumn": 12, + "endOffset": 101918 + } + } + }, + { + "to": { + "startLine": 1246, + "startColumn": 4, + "startOffset": 99434, + "endColumn": 85, + "endOffset": 99515 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1297, + "startColumn": 4, + "startOffset": 102149, + "endColumn": 85, + "endOffset": 102230 + } + } + }, + { + "to": { + "startLine": 1247, + "startColumn": 4, + "startOffset": 99520, + "endLine": 1248, + "endColumn": 12, + "endOffset": 99628 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1300, + "startColumn": 4, + "startOffset": 102460, + "endLine": 1301, + "endColumn": 12, + "endOffset": 102568 + } + } + }, + { + "to": { + "startLine": 1249, + "startColumn": 4, + "startOffset": 99633, + "endLine": 1252, + "endColumn": 12, + "endOffset": 99857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1302, + "startColumn": 4, + "startOffset": 102573, + "endLine": 1305, + "endColumn": 12, + "endOffset": 102797 + } + } + }, + { + "to": { + "startLine": 1253, + "startColumn": 4, + "startOffset": 99862, + "endLine": 1256, + "endColumn": 12, + "endOffset": 100195 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1306, + "startColumn": 4, + "startOffset": 102802, + "endLine": 1309, + "endColumn": 12, + "endOffset": 103135 + } + } + }, + { + "to": { + "startLine": 1257, + "startColumn": 4, + "startOffset": 100200, + "endLine": 1259, + "endColumn": 12, + "endOffset": 100355 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1310, + "startColumn": 4, + "startOffset": 103140, + "endLine": 1312, + "endColumn": 12, + "endOffset": 103295 + } + } + }, + { + "to": { + "startLine": 1260, + "startColumn": 4, + "startOffset": 100360, + "endLine": 1262, + "endColumn": 12, + "endOffset": 100507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1313, + "startColumn": 4, + "startOffset": 103300, + "endLine": 1315, + "endColumn": 12, + "endOffset": 103447 + } + } + }, + { + "to": { + "startLine": 1263, + "startColumn": 4, + "startOffset": 100512, + "endLine": 1265, + "endColumn": 12, + "endOffset": 100678 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1316, + "startColumn": 4, + "startOffset": 103452, + "endLine": 1318, + "endColumn": 12, + "endOffset": 103618 + } + } + }, + { + "to": { + "startLine": 1266, + "startColumn": 4, + "startOffset": 100683, + "endLine": 1268, + "endColumn": 12, + "endOffset": 100845 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1319, + "startColumn": 4, + "startOffset": 103623, + "endLine": 1321, + "endColumn": 12, + "endOffset": 103785 + } + } + }, + { + "to": { + "startLine": 1269, + "startColumn": 4, + "startOffset": 100850, + "endLine": 1272, + "endColumn": 12, + "endOffset": 101088 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1322, + "startColumn": 4, + "startOffset": 103790, + "endLine": 1325, + "endColumn": 12, + "endOffset": 104028 + } + } + }, + { + "to": { + "startLine": 1273, + "startColumn": 4, + "startOffset": 101093, + "endLine": 1275, + "endColumn": 12, + "endOffset": 101258 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1326, + "startColumn": 4, + "startOffset": 104033, + "endLine": 1328, + "endColumn": 12, + "endOffset": 104198 + } + } + }, + { + "to": { + "startLine": 1276, + "startColumn": 4, + "startOffset": 101263, + "endLine": 1278, + "endColumn": 12, + "endOffset": 101431 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1329, + "startColumn": 4, + "startOffset": 104203, + "endLine": 1331, + "endColumn": 12, + "endOffset": 104371 + } + } + }, + { + "to": { + "startLine": 1279, + "startColumn": 4, + "startOffset": 101436, + "endLine": 1281, + "endColumn": 12, + "endOffset": 101602 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1332, + "startColumn": 4, + "startOffset": 104376, + "endLine": 1334, + "endColumn": 12, + "endOffset": 104542 + } + } + }, + { + "to": { + "startLine": 1282, + "startColumn": 4, + "startOffset": 101607, + "endLine": 1285, + "endColumn": 12, + "endOffset": 101876 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1335, + "startColumn": 4, + "startOffset": 104547, + "endLine": 1338, + "endColumn": 12, + "endOffset": 104816 + } + } + }, + { + "to": { + "startLine": 1286, + "startColumn": 4, + "startOffset": 101881, + "endLine": 1288, + "endColumn": 12, + "endOffset": 102075 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1339, + "startColumn": 4, + "startOffset": 104821, + "endLine": 1341, + "endColumn": 12, + "endOffset": 105015 + } + } + }, + { + "to": { + "startLine": 1289, + "startColumn": 4, + "startOffset": 102080, + "endColumn": 83, + "endOffset": 102159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1344, + "startColumn": 4, + "startOffset": 105241, + "endColumn": 83, + "endOffset": 105320 + } + } + }, + { + "to": { + "startLine": 1290, + "startColumn": 4, + "startOffset": 102164, + "endColumn": 95, + "endOffset": 102255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1345, + "startColumn": 4, + "startOffset": 105325, + "endColumn": 95, + "endOffset": 105416 + } + } + }, + { + "to": { + "startLine": 1291, + "startColumn": 4, + "startOffset": 102260, + "endColumn": 95, + "endOffset": 102351 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1346, + "startColumn": 4, + "startOffset": 105421, + "endColumn": 95, + "endOffset": 105512 + } + } + }, + { + "to": { + "startLine": 1292, + "startColumn": 4, + "startOffset": 102356, + "endColumn": 97, + "endOffset": 102449 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1347, + "startColumn": 4, + "startOffset": 105517, + "endColumn": 97, + "endOffset": 105610 + } + } + }, + { + "to": { + "startLine": 1293, + "startColumn": 4, + "startOffset": 102454, + "endColumn": 99, + "endOffset": 102549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1348, + "startColumn": 4, + "startOffset": 105615, + "endColumn": 99, + "endOffset": 105710 + } + } + }, + { + "to": { + "startLine": 1294, + "startColumn": 4, + "startOffset": 102554, + "endColumn": 101, + "endOffset": 102651 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1349, + "startColumn": 4, + "startOffset": 105715, + "endColumn": 101, + "endOffset": 105812 + } + } + }, + { + "to": { + "startLine": 1295, + "startColumn": 4, + "startOffset": 102656, + "endColumn": 101, + "endOffset": 102753 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1350, + "startColumn": 4, + "startOffset": 105817, + "endColumn": 101, + "endOffset": 105914 + } + } + }, + { + "to": { + "startLine": 1296, + "startColumn": 4, + "startOffset": 102758, + "endColumn": 101, + "endOffset": 102855 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1351, + "startColumn": 4, + "startOffset": 105919, + "endColumn": 101, + "endOffset": 106016 + } + } + }, + { + "to": { + "startLine": 1297, + "startColumn": 4, + "startOffset": 102860, + "endColumn": 101, + "endOffset": 102957 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1352, + "startColumn": 4, + "startOffset": 106021, + "endColumn": 101, + "endOffset": 106118 + } + } + }, + { + "to": { + "startLine": 1298, + "startColumn": 4, + "startOffset": 102962, + "endColumn": 101, + "endOffset": 103059 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1353, + "startColumn": 4, + "startOffset": 106123, + "endColumn": 101, + "endOffset": 106220 + } + } + }, + { + "to": { + "startLine": 1299, + "startColumn": 4, + "startOffset": 103064, + "endColumn": 99, + "endOffset": 103159 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1354, + "startColumn": 4, + "startOffset": 106225, + "endColumn": 99, + "endOffset": 106320 + } + } + }, + { + "to": { + "startLine": 1300, + "startColumn": 4, + "startOffset": 103164, + "endColumn": 95, + "endOffset": 103255 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1355, + "startColumn": 4, + "startOffset": 106325, + "endColumn": 95, + "endOffset": 106416 + } + } + }, + { + "to": { + "startLine": 1301, + "startColumn": 4, + "startOffset": 103260, + "endColumn": 111, + "endOffset": 103367 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1356, + "startColumn": 4, + "startOffset": 106421, + "endColumn": 111, + "endOffset": 106528 + } + } + }, + { + "to": { + "startLine": 1302, + "startColumn": 4, + "startOffset": 103372, + "endColumn": 128, + "endOffset": 103496 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1357, + "startColumn": 4, + "startOffset": 106533, + "endColumn": 128, + "endOffset": 106657 + } + } + }, + { + "to": { + "startLine": 1303, + "startColumn": 4, + "startOffset": 103501, + "endColumn": 122, + "endOffset": 103619 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1358, + "startColumn": 4, + "startOffset": 106662, + "endColumn": 122, + "endOffset": 106780 + } + } + }, + { + "to": { + "startLine": 1304, + "startColumn": 4, + "startOffset": 103624, + "endLine": 1305, + "endColumn": 12, + "endOffset": 103773 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1359, + "startColumn": 4, + "startOffset": 106785, + "endLine": 1360, + "endColumn": 12, + "endOffset": 106934 + } + } + }, + { + "to": { + "startLine": 1306, + "startColumn": 4, + "startOffset": 103778, + "endLine": 1307, + "endColumn": 12, + "endOffset": 103927 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1361, + "startColumn": 4, + "startOffset": 106939, + "endLine": 1362, + "endColumn": 12, + "endOffset": 107088 + } + } + }, + { + "to": { + "startLine": 1308, + "startColumn": 4, + "startOffset": 103932, + "endColumn": 97, + "endOffset": 104025 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1363, + "startColumn": 4, + "startOffset": 107093, + "endColumn": 97, + "endOffset": 107186 + } + } + }, + { + "to": { + "startLine": 1309, + "startColumn": 4, + "startOffset": 104030, + "endColumn": 113, + "endOffset": 104139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1364, + "startColumn": 4, + "startOffset": 107191, + "endColumn": 113, + "endOffset": 107300 + } + } + }, + { + "to": { + "startLine": 1310, + "startColumn": 4, + "startOffset": 104144, + "endColumn": 93, + "endOffset": 104233 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1365, + "startColumn": 4, + "startOffset": 107305, + "endColumn": 93, + "endOffset": 107394 + } + } + }, + { + "to": { + "startLine": 1311, + "startColumn": 4, + "startOffset": 104238, + "endLine": 1312, + "endColumn": 12, + "endOffset": 104373 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1366, + "startColumn": 4, + "startOffset": 107399, + "endLine": 1367, + "endColumn": 12, + "endOffset": 107534 + } + } + }, + { + "to": { + "startLine": 1313, + "startColumn": 4, + "startOffset": 104378, + "endLine": 1314, + "endColumn": 12, + "endOffset": 104507 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1368, + "startColumn": 4, + "startOffset": 107539, + "endLine": 1369, + "endColumn": 12, + "endOffset": 107668 + } + } + }, + { + "to": { + "startLine": 1315, + "startColumn": 4, + "startOffset": 104512, + "endColumn": 95, + "endOffset": 104603 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1370, + "startColumn": 4, + "startOffset": 107673, + "endColumn": 95, + "endOffset": 107764 + } + } + }, + { + "to": { + "startLine": 1316, + "startColumn": 4, + "startOffset": 104608, + "endColumn": 111, + "endOffset": 104715 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1371, + "startColumn": 4, + "startOffset": 107769, + "endColumn": 111, + "endOffset": 107876 + } + } + }, + { + "to": { + "startLine": 1317, + "startColumn": 4, + "startOffset": 104720, + "endColumn": 99, + "endOffset": 104815 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1372, + "startColumn": 4, + "startOffset": 107881, + "endColumn": 99, + "endOffset": 107976 + } + } + }, + { + "to": { + "startLine": 1318, + "startColumn": 4, + "startOffset": 104820, + "endColumn": 115, + "endOffset": 104931 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1373, + "startColumn": 4, + "startOffset": 107981, + "endColumn": 115, + "endOffset": 108092 + } + } + }, + { + "to": { + "startLine": 1319, + "startColumn": 4, + "startOffset": 104936, + "endColumn": 95, + "endOffset": 105027 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1374, + "startColumn": 4, + "startOffset": 108097, + "endColumn": 95, + "endOffset": 108188 + } + } + }, + { + "to": { + "startLine": 1320, + "startColumn": 4, + "startOffset": 105032, + "endColumn": 111, + "endOffset": 105139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1375, + "startColumn": 4, + "startOffset": 108193, + "endColumn": 111, + "endOffset": 108300 + } + } + }, + { + "to": { + "startLine": 1321, + "startColumn": 4, + "startOffset": 105144, + "endLine": 1322, + "endColumn": 12, + "endOffset": 105279 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1376, + "startColumn": 4, + "startOffset": 108305, + "endLine": 1377, + "endColumn": 12, + "endOffset": 108440 + } + } + }, + { + "to": { + "startLine": 1323, + "startColumn": 4, + "startOffset": 105284, + "endColumn": 135, + "endOffset": 105415 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1378, + "startColumn": 4, + "startOffset": 108445, + "endColumn": 135, + "endOffset": 108576 + } + } + }, + { + "to": { + "startLine": 1324, + "startColumn": 4, + "startOffset": 105420, + "endLine": 1325, + "endColumn": 12, + "endOffset": 105579 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1379, + "startColumn": 4, + "startOffset": 108581, + "endLine": 1380, + "endColumn": 12, + "endOffset": 108740 + } + } + }, + { + "to": { + "startLine": 1326, + "startColumn": 4, + "startOffset": 105584, + "endColumn": 129, + "endOffset": 105709 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1381, + "startColumn": 4, + "startOffset": 108745, + "endColumn": 129, + "endOffset": 108870 + } + } + }, + { + "to": { + "startLine": 1327, + "startColumn": 4, + "startOffset": 105714, + "endLine": 1328, + "endColumn": 12, + "endOffset": 105867 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1382, + "startColumn": 4, + "startOffset": 108875, + "endLine": 1383, + "endColumn": 12, + "endOffset": 109028 + } + } + }, + { + "to": { + "startLine": 1329, + "startColumn": 4, + "startOffset": 105872, + "endLine": 1330, + "endColumn": 12, + "endOffset": 106017 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1384, + "startColumn": 4, + "startOffset": 109033, + "endLine": 1385, + "endColumn": 12, + "endOffset": 109178 + } + } + }, + { + "to": { + "startLine": 1331, + "startColumn": 4, + "startOffset": 106022, + "endColumn": 140, + "endOffset": 106158 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1386, + "startColumn": 4, + "startOffset": 109183, + "endColumn": 140, + "endOffset": 109319 + } + } + }, + { + "to": { + "startLine": 1332, + "startColumn": 4, + "startOffset": 106163, + "endLine": 1333, + "endColumn": 12, + "endOffset": 106302 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1387, + "startColumn": 4, + "startOffset": 109324, + "endLine": 1388, + "endColumn": 12, + "endOffset": 109463 + } + } + }, + { + "to": { + "startLine": 1334, + "startColumn": 4, + "startOffset": 106307, + "endColumn": 134, + "endOffset": 106437 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1389, + "startColumn": 4, + "startOffset": 109468, + "endColumn": 134, + "endOffset": 109598 + } + } + }, + { + "to": { + "startLine": 1335, + "startColumn": 4, + "startOffset": 106442, + "endColumn": 111, + "endOffset": 106549 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1390, + "startColumn": 4, + "startOffset": 109603, + "endColumn": 111, + "endOffset": 109710 + } + } + }, + { + "to": { + "startLine": 1336, + "startColumn": 4, + "startOffset": 106554, + "endColumn": 127, + "endOffset": 106677 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1391, + "startColumn": 4, + "startOffset": 109715, + "endColumn": 127, + "endOffset": 109838 + } + } + }, + { + "to": { + "startLine": 1337, + "startColumn": 4, + "startOffset": 106682, + "endLine": 1338, + "endColumn": 12, + "endOffset": 106813 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1392, + "startColumn": 4, + "startOffset": 109843, + "endLine": 1393, + "endColumn": 12, + "endOffset": 109974 + } + } + }, + { + "to": { + "startLine": 1339, + "startColumn": 4, + "startOffset": 106818, + "endLine": 1340, + "endColumn": 12, + "endOffset": 106955 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1394, + "startColumn": 4, + "startOffset": 109979, + "endLine": 1395, + "endColumn": 12, + "endOffset": 110116 + } + } + }, + { + "to": { + "startLine": 1341, + "startColumn": 4, + "startOffset": 106960, + "endLine": 1342, + "endColumn": 12, + "endOffset": 107097 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1396, + "startColumn": 4, + "startOffset": 110121, + "endLine": 1397, + "endColumn": 12, + "endOffset": 110258 + } + } + }, + { + "to": { + "startLine": 1343, + "startColumn": 4, + "startOffset": 107102, + "endColumn": 111, + "endOffset": 107209 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1398, + "startColumn": 4, + "startOffset": 110263, + "endColumn": 111, + "endOffset": 110370 + } + } + }, + { + "to": { + "startLine": 1344, + "startColumn": 4, + "startOffset": 107214, + "endColumn": 139, + "endOffset": 107349 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1399, + "startColumn": 4, + "startOffset": 110375, + "endColumn": 139, + "endOffset": 110510 + } + } + }, + { + "to": { + "startLine": 1345, + "startColumn": 4, + "startOffset": 107354, + "endColumn": 67, + "endOffset": 107417 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1400, + "startColumn": 4, + "startOffset": 110515, + "endColumn": 67, + "endOffset": 110578 + } + } + }, + { + "to": { + "startLine": 1346, + "startColumn": 4, + "startOffset": 107422, + "endColumn": 72, + "endOffset": 107490 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1401, + "startColumn": 4, + "startOffset": 110583, + "endColumn": 72, + "endOffset": 110651 + } + } + }, + { + "to": { + "startLine": 1347, + "startColumn": 4, + "startOffset": 107495, + "endColumn": 73, + "endOffset": 107564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1402, + "startColumn": 4, + "startOffset": 110656, + "endColumn": 73, + "endOffset": 110725 + } + } + }, + { + "to": { + "startLine": 1348, + "startColumn": 4, + "startOffset": 107569, + "endColumn": 72, + "endOffset": 107637 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1403, + "startColumn": 4, + "startOffset": 110730, + "endColumn": 72, + "endOffset": 110798 + } + } + }, + { + "to": { + "startLine": 1349, + "startColumn": 4, + "startOffset": 107642, + "endColumn": 73, + "endOffset": 107711 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1404, + "startColumn": 4, + "startOffset": 110803, + "endColumn": 73, + "endOffset": 110872 + } + } + }, + { + "to": { + "startLine": 1350, + "startColumn": 4, + "startOffset": 107716, + "endLine": 1351, + "endColumn": 12, + "endOffset": 107857 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1405, + "startColumn": 4, + "startOffset": 110877, + "endLine": 1406, + "endColumn": 12, + "endOffset": 111018 + } + } + }, + { + "to": { + "startLine": 1352, + "startColumn": 4, + "startOffset": 107862, + "endLine": 1353, + "endColumn": 12, + "endOffset": 108001 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1407, + "startColumn": 4, + "startOffset": 111023, + "endLine": 1408, + "endColumn": 12, + "endOffset": 111162 + } + } + }, + { + "to": { + "startLine": 1354, + "startColumn": 4, + "startOffset": 108006, + "endLine": 1355, + "endColumn": 12, + "endOffset": 108139 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1409, + "startColumn": 4, + "startOffset": 111167, + "endLine": 1410, + "endColumn": 12, + "endOffset": 111300 + } + } + }, + { + "to": { + "startLine": 1356, + "startColumn": 4, + "startOffset": 108144, + "endColumn": 25, + "endOffset": 108165 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 27, + "startColumn": 4, + "startOffset": 3223, + "endColumn": 25, + "endOffset": 3244 + } + } + }, + { + "to": { + "startLine": 1357, + "startColumn": 4, + "startOffset": 108170, + "endColumn": 65, + "endOffset": 108231 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1413, + "startColumn": 4, + "startOffset": 111526, + "endColumn": 65, + "endOffset": 111587 + } + } + }, + { + "to": { + "startLine": 1358, + "startColumn": 4, + "startOffset": 108236, + "endColumn": 89, + "endOffset": 108321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1414, + "startColumn": 4, + "startOffset": 111592, + "endColumn": 89, + "endOffset": 111677 + } + } + }, + { + "to": { + "startLine": 1359, + "startColumn": 4, + "startOffset": 108326, + "endColumn": 79, + "endOffset": 108401 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1415, + "startColumn": 4, + "startOffset": 111682, + "endColumn": 79, + "endOffset": 111757 + } + } + }, + { + "to": { + "startLine": 1360, + "startColumn": 4, + "startOffset": 108406, + "endColumn": 91, + "endOffset": 108493 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1416, + "startColumn": 4, + "startOffset": 111762, + "endColumn": 91, + "endOffset": 111849 + } + } + }, + { + "to": { + "startLine": 1361, + "startColumn": 4, + "startOffset": 108498, + "endColumn": 97, + "endOffset": 108591 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1417, + "startColumn": 4, + "startOffset": 111854, + "endColumn": 97, + "endOffset": 111947 + } + } + }, + { + "to": { + "startLine": 1362, + "startColumn": 4, + "startOffset": 108596, + "endLine": 1363, + "endColumn": 12, + "endOffset": 108701 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1418, + "startColumn": 4, + "startOffset": 111952, + "endLine": 1419, + "endColumn": 12, + "endOffset": 112057 + } + } + }, + { + "to": { + "startLine": 1364, + "startColumn": 4, + "startOffset": 108706, + "endColumn": 77, + "endOffset": 108779 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1420, + "startColumn": 4, + "startOffset": 112062, + "endColumn": 77, + "endOffset": 112135 + } + } + }, + { + "to": { + "startLine": 1365, + "startColumn": 4, + "startOffset": 108784, + "endColumn": 105, + "endOffset": 108885 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1421, + "startColumn": 4, + "startOffset": 112140, + "endColumn": 105, + "endOffset": 112241 + } + } + }, + { + "to": { + "startLine": 1366, + "startColumn": 4, + "startOffset": 108890, + "endColumn": 91, + "endOffset": 108977 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1422, + "startColumn": 4, + "startOffset": 112246, + "endColumn": 91, + "endOffset": 112333 + } + } + }, + { + "to": { + "startLine": 1367, + "startColumn": 4, + "startOffset": 108982, + "endColumn": 103, + "endOffset": 109081 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1423, + "startColumn": 4, + "startOffset": 112338, + "endColumn": 103, + "endOffset": 112437 + } + } + }, + { + "to": { + "startLine": 1368, + "startColumn": 4, + "startOffset": 109086, + "endColumn": 109, + "endOffset": 109191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1424, + "startColumn": 4, + "startOffset": 112442, + "endColumn": 109, + "endOffset": 112547 + } + } + }, + { + "to": { + "startLine": 1369, + "startColumn": 4, + "startOffset": 109196, + "endLine": 1370, + "endColumn": 12, + "endOffset": 109313 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1425, + "startColumn": 4, + "startOffset": 112552, + "endLine": 1426, + "endColumn": 12, + "endOffset": 112669 + } + } + }, + { + "to": { + "startLine": 1371, + "startColumn": 4, + "startOffset": 109318, + "endLine": 1374, + "endColumn": 12, + "endOffset": 109476 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1427, + "startColumn": 4, + "startOffset": 112674, + "endLine": 1430, + "endColumn": 12, + "endOffset": 112832 + } + } + }, + { + "to": { + "startLine": 1375, + "startColumn": 4, + "startOffset": 109481, + "endLine": 1378, + "endColumn": 12, + "endOffset": 109633 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1431, + "startColumn": 4, + "startOffset": 112837, + "endLine": 1434, + "endColumn": 12, + "endOffset": 112989 + } + } + }, + { + "to": { + "startLine": 1379, + "startColumn": 4, + "startOffset": 109638, + "endColumn": 34, + "endOffset": 109668 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 28, + "startColumn": 4, + "startOffset": 3249, + "endColumn": 34, + "endOffset": 3279 + } + } + }, + { + "to": { + "startLine": 1380, + "startColumn": 4, + "startOffset": 109673, + "endLine": 1386, + "endColumn": 10, + "endOffset": 110134 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 29, + "startColumn": 4, + "startOffset": 3284, + "endLine": 35, + "endColumn": 10, + "endOffset": 3745 + } + } + }, + { + "to": { + "startLine": 1387, + "startColumn": 4, + "startOffset": 110139, + "endLine": 1389, + "endColumn": 12, + "endOffset": 110317 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 36, + "startColumn": 4, + "startOffset": 3750, + "endLine": 38, + "endColumn": 12, + "endOffset": 3928 + } + } + }, + { + "to": { + "startLine": 1390, + "startColumn": 4, + "startOffset": 110322, + "endLine": 1395, + "endColumn": 12, + "endOffset": 110682 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/values/values.xml", + "position": { + "startLine": 39, + "startColumn": 4, + "startOffset": 3933, + "endLine": 44, + "endColumn": 12, + "endOffset": 4293 + } + } + }, + { + "to": { + "startLine": 1396, + "startColumn": 4, + "startOffset": 110687, + "endColumn": 79, + "endOffset": 110762 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1435, + "startColumn": 4, + "startOffset": 112994, + "endColumn": 79, + "endOffset": 113069 + } + } + }, + { + "to": { + "startLine": 1397, + "startColumn": 4, + "startOffset": 110767, + "endColumn": 99, + "endOffset": 110862 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1436, + "startColumn": 4, + "startOffset": 113074, + "endColumn": 99, + "endOffset": 113169 + } + } + }, + { + "to": { + "startLine": 1398, + "startColumn": 4, + "startOffset": 110867, + "endColumn": 89, + "endOffset": 110952 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1437, + "startColumn": 4, + "startOffset": 113174, + "endColumn": 89, + "endOffset": 113259 + } + } + }, + { + "to": { + "startLine": 1399, + "startColumn": 4, + "startOffset": 110957, + "endColumn": 109, + "endOffset": 111062 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1438, + "startColumn": 4, + "startOffset": 113264, + "endColumn": 109, + "endOffset": 113369 + } + } + }, + { + "to": { + "startLine": 1400, + "startColumn": 4, + "startOffset": 111067, + "endColumn": 91, + "endOffset": 111154 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1439, + "startColumn": 4, + "startOffset": 113374, + "endColumn": 91, + "endOffset": 113461 + } + } + }, + { + "to": { + "startLine": 1401, + "startColumn": 4, + "startOffset": 111159, + "endLine": 1402, + "endColumn": 12, + "endOffset": 111254 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1442, + "startColumn": 4, + "startOffset": 113687, + "endLine": 1443, + "endColumn": 12, + "endOffset": 113782 + } + } + }, + { + "to": { + "startLine": 1403, + "startColumn": 4, + "startOffset": 111259, + "endLine": 1404, + "endColumn": 12, + "endOffset": 111366 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1444, + "startColumn": 4, + "startOffset": 113787, + "endLine": 1445, + "endColumn": 12, + "endOffset": 113894 + } + } + }, + { + "to": { + "startLine": 1405, + "startColumn": 4, + "startOffset": 111371, + "endLine": 1406, + "endColumn": 12, + "endOffset": 111480 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1446, + "startColumn": 4, + "startOffset": 113899, + "endLine": 1447, + "endColumn": 12, + "endOffset": 114008 + } + } + }, + { + "to": { + "startLine": 1407, + "startColumn": 4, + "startOffset": 111485, + "endLine": 1408, + "endColumn": 12, + "endOffset": 111596 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1448, + "startColumn": 4, + "startOffset": 114013, + "endLine": 1449, + "endColumn": 12, + "endOffset": 114124 + } + } + }, + { + "to": { + "startLine": 1409, + "startColumn": 4, + "startOffset": 111601, + "endLine": 1410, + "endColumn": 12, + "endOffset": 111712 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1450, + "startColumn": 4, + "startOffset": 114129, + "endLine": 1451, + "endColumn": 12, + "endOffset": 114240 + } + } + }, + { + "to": { + "startLine": 1411, + "startColumn": 4, + "startOffset": 111717, + "endColumn": 93, + "endOffset": 111806 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1452, + "startColumn": 4, + "startOffset": 114245, + "endColumn": 93, + "endOffset": 114334 + } + } + }, + { + "to": { + "startLine": 1412, + "startColumn": 4, + "startOffset": 111811, + "endColumn": 113, + "endOffset": 111920 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1453, + "startColumn": 4, + "startOffset": 114339, + "endColumn": 113, + "endOffset": 114448 + } + } + }, + { + "to": { + "startLine": 1413, + "startColumn": 4, + "startOffset": 111925, + "endColumn": 117, + "endOffset": 112038 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1454, + "startColumn": 4, + "startOffset": 114453, + "endColumn": 117, + "endOffset": 114566 + } + } + }, + { + "to": { + "startLine": 1414, + "startColumn": 4, + "startOffset": 112043, + "endLine": 1415, + "endColumn": 12, + "endOffset": 112140 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1455, + "startColumn": 4, + "startOffset": 114571, + "endLine": 1456, + "endColumn": 12, + "endOffset": 114668 + } + } + }, + { + "to": { + "startLine": 1416, + "startColumn": 4, + "startOffset": 112145, + "endLine": 1417, + "endColumn": 12, + "endOffset": 112260 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1457, + "startColumn": 4, + "startOffset": 114673, + "endLine": 1458, + "endColumn": 12, + "endOffset": 114788 + } + } + }, + { + "to": { + "startLine": 1418, + "startColumn": 4, + "startOffset": 112265, + "endLine": 1419, + "endColumn": 12, + "endOffset": 112382 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1459, + "startColumn": 4, + "startOffset": 114793, + "endLine": 1460, + "endColumn": 12, + "endOffset": 114910 + } + } + }, + { + "to": { + "startLine": 1420, + "startColumn": 4, + "startOffset": 112387, + "endColumn": 81, + "endOffset": 112464 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1461, + "startColumn": 4, + "startOffset": 114915, + "endColumn": 81, + "endOffset": 114992 + } + } + }, + { + "to": { + "startLine": 1421, + "startColumn": 4, + "startOffset": 112469, + "endColumn": 103, + "endOffset": 112568 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1462, + "startColumn": 4, + "startOffset": 114997, + "endColumn": 103, + "endOffset": 115096 + } + } + }, + { + "to": { + "startLine": 1422, + "startColumn": 4, + "startOffset": 112573, + "endColumn": 119, + "endOffset": 112688 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1463, + "startColumn": 4, + "startOffset": 115101, + "endColumn": 119, + "endOffset": 115216 + } + } + }, + { + "to": { + "startLine": 1423, + "startColumn": 4, + "startOffset": 112693, + "endColumn": 125, + "endOffset": 112814 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1464, + "startColumn": 4, + "startOffset": 115221, + "endColumn": 125, + "endOffset": 115342 + } + } + }, + { + "to": { + "startLine": 1424, + "startColumn": 4, + "startOffset": 112819, + "endColumn": 97, + "endOffset": 112912 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1465, + "startColumn": 4, + "startOffset": 115347, + "endColumn": 97, + "endOffset": 115440 + } + } + }, + { + "to": { + "startLine": 1425, + "startColumn": 4, + "startOffset": 112917, + "endColumn": 93, + "endOffset": 113006 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1466, + "startColumn": 4, + "startOffset": 115445, + "endColumn": 93, + "endOffset": 115534 + } + } + }, + { + "to": { + "startLine": 1426, + "startColumn": 4, + "startOffset": 113011, + "endColumn": 87, + "endOffset": 113094 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1467, + "startColumn": 4, + "startOffset": 115539, + "endColumn": 87, + "endOffset": 115622 + } + } + }, + { + "to": { + "startLine": 1427, + "startColumn": 4, + "startOffset": 113099, + "endColumn": 111, + "endOffset": 113206 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1468, + "startColumn": 4, + "startOffset": 115627, + "endColumn": 111, + "endOffset": 115734 + } + } + }, + { + "to": { + "startLine": 1428, + "startColumn": 4, + "startOffset": 113211, + "endColumn": 115, + "endOffset": 113322 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1469, + "startColumn": 4, + "startOffset": 115739, + "endColumn": 115, + "endOffset": 115850 + } + } + }, + { + "to": { + "startLine": 1429, + "startColumn": 4, + "startOffset": 113327, + "endColumn": 121, + "endOffset": 113444 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1470, + "startColumn": 4, + "startOffset": 115855, + "endColumn": 121, + "endOffset": 115972 + } + } + }, + { + "to": { + "startLine": 1430, + "startColumn": 4, + "startOffset": 113449, + "endColumn": 111, + "endOffset": 113556 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1471, + "startColumn": 4, + "startOffset": 115977, + "endColumn": 111, + "endOffset": 116084 + } + } + }, + { + "to": { + "startLine": 1431, + "startColumn": 4, + "startOffset": 113561, + "endLine": 1433, + "endColumn": 12, + "endOffset": 113731 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1472, + "startColumn": 4, + "startOffset": 116089, + "endLine": 1474, + "endColumn": 12, + "endOffset": 116259 + } + } + }, + { + "to": { + "startLine": 1434, + "startColumn": 4, + "startOffset": 113736, + "endColumn": 115, + "endOffset": 113847 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1475, + "startColumn": 4, + "startOffset": 116264, + "endColumn": 115, + "endOffset": 116375 + } + } + }, + { + "to": { + "startLine": 1435, + "startColumn": 4, + "startOffset": 113852, + "endColumn": 85, + "endOffset": 113933 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1476, + "startColumn": 4, + "startOffset": 116380, + "endColumn": 85, + "endOffset": 116461 + } + } + }, + { + "to": { + "startLine": 1436, + "startColumn": 4, + "startOffset": 113938, + "endLine": 1437, + "endColumn": 12, + "endOffset": 114045 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1477, + "startColumn": 4, + "startOffset": 116466, + "endLine": 1478, + "endColumn": 12, + "endOffset": 116573 + } + } + }, + { + "to": { + "startLine": 1438, + "startColumn": 4, + "startOffset": 114050, + "endLine": 1439, + "endColumn": 12, + "endOffset": 114169 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1479, + "startColumn": 4, + "startOffset": 116578, + "endLine": 1480, + "endColumn": 12, + "endOffset": 116697 + } + } + }, + { + "to": { + "startLine": 1440, + "startColumn": 4, + "startOffset": 114174, + "endColumn": 66, + "endOffset": 114236 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1481, + "startColumn": 4, + "startOffset": 116702, + "endColumn": 66, + "endOffset": 116764 + } + } + }, + { + "to": { + "startLine": 1441, + "startColumn": 4, + "startOffset": 114241, + "endLine": 1442, + "endColumn": 12, + "endOffset": 114362 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1482, + "startColumn": 4, + "startOffset": 116769, + "endLine": 1483, + "endColumn": 12, + "endOffset": 116890 + } + } + }, + { + "to": { + "startLine": 1443, + "startColumn": 4, + "startOffset": 114367, + "endColumn": 67, + "endOffset": 114430 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1484, + "startColumn": 4, + "startOffset": 116895, + "endColumn": 67, + "endOffset": 116958 + } + } + }, + { + "to": { + "startLine": 1444, + "startColumn": 4, + "startOffset": 114435, + "endLine": 1445, + "endColumn": 12, + "endOffset": 114558 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1485, + "startColumn": 4, + "startOffset": 116963, + "endLine": 1486, + "endColumn": 12, + "endOffset": 117086 + } + } + }, + { + "to": { + "startLine": 1446, + "startColumn": 4, + "startOffset": 114563, + "endLine": 1447, + "endColumn": 12, + "endOffset": 114702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1487, + "startColumn": 4, + "startOffset": 117091, + "endLine": 1488, + "endColumn": 12, + "endOffset": 117230 + } + } + }, + { + "to": { + "startLine": 1448, + "startColumn": 4, + "startOffset": 114707, + "endLine": 1449, + "endColumn": 12, + "endOffset": 114830 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1489, + "startColumn": 4, + "startOffset": 117235, + "endLine": 1490, + "endColumn": 12, + "endOffset": 117358 + } + } + }, + { + "to": { + "startLine": 1450, + "startColumn": 4, + "startOffset": 114835, + "endColumn": 68, + "endOffset": 114899 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1491, + "startColumn": 4, + "startOffset": 117363, + "endColumn": 68, + "endOffset": 117427 + } + } + }, + { + "to": { + "startLine": 1451, + "startColumn": 4, + "startOffset": 114904, + "endColumn": 94, + "endOffset": 114994 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1492, + "startColumn": 4, + "startOffset": 117432, + "endColumn": 94, + "endOffset": 117522 + } + } + }, + { + "to": { + "startLine": 1452, + "startColumn": 4, + "startOffset": 114999, + "endColumn": 114, + "endOffset": 115109 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1493, + "startColumn": 4, + "startOffset": 117527, + "endColumn": 114, + "endOffset": 117637 + } + } + }, + { + "to": { + "startLine": 1453, + "startColumn": 4, + "startOffset": 115114, + "endColumn": 112, + "endOffset": 115222 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1494, + "startColumn": 4, + "startOffset": 117642, + "endColumn": 112, + "endOffset": 117750 + } + } + }, + { + "to": { + "startLine": 1454, + "startColumn": 4, + "startOffset": 115227, + "endColumn": 98, + "endOffset": 115321 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1495, + "startColumn": 4, + "startOffset": 117755, + "endColumn": 98, + "endOffset": 117849 + } + } + }, + { + "to": { + "startLine": 1455, + "startColumn": 4, + "startOffset": 115326, + "endColumn": 108, + "endOffset": 115430 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1496, + "startColumn": 4, + "startOffset": 117854, + "endColumn": 108, + "endOffset": 117958 + } + } + }, + { + "to": { + "startLine": 1456, + "startColumn": 4, + "startOffset": 115435, + "endColumn": 110, + "endOffset": 115541 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1497, + "startColumn": 4, + "startOffset": 117963, + "endColumn": 110, + "endOffset": 118069 + } + } + }, + { + "to": { + "startLine": 1457, + "startColumn": 4, + "startOffset": 115546, + "endColumn": 110, + "endOffset": 115652 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1498, + "startColumn": 4, + "startOffset": 118074, + "endColumn": 110, + "endOffset": 118180 + } + } + }, + { + "to": { + "startLine": 1458, + "startColumn": 4, + "startOffset": 115657, + "endColumn": 100, + "endOffset": 115753 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1499, + "startColumn": 4, + "startOffset": 118185, + "endColumn": 100, + "endOffset": 118281 + } + } + }, + { + "to": { + "startLine": 1459, + "startColumn": 4, + "startOffset": 115758, + "endColumn": 104, + "endOffset": 115858 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1500, + "startColumn": 4, + "startOffset": 118286, + "endColumn": 104, + "endOffset": 118386 + } + } + }, + { + "to": { + "startLine": 1460, + "startColumn": 4, + "startOffset": 115863, + "endLine": 1461, + "endColumn": 12, + "endOffset": 115970 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1501, + "startColumn": 4, + "startOffset": 118391, + "endLine": 1502, + "endColumn": 12, + "endOffset": 118498 + } + } + }, + { + "to": { + "startLine": 1462, + "startColumn": 4, + "startOffset": 115975, + "endLine": 1463, + "endColumn": 12, + "endOffset": 116100 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1503, + "startColumn": 4, + "startOffset": 118503, + "endLine": 1504, + "endColumn": 12, + "endOffset": 118628 + } + } + }, + { + "to": { + "startLine": 1464, + "startColumn": 4, + "startOffset": 116105, + "endColumn": 90, + "endOffset": 116191 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1505, + "startColumn": 4, + "startOffset": 118633, + "endColumn": 90, + "endOffset": 118719 + } + } + }, + { + "to": { + "startLine": 1465, + "startColumn": 4, + "startOffset": 116196, + "endColumn": 122, + "endOffset": 116314 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1506, + "startColumn": 4, + "startOffset": 118724, + "endColumn": 122, + "endOffset": 118842 + } + } + }, + { + "to": { + "startLine": 1466, + "startColumn": 4, + "startOffset": 116319, + "endLine": 1467, + "endColumn": 12, + "endOffset": 116426 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1507, + "startColumn": 4, + "startOffset": 118847, + "endLine": 1508, + "endColumn": 12, + "endOffset": 118954 + } + } + }, + { + "to": { + "startLine": 1468, + "startColumn": 4, + "startOffset": 116431, + "endColumn": 85, + "endOffset": 116512 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1509, + "startColumn": 4, + "startOffset": 118959, + "endColumn": 85, + "endOffset": 119040 + } + } + }, + { + "to": { + "startLine": 1469, + "startColumn": 4, + "startOffset": 116517, + "endColumn": 103, + "endOffset": 116616 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1510, + "startColumn": 4, + "startOffset": 119045, + "endColumn": 103, + "endOffset": 119144 + } + } + }, + { + "to": { + "startLine": 1470, + "startColumn": 4, + "startOffset": 116621, + "endLine": 1471, + "endColumn": 12, + "endOffset": 116724 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1511, + "startColumn": 4, + "startOffset": 119149, + "endLine": 1512, + "endColumn": 12, + "endOffset": 119252 + } + } + }, + { + "to": { + "startLine": 1472, + "startColumn": 4, + "startOffset": 116729, + "endLine": 1473, + "endColumn": 12, + "endOffset": 116824 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1513, + "startColumn": 4, + "startOffset": 119257, + "endLine": 1514, + "endColumn": 12, + "endOffset": 119352 + } + } + }, + { + "to": { + "startLine": 1474, + "startColumn": 4, + "startOffset": 116829, + "endLine": 1475, + "endColumn": 12, + "endOffset": 116942 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1515, + "startColumn": 4, + "startOffset": 119357, + "endLine": 1516, + "endColumn": 12, + "endOffset": 119470 + } + } + }, + { + "to": { + "startLine": 1476, + "startColumn": 4, + "startOffset": 116947, + "endLine": 1477, + "endColumn": 12, + "endOffset": 117046 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1517, + "startColumn": 4, + "startOffset": 119475, + "endLine": 1518, + "endColumn": 12, + "endOffset": 119574 + } + } + }, + { + "to": { + "startLine": 1478, + "startColumn": 4, + "startOffset": 117051, + "endLine": 1479, + "endColumn": 12, + "endOffset": 117150 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1519, + "startColumn": 4, + "startOffset": 119579, + "endLine": 1520, + "endColumn": 12, + "endOffset": 119678 + } + } + }, + { + "to": { + "startLine": 1480, + "startColumn": 4, + "startOffset": 117155, + "endLine": 1481, + "endColumn": 12, + "endOffset": 117276 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1521, + "startColumn": 4, + "startOffset": 119683, + "endLine": 1522, + "endColumn": 12, + "endOffset": 119804 + } + } + }, + { + "to": { + "startLine": 1482, + "startColumn": 4, + "startOffset": 117281, + "endColumn": 87, + "endOffset": 117364 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1523, + "startColumn": 4, + "startOffset": 119809, + "endColumn": 87, + "endOffset": 119892 + } + } + }, + { + "to": { + "startLine": 1483, + "startColumn": 4, + "startOffset": 117369, + "endColumn": 89, + "endOffset": 117454 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1524, + "startColumn": 4, + "startOffset": 119897, + "endColumn": 89, + "endOffset": 119982 + } + } + }, + { + "to": { + "startLine": 1484, + "startColumn": 4, + "startOffset": 117459, + "endColumn": 109, + "endOffset": 117564 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1525, + "startColumn": 4, + "startOffset": 119987, + "endColumn": 109, + "endOffset": 120092 + } + } + }, + { + "to": { + "startLine": 1485, + "startColumn": 4, + "startOffset": 117569, + "endColumn": 83, + "endOffset": 117648 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1526, + "startColumn": 4, + "startOffset": 120097, + "endColumn": 83, + "endOffset": 120176 + } + } + }, + { + "to": { + "startLine": 1486, + "startColumn": 4, + "startOffset": 117653, + "endColumn": 53, + "endOffset": 117702 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1527, + "startColumn": 4, + "startOffset": 120181, + "endColumn": 53, + "endOffset": 120230 + } + } + }, + { + "to": { + "startLine": 1487, + "startColumn": 4, + "startOffset": 117707, + "endColumn": 63, + "endOffset": 117766 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1528, + "startColumn": 4, + "startOffset": 120235, + "endColumn": 63, + "endOffset": 120294 + } + } + }, + { + "to": { + "startLine": 1488, + "startColumn": 4, + "startOffset": 117771, + "endColumn": 105, + "endOffset": 117872 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1529, + "startColumn": 4, + "startOffset": 120299, + "endColumn": 105, + "endOffset": 120400 + } + } + }, + { + "to": { + "startLine": 1489, + "startColumn": 4, + "startOffset": 117877, + "endColumn": 109, + "endOffset": 117982 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1530, + "startColumn": 4, + "startOffset": 120405, + "endColumn": 109, + "endOffset": 120510 + } + } + }, + { + "to": { + "startLine": 1490, + "startColumn": 4, + "startOffset": 117987, + "endColumn": 83, + "endOffset": 118066 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1531, + "startColumn": 4, + "startOffset": 120515, + "endColumn": 83, + "endOffset": 120594 + } + } + }, + { + "to": { + "startLine": 1491, + "startColumn": 4, + "startOffset": 118071, + "endColumn": 119, + "endOffset": 118186 + }, + "from": { + "file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values/values.xml", + "position": { + "startLine": 1532, + "startColumn": 4, + "startOffset": 120599, + "endColumn": 119, + "endOffset": 120714 + } + } + } + ] + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/anim.json b/android/build/intermediates/blame/res/debug/single/anim.json new file mode 100644 index 0000000000000000000000000000000000000000..fee922cc802f835aefe23ff9ce589d02dc5ed4a8 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/anim.json @@ -0,0 +1,50 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_fade_out.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_fade_in.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_out.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_out.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/anim/catalyst_push_up_in.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/anim/catalyst_push_up_in.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/color-v11.json b/android/build/intermediates/blame/res/debug/single/color-v11.json new file mode 100644 index 0000000000000000000000000000000000000000..a51e1adb6eaec09cd23de9d69dd07d32969296bd --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/color-v11.json @@ -0,0 +1,10 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/color-v23.json b/android/build/intermediates/blame/res/debug/single/color-v23.json new file mode 100644 index 0000000000000000000000000000000000000000..5ad666dd7f4f9b1d670f83b1888edd45995a2554 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/color-v23.json @@ -0,0 +1,6 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/color.json b/android/build/intermediates/blame/res/debug/single/color.json new file mode 100644 index 0000000000000000000000000000000000000000..f9e05e790631b6ad2dc8947a121b0ee20e493501 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/color.json @@ -0,0 +1,38 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/abc_search_url_text.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/abc_primary_text_disable_only_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..eb953d2e3ae9f2ccb54c5f778e5c1639a5506e18 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json new file mode 100644 index 0000000000000000000000000000000000000000..fb6af3b4fda17718ba245334de5b458e25962f2f --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json new file mode 100644 index 0000000000000000000000000000000000000000..8ed068940e36f1f858c1e30724e9bdd9976017a7 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json new file mode 100644 index 0000000000000000000000000000000000000000..c4f93c5586fe92056d36dfc6375e0cd251cb3926 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json new file mode 100644 index 0000000000000000000000000000000000000000..1724cd3bf7e779e69979f13fea28598316052ad6 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json new file mode 100644 index 0000000000000000000000000000000000000000..3f1808cd487dc7df15f268b1ddb18f0399c02d3c --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json @@ -0,0 +1,18 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..02f2b00b5843a4ce22a0a8246bd31f736d9b9f60 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-v21.json b/android/build/intermediates/blame/res/debug/single/drawable-v21.json new file mode 100644 index 0000000000000000000000000000000000000000..566adb76f4dfa3d1ff2aab4bd337dfc0cfe3144a --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-v21.json @@ -0,0 +1,10 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-v21/abc_action_bar_item_background_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-v23.json b/android/build/intermediates/blame/res/debug/single/drawable-v23.json new file mode 100644 index 0000000000000000000000000000000000000000..9ee360df26ff61088e69bdf30352f72c8a20e06a --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-v23.json @@ -0,0 +1,6 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..94146a5e3eaebaf2d364d2fcf651112fb8f6bd69 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..38ecf2e876941a714e20c32f813662c25799c012 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json @@ -0,0 +1,154 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json b/android/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json new file mode 100644 index 0000000000000000000000000000000000000000..17b1386e85a2a0eb80e889a4dd08c9e38a963519 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json @@ -0,0 +1,78 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/drawable.json b/android/build/intermediates/blame/res/debug/single/drawable.json new file mode 100644 index 0000000000000000000000000000000000000000..7056be1a64ef7d3f071b39147f838d00a4e2c268 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/drawable.json @@ -0,0 +1,90 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_spinner_textfield_background_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_ratingbar_full_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_list_selector_background_transition_holo_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background_light.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/layout.json b/android/build/intermediates/blame/res/debug/single/layout.json new file mode 100644 index 0000000000000000000000000000000000000000..dc3460e7991abcec3b0ca4209f7fd090e4147385 --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/layout.json @@ -0,0 +1,162 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/redbox_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_time.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/fps_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/fps_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_multichoice_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_radio.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_template_big_media_narrow.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media_narrow.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/support_simple_spinner_dropdown_item.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_toolbar.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_media_cancel_action.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_cancel_action.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_item_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_part_chronometer.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_select_dialog_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_content_include.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_dropdown_item_icons_2line.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_template_media.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_media.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_screen_simple_overlay_action_mode.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_template_lines.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_lines.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/redbox_item_frame.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_frame.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/select_dialog_singlechoice_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_media_action.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_media_action.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_checkbox.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_dialog_title_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_popup_menu_item_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/notification_template_big_media.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/notification_template_big_media.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/redbox_item_title.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/layout/redbox_item_title.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_expanded_menu_layout.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_search_view.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_search_view.xml" + }, + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_list_menu_item_icon.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/blame/res/debug/single/xml.json b/android/build/intermediates/blame/res/debug/single/xml.json new file mode 100644 index 0000000000000000000000000000000000000000..aa00eb266680a02642392f8095b5571bdb3efe5b --- /dev/null +++ b/android/build/intermediates/blame/res/debug/single/xml.json @@ -0,0 +1,6 @@ +[ + { + "merged": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/res/merged/debug/xml/preferences.xml", + "source": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res/xml/preferences.xml" + } +] \ No newline at end of file diff --git a/android/build/intermediates/bundles/debug/AndroidManifest.xml b/android/build/intermediates/bundles/debug/AndroidManifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..1d054dbaa9a020deb31216aa78f3f22983372232 --- /dev/null +++ b/android/build/intermediates/bundles/debug/AndroidManifest.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/bundles/debug/R.txt b/android/build/intermediates/bundles/debug/R.txt new file mode 100644 index 0000000000000000000000000000000000000000..82fc24473b4bbfe8c46f3e4fcfe8a80087516bea --- /dev/null +++ b/android/build/intermediates/bundles/debug/R.txt @@ -0,0 +1,1297 @@ +int anim abc_fade_in 0x7f040000 +int anim abc_fade_out 0x7f040001 +int anim abc_grow_fade_in_from_bottom 0x7f040002 +int anim abc_popup_enter 0x7f040003 +int anim abc_popup_exit 0x7f040004 +int anim abc_shrink_fade_out_from_bottom 0x7f040005 +int anim abc_slide_in_bottom 0x7f040006 +int anim abc_slide_in_top 0x7f040007 +int anim abc_slide_out_bottom 0x7f040008 +int anim abc_slide_out_top 0x7f040009 +int anim catalyst_push_up_in 0x7f04000a +int anim catalyst_push_up_out 0x7f04000b +int attr actionBarDivider 0x7f01007e +int attr actionBarItemBackground 0x7f01007f +int attr actionBarPopupTheme 0x7f010078 +int attr actionBarSize 0x7f01007d +int attr actionBarSplitStyle 0x7f01007a +int attr actionBarStyle 0x7f010079 +int attr actionBarTabBarStyle 0x7f010074 +int attr actionBarTabStyle 0x7f010073 +int attr actionBarTabTextStyle 0x7f010075 +int attr actionBarTheme 0x7f01007b +int attr actionBarWidgetTheme 0x7f01007c +int attr actionButtonStyle 0x7f010098 +int attr actionDropDownStyle 0x7f010094 +int attr actionLayout 0x7f01004b +int attr actionMenuTextAppearance 0x7f010080 +int attr actionMenuTextColor 0x7f010081 +int attr actionModeBackground 0x7f010084 +int attr actionModeCloseButtonStyle 0x7f010083 +int attr actionModeCloseDrawable 0x7f010086 +int attr actionModeCopyDrawable 0x7f010088 +int attr actionModeCutDrawable 0x7f010087 +int attr actionModeFindDrawable 0x7f01008c +int attr actionModePasteDrawable 0x7f010089 +int attr actionModePopupWindowStyle 0x7f01008e +int attr actionModeSelectAllDrawable 0x7f01008a +int attr actionModeShareDrawable 0x7f01008b +int attr actionModeSplitBackground 0x7f010085 +int attr actionModeStyle 0x7f010082 +int attr actionModeWebSearchDrawable 0x7f01008d +int attr actionOverflowButtonStyle 0x7f010076 +int attr actionOverflowMenuStyle 0x7f010077 +int attr actionProviderClass 0x7f01004d +int attr actionViewClass 0x7f01004c +int attr activityChooserViewStyle 0x7f0100a0 +int attr actualImageScaleType 0x7f01003a +int attr alertDialogButtonGroupStyle 0x7f0100c2 +int attr alertDialogCenterButtons 0x7f0100c3 +int attr alertDialogStyle 0x7f0100c1 +int attr alertDialogTheme 0x7f0100c4 +int attr arrowHeadLength 0x7f01002b +int attr arrowShaftLength 0x7f01002c +int attr autoCompleteTextViewStyle 0x7f0100c9 +int attr background 0x7f01000c +int attr backgroundImage 0x7f01003b +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100e5 +int attr backgroundTintMode 0x7f0100e6 +int attr barLength 0x7f01002d +int attr borderlessButtonStyle 0x7f01009d +int attr buttonBarButtonStyle 0x7f01009a +int attr buttonBarNegativeButtonStyle 0x7f0100c7 +int attr buttonBarNeutralButtonStyle 0x7f0100c8 +int attr buttonBarPositiveButtonStyle 0x7f0100c6 +int attr buttonBarStyle 0x7f010099 +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100ca +int attr buttonStyleSmall 0x7f0100cb +int attr buttonTint 0x7f010025 +int attr buttonTintMode 0x7f010026 +int attr checkboxStyle 0x7f0100cc +int attr checkedTextViewStyle 0x7f0100cd +int attr closeIcon 0x7f010059 +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100dc +int attr collapseIcon 0x7f0100db +int attr color 0x7f010027 +int attr colorAccent 0x7f0100ba +int attr colorButtonNormal 0x7f0100be +int attr colorControlActivated 0x7f0100bc +int attr colorControlHighlight 0x7f0100bd +int attr colorControlNormal 0x7f0100bb +int attr colorPrimary 0x7f0100b8 +int attr colorPrimaryDark 0x7f0100b9 +int attr colorSwitchThumbNormal 0x7f0100bf +int attr commitIcon 0x7f01005e +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr controlBackground 0x7f0100c0 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f010058 +int attr dialogPreferredPadding 0x7f010092 +int attr dialogTheme 0x7f010091 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f01009f +int attr dividerPadding 0x7f010049 +int attr dividerVertical 0x7f01009e +int attr drawableSize 0x7f010029 +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f0100b0 +int attr dropdownListPreferredItemHeight 0x7f010095 +int attr editTextBackground 0x7f0100a6 +int attr editTextColor 0x7f0100a5 +int attr editTextStyle 0x7f0100ce +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr fadeDuration 0x7f01002f +int attr failureImage 0x7f010035 +int attr failureImageScaleType 0x7f010036 +int attr gapBetweenBars 0x7f01002a +int attr goIcon 0x7f01005a +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f010097 +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f010056 +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f010055 +int attr layoutManager 0x7f010051 +int attr listChoiceBackgroundIndicator 0x7f0100b7 +int attr listDividerAlertDialog 0x7f010093 +int attr listItemLayout 0x7f010023 +int attr listLayout 0x7f010020 +int attr listPopupWindowStyle 0x7f0100b1 +int attr listPreferredItemHeight 0x7f0100ab +int attr listPreferredItemHeightLarge 0x7f0100ad +int attr listPreferredItemHeightSmall 0x7f0100ac +int attr listPreferredItemPaddingLeft 0x7f0100ae +int attr listPreferredItemPaddingRight 0x7f0100af +int attr logo 0x7f01000a +int attr logoDescription 0x7f0100df +int attr maxButtonHeight 0x7f0100da +int attr measureWithLargestChild 0x7f010047 +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100de +int attr navigationIcon 0x7f0100dd +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f01004f +int attr overlayImage 0x7f01003c +int attr paddingEnd 0x7f0100e3 +int attr paddingStart 0x7f0100e2 +int attr panelBackground 0x7f0100b4 +int attr panelMenuListTheme 0x7f0100b6 +int attr panelMenuListWidth 0x7f0100b5 +int attr placeholderImage 0x7f010031 +int attr placeholderImageScaleType 0x7f010032 +int attr popupMenuStyle 0x7f0100a3 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f0100a4 +int attr preserveIconSpacing 0x7f01004e +int attr pressedStateOverlayImage 0x7f01003d +int attr progressBarAutoRotateInterval 0x7f010039 +int attr progressBarImage 0x7f010037 +int attr progressBarImageScaleType 0x7f010038 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr queryBackground 0x7f010060 +int attr queryHint 0x7f010057 +int attr radioButtonStyle 0x7f0100cf +int attr ratingBarStyle 0x7f0100d0 +int attr retryImage 0x7f010033 +int attr retryImageScaleType 0x7f010034 +int attr reverseLayout 0x7f010053 +int attr roundAsCircle 0x7f01003e +int attr roundBottomLeft 0x7f010043 +int attr roundBottomRight 0x7f010042 +int attr roundTopLeft 0x7f010040 +int attr roundTopRight 0x7f010041 +int attr roundWithOverlayColor 0x7f010044 +int attr roundedCornerRadius 0x7f01003f +int attr roundingBorderColor 0x7f010046 +int attr roundingBorderWidth 0x7f010045 +int attr searchHintIcon 0x7f01005c +int attr searchIcon 0x7f01005b +int attr searchViewStyle 0x7f0100aa +int attr selectableItemBackground 0x7f01009b +int attr selectableItemBackgroundBorderless 0x7f01009c +int attr showAsAction 0x7f01004a +int attr showDividers 0x7f010048 +int attr showText 0x7f010068 +int attr singleChoiceItemLayout 0x7f010022 +int attr spanCount 0x7f010052 +int attr spinBars 0x7f010028 +int attr spinnerDropDownItemStyle 0x7f010096 +int attr spinnerStyle 0x7f0100d1 +int attr splitTrack 0x7f010067 +int attr stackFromEnd 0x7f010054 +int attr state_above_anchor 0x7f010050 +int attr submitBackground 0x7f010061 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100d4 +int attr subtitleTextColor 0x7f0100e1 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f01005f +int attr switchMinWidth 0x7f010065 +int attr switchPadding 0x7f010066 +int attr switchStyle 0x7f0100d2 +int attr switchTextAppearance 0x7f010064 +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f01008f +int attr textAppearanceListItem 0x7f0100b2 +int attr textAppearanceListItemSmall 0x7f0100b3 +int attr textAppearanceSearchResultSubtitle 0x7f0100a8 +int attr textAppearanceSearchResultTitle 0x7f0100a7 +int attr textAppearanceSmallPopupMenu 0x7f010090 +int attr textColorAlertDialogListItem 0x7f0100c5 +int attr textColorSearchUrl 0x7f0100a9 +int attr theme 0x7f0100e4 +int attr thickness 0x7f01002e +int attr thumbTextPadding 0x7f010063 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100d9 +int attr titleMarginEnd 0x7f0100d7 +int attr titleMarginStart 0x7f0100d6 +int attr titleMarginTop 0x7f0100d8 +int attr titleMargins 0x7f0100d5 +int attr titleTextAppearance 0x7f0100d3 +int attr titleTextColor 0x7f0100e0 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f0100a2 +int attr toolbarStyle 0x7f0100a1 +int attr track 0x7f010062 +int attr viewAspectRatio 0x7f010030 +int attr voiceIcon 0x7f01005d +int attr windowActionBar 0x7f010069 +int attr windowActionBarOverlay 0x7f01006b +int attr windowActionModeOverlay 0x7f01006c +int attr windowFixedHeightMajor 0x7f010070 +int attr windowFixedHeightMinor 0x7f01006e +int attr windowFixedWidthMajor 0x7f01006d +int attr windowFixedWidthMinor 0x7f01006f +int attr windowMinWidthMajor 0x7f010071 +int attr windowMinWidthMinor 0x7f010072 +int attr windowNoTitle 0x7f01006a +int bool abc_action_bar_embed_tabs 0x7f090002 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f090000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f090003 +int bool abc_config_actionMenuItemAllCaps 0x7f090004 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f090001 +int bool abc_config_closeDialogWhenTouchOutside 0x7f090005 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f090006 +int color abc_background_cache_hint_selector_material_dark 0x7f0b003b +int color abc_background_cache_hint_selector_material_light 0x7f0b003c +int color abc_color_highlight_material 0x7f0b003d +int color abc_input_method_navigation_guard 0x7f0b0000 +int color abc_primary_text_disable_only_material_dark 0x7f0b003e +int color abc_primary_text_disable_only_material_light 0x7f0b003f +int color abc_primary_text_material_dark 0x7f0b0040 +int color abc_primary_text_material_light 0x7f0b0041 +int color abc_search_url_text 0x7f0b0042 +int color abc_search_url_text_normal 0x7f0b0001 +int color abc_search_url_text_pressed 0x7f0b0002 +int color abc_search_url_text_selected 0x7f0b0003 +int color abc_secondary_text_material_dark 0x7f0b0043 +int color abc_secondary_text_material_light 0x7f0b0044 +int color accent_material_dark 0x7f0b0004 +int color accent_material_light 0x7f0b0005 +int color background_floating_material_dark 0x7f0b0006 +int color background_floating_material_light 0x7f0b0007 +int color background_material_dark 0x7f0b0008 +int color background_material_light 0x7f0b0009 +int color bright_foreground_disabled_material_dark 0x7f0b000a +int color bright_foreground_disabled_material_light 0x7f0b000b +int color bright_foreground_inverse_material_dark 0x7f0b000c +int color bright_foreground_inverse_material_light 0x7f0b000d +int color bright_foreground_material_dark 0x7f0b000e +int color bright_foreground_material_light 0x7f0b000f +int color button_material_dark 0x7f0b0010 +int color button_material_light 0x7f0b0011 +int color catalyst_redbox_background 0x7f0b0012 +int color dim_foreground_disabled_material_dark 0x7f0b0013 +int color dim_foreground_disabled_material_light 0x7f0b0014 +int color dim_foreground_material_dark 0x7f0b0015 +int color dim_foreground_material_light 0x7f0b0016 +int color foreground_material_dark 0x7f0b0017 +int color foreground_material_light 0x7f0b0018 +int color highlighted_text_material_dark 0x7f0b0019 +int color highlighted_text_material_light 0x7f0b001a +int color hint_foreground_material_dark 0x7f0b001b +int color hint_foreground_material_light 0x7f0b001c +int color material_blue_grey_800 0x7f0b001d +int color material_blue_grey_900 0x7f0b001e +int color material_blue_grey_950 0x7f0b001f +int color material_deep_teal_200 0x7f0b0020 +int color material_deep_teal_500 0x7f0b0021 +int color material_grey_100 0x7f0b0022 +int color material_grey_300 0x7f0b0023 +int color material_grey_50 0x7f0b0024 +int color material_grey_600 0x7f0b0025 +int color material_grey_800 0x7f0b0026 +int color material_grey_850 0x7f0b0027 +int color material_grey_900 0x7f0b0028 +int color primary_dark_material_dark 0x7f0b0029 +int color primary_dark_material_light 0x7f0b002a +int color primary_material_dark 0x7f0b002b +int color primary_material_light 0x7f0b002c +int color primary_text_default_material_dark 0x7f0b002d +int color primary_text_default_material_light 0x7f0b002e +int color primary_text_disabled_material_dark 0x7f0b002f +int color primary_text_disabled_material_light 0x7f0b0030 +int color ripple_material_dark 0x7f0b0031 +int color ripple_material_light 0x7f0b0032 +int color secondary_text_default_material_dark 0x7f0b0033 +int color secondary_text_default_material_light 0x7f0b0034 +int color secondary_text_disabled_material_dark 0x7f0b0035 +int color secondary_text_disabled_material_light 0x7f0b0036 +int color switch_thumb_disabled_material_dark 0x7f0b0037 +int color switch_thumb_disabled_material_light 0x7f0b0038 +int color switch_thumb_material_dark 0x7f0b0045 +int color switch_thumb_material_light 0x7f0b0046 +int color switch_thumb_normal_material_dark 0x7f0b0039 +int color switch_thumb_normal_material_light 0x7f0b003a +int dimen abc_action_bar_content_inset_material 0x7f07000b +int dimen abc_action_bar_default_height_material 0x7f070001 +int dimen abc_action_bar_default_padding_end_material 0x7f07000c +int dimen abc_action_bar_default_padding_start_material 0x7f07000d +int dimen abc_action_bar_icon_vertical_padding_material 0x7f07000f +int dimen abc_action_bar_overflow_padding_end_material 0x7f070010 +int dimen abc_action_bar_overflow_padding_start_material 0x7f070011 +int dimen abc_action_bar_progress_bar_size 0x7f070002 +int dimen abc_action_bar_stacked_max_height 0x7f070012 +int dimen abc_action_bar_stacked_tab_max_width 0x7f070013 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070014 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f070015 +int dimen abc_action_button_min_height_material 0x7f070016 +int dimen abc_action_button_min_width_material 0x7f070017 +int dimen abc_action_button_min_width_overflow_material 0x7f070018 +int dimen abc_alert_dialog_button_bar_height 0x7f070000 +int dimen abc_button_inset_horizontal_material 0x7f070019 +int dimen abc_button_inset_vertical_material 0x7f07001a +int dimen abc_button_padding_horizontal_material 0x7f07001b +int dimen abc_button_padding_vertical_material 0x7f07001c +int dimen abc_config_prefDialogWidth 0x7f070005 +int dimen abc_control_corner_material 0x7f07001d +int dimen abc_control_inset_material 0x7f07001e +int dimen abc_control_padding_material 0x7f07001f +int dimen abc_dialog_list_padding_vertical_material 0x7f070020 +int dimen abc_dialog_min_width_major 0x7f070021 +int dimen abc_dialog_min_width_minor 0x7f070022 +int dimen abc_dialog_padding_material 0x7f070023 +int dimen abc_dialog_padding_top_material 0x7f070024 +int dimen abc_disabled_alpha_material_dark 0x7f070025 +int dimen abc_disabled_alpha_material_light 0x7f070026 +int dimen abc_dropdownitem_icon_width 0x7f070027 +int dimen abc_dropdownitem_text_padding_left 0x7f070028 +int dimen abc_dropdownitem_text_padding_right 0x7f070029 +int dimen abc_edit_text_inset_bottom_material 0x7f07002a +int dimen abc_edit_text_inset_horizontal_material 0x7f07002b +int dimen abc_edit_text_inset_top_material 0x7f07002c +int dimen abc_floating_window_z 0x7f07002d +int dimen abc_list_item_padding_horizontal_material 0x7f07002e +int dimen abc_panel_menu_list_width 0x7f07002f +int dimen abc_search_view_preferred_width 0x7f070030 +int dimen abc_search_view_text_min_width 0x7f070006 +int dimen abc_switch_padding 0x7f07000e +int dimen abc_text_size_body_1_material 0x7f070031 +int dimen abc_text_size_body_2_material 0x7f070032 +int dimen abc_text_size_button_material 0x7f070033 +int dimen abc_text_size_caption_material 0x7f070034 +int dimen abc_text_size_display_1_material 0x7f070035 +int dimen abc_text_size_display_2_material 0x7f070036 +int dimen abc_text_size_display_3_material 0x7f070037 +int dimen abc_text_size_display_4_material 0x7f070038 +int dimen abc_text_size_headline_material 0x7f070039 +int dimen abc_text_size_large_material 0x7f07003a +int dimen abc_text_size_medium_material 0x7f07003b +int dimen abc_text_size_menu_material 0x7f07003c +int dimen abc_text_size_small_material 0x7f07003d +int dimen abc_text_size_subhead_material 0x7f07003e +int dimen abc_text_size_subtitle_material_toolbar 0x7f070003 +int dimen abc_text_size_title_material 0x7f07003f +int dimen abc_text_size_title_material_toolbar 0x7f070004 +int dimen dialog_fixed_height_major 0x7f070007 +int dimen dialog_fixed_height_minor 0x7f070008 +int dimen dialog_fixed_width_major 0x7f070009 +int dimen dialog_fixed_width_minor 0x7f07000a +int dimen disabled_alpha_material_dark 0x7f070040 +int dimen disabled_alpha_material_light 0x7f070041 +int dimen highlight_alpha_material_colored 0x7f070042 +int dimen highlight_alpha_material_dark 0x7f070043 +int dimen highlight_alpha_material_light 0x7f070044 +int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f070045 +int dimen notification_large_icon_height 0x7f070046 +int dimen notification_large_icon_width 0x7f070047 +int dimen notification_subtext_size 0x7f070048 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e +int drawable abc_cab_background_internal_bg 0x7f02000f +int drawable abc_cab_background_top_material 0x7f020010 +int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 +int drawable abc_control_background_material 0x7f020012 +int drawable abc_dialog_material_background_dark 0x7f020013 +int drawable abc_dialog_material_background_light 0x7f020014 +int drawable abc_edit_text_material 0x7f020015 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 +int drawable abc_ic_clear_mtrl_alpha 0x7f020017 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f +int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 +int drawable abc_item_background_holo_dark 0x7f020022 +int drawable abc_item_background_holo_light 0x7f020023 +int drawable abc_list_divider_mtrl_alpha 0x7f020024 +int drawable abc_list_focused_holo 0x7f020025 +int drawable abc_list_longpressed_holo 0x7f020026 +int drawable abc_list_pressed_holo_dark 0x7f020027 +int drawable abc_list_pressed_holo_light 0x7f020028 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 +int drawable abc_list_selector_background_transition_holo_light 0x7f02002a +int drawable abc_list_selector_disabled_holo_dark 0x7f02002b +int drawable abc_list_selector_disabled_holo_light 0x7f02002c +int drawable abc_list_selector_holo_dark 0x7f02002d +int drawable abc_list_selector_holo_light 0x7f02002e +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f +int drawable abc_popup_background_mtrl_mult 0x7f020030 +int drawable abc_ratingbar_full_material 0x7f020031 +int drawable abc_spinner_mtrl_am_alpha 0x7f020032 +int drawable abc_spinner_textfield_background_material 0x7f020033 +int drawable abc_switch_thumb_material 0x7f020034 +int drawable abc_switch_track_mtrl_alpha 0x7f020035 +int drawable abc_tab_indicator_material 0x7f020036 +int drawable abc_tab_indicator_mtrl_alpha 0x7f020037 +int drawable abc_text_cursor_material 0x7f020038 +int drawable abc_textfield_activated_mtrl_alpha 0x7f020039 +int drawable abc_textfield_default_mtrl_alpha 0x7f02003a +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b +int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c +int drawable abc_textfield_search_material 0x7f02003d +int drawable notification_template_icon_bg 0x7f02003e +int id action0 0x7f0c0057 +int id action_bar 0x7f0c0047 +int id action_bar_activity_content 0x7f0c0000 +int id action_bar_container 0x7f0c0046 +int id action_bar_root 0x7f0c0042 +int id action_bar_spinner 0x7f0c0001 +int id action_bar_subtitle 0x7f0c002b +int id action_bar_title 0x7f0c002a +int id action_context_bar 0x7f0c0048 +int id action_divider 0x7f0c005b +int id action_menu_divider 0x7f0c0002 +int id action_menu_presenter 0x7f0c0003 +int id action_mode_bar 0x7f0c0044 +int id action_mode_bar_stub 0x7f0c0043 +int id action_mode_close_button 0x7f0c002c +int id activity_chooser_view_content 0x7f0c002d +int id alertTitle 0x7f0c0037 +int id always 0x7f0c0024 +int id beginning 0x7f0c0021 +int id buttonPanel 0x7f0c003d +int id cancel_action 0x7f0c0058 +int id catalyst_redbox_title 0x7f0c0066 +int id center 0x7f0c0019 +int id centerCrop 0x7f0c001a +int id centerInside 0x7f0c001b +int id checkbox 0x7f0c003f +int id chronometer 0x7f0c005e +int id collapseActionView 0x7f0c0025 +int id contentPanel 0x7f0c0038 +int id custom 0x7f0c003c +int id customPanel 0x7f0c003b +int id decor_content_parent 0x7f0c0045 +int id default_activity_button 0x7f0c0030 +int id disableHome 0x7f0c000d +int id edit_query 0x7f0c0049 +int id end 0x7f0c0022 +int id end_padder 0x7f0c0063 +int id expand_activities_button 0x7f0c002e +int id expanded_menu 0x7f0c003e +int id fitCenter 0x7f0c001c +int id fitEnd 0x7f0c001d +int id fitStart 0x7f0c001e +int id fitXY 0x7f0c001f +int id focusCrop 0x7f0c0020 +int id fps_text 0x7f0c0056 +int id home 0x7f0c0004 +int id homeAsUp 0x7f0c000e +int id icon 0x7f0c0032 +int id ifRoom 0x7f0c0026 +int id image 0x7f0c002f +int id info 0x7f0c0062 +int id item_touch_helper_previous_elevation 0x7f0c0005 +int id line1 0x7f0c005c +int id line3 0x7f0c0060 +int id listMode 0x7f0c000a +int id list_item 0x7f0c0031 +int id media_actions 0x7f0c005a +int id middle 0x7f0c0023 +int id multiply 0x7f0c0014 +int id never 0x7f0c0027 +int id none 0x7f0c000f +int id normal 0x7f0c000b +int id parentPanel 0x7f0c0034 +int id progress_circular 0x7f0c0006 +int id progress_horizontal 0x7f0c0007 +int id radio 0x7f0c0041 +int id rn_frame_file 0x7f0c0065 +int id rn_frame_method 0x7f0c0064 +int id rn_redbox_reloadjs 0x7f0c0068 +int id rn_redbox_stack 0x7f0c0067 +int id screen 0x7f0c0015 +int id scrollView 0x7f0c0039 +int id search_badge 0x7f0c004b +int id search_bar 0x7f0c004a +int id search_button 0x7f0c004c +int id search_close_btn 0x7f0c0051 +int id search_edit_frame 0x7f0c004d +int id search_go_btn 0x7f0c0053 +int id search_mag_icon 0x7f0c004e +int id search_plate 0x7f0c004f +int id search_src_text 0x7f0c0050 +int id search_voice_btn 0x7f0c0054 +int id select_dialog_listview 0x7f0c0055 +int id shortcut 0x7f0c0040 +int id showCustom 0x7f0c0010 +int id showHome 0x7f0c0011 +int id showTitle 0x7f0c0012 +int id split_action_bar 0x7f0c0008 +int id src_atop 0x7f0c0016 +int id src_in 0x7f0c0017 +int id src_over 0x7f0c0018 +int id status_bar_latest_event_content 0x7f0c0059 +int id submit_area 0x7f0c0052 +int id tabMode 0x7f0c000c +int id text 0x7f0c0061 +int id text2 0x7f0c005f +int id textSpacerNoButtons 0x7f0c003a +int id time 0x7f0c005d +int id title 0x7f0c0033 +int id title_template 0x7f0c0036 +int id topPanel 0x7f0c0035 +int id up 0x7f0c0009 +int id useLogo 0x7f0c0013 +int id withText 0x7f0c0028 +int id wrap_content 0x7f0c0029 +int integer abc_config_activityDefaultDur 0x7f0a0001 +int integer abc_config_activityShortDur 0x7f0a0002 +int integer abc_max_action_buttons 0x7f0a0000 +int integer cancel_button_image_alpha 0x7f0a0003 +int integer status_bar_notification_info_maxnum 0x7f0a0004 +int layout abc_action_bar_title_item 0x7f030000 +int layout abc_action_bar_up_container 0x7f030001 +int layout abc_action_bar_view_list_nav_layout 0x7f030002 +int layout abc_action_menu_item_layout 0x7f030003 +int layout abc_action_menu_layout 0x7f030004 +int layout abc_action_mode_bar 0x7f030005 +int layout abc_action_mode_close_item_material 0x7f030006 +int layout abc_activity_chooser_view 0x7f030007 +int layout abc_activity_chooser_view_list_item 0x7f030008 +int layout abc_alert_dialog_material 0x7f030009 +int layout abc_dialog_title_material 0x7f03000a +int layout abc_expanded_menu_layout 0x7f03000b +int layout abc_list_menu_item_checkbox 0x7f03000c +int layout abc_list_menu_item_icon 0x7f03000d +int layout abc_list_menu_item_layout 0x7f03000e +int layout abc_list_menu_item_radio 0x7f03000f +int layout abc_popup_menu_item_layout 0x7f030010 +int layout abc_screen_content_include 0x7f030011 +int layout abc_screen_simple 0x7f030012 +int layout abc_screen_simple_overlay_action_mode 0x7f030013 +int layout abc_screen_toolbar 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_select_dialog_material 0x7f030017 +int layout fps_view 0x7f030018 +int layout notification_media_action 0x7f030019 +int layout notification_media_cancel_action 0x7f03001a +int layout notification_template_big_media 0x7f03001b +int layout notification_template_big_media_narrow 0x7f03001c +int layout notification_template_lines 0x7f03001d +int layout notification_template_media 0x7f03001e +int layout notification_template_part_chronometer 0x7f03001f +int layout notification_template_part_time 0x7f030020 +int layout redbox_item_frame 0x7f030021 +int layout redbox_item_title 0x7f030022 +int layout redbox_view 0x7f030023 +int layout select_dialog_item_material 0x7f030024 +int layout select_dialog_multichoice_material 0x7f030025 +int layout select_dialog_singlechoice_material 0x7f030026 +int layout support_simple_spinner_dropdown_item 0x7f030027 +int string abc_action_bar_home_description 0x7f060000 +int string abc_action_bar_home_description_format 0x7f060001 +int string abc_action_bar_home_subtitle_description_format 0x7f060002 +int string abc_action_bar_up_description 0x7f060003 +int string abc_action_menu_overflow_description 0x7f060004 +int string abc_action_mode_done 0x7f060005 +int string abc_activity_chooser_view_see_all 0x7f060006 +int string abc_activitychooserview_choose_application 0x7f060007 +int string abc_search_hint 0x7f060008 +int string abc_searchview_description_clear 0x7f060009 +int string abc_searchview_description_query 0x7f06000a +int string abc_searchview_description_search 0x7f06000b +int string abc_searchview_description_submit 0x7f06000c +int string abc_searchview_description_voice 0x7f06000d +int string abc_shareactionprovider_share_with 0x7f06000e +int string abc_shareactionprovider_share_with_application 0x7f06000f +int string abc_toolbar_collapse_description 0x7f060010 +int string catalyst_debugjs 0x7f060012 +int string catalyst_debugjs_off 0x7f06001a +int string catalyst_element_inspector 0x7f060013 +int string catalyst_element_inspector_off 0x7f06001b +int string catalyst_hot_module_replacement 0x7f06001c +int string catalyst_hot_module_replacement_off 0x7f06001d +int string catalyst_jsload_error 0x7f060014 +int string catalyst_jsload_message 0x7f060015 +int string catalyst_jsload_title 0x7f060016 +int string catalyst_live_reload 0x7f06001e +int string catalyst_live_reload_off 0x7f06001f +int string catalyst_perf_monitor 0x7f060020 +int string catalyst_perf_monitor_off 0x7f060021 +int string catalyst_reloadjs 0x7f060017 +int string catalyst_remotedbg_error 0x7f060022 +int string catalyst_remotedbg_message 0x7f060023 +int string catalyst_settings 0x7f060018 +int string catalyst_settings_title 0x7f060019 +int string catalyst_start_profile 0x7f060024 +int string catalyst_stop_profile 0x7f060025 +int string status_bar_notification_info_overflow 0x7f060011 +int style AlertDialog_AppCompat 0x7f08007a +int style AlertDialog_AppCompat_Light 0x7f08007b +int style Animation_AppCompat_Dialog 0x7f08007c +int style Animation_AppCompat_DropDownUp 0x7f08007d +int style Animation_Catalyst_RedBox 0x7f08007e +int style Base_AlertDialog_AppCompat 0x7f08007f +int style Base_AlertDialog_AppCompat_Light 0x7f080080 +int style Base_Animation_AppCompat_Dialog 0x7f080081 +int style Base_Animation_AppCompat_DropDownUp 0x7f080082 +int style Base_DialogWindowTitle_AppCompat 0x7f080083 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f080084 +int style Base_TextAppearance_AppCompat 0x7f08002d +int style Base_TextAppearance_AppCompat_Body1 0x7f08002e +int style Base_TextAppearance_AppCompat_Body2 0x7f08002f +int style Base_TextAppearance_AppCompat_Button 0x7f080018 +int style Base_TextAppearance_AppCompat_Caption 0x7f080030 +int style Base_TextAppearance_AppCompat_Display1 0x7f080031 +int style Base_TextAppearance_AppCompat_Display2 0x7f080032 +int style Base_TextAppearance_AppCompat_Display3 0x7f080033 +int style Base_TextAppearance_AppCompat_Display4 0x7f080034 +int style Base_TextAppearance_AppCompat_Headline 0x7f080035 +int style Base_TextAppearance_AppCompat_Inverse 0x7f080003 +int style Base_TextAppearance_AppCompat_Large 0x7f080036 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080004 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080037 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f080038 +int style Base_TextAppearance_AppCompat_Medium 0x7f080039 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080005 +int style Base_TextAppearance_AppCompat_Menu 0x7f08003a +int style Base_TextAppearance_AppCompat_SearchResult 0x7f080085 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003b +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003c +int style Base_TextAppearance_AppCompat_Small 0x7f08003d +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080006 +int style Base_TextAppearance_AppCompat_Subhead 0x7f08003e +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080007 +int style Base_TextAppearance_AppCompat_Title 0x7f08003f +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080008 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080040 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080041 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080044 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080045 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080046 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080047 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080076 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080086 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f080048 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f080049 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004a +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004b +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080087 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004d +int style Base_Theme_AppCompat 0x7f08004e +int style Base_Theme_AppCompat_CompactMenu 0x7f080088 +int style Base_Theme_AppCompat_Dialog 0x7f080009 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f080089 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008a +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008b +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001 +int style Base_Theme_AppCompat_Light 0x7f08004f +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008c +int style Base_Theme_AppCompat_Light_Dialog 0x7f08000a +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008d +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f08008e +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f08008f +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002 +int style Base_ThemeOverlay_AppCompat 0x7f080090 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080091 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f080092 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080093 +int style Base_ThemeOverlay_AppCompat_Light 0x7f080094 +int style Base_V11_Theme_AppCompat_Dialog 0x7f08000b +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000c +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080014 +int style Base_V12_Widget_AppCompat_EditText 0x7f080015 +int style Base_V21_Theme_AppCompat 0x7f080050 +int style Base_V21_Theme_AppCompat_Dialog 0x7f080051 +int style Base_V21_Theme_AppCompat_Light 0x7f080052 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080053 +int style Base_V22_Theme_AppCompat 0x7f080074 +int style Base_V22_Theme_AppCompat_Light 0x7f080075 +int style Base_V23_Theme_AppCompat 0x7f080077 +int style Base_V23_Theme_AppCompat_Light 0x7f080078 +int style Base_V7_Theme_AppCompat 0x7f080095 +int style Base_V7_Theme_AppCompat_Dialog 0x7f080096 +int style Base_V7_Theme_AppCompat_Light 0x7f080097 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f080098 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f080099 +int style Base_V7_Widget_AppCompat_EditText 0x7f08009a +int style Base_Widget_AppCompat_ActionBar 0x7f08009b +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009c +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009d +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080054 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080055 +int style Base_Widget_AppCompat_ActionButton 0x7f080056 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080057 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f080058 +int style Base_Widget_AppCompat_ActionMode 0x7f08009e +int style Base_Widget_AppCompat_ActivityChooserView 0x7f08009f +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080016 +int style Base_Widget_AppCompat_Button 0x7f080059 +int style Base_Widget_AppCompat_Button_Borderless 0x7f08005a +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005b +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a0 +int style Base_Widget_AppCompat_Button_Colored 0x7f080079 +int style Base_Widget_AppCompat_Button_Small 0x7f08005c +int style Base_Widget_AppCompat_ButtonBar 0x7f08005d +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a1 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f08005e +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f08005f +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a2 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a3 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080060 +int style Base_Widget_AppCompat_EditText 0x7f080017 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a4 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a5 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a6 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080061 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080062 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080063 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080064 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080065 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f080066 +int style Base_Widget_AppCompat_ListView 0x7f080067 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f080068 +int style Base_Widget_AppCompat_ListView_Menu 0x7f080069 +int style Base_Widget_AppCompat_PopupMenu 0x7f08006a +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006b +int style Base_Widget_AppCompat_PopupWindow 0x7f0800a7 +int style Base_Widget_AppCompat_ProgressBar 0x7f08000d +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000e +int style Base_Widget_AppCompat_RatingBar 0x7f08006c +int style Base_Widget_AppCompat_SearchView 0x7f0800a8 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800a9 +int style Base_Widget_AppCompat_Spinner 0x7f08006d +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f08006e +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f08006f +int style Base_Widget_AppCompat_Toolbar 0x7f0800aa +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080070 +int style Platform_AppCompat 0x7f08000f +int style Platform_AppCompat_Light 0x7f080010 +int style Platform_ThemeOverlay_AppCompat 0x7f080071 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080072 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f080073 +int style Platform_V11_AppCompat 0x7f080011 +int style Platform_V11_AppCompat_Light 0x7f080012 +int style Platform_V14_AppCompat 0x7f080019 +int style Platform_V14_AppCompat_Light 0x7f08001a +int style Platform_Widget_AppCompat_Spinner 0x7f080013 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080020 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080021 +int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f080022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c +int style TextAppearance_AppCompat 0x7f0800ab +int style TextAppearance_AppCompat_Body1 0x7f0800ac +int style TextAppearance_AppCompat_Body2 0x7f0800ad +int style TextAppearance_AppCompat_Button 0x7f0800ae +int style TextAppearance_AppCompat_Caption 0x7f0800af +int style TextAppearance_AppCompat_Display1 0x7f0800b0 +int style TextAppearance_AppCompat_Display2 0x7f0800b1 +int style TextAppearance_AppCompat_Display3 0x7f0800b2 +int style TextAppearance_AppCompat_Display4 0x7f0800b3 +int style TextAppearance_AppCompat_Headline 0x7f0800b4 +int style TextAppearance_AppCompat_Inverse 0x7f0800b5 +int style TextAppearance_AppCompat_Large 0x7f0800b6 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b7 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800b8 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800b9 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800ba +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bb +int style TextAppearance_AppCompat_Medium 0x7f0800bc +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bd +int style TextAppearance_AppCompat_Menu 0x7f0800be +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800bf +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c0 +int style TextAppearance_AppCompat_Small 0x7f0800c1 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c2 +int style TextAppearance_AppCompat_Subhead 0x7f0800c3 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c4 +int style TextAppearance_AppCompat_Title 0x7f0800c5 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c6 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c7 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800c8 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800c9 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800ca +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cb +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800cc +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cd +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800ce +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800cf +int style TextAppearance_AppCompat_Widget_Button 0x7f0800d0 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d1 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d2 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d3 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d4 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d5 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d6 +int style TextAppearance_StatusBar_EventContent 0x7f08001b +int style TextAppearance_StatusBar_EventContent_Info 0x7f08001c +int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001d +int style TextAppearance_StatusBar_EventContent_Time 0x7f08001e +int style TextAppearance_StatusBar_EventContent_Title 0x7f08001f +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d7 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800d8 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800d9 +int style Theme 0x7f0800da +int style Theme_AppCompat 0x7f0800db +int style Theme_AppCompat_CompactMenu 0x7f0800dc +int style Theme_AppCompat_Dialog 0x7f0800dd +int style Theme_AppCompat_Dialog_Alert 0x7f0800de +int style Theme_AppCompat_Dialog_MinWidth 0x7f0800df +int style Theme_AppCompat_DialogWhenLarge 0x7f0800e0 +int style Theme_AppCompat_Light 0x7f0800e1 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e2 +int style Theme_AppCompat_Light_Dialog 0x7f0800e3 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e4 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e5 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e6 +int style Theme_AppCompat_Light_NoActionBar 0x7f0800e7 +int style Theme_AppCompat_NoActionBar 0x7f0800e8 +int style Theme_Catalyst 0x7f0800e9 +int style Theme_Catalyst_RedBox 0x7f0800ea +int style Theme_ReactNative_AppCompat_Light 0x7f0800eb +int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f0800ec +int style ThemeOverlay_AppCompat 0x7f0800ed +int style ThemeOverlay_AppCompat_ActionBar 0x7f0800ee +int style ThemeOverlay_AppCompat_Dark 0x7f0800ef +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800f0 +int style ThemeOverlay_AppCompat_Light 0x7f0800f1 +int style Widget_AppCompat_ActionBar 0x7f0800f2 +int style Widget_AppCompat_ActionBar_Solid 0x7f0800f3 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f4 +int style Widget_AppCompat_ActionBar_TabText 0x7f0800f5 +int style Widget_AppCompat_ActionBar_TabView 0x7f0800f6 +int style Widget_AppCompat_ActionButton 0x7f0800f7 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f8 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f9 +int style Widget_AppCompat_ActionMode 0x7f0800fa +int style Widget_AppCompat_ActivityChooserView 0x7f0800fb +int style Widget_AppCompat_AutoCompleteTextView 0x7f0800fc +int style Widget_AppCompat_Button 0x7f0800fd +int style Widget_AppCompat_Button_Borderless 0x7f0800fe +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800ff +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f080100 +int style Widget_AppCompat_Button_Colored 0x7f080101 +int style Widget_AppCompat_Button_Small 0x7f080102 +int style Widget_AppCompat_ButtonBar 0x7f080103 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080104 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080105 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080106 +int style Widget_AppCompat_CompoundButton_Switch 0x7f080107 +int style Widget_AppCompat_DrawerArrowToggle 0x7f080108 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f080109 +int style Widget_AppCompat_EditText 0x7f08010a +int style Widget_AppCompat_Light_ActionBar 0x7f08010b +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010c +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010d +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010e +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010f +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f080110 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080111 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080112 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080113 +int style Widget_AppCompat_Light_ActionButton 0x7f080114 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080115 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080116 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080117 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f080118 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080119 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f08011a +int style Widget_AppCompat_Light_ListPopupWindow 0x7f08011b +int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011c +int style Widget_AppCompat_Light_PopupMenu 0x7f08011d +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011e +int style Widget_AppCompat_Light_SearchView 0x7f08011f +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f080120 +int style Widget_AppCompat_ListPopupWindow 0x7f080121 +int style Widget_AppCompat_ListView 0x7f080122 +int style Widget_AppCompat_ListView_DropDown 0x7f080123 +int style Widget_AppCompat_ListView_Menu 0x7f080124 +int style Widget_AppCompat_PopupMenu 0x7f080125 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f080126 +int style Widget_AppCompat_PopupWindow 0x7f080127 +int style Widget_AppCompat_ProgressBar 0x7f080128 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080129 +int style Widget_AppCompat_RatingBar 0x7f08012a +int style Widget_AppCompat_SearchView 0x7f08012b +int style Widget_AppCompat_SearchView_ActionBar 0x7f08012c +int style Widget_AppCompat_Spinner 0x7f08012d +int style Widget_AppCompat_Spinner_DropDown 0x7f08012e +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012f +int style Widget_AppCompat_Spinner_Underlined 0x7f080130 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f080131 +int style Widget_AppCompat_Toolbar 0x7f080132 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080133 +int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f010097 } +int styleable ActionBar_background 10 +int styleable ActionBar_backgroundSplit 12 +int styleable ActionBar_backgroundStacked 11 +int styleable ActionBar_contentInsetEnd 21 +int styleable ActionBar_contentInsetLeft 22 +int styleable ActionBar_contentInsetRight 23 +int styleable ActionBar_contentInsetStart 20 +int styleable ActionBar_customNavigationLayout 13 +int styleable ActionBar_displayOptions 3 +int styleable ActionBar_divider 9 +int styleable ActionBar_elevation 24 +int styleable ActionBar_height 0 +int styleable ActionBar_hideOnContentScroll 19 +int styleable ActionBar_homeAsUpIndicator 26 +int styleable ActionBar_homeLayout 14 +int styleable ActionBar_icon 7 +int styleable ActionBar_indeterminateProgressStyle 16 +int styleable ActionBar_itemPadding 18 +int styleable ActionBar_logo 8 +int styleable ActionBar_navigationMode 2 +int styleable ActionBar_popupTheme 25 +int styleable ActionBar_progressBarPadding 17 +int styleable ActionBar_progressBarStyle 15 +int styleable ActionBar_subtitle 4 +int styleable ActionBar_subtitleTextStyle 6 +int styleable ActionBar_title 1 +int styleable ActionBar_titleTextStyle 5 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c } +int styleable ActionMode_background 3 +int styleable ActionMode_backgroundSplit 4 +int styleable ActionMode_closeItemLayout 5 +int styleable ActionMode_height 0 +int styleable ActionMode_subtitleTextStyle 2 +int styleable ActionMode_titleTextStyle 1 +int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 +int styleable ActivityChooserView_initialActivityCount 0 +int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 5 +int styleable AlertDialog_listLayout 2 +int styleable AlertDialog_multiChoiceItemLayout 3 +int styleable AlertDialog_singleChoiceItemLayout 4 +int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e } +int styleable DrawerArrowToggle_arrowHeadLength 4 +int styleable DrawerArrowToggle_arrowShaftLength 5 +int styleable DrawerArrowToggle_barLength 6 +int styleable DrawerArrowToggle_color 0 +int styleable DrawerArrowToggle_drawableSize 2 +int styleable DrawerArrowToggle_gapBetweenBars 3 +int styleable DrawerArrowToggle_spinBars 1 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable GenericDraweeView { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 } +int styleable GenericDraweeView_actualImageScaleType 11 +int styleable GenericDraweeView_backgroundImage 12 +int styleable GenericDraweeView_fadeDuration 0 +int styleable GenericDraweeView_failureImage 6 +int styleable GenericDraweeView_failureImageScaleType 7 +int styleable GenericDraweeView_overlayImage 13 +int styleable GenericDraweeView_placeholderImage 2 +int styleable GenericDraweeView_placeholderImageScaleType 3 +int styleable GenericDraweeView_pressedStateOverlayImage 14 +int styleable GenericDraweeView_progressBarAutoRotateInterval 10 +int styleable GenericDraweeView_progressBarImage 8 +int styleable GenericDraweeView_progressBarImageScaleType 9 +int styleable GenericDraweeView_retryImage 4 +int styleable GenericDraweeView_retryImageScaleType 5 +int styleable GenericDraweeView_roundAsCircle 15 +int styleable GenericDraweeView_roundBottomLeft 20 +int styleable GenericDraweeView_roundBottomRight 19 +int styleable GenericDraweeView_roundTopLeft 17 +int styleable GenericDraweeView_roundTopRight 18 +int styleable GenericDraweeView_roundWithOverlayColor 21 +int styleable GenericDraweeView_roundedCornerRadius 16 +int styleable GenericDraweeView_roundingBorderColor 23 +int styleable GenericDraweeView_roundingBorderWidth 22 +int styleable GenericDraweeView_viewAspectRatio 1 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010047, 0x7f010048, 0x7f010049 } +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 8 +int styleable LinearLayoutCompat_measureWithLargestChild 6 +int styleable LinearLayoutCompat_showDividers 7 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_checkableBehavior 5 +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 2 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d } +int styleable MenuItem_actionLayout 14 +int styleable MenuItem_actionProviderClass 16 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_showAsAction 13 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01004e } +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_windowAnimationStyle 0 +int styleable MenuView_preserveIconSpacing 7 +int[] styleable PopupWindow { 0x01010176, 0x7f01004f } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010050 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecyclerView { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 } +int styleable RecyclerView_android_orientation 0 +int styleable RecyclerView_layoutManager 1 +int styleable RecyclerView_reverseLayout 3 +int styleable RecyclerView_spanCount 2 +int styleable RecyclerView_stackFromEnd 4 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_closeIcon 8 +int styleable SearchView_commitIcon 13 +int styleable SearchView_defaultQueryHint 7 +int styleable SearchView_goIcon 9 +int styleable SearchView_iconifiedByDefault 5 +int styleable SearchView_layout 4 +int styleable SearchView_queryBackground 15 +int styleable SearchView_queryHint 6 +int styleable SearchView_searchHintIcon 11 +int styleable SearchView_searchIcon 10 +int styleable SearchView_submitBackground 16 +int styleable SearchView_suggestionRowLayout 14 +int styleable SearchView_voiceIcon 12 +int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } +int styleable Spinner_android_dropDownWidth 2 +int styleable Spinner_android_popupBackground 0 +int styleable Spinner_android_prompt 1 +int styleable Spinner_popupTheme 3 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068 } +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 9 +int styleable SwitchCompat_splitTrack 8 +int styleable SwitchCompat_switchMinWidth 6 +int styleable SwitchCompat_switchPadding 7 +int styleable SwitchCompat_switchTextAppearance 5 +int styleable SwitchCompat_thumbTextPadding 4 +int styleable SwitchCompat_track 3 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 } +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_textAllCaps 4 +int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2 } +int styleable Theme_actionBarDivider 23 +int styleable Theme_actionBarItemBackground 24 +int styleable Theme_actionBarPopupTheme 17 +int styleable Theme_actionBarSize 22 +int styleable Theme_actionBarSplitStyle 19 +int styleable Theme_actionBarStyle 18 +int styleable Theme_actionBarTabBarStyle 13 +int styleable Theme_actionBarTabStyle 12 +int styleable Theme_actionBarTabTextStyle 14 +int styleable Theme_actionBarTheme 20 +int styleable Theme_actionBarWidgetTheme 21 +int styleable Theme_actionButtonStyle 49 +int styleable Theme_actionDropDownStyle 45 +int styleable Theme_actionMenuTextAppearance 25 +int styleable Theme_actionMenuTextColor 26 +int styleable Theme_actionModeBackground 29 +int styleable Theme_actionModeCloseButtonStyle 28 +int styleable Theme_actionModeCloseDrawable 31 +int styleable Theme_actionModeCopyDrawable 33 +int styleable Theme_actionModeCutDrawable 32 +int styleable Theme_actionModeFindDrawable 37 +int styleable Theme_actionModePasteDrawable 34 +int styleable Theme_actionModePopupWindowStyle 39 +int styleable Theme_actionModeSelectAllDrawable 35 +int styleable Theme_actionModeShareDrawable 36 +int styleable Theme_actionModeSplitBackground 30 +int styleable Theme_actionModeStyle 27 +int styleable Theme_actionModeWebSearchDrawable 38 +int styleable Theme_actionOverflowButtonStyle 15 +int styleable Theme_actionOverflowMenuStyle 16 +int styleable Theme_activityChooserViewStyle 57 +int styleable Theme_alertDialogButtonGroupStyle 91 +int styleable Theme_alertDialogCenterButtons 92 +int styleable Theme_alertDialogStyle 90 +int styleable Theme_alertDialogTheme 93 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 98 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 96 +int styleable Theme_buttonBarNeutralButtonStyle 97 +int styleable Theme_buttonBarPositiveButtonStyle 95 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 99 +int styleable Theme_buttonStyleSmall 100 +int styleable Theme_checkboxStyle 101 +int styleable Theme_checkedTextViewStyle 102 +int styleable Theme_colorAccent 83 +int styleable Theme_colorButtonNormal 87 +int styleable Theme_colorControlActivated 85 +int styleable Theme_colorControlHighlight 86 +int styleable Theme_colorControlNormal 84 +int styleable Theme_colorPrimary 81 +int styleable Theme_colorPrimaryDark 82 +int styleable Theme_colorSwitchThumbNormal 88 +int styleable Theme_controlBackground 89 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 73 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 103 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_listChoiceBackgroundIndicator 80 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 74 +int styleable Theme_listPreferredItemHeight 68 +int styleable Theme_listPreferredItemHeightLarge 70 +int styleable Theme_listPreferredItemHeightSmall 69 +int styleable Theme_listPreferredItemPaddingLeft 71 +int styleable Theme_listPreferredItemPaddingRight 72 +int styleable Theme_panelBackground 77 +int styleable Theme_panelMenuListTheme 79 +int styleable Theme_panelMenuListWidth 78 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 104 +int styleable Theme_ratingBarStyle 105 +int styleable Theme_searchViewStyle 67 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 106 +int styleable Theme_switchStyle 107 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 75 +int styleable Theme_textAppearanceListItemSmall 76 +int styleable Theme_textAppearanceSearchResultSubtitle 65 +int styleable Theme_textAppearanceSearchResultTitle 64 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 94 +int styleable Theme_textColorSearchUrl 66 +int styleable Theme_toolbarNavigationButtonStyle 59 +int styleable Theme_toolbarStyle 58 +int styleable Theme_windowActionBar 2 +int styleable Theme_windowActionBarOverlay 4 +int styleable Theme_windowActionModeOverlay 5 +int styleable Theme_windowFixedHeightMajor 9 +int styleable Theme_windowFixedHeightMinor 7 +int styleable Theme_windowFixedWidthMajor 6 +int styleable Theme_windowFixedWidthMinor 8 +int styleable Theme_windowMinWidthMajor 10 +int styleable Theme_windowMinWidthMinor 11 +int styleable Theme_windowNoTitle 3 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7, 0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_collapseContentDescription 19 +int styleable Toolbar_collapseIcon 18 +int styleable Toolbar_contentInsetEnd 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 5 +int styleable Toolbar_logo 4 +int styleable Toolbar_logoDescription 22 +int styleable Toolbar_maxButtonHeight 17 +int styleable Toolbar_navigationContentDescription 21 +int styleable Toolbar_navigationIcon 20 +int styleable Toolbar_popupTheme 9 +int styleable Toolbar_subtitle 3 +int styleable Toolbar_subtitleTextAppearance 11 +int styleable Toolbar_subtitleTextColor 24 +int styleable Toolbar_title 2 +int styleable Toolbar_titleMarginBottom 16 +int styleable Toolbar_titleMarginEnd 14 +int styleable Toolbar_titleMarginStart 13 +int styleable Toolbar_titleMarginTop 15 +int styleable Toolbar_titleMargins 12 +int styleable Toolbar_titleTextAppearance 10 +int styleable Toolbar_titleTextColor 23 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0100e2, 0x7f0100e3, 0x7f0100e4 } +int styleable View_android_focusable 1 +int styleable View_android_theme 0 +int styleable View_paddingEnd 3 +int styleable View_paddingStart 2 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100e5, 0x7f0100e6 } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 2 +int styleable ViewStubCompat_android_layout 1 +int xml preferences 0x7f050000 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..58122b1dcff20ed4424f7183f59330a5a2b4fe13 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt new file mode 100644 index 0000000000000000000000000000000000000000..e9dd43d6a720aa60a33eade0ffc253b324515a24 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/R.txt @@ -0,0 +1,1188 @@ +int anim abc_fade_in 0x7f040000 +int anim abc_fade_out 0x7f040001 +int anim abc_grow_fade_in_from_bottom 0x7f040002 +int anim abc_popup_enter 0x7f040003 +int anim abc_popup_exit 0x7f040004 +int anim abc_shrink_fade_out_from_bottom 0x7f040005 +int anim abc_slide_in_bottom 0x7f040006 +int anim abc_slide_in_top 0x7f040007 +int anim abc_slide_out_bottom 0x7f040008 +int anim abc_slide_out_top 0x7f040009 +int attr actionBarDivider 0x7f010062 +int attr actionBarItemBackground 0x7f010063 +int attr actionBarPopupTheme 0x7f01005c +int attr actionBarSize 0x7f010061 +int attr actionBarSplitStyle 0x7f01005e +int attr actionBarStyle 0x7f01005d +int attr actionBarTabBarStyle 0x7f010058 +int attr actionBarTabStyle 0x7f010057 +int attr actionBarTabTextStyle 0x7f010059 +int attr actionBarTheme 0x7f01005f +int attr actionBarWidgetTheme 0x7f010060 +int attr actionButtonStyle 0x7f01007c +int attr actionDropDownStyle 0x7f010078 +int attr actionLayout 0x7f010033 +int attr actionMenuTextAppearance 0x7f010064 +int attr actionMenuTextColor 0x7f010065 +int attr actionModeBackground 0x7f010068 +int attr actionModeCloseButtonStyle 0x7f010067 +int attr actionModeCloseDrawable 0x7f01006a +int attr actionModeCopyDrawable 0x7f01006c +int attr actionModeCutDrawable 0x7f01006b +int attr actionModeFindDrawable 0x7f010070 +int attr actionModePasteDrawable 0x7f01006d +int attr actionModePopupWindowStyle 0x7f010072 +int attr actionModeSelectAllDrawable 0x7f01006e +int attr actionModeShareDrawable 0x7f01006f +int attr actionModeSplitBackground 0x7f010069 +int attr actionModeStyle 0x7f010066 +int attr actionModeWebSearchDrawable 0x7f010071 +int attr actionOverflowButtonStyle 0x7f01005a +int attr actionOverflowMenuStyle 0x7f01005b +int attr actionProviderClass 0x7f010035 +int attr actionViewClass 0x7f010034 +int attr activityChooserViewStyle 0x7f010084 +int attr alertDialogButtonGroupStyle 0x7f0100a6 +int attr alertDialogCenterButtons 0x7f0100a7 +int attr alertDialogStyle 0x7f0100a5 +int attr alertDialogTheme 0x7f0100a8 +int attr arrowHeadLength 0x7f01002b +int attr arrowShaftLength 0x7f01002c +int attr autoCompleteTextViewStyle 0x7f0100ad +int attr background 0x7f01000c +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100c9 +int attr backgroundTintMode 0x7f0100ca +int attr barLength 0x7f01002d +int attr borderlessButtonStyle 0x7f010081 +int attr buttonBarButtonStyle 0x7f01007e +int attr buttonBarNegativeButtonStyle 0x7f0100ab +int attr buttonBarNeutralButtonStyle 0x7f0100ac +int attr buttonBarPositiveButtonStyle 0x7f0100aa +int attr buttonBarStyle 0x7f01007d +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100ae +int attr buttonStyleSmall 0x7f0100af +int attr buttonTint 0x7f010025 +int attr buttonTintMode 0x7f010026 +int attr checkboxStyle 0x7f0100b0 +int attr checkedTextViewStyle 0x7f0100b1 +int attr closeIcon 0x7f01003d +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100c0 +int attr collapseIcon 0x7f0100bf +int attr color 0x7f010027 +int attr colorAccent 0x7f01009e +int attr colorButtonNormal 0x7f0100a2 +int attr colorControlActivated 0x7f0100a0 +int attr colorControlHighlight 0x7f0100a1 +int attr colorControlNormal 0x7f01009f +int attr colorPrimary 0x7f01009c +int attr colorPrimaryDark 0x7f01009d +int attr colorSwitchThumbNormal 0x7f0100a3 +int attr commitIcon 0x7f010042 +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr controlBackground 0x7f0100a4 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f01003c +int attr dialogPreferredPadding 0x7f010076 +int attr dialogTheme 0x7f010075 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f010083 +int attr dividerPadding 0x7f010031 +int attr dividerVertical 0x7f010082 +int attr drawableSize 0x7f010029 +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f010094 +int attr dropdownListPreferredItemHeight 0x7f010079 +int attr editTextBackground 0x7f01008a +int attr editTextColor 0x7f010089 +int attr editTextStyle 0x7f0100b2 +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr gapBetweenBars 0x7f01002a +int attr goIcon 0x7f01003e +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f01007b +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f01003a +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f010039 +int attr listChoiceBackgroundIndicator 0x7f01009b +int attr listDividerAlertDialog 0x7f010077 +int attr listItemLayout 0x7f010023 +int attr listLayout 0x7f010020 +int attr listPopupWindowStyle 0x7f010095 +int attr listPreferredItemHeight 0x7f01008f +int attr listPreferredItemHeightLarge 0x7f010091 +int attr listPreferredItemHeightSmall 0x7f010090 +int attr listPreferredItemPaddingLeft 0x7f010092 +int attr listPreferredItemPaddingRight 0x7f010093 +int attr logo 0x7f01000a +int attr logoDescription 0x7f0100c3 +int attr maxButtonHeight 0x7f0100be +int attr measureWithLargestChild 0x7f01002f +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100c2 +int attr navigationIcon 0x7f0100c1 +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f010037 +int attr paddingEnd 0x7f0100c7 +int attr paddingStart 0x7f0100c6 +int attr panelBackground 0x7f010098 +int attr panelMenuListTheme 0x7f01009a +int attr panelMenuListWidth 0x7f010099 +int attr popupMenuStyle 0x7f010087 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f010088 +int attr preserveIconSpacing 0x7f010036 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr queryBackground 0x7f010044 +int attr queryHint 0x7f01003b +int attr radioButtonStyle 0x7f0100b3 +int attr ratingBarStyle 0x7f0100b4 +int attr searchHintIcon 0x7f010040 +int attr searchIcon 0x7f01003f +int attr searchViewStyle 0x7f01008e +int attr selectableItemBackground 0x7f01007f +int attr selectableItemBackgroundBorderless 0x7f010080 +int attr showAsAction 0x7f010032 +int attr showDividers 0x7f010030 +int attr showText 0x7f01004c +int attr singleChoiceItemLayout 0x7f010022 +int attr spinBars 0x7f010028 +int attr spinnerDropDownItemStyle 0x7f01007a +int attr spinnerStyle 0x7f0100b5 +int attr splitTrack 0x7f01004b +int attr state_above_anchor 0x7f010038 +int attr submitBackground 0x7f010045 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100b8 +int attr subtitleTextColor 0x7f0100c5 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f010043 +int attr switchMinWidth 0x7f010049 +int attr switchPadding 0x7f01004a +int attr switchStyle 0x7f0100b6 +int attr switchTextAppearance 0x7f010048 +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f010073 +int attr textAppearanceListItem 0x7f010096 +int attr textAppearanceListItemSmall 0x7f010097 +int attr textAppearanceSearchResultSubtitle 0x7f01008c +int attr textAppearanceSearchResultTitle 0x7f01008b +int attr textAppearanceSmallPopupMenu 0x7f010074 +int attr textColorAlertDialogListItem 0x7f0100a9 +int attr textColorSearchUrl 0x7f01008d +int attr theme 0x7f0100c8 +int attr thickness 0x7f01002e +int attr thumbTextPadding 0x7f010047 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100bd +int attr titleMarginEnd 0x7f0100bb +int attr titleMarginStart 0x7f0100ba +int attr titleMarginTop 0x7f0100bc +int attr titleMargins 0x7f0100b9 +int attr titleTextAppearance 0x7f0100b7 +int attr titleTextColor 0x7f0100c4 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f010086 +int attr toolbarStyle 0x7f010085 +int attr track 0x7f010046 +int attr voiceIcon 0x7f010041 +int attr windowActionBar 0x7f01004d +int attr windowActionBarOverlay 0x7f01004f +int attr windowActionModeOverlay 0x7f010050 +int attr windowFixedHeightMajor 0x7f010054 +int attr windowFixedHeightMinor 0x7f010052 +int attr windowFixedWidthMajor 0x7f010051 +int attr windowFixedWidthMinor 0x7f010053 +int attr windowMinWidthMajor 0x7f010055 +int attr windowMinWidthMinor 0x7f010056 +int attr windowNoTitle 0x7f01004e +int bool abc_action_bar_embed_tabs 0x7f080002 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f080000 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f080003 +int bool abc_config_actionMenuItemAllCaps 0x7f080004 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f080001 +int bool abc_config_closeDialogWhenTouchOutside 0x7f080005 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f080006 +int color abc_background_cache_hint_selector_material_dark 0x7f0a003a +int color abc_background_cache_hint_selector_material_light 0x7f0a003b +int color abc_color_highlight_material 0x7f0a003c +int color abc_input_method_navigation_guard 0x7f0a0000 +int color abc_primary_text_disable_only_material_dark 0x7f0a003d +int color abc_primary_text_disable_only_material_light 0x7f0a003e +int color abc_primary_text_material_dark 0x7f0a003f +int color abc_primary_text_material_light 0x7f0a0040 +int color abc_search_url_text 0x7f0a0041 +int color abc_search_url_text_normal 0x7f0a0001 +int color abc_search_url_text_pressed 0x7f0a0002 +int color abc_search_url_text_selected 0x7f0a0003 +int color abc_secondary_text_material_dark 0x7f0a0042 +int color abc_secondary_text_material_light 0x7f0a0043 +int color accent_material_dark 0x7f0a0004 +int color accent_material_light 0x7f0a0005 +int color background_floating_material_dark 0x7f0a0006 +int color background_floating_material_light 0x7f0a0007 +int color background_material_dark 0x7f0a0008 +int color background_material_light 0x7f0a0009 +int color bright_foreground_disabled_material_dark 0x7f0a000a +int color bright_foreground_disabled_material_light 0x7f0a000b +int color bright_foreground_inverse_material_dark 0x7f0a000c +int color bright_foreground_inverse_material_light 0x7f0a000d +int color bright_foreground_material_dark 0x7f0a000e +int color bright_foreground_material_light 0x7f0a000f +int color button_material_dark 0x7f0a0010 +int color button_material_light 0x7f0a0011 +int color dim_foreground_disabled_material_dark 0x7f0a0012 +int color dim_foreground_disabled_material_light 0x7f0a0013 +int color dim_foreground_material_dark 0x7f0a0014 +int color dim_foreground_material_light 0x7f0a0015 +int color foreground_material_dark 0x7f0a0016 +int color foreground_material_light 0x7f0a0017 +int color highlighted_text_material_dark 0x7f0a0018 +int color highlighted_text_material_light 0x7f0a0019 +int color hint_foreground_material_dark 0x7f0a001a +int color hint_foreground_material_light 0x7f0a001b +int color material_blue_grey_800 0x7f0a001c +int color material_blue_grey_900 0x7f0a001d +int color material_blue_grey_950 0x7f0a001e +int color material_deep_teal_200 0x7f0a001f +int color material_deep_teal_500 0x7f0a0020 +int color material_grey_100 0x7f0a0021 +int color material_grey_300 0x7f0a0022 +int color material_grey_50 0x7f0a0023 +int color material_grey_600 0x7f0a0024 +int color material_grey_800 0x7f0a0025 +int color material_grey_850 0x7f0a0026 +int color material_grey_900 0x7f0a0027 +int color primary_dark_material_dark 0x7f0a0028 +int color primary_dark_material_light 0x7f0a0029 +int color primary_material_dark 0x7f0a002a +int color primary_material_light 0x7f0a002b +int color primary_text_default_material_dark 0x7f0a002c +int color primary_text_default_material_light 0x7f0a002d +int color primary_text_disabled_material_dark 0x7f0a002e +int color primary_text_disabled_material_light 0x7f0a002f +int color ripple_material_dark 0x7f0a0030 +int color ripple_material_light 0x7f0a0031 +int color secondary_text_default_material_dark 0x7f0a0032 +int color secondary_text_default_material_light 0x7f0a0033 +int color secondary_text_disabled_material_dark 0x7f0a0034 +int color secondary_text_disabled_material_light 0x7f0a0035 +int color switch_thumb_disabled_material_dark 0x7f0a0036 +int color switch_thumb_disabled_material_light 0x7f0a0037 +int color switch_thumb_material_dark 0x7f0a0044 +int color switch_thumb_material_light 0x7f0a0045 +int color switch_thumb_normal_material_dark 0x7f0a0038 +int color switch_thumb_normal_material_light 0x7f0a0039 +int dimen abc_action_bar_content_inset_material 0x7f06000b +int dimen abc_action_bar_default_height_material 0x7f060001 +int dimen abc_action_bar_default_padding_end_material 0x7f06000c +int dimen abc_action_bar_default_padding_start_material 0x7f06000d +int dimen abc_action_bar_icon_vertical_padding_material 0x7f06000f +int dimen abc_action_bar_overflow_padding_end_material 0x7f060010 +int dimen abc_action_bar_overflow_padding_start_material 0x7f060011 +int dimen abc_action_bar_progress_bar_size 0x7f060002 +int dimen abc_action_bar_stacked_max_height 0x7f060012 +int dimen abc_action_bar_stacked_tab_max_width 0x7f060013 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f060014 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f060015 +int dimen abc_action_button_min_height_material 0x7f060016 +int dimen abc_action_button_min_width_material 0x7f060017 +int dimen abc_action_button_min_width_overflow_material 0x7f060018 +int dimen abc_alert_dialog_button_bar_height 0x7f060000 +int dimen abc_button_inset_horizontal_material 0x7f060019 +int dimen abc_button_inset_vertical_material 0x7f06001a +int dimen abc_button_padding_horizontal_material 0x7f06001b +int dimen abc_button_padding_vertical_material 0x7f06001c +int dimen abc_config_prefDialogWidth 0x7f060005 +int dimen abc_control_corner_material 0x7f06001d +int dimen abc_control_inset_material 0x7f06001e +int dimen abc_control_padding_material 0x7f06001f +int dimen abc_dialog_list_padding_vertical_material 0x7f060020 +int dimen abc_dialog_min_width_major 0x7f060021 +int dimen abc_dialog_min_width_minor 0x7f060022 +int dimen abc_dialog_padding_material 0x7f060023 +int dimen abc_dialog_padding_top_material 0x7f060024 +int dimen abc_disabled_alpha_material_dark 0x7f060025 +int dimen abc_disabled_alpha_material_light 0x7f060026 +int dimen abc_dropdownitem_icon_width 0x7f060027 +int dimen abc_dropdownitem_text_padding_left 0x7f060028 +int dimen abc_dropdownitem_text_padding_right 0x7f060029 +int dimen abc_edit_text_inset_bottom_material 0x7f06002a +int dimen abc_edit_text_inset_horizontal_material 0x7f06002b +int dimen abc_edit_text_inset_top_material 0x7f06002c +int dimen abc_floating_window_z 0x7f06002d +int dimen abc_list_item_padding_horizontal_material 0x7f06002e +int dimen abc_panel_menu_list_width 0x7f06002f +int dimen abc_search_view_preferred_width 0x7f060030 +int dimen abc_search_view_text_min_width 0x7f060006 +int dimen abc_switch_padding 0x7f06000e +int dimen abc_text_size_body_1_material 0x7f060031 +int dimen abc_text_size_body_2_material 0x7f060032 +int dimen abc_text_size_button_material 0x7f060033 +int dimen abc_text_size_caption_material 0x7f060034 +int dimen abc_text_size_display_1_material 0x7f060035 +int dimen abc_text_size_display_2_material 0x7f060036 +int dimen abc_text_size_display_3_material 0x7f060037 +int dimen abc_text_size_display_4_material 0x7f060038 +int dimen abc_text_size_headline_material 0x7f060039 +int dimen abc_text_size_large_material 0x7f06003a +int dimen abc_text_size_medium_material 0x7f06003b +int dimen abc_text_size_menu_material 0x7f06003c +int dimen abc_text_size_small_material 0x7f06003d +int dimen abc_text_size_subhead_material 0x7f06003e +int dimen abc_text_size_subtitle_material_toolbar 0x7f060003 +int dimen abc_text_size_title_material 0x7f06003f +int dimen abc_text_size_title_material_toolbar 0x7f060004 +int dimen dialog_fixed_height_major 0x7f060007 +int dimen dialog_fixed_height_minor 0x7f060008 +int dimen dialog_fixed_width_major 0x7f060009 +int dimen dialog_fixed_width_minor 0x7f06000a +int dimen disabled_alpha_material_dark 0x7f060040 +int dimen disabled_alpha_material_light 0x7f060041 +int dimen highlight_alpha_material_colored 0x7f060042 +int dimen highlight_alpha_material_dark 0x7f060043 +int dimen highlight_alpha_material_light 0x7f060044 +int dimen notification_large_icon_height 0x7f060045 +int dimen notification_large_icon_width 0x7f060046 +int dimen notification_subtext_size 0x7f060047 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e +int drawable abc_cab_background_internal_bg 0x7f02000f +int drawable abc_cab_background_top_material 0x7f020010 +int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 +int drawable abc_control_background_material 0x7f020012 +int drawable abc_dialog_material_background_dark 0x7f020013 +int drawable abc_dialog_material_background_light 0x7f020014 +int drawable abc_edit_text_material 0x7f020015 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 +int drawable abc_ic_clear_mtrl_alpha 0x7f020017 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f +int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 +int drawable abc_item_background_holo_dark 0x7f020022 +int drawable abc_item_background_holo_light 0x7f020023 +int drawable abc_list_divider_mtrl_alpha 0x7f020024 +int drawable abc_list_focused_holo 0x7f020025 +int drawable abc_list_longpressed_holo 0x7f020026 +int drawable abc_list_pressed_holo_dark 0x7f020027 +int drawable abc_list_pressed_holo_light 0x7f020028 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 +int drawable abc_list_selector_background_transition_holo_light 0x7f02002a +int drawable abc_list_selector_disabled_holo_dark 0x7f02002b +int drawable abc_list_selector_disabled_holo_light 0x7f02002c +int drawable abc_list_selector_holo_dark 0x7f02002d +int drawable abc_list_selector_holo_light 0x7f02002e +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f +int drawable abc_popup_background_mtrl_mult 0x7f020030 +int drawable abc_ratingbar_full_material 0x7f020031 +int drawable abc_spinner_mtrl_am_alpha 0x7f020032 +int drawable abc_spinner_textfield_background_material 0x7f020033 +int drawable abc_switch_thumb_material 0x7f020034 +int drawable abc_switch_track_mtrl_alpha 0x7f020035 +int drawable abc_tab_indicator_material 0x7f020036 +int drawable abc_tab_indicator_mtrl_alpha 0x7f020037 +int drawable abc_text_cursor_material 0x7f020038 +int drawable abc_textfield_activated_mtrl_alpha 0x7f020039 +int drawable abc_textfield_default_mtrl_alpha 0x7f02003a +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f02003b +int drawable abc_textfield_search_default_mtrl_alpha 0x7f02003c +int drawable abc_textfield_search_material 0x7f02003d +int drawable notification_template_icon_bg 0x7f02003e +int id action0 0x7f0b004d +int id action_bar 0x7f0b003e +int id action_bar_activity_content 0x7f0b0000 +int id action_bar_container 0x7f0b003d +int id action_bar_root 0x7f0b0039 +int id action_bar_spinner 0x7f0b0001 +int id action_bar_subtitle 0x7f0b0022 +int id action_bar_title 0x7f0b0021 +int id action_context_bar 0x7f0b003f +int id action_divider 0x7f0b0051 +int id action_menu_divider 0x7f0b0002 +int id action_menu_presenter 0x7f0b0003 +int id action_mode_bar 0x7f0b003b +int id action_mode_bar_stub 0x7f0b003a +int id action_mode_close_button 0x7f0b0023 +int id activity_chooser_view_content 0x7f0b0024 +int id alertTitle 0x7f0b002e +int id always 0x7f0b001b +int id beginning 0x7f0b0018 +int id buttonPanel 0x7f0b0034 +int id cancel_action 0x7f0b004e +int id checkbox 0x7f0b0036 +int id chronometer 0x7f0b0054 +int id collapseActionView 0x7f0b001c +int id contentPanel 0x7f0b002f +int id custom 0x7f0b0033 +int id customPanel 0x7f0b0032 +int id decor_content_parent 0x7f0b003c +int id default_activity_button 0x7f0b0027 +int id disableHome 0x7f0b000c +int id edit_query 0x7f0b0040 +int id end 0x7f0b0019 +int id end_padder 0x7f0b0059 +int id expand_activities_button 0x7f0b0025 +int id expanded_menu 0x7f0b0035 +int id home 0x7f0b0004 +int id homeAsUp 0x7f0b000d +int id icon 0x7f0b0029 +int id ifRoom 0x7f0b001d +int id image 0x7f0b0026 +int id info 0x7f0b0058 +int id line1 0x7f0b0052 +int id line3 0x7f0b0056 +int id listMode 0x7f0b0009 +int id list_item 0x7f0b0028 +int id media_actions 0x7f0b0050 +int id middle 0x7f0b001a +int id multiply 0x7f0b0013 +int id never 0x7f0b001e +int id none 0x7f0b000e +int id normal 0x7f0b000a +int id parentPanel 0x7f0b002b +int id progress_circular 0x7f0b0005 +int id progress_horizontal 0x7f0b0006 +int id radio 0x7f0b0038 +int id screen 0x7f0b0014 +int id scrollView 0x7f0b0030 +int id search_badge 0x7f0b0042 +int id search_bar 0x7f0b0041 +int id search_button 0x7f0b0043 +int id search_close_btn 0x7f0b0048 +int id search_edit_frame 0x7f0b0044 +int id search_go_btn 0x7f0b004a +int id search_mag_icon 0x7f0b0045 +int id search_plate 0x7f0b0046 +int id search_src_text 0x7f0b0047 +int id search_voice_btn 0x7f0b004b +int id select_dialog_listview 0x7f0b004c +int id shortcut 0x7f0b0037 +int id showCustom 0x7f0b000f +int id showHome 0x7f0b0010 +int id showTitle 0x7f0b0011 +int id split_action_bar 0x7f0b0007 +int id src_atop 0x7f0b0015 +int id src_in 0x7f0b0016 +int id src_over 0x7f0b0017 +int id status_bar_latest_event_content 0x7f0b004f +int id submit_area 0x7f0b0049 +int id tabMode 0x7f0b000b +int id text 0x7f0b0057 +int id text2 0x7f0b0055 +int id textSpacerNoButtons 0x7f0b0031 +int id time 0x7f0b0053 +int id title 0x7f0b002a +int id title_template 0x7f0b002d +int id topPanel 0x7f0b002c +int id up 0x7f0b0008 +int id useLogo 0x7f0b0012 +int id withText 0x7f0b001f +int id wrap_content 0x7f0b0020 +int integer abc_config_activityDefaultDur 0x7f090001 +int integer abc_config_activityShortDur 0x7f090002 +int integer abc_max_action_buttons 0x7f090000 +int integer cancel_button_image_alpha 0x7f090003 +int integer status_bar_notification_info_maxnum 0x7f090004 +int layout abc_action_bar_title_item 0x7f030000 +int layout abc_action_bar_up_container 0x7f030001 +int layout abc_action_bar_view_list_nav_layout 0x7f030002 +int layout abc_action_menu_item_layout 0x7f030003 +int layout abc_action_menu_layout 0x7f030004 +int layout abc_action_mode_bar 0x7f030005 +int layout abc_action_mode_close_item_material 0x7f030006 +int layout abc_activity_chooser_view 0x7f030007 +int layout abc_activity_chooser_view_list_item 0x7f030008 +int layout abc_alert_dialog_material 0x7f030009 +int layout abc_dialog_title_material 0x7f03000a +int layout abc_expanded_menu_layout 0x7f03000b +int layout abc_list_menu_item_checkbox 0x7f03000c +int layout abc_list_menu_item_icon 0x7f03000d +int layout abc_list_menu_item_layout 0x7f03000e +int layout abc_list_menu_item_radio 0x7f03000f +int layout abc_popup_menu_item_layout 0x7f030010 +int layout abc_screen_content_include 0x7f030011 +int layout abc_screen_simple 0x7f030012 +int layout abc_screen_simple_overlay_action_mode 0x7f030013 +int layout abc_screen_toolbar 0x7f030014 +int layout abc_search_dropdown_item_icons_2line 0x7f030015 +int layout abc_search_view 0x7f030016 +int layout abc_select_dialog_material 0x7f030017 +int layout notification_media_action 0x7f030018 +int layout notification_media_cancel_action 0x7f030019 +int layout notification_template_big_media 0x7f03001a +int layout notification_template_big_media_narrow 0x7f03001b +int layout notification_template_lines 0x7f03001c +int layout notification_template_media 0x7f03001d +int layout notification_template_part_chronometer 0x7f03001e +int layout notification_template_part_time 0x7f03001f +int layout select_dialog_item_material 0x7f030020 +int layout select_dialog_multichoice_material 0x7f030021 +int layout select_dialog_singlechoice_material 0x7f030022 +int layout support_simple_spinner_dropdown_item 0x7f030023 +int string abc_action_bar_home_description 0x7f050000 +int string abc_action_bar_home_description_format 0x7f050001 +int string abc_action_bar_home_subtitle_description_format 0x7f050002 +int string abc_action_bar_up_description 0x7f050003 +int string abc_action_menu_overflow_description 0x7f050004 +int string abc_action_mode_done 0x7f050005 +int string abc_activity_chooser_view_see_all 0x7f050006 +int string abc_activitychooserview_choose_application 0x7f050007 +int string abc_search_hint 0x7f050008 +int string abc_searchview_description_clear 0x7f050009 +int string abc_searchview_description_query 0x7f05000a +int string abc_searchview_description_search 0x7f05000b +int string abc_searchview_description_submit 0x7f05000c +int string abc_searchview_description_voice 0x7f05000d +int string abc_shareactionprovider_share_with 0x7f05000e +int string abc_shareactionprovider_share_with_application 0x7f05000f +int string abc_toolbar_collapse_description 0x7f050010 +int string status_bar_notification_info_overflow 0x7f050011 +int style AlertDialog_AppCompat 0x7f07007a +int style AlertDialog_AppCompat_Light 0x7f07007b +int style Animation_AppCompat_Dialog 0x7f07007c +int style Animation_AppCompat_DropDownUp 0x7f07007d +int style Base_AlertDialog_AppCompat 0x7f07007e +int style Base_AlertDialog_AppCompat_Light 0x7f07007f +int style Base_Animation_AppCompat_Dialog 0x7f070080 +int style Base_Animation_AppCompat_DropDownUp 0x7f070081 +int style Base_DialogWindowTitle_AppCompat 0x7f070082 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f070083 +int style Base_TextAppearance_AppCompat 0x7f07002d +int style Base_TextAppearance_AppCompat_Body1 0x7f07002e +int style Base_TextAppearance_AppCompat_Body2 0x7f07002f +int style Base_TextAppearance_AppCompat_Button 0x7f070018 +int style Base_TextAppearance_AppCompat_Caption 0x7f070030 +int style Base_TextAppearance_AppCompat_Display1 0x7f070031 +int style Base_TextAppearance_AppCompat_Display2 0x7f070032 +int style Base_TextAppearance_AppCompat_Display3 0x7f070033 +int style Base_TextAppearance_AppCompat_Display4 0x7f070034 +int style Base_TextAppearance_AppCompat_Headline 0x7f070035 +int style Base_TextAppearance_AppCompat_Inverse 0x7f070003 +int style Base_TextAppearance_AppCompat_Large 0x7f070036 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f070004 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f070037 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f070038 +int style Base_TextAppearance_AppCompat_Medium 0x7f070039 +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f070005 +int style Base_TextAppearance_AppCompat_Menu 0x7f07003a +int style Base_TextAppearance_AppCompat_SearchResult 0x7f070084 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f07003b +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f07003c +int style Base_TextAppearance_AppCompat_Small 0x7f07003d +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f070006 +int style Base_TextAppearance_AppCompat_Subhead 0x7f07003e +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f070007 +int style Base_TextAppearance_AppCompat_Title 0x7f07003f +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f070008 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f070040 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f070041 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f070042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f070043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f070044 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f070045 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f070046 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f070047 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f070076 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f070085 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f070048 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f070049 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f07004a +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f07004b +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f070086 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f07004c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f07004d +int style Base_Theme_AppCompat 0x7f07004e +int style Base_Theme_AppCompat_CompactMenu 0x7f070087 +int style Base_Theme_AppCompat_Dialog 0x7f070009 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f070088 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f070089 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f07008a +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f070001 +int style Base_Theme_AppCompat_Light 0x7f07004f +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f07008b +int style Base_Theme_AppCompat_Light_Dialog 0x7f07000a +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f07008c +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f07008d +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f07008e +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f070002 +int style Base_ThemeOverlay_AppCompat 0x7f07008f +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f070090 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f070091 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f070092 +int style Base_ThemeOverlay_AppCompat_Light 0x7f070093 +int style Base_V11_Theme_AppCompat_Dialog 0x7f07000b +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f07000c +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f070014 +int style Base_V12_Widget_AppCompat_EditText 0x7f070015 +int style Base_V21_Theme_AppCompat 0x7f070050 +int style Base_V21_Theme_AppCompat_Dialog 0x7f070051 +int style Base_V21_Theme_AppCompat_Light 0x7f070052 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f070053 +int style Base_V22_Theme_AppCompat 0x7f070074 +int style Base_V22_Theme_AppCompat_Light 0x7f070075 +int style Base_V23_Theme_AppCompat 0x7f070077 +int style Base_V23_Theme_AppCompat_Light 0x7f070078 +int style Base_V7_Theme_AppCompat 0x7f070094 +int style Base_V7_Theme_AppCompat_Dialog 0x7f070095 +int style Base_V7_Theme_AppCompat_Light 0x7f070096 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f070097 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f070098 +int style Base_V7_Widget_AppCompat_EditText 0x7f070099 +int style Base_Widget_AppCompat_ActionBar 0x7f07009a +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f07009b +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f07009c +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f070054 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f070055 +int style Base_Widget_AppCompat_ActionButton 0x7f070056 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f070057 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f070058 +int style Base_Widget_AppCompat_ActionMode 0x7f07009d +int style Base_Widget_AppCompat_ActivityChooserView 0x7f07009e +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f070016 +int style Base_Widget_AppCompat_Button 0x7f070059 +int style Base_Widget_AppCompat_Button_Borderless 0x7f07005a +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f07005b +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f07009f +int style Base_Widget_AppCompat_Button_Colored 0x7f070079 +int style Base_Widget_AppCompat_Button_Small 0x7f07005c +int style Base_Widget_AppCompat_ButtonBar 0x7f07005d +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700a0 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f07005e +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f07005f +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0700a1 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f070000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0700a2 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f070060 +int style Base_Widget_AppCompat_EditText 0x7f070017 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0700a3 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0700a4 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0700a5 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f070061 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f070062 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f070063 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f070064 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070065 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f070066 +int style Base_Widget_AppCompat_ListView 0x7f070067 +int style Base_Widget_AppCompat_ListView_DropDown 0x7f070068 +int style Base_Widget_AppCompat_ListView_Menu 0x7f070069 +int style Base_Widget_AppCompat_PopupMenu 0x7f07006a +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f07006b +int style Base_Widget_AppCompat_PopupWindow 0x7f0700a6 +int style Base_Widget_AppCompat_ProgressBar 0x7f07000d +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f07000e +int style Base_Widget_AppCompat_RatingBar 0x7f07006c +int style Base_Widget_AppCompat_SearchView 0x7f0700a7 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0700a8 +int style Base_Widget_AppCompat_Spinner 0x7f07006d +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f07006e +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f07006f +int style Base_Widget_AppCompat_Toolbar 0x7f0700a9 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f070070 +int style Platform_AppCompat 0x7f07000f +int style Platform_AppCompat_Light 0x7f070010 +int style Platform_ThemeOverlay_AppCompat 0x7f070071 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f070072 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f070073 +int style Platform_V11_AppCompat 0x7f070011 +int style Platform_V11_AppCompat_Light 0x7f070012 +int style Platform_V14_AppCompat 0x7f070019 +int style Platform_V14_AppCompat_Light 0x7f07001a +int style Platform_Widget_AppCompat_Spinner 0x7f070013 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f070020 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f070021 +int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f070022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f070023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f070024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f070025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f070026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f070027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f070028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f070029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f07002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f07002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f07002c +int style TextAppearance_AppCompat 0x7f0700aa +int style TextAppearance_AppCompat_Body1 0x7f0700ab +int style TextAppearance_AppCompat_Body2 0x7f0700ac +int style TextAppearance_AppCompat_Button 0x7f0700ad +int style TextAppearance_AppCompat_Caption 0x7f0700ae +int style TextAppearance_AppCompat_Display1 0x7f0700af +int style TextAppearance_AppCompat_Display2 0x7f0700b0 +int style TextAppearance_AppCompat_Display3 0x7f0700b1 +int style TextAppearance_AppCompat_Display4 0x7f0700b2 +int style TextAppearance_AppCompat_Headline 0x7f0700b3 +int style TextAppearance_AppCompat_Inverse 0x7f0700b4 +int style TextAppearance_AppCompat_Large 0x7f0700b5 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0700b6 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0700b7 +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0700b8 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0700b9 +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0700ba +int style TextAppearance_AppCompat_Medium 0x7f0700bb +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0700bc +int style TextAppearance_AppCompat_Menu 0x7f0700bd +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0700be +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0700bf +int style TextAppearance_AppCompat_Small 0x7f0700c0 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0700c1 +int style TextAppearance_AppCompat_Subhead 0x7f0700c2 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0700c3 +int style TextAppearance_AppCompat_Title 0x7f0700c4 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0700c5 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0700c6 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0700c7 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0700c8 +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0700c9 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0700ca +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0700cb +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0700cc +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0700cd +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0700ce +int style TextAppearance_AppCompat_Widget_Button 0x7f0700cf +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0700d0 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0700d1 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0700d2 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0700d3 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0700d4 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0700d5 +int style TextAppearance_StatusBar_EventContent 0x7f07001b +int style TextAppearance_StatusBar_EventContent_Info 0x7f07001c +int style TextAppearance_StatusBar_EventContent_Line2 0x7f07001d +int style TextAppearance_StatusBar_EventContent_Time 0x7f07001e +int style TextAppearance_StatusBar_EventContent_Title 0x7f07001f +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0700d6 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0700d7 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0700d8 +int style Theme_AppCompat 0x7f0700d9 +int style Theme_AppCompat_CompactMenu 0x7f0700da +int style Theme_AppCompat_Dialog 0x7f0700db +int style Theme_AppCompat_Dialog_Alert 0x7f0700dc +int style Theme_AppCompat_Dialog_MinWidth 0x7f0700dd +int style Theme_AppCompat_DialogWhenLarge 0x7f0700de +int style Theme_AppCompat_Light 0x7f0700df +int style Theme_AppCompat_Light_DarkActionBar 0x7f0700e0 +int style Theme_AppCompat_Light_Dialog 0x7f0700e1 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0700e2 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0700e3 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0700e4 +int style Theme_AppCompat_Light_NoActionBar 0x7f0700e5 +int style Theme_AppCompat_NoActionBar 0x7f0700e6 +int style ThemeOverlay_AppCompat 0x7f0700e7 +int style ThemeOverlay_AppCompat_ActionBar 0x7f0700e8 +int style ThemeOverlay_AppCompat_Dark 0x7f0700e9 +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0700ea +int style ThemeOverlay_AppCompat_Light 0x7f0700eb +int style Widget_AppCompat_ActionBar 0x7f0700ec +int style Widget_AppCompat_ActionBar_Solid 0x7f0700ed +int style Widget_AppCompat_ActionBar_TabBar 0x7f0700ee +int style Widget_AppCompat_ActionBar_TabText 0x7f0700ef +int style Widget_AppCompat_ActionBar_TabView 0x7f0700f0 +int style Widget_AppCompat_ActionButton 0x7f0700f1 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0700f2 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0700f3 +int style Widget_AppCompat_ActionMode 0x7f0700f4 +int style Widget_AppCompat_ActivityChooserView 0x7f0700f5 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0700f6 +int style Widget_AppCompat_Button 0x7f0700f7 +int style Widget_AppCompat_Button_Borderless 0x7f0700f8 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0700f9 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0700fa +int style Widget_AppCompat_Button_Colored 0x7f0700fb +int style Widget_AppCompat_Button_Small 0x7f0700fc +int style Widget_AppCompat_ButtonBar 0x7f0700fd +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0700fe +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0700ff +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f070100 +int style Widget_AppCompat_CompoundButton_Switch 0x7f070101 +int style Widget_AppCompat_DrawerArrowToggle 0x7f070102 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f070103 +int style Widget_AppCompat_EditText 0x7f070104 +int style Widget_AppCompat_Light_ActionBar 0x7f070105 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f070106 +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f070107 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f070108 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f070109 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f07010a +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f07010b +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f07010c +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f07010d +int style Widget_AppCompat_Light_ActionButton 0x7f07010e +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f07010f +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f070110 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f070111 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f070112 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f070113 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f070114 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f070115 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f070116 +int style Widget_AppCompat_Light_PopupMenu 0x7f070117 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f070118 +int style Widget_AppCompat_Light_SearchView 0x7f070119 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f07011a +int style Widget_AppCompat_ListPopupWindow 0x7f07011b +int style Widget_AppCompat_ListView 0x7f07011c +int style Widget_AppCompat_ListView_DropDown 0x7f07011d +int style Widget_AppCompat_ListView_Menu 0x7f07011e +int style Widget_AppCompat_PopupMenu 0x7f07011f +int style Widget_AppCompat_PopupMenu_Overflow 0x7f070120 +int style Widget_AppCompat_PopupWindow 0x7f070121 +int style Widget_AppCompat_ProgressBar 0x7f070122 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f070123 +int style Widget_AppCompat_RatingBar 0x7f070124 +int style Widget_AppCompat_SearchView 0x7f070125 +int style Widget_AppCompat_SearchView_ActionBar 0x7f070126 +int style Widget_AppCompat_Spinner 0x7f070127 +int style Widget_AppCompat_Spinner_DropDown 0x7f070128 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f070129 +int style Widget_AppCompat_Spinner_Underlined 0x7f07012a +int style Widget_AppCompat_TextView_SpinnerItem 0x7f07012b +int style Widget_AppCompat_Toolbar 0x7f07012c +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f07012d +int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007b } +int styleable ActionBar_background 10 +int styleable ActionBar_backgroundSplit 12 +int styleable ActionBar_backgroundStacked 11 +int styleable ActionBar_contentInsetEnd 21 +int styleable ActionBar_contentInsetLeft 22 +int styleable ActionBar_contentInsetRight 23 +int styleable ActionBar_contentInsetStart 20 +int styleable ActionBar_customNavigationLayout 13 +int styleable ActionBar_displayOptions 3 +int styleable ActionBar_divider 9 +int styleable ActionBar_elevation 24 +int styleable ActionBar_height 0 +int styleable ActionBar_hideOnContentScroll 19 +int styleable ActionBar_homeAsUpIndicator 26 +int styleable ActionBar_homeLayout 14 +int styleable ActionBar_icon 7 +int styleable ActionBar_indeterminateProgressStyle 16 +int styleable ActionBar_itemPadding 18 +int styleable ActionBar_logo 8 +int styleable ActionBar_navigationMode 2 +int styleable ActionBar_popupTheme 25 +int styleable ActionBar_progressBarPadding 17 +int styleable ActionBar_progressBarStyle 15 +int styleable ActionBar_subtitle 4 +int styleable ActionBar_subtitleTextStyle 6 +int styleable ActionBar_title 1 +int styleable ActionBar_titleTextStyle 5 +int[] styleable ActionBarLayout { 0x010100b3 } +int styleable ActionBarLayout_android_layout_gravity 0 +int[] styleable ActionMenuItemView { 0x0101013f } +int styleable ActionMenuItemView_android_minWidth 0 +int[] styleable ActionMenuView { } +int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c } +int styleable ActionMode_background 3 +int styleable ActionMode_backgroundSplit 4 +int styleable ActionMode_closeItemLayout 5 +int styleable ActionMode_height 0 +int styleable ActionMode_subtitleTextStyle 2 +int styleable ActionMode_titleTextStyle 1 +int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 +int styleable ActivityChooserView_initialActivityCount 0 +int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 5 +int styleable AlertDialog_listLayout 2 +int styleable AlertDialog_multiChoiceItemLayout 3 +int styleable AlertDialog_singleChoiceItemLayout 4 +int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable CompoundButton { 0x01010107, 0x7f010025, 0x7f010026 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable DrawerArrowToggle { 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e } +int styleable DrawerArrowToggle_arrowHeadLength 4 +int styleable DrawerArrowToggle_arrowShaftLength 5 +int styleable DrawerArrowToggle_barLength 6 +int styleable DrawerArrowToggle_color 0 +int styleable DrawerArrowToggle_drawableSize 2 +int styleable DrawerArrowToggle_gapBetweenBars 3 +int styleable DrawerArrowToggle_spinBars 1 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002f, 0x7f010030, 0x7f010031 } +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 8 +int styleable LinearLayoutCompat_measureWithLargestChild 6 +int styleable LinearLayoutCompat_showDividers 7 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 +int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } +int styleable MenuGroup_android_checkableBehavior 5 +int styleable MenuGroup_android_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_visible 2 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035 } +int styleable MenuItem_actionLayout 14 +int styleable MenuItem_actionProviderClass 16 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_showAsAction 13 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010036 } +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_windowAnimationStyle 0 +int styleable MenuView_preserveIconSpacing 7 +int[] styleable PopupWindow { 0x01010176, 0x7f010037 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010038 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_closeIcon 8 +int styleable SearchView_commitIcon 13 +int styleable SearchView_defaultQueryHint 7 +int styleable SearchView_goIcon 9 +int styleable SearchView_iconifiedByDefault 5 +int styleable SearchView_layout 4 +int styleable SearchView_queryBackground 15 +int styleable SearchView_queryHint 6 +int styleable SearchView_searchHintIcon 11 +int styleable SearchView_searchIcon 10 +int styleable SearchView_submitBackground 16 +int styleable SearchView_suggestionRowLayout 14 +int styleable SearchView_voiceIcon 12 +int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } +int styleable Spinner_android_dropDownWidth 2 +int styleable Spinner_android_popupBackground 0 +int styleable Spinner_android_prompt 1 +int styleable Spinner_popupTheme 3 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c } +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 9 +int styleable SwitchCompat_splitTrack 8 +int styleable SwitchCompat_switchMinWidth 6 +int styleable SwitchCompat_switchPadding 7 +int styleable SwitchCompat_switchTextAppearance 5 +int styleable SwitchCompat_thumbTextPadding 4 +int styleable SwitchCompat_track 3 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 } +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_textAllCaps 4 +int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6 } +int styleable Theme_actionBarDivider 23 +int styleable Theme_actionBarItemBackground 24 +int styleable Theme_actionBarPopupTheme 17 +int styleable Theme_actionBarSize 22 +int styleable Theme_actionBarSplitStyle 19 +int styleable Theme_actionBarStyle 18 +int styleable Theme_actionBarTabBarStyle 13 +int styleable Theme_actionBarTabStyle 12 +int styleable Theme_actionBarTabTextStyle 14 +int styleable Theme_actionBarTheme 20 +int styleable Theme_actionBarWidgetTheme 21 +int styleable Theme_actionButtonStyle 49 +int styleable Theme_actionDropDownStyle 45 +int styleable Theme_actionMenuTextAppearance 25 +int styleable Theme_actionMenuTextColor 26 +int styleable Theme_actionModeBackground 29 +int styleable Theme_actionModeCloseButtonStyle 28 +int styleable Theme_actionModeCloseDrawable 31 +int styleable Theme_actionModeCopyDrawable 33 +int styleable Theme_actionModeCutDrawable 32 +int styleable Theme_actionModeFindDrawable 37 +int styleable Theme_actionModePasteDrawable 34 +int styleable Theme_actionModePopupWindowStyle 39 +int styleable Theme_actionModeSelectAllDrawable 35 +int styleable Theme_actionModeShareDrawable 36 +int styleable Theme_actionModeSplitBackground 30 +int styleable Theme_actionModeStyle 27 +int styleable Theme_actionModeWebSearchDrawable 38 +int styleable Theme_actionOverflowButtonStyle 15 +int styleable Theme_actionOverflowMenuStyle 16 +int styleable Theme_activityChooserViewStyle 57 +int styleable Theme_alertDialogButtonGroupStyle 91 +int styleable Theme_alertDialogCenterButtons 92 +int styleable Theme_alertDialogStyle 90 +int styleable Theme_alertDialogTheme 93 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 98 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 96 +int styleable Theme_buttonBarNeutralButtonStyle 97 +int styleable Theme_buttonBarPositiveButtonStyle 95 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 99 +int styleable Theme_buttonStyleSmall 100 +int styleable Theme_checkboxStyle 101 +int styleable Theme_checkedTextViewStyle 102 +int styleable Theme_colorAccent 83 +int styleable Theme_colorButtonNormal 87 +int styleable Theme_colorControlActivated 85 +int styleable Theme_colorControlHighlight 86 +int styleable Theme_colorControlNormal 84 +int styleable Theme_colorPrimary 81 +int styleable Theme_colorPrimaryDark 82 +int styleable Theme_colorSwitchThumbNormal 88 +int styleable Theme_controlBackground 89 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 73 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 103 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_listChoiceBackgroundIndicator 80 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 74 +int styleable Theme_listPreferredItemHeight 68 +int styleable Theme_listPreferredItemHeightLarge 70 +int styleable Theme_listPreferredItemHeightSmall 69 +int styleable Theme_listPreferredItemPaddingLeft 71 +int styleable Theme_listPreferredItemPaddingRight 72 +int styleable Theme_panelBackground 77 +int styleable Theme_panelMenuListTheme 79 +int styleable Theme_panelMenuListWidth 78 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 104 +int styleable Theme_ratingBarStyle 105 +int styleable Theme_searchViewStyle 67 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 106 +int styleable Theme_switchStyle 107 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 75 +int styleable Theme_textAppearanceListItemSmall 76 +int styleable Theme_textAppearanceSearchResultSubtitle 65 +int styleable Theme_textAppearanceSearchResultTitle 64 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 94 +int styleable Theme_textColorSearchUrl 66 +int styleable Theme_toolbarNavigationButtonStyle 59 +int styleable Theme_toolbarStyle 58 +int styleable Theme_windowActionBar 2 +int styleable Theme_windowActionBarOverlay 4 +int styleable Theme_windowActionModeOverlay 5 +int styleable Theme_windowFixedHeightMajor 9 +int styleable Theme_windowFixedHeightMinor 7 +int styleable Theme_windowFixedWidthMajor 6 +int styleable Theme_windowFixedWidthMinor 8 +int styleable Theme_windowMinWidthMajor 10 +int styleable Theme_windowMinWidthMinor 11 +int styleable Theme_windowNoTitle 3 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_collapseContentDescription 19 +int styleable Toolbar_collapseIcon 18 +int styleable Toolbar_contentInsetEnd 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 5 +int styleable Toolbar_logo 4 +int styleable Toolbar_logoDescription 22 +int styleable Toolbar_maxButtonHeight 17 +int styleable Toolbar_navigationContentDescription 21 +int styleable Toolbar_navigationIcon 20 +int styleable Toolbar_popupTheme 9 +int styleable Toolbar_subtitle 3 +int styleable Toolbar_subtitleTextAppearance 11 +int styleable Toolbar_subtitleTextColor 24 +int styleable Toolbar_title 2 +int styleable Toolbar_titleMarginBottom 16 +int styleable Toolbar_titleMarginEnd 14 +int styleable Toolbar_titleMarginStart 13 +int styleable Toolbar_titleMarginTop 15 +int styleable Toolbar_titleMargins 12 +int styleable Toolbar_titleTextAppearance 10 +int styleable Toolbar_titleTextColor 23 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 } +int styleable View_android_focusable 1 +int styleable View_android_theme 0 +int styleable View_paddingEnd 3 +int styleable View_paddingStart 2 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100c9, 0x7f0100ca } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 2 +int styleable ViewStubCompat_android_layout 1 diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..58122b1dcff20ed4424f7183f59330a5a2b4fe13 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/aapt/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip new file mode 100644 index 0000000000000000000000000000000000000000..0f94f5df889a51fba0261cd38e097447bce072a7 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/annotations.zip differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar new file mode 100644 index 0000000000000000000000000000000000000000..fe72b5c7e781e52644dc9d4f624c6fb89db46477 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt new file mode 100644 index 0000000000000000000000000000000000000000..dde7ec50b466c7573e9dc89c7796540e5ab5bd04 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/public.txt @@ -0,0 +1,307 @@ +style TextAppearance.AppCompat +style TextAppearance.AppCompat.Body1 +style TextAppearance.AppCompat.Body2 +style TextAppearance.AppCompat.Button +style TextAppearance.AppCompat.Caption +style TextAppearance.AppCompat.Display1 +style TextAppearance.AppCompat.Display2 +style TextAppearance.AppCompat.Display3 +style TextAppearance.AppCompat.Display4 +style TextAppearance.AppCompat.Headline +style TextAppearance.AppCompat.Inverse +style TextAppearance.AppCompat.Large +style TextAppearance.AppCompat.Large.Inverse +style TextAppearance.AppCompat.Light.SearchResult.Subtitle +style TextAppearance.AppCompat.Light.SearchResult.Title +style TextAppearance.AppCompat.Light.Widget.PopupMenu.Large +style TextAppearance.AppCompat.Light.Widget.PopupMenu.Small +style TextAppearance.AppCompat.Medium +style TextAppearance.AppCompat.Medium.Inverse +style TextAppearance.AppCompat.Menu +style TextAppearance.AppCompat.SearchResult.Subtitle +style TextAppearance.AppCompat.SearchResult.Title +style TextAppearance.AppCompat.Small +style TextAppearance.AppCompat.Small.Inverse +style TextAppearance.AppCompat.Subhead +style TextAppearance.AppCompat.Subhead.Inverse +style TextAppearance.AppCompat.Title +style TextAppearance.AppCompat.Title.Inverse +style TextAppearance.AppCompat.Widget.ActionBar.Menu +style TextAppearance.AppCompat.Widget.ActionBar.Subtitle +style TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse +style TextAppearance.AppCompat.Widget.ActionBar.Title +style TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse +style TextAppearance.AppCompat.Widget.ActionMode.Subtitle +style TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse +style TextAppearance.AppCompat.Widget.ActionMode.Title +style TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse +style TextAppearance.AppCompat.Widget.Button +style TextAppearance.AppCompat.Widget.Button.Inverse +style TextAppearance.AppCompat.Widget.DropDownItem +style TextAppearance.AppCompat.Widget.PopupMenu.Large +style TextAppearance.AppCompat.Widget.PopupMenu.Small +style TextAppearance.AppCompat.Widget.Switch +style TextAppearance.AppCompat.Widget.TextView.SpinnerItem +style Theme.AppCompat +style Theme.AppCompat.Dialog +style Theme.AppCompat.Dialog.Alert +style Theme.AppCompat.Dialog.MinWidth +style Theme.AppCompat.DialogWhenLarge +style Theme.AppCompat.Light +style Theme.AppCompat.Light.DarkActionBar +style Theme.AppCompat.Light.Dialog +style Theme.AppCompat.Light.Dialog.Alert +style Theme.AppCompat.Light.Dialog.MinWidth +style Theme.AppCompat.Light.DialogWhenLarge +style Theme.AppCompat.Light.NoActionBar +style Theme.AppCompat.NoActionBar +style ThemeOverlay.AppCompat +style ThemeOverlay.AppCompat.ActionBar +style ThemeOverlay.AppCompat.Dark +style ThemeOverlay.AppCompat.Dark.ActionBar +style ThemeOverlay.AppCompat.Light +style Widget.AppCompat.ActionBar +style Widget.AppCompat.ActionBar.Solid +style Widget.AppCompat.ActionBar.TabBar +style Widget.AppCompat.ActionBar.TabText +style Widget.AppCompat.ActionBar.TabView +style Widget.AppCompat.ActionButton +style Widget.AppCompat.ActionButton.CloseMode +style Widget.AppCompat.ActionButton.Overflow +style Widget.AppCompat.ActionMode +style Widget.AppCompat.AutoCompleteTextView +style Widget.AppCompat.Button +style Widget.AppCompat.Button.Borderless +style Widget.AppCompat.Button.Borderless.Colored +style Widget.AppCompat.Button.ButtonBar.AlertDialog +style Widget.AppCompat.Button.Colored +style Widget.AppCompat.Button.Small +style Widget.AppCompat.ButtonBar +style Widget.AppCompat.ButtonBar.AlertDialog +style Widget.AppCompat.CompoundButton.CheckBox +style Widget.AppCompat.CompoundButton.RadioButton +style Widget.AppCompat.CompoundButton.Switch +style Widget.AppCompat.DrawerArrowToggle +style Widget.AppCompat.DropDownItem.Spinner +style Widget.AppCompat.EditText +style Widget.AppCompat.Light.ActionBar +style Widget.AppCompat.Light.ActionBar.Solid +style Widget.AppCompat.Light.ActionBar.Solid.Inverse +style Widget.AppCompat.Light.ActionBar.TabBar +style Widget.AppCompat.Light.ActionBar.TabBar.Inverse +style Widget.AppCompat.Light.ActionBar.TabText +style Widget.AppCompat.Light.ActionBar.TabText.Inverse +style Widget.AppCompat.Light.ActionBar.TabView +style Widget.AppCompat.Light.ActionBar.TabView.Inverse +style Widget.AppCompat.Light.ActionButton +style Widget.AppCompat.Light.ActionButton.CloseMode +style Widget.AppCompat.Light.ActionButton.Overflow +style Widget.AppCompat.Light.ActionMode.Inverse +style Widget.AppCompat.Light.AutoCompleteTextView +style Widget.AppCompat.Light.DropDownItem.Spinner +style Widget.AppCompat.Light.ListPopupWindow +style Widget.AppCompat.Light.ListView.DropDown +style Widget.AppCompat.Light.PopupMenu +style Widget.AppCompat.Light.PopupMenu.Overflow +style Widget.AppCompat.Light.SearchView +style Widget.AppCompat.Light.Spinner.DropDown.ActionBar +style Widget.AppCompat.ListPopupWindow +style Widget.AppCompat.ListView +style Widget.AppCompat.ListView.DropDown +style Widget.AppCompat.ListView.Menu +style Widget.AppCompat.PopupMenu +style Widget.AppCompat.PopupMenu.Overflow +style Widget.AppCompat.PopupWindow +style Widget.AppCompat.ProgressBar +style Widget.AppCompat.ProgressBar.Horizontal +style Widget.AppCompat.RatingBar +style Widget.AppCompat.SearchView +style Widget.AppCompat.SearchView.ActionBar +style Widget.AppCompat.Spinner +style Widget.AppCompat.Spinner.DropDown +style Widget.AppCompat.Spinner.DropDown.ActionBar +style Widget.AppCompat.Spinner.Underlined +style Widget.AppCompat.TextView.SpinnerItem +style Widget.AppCompat.Toolbar +style Widget.AppCompat.Toolbar.Button.Navigation +attr actionBarDivider +attr actionBarItemBackground +attr actionBarPopupTheme +attr actionBarSize +attr actionBarSplitStyle +attr actionBarStyle +attr actionBarTabBarStyle +attr actionBarTabStyle +attr actionBarTabTextStyle +attr actionBarTheme +attr actionBarWidgetTheme +attr actionButtonStyle +attr actionDropDownStyle +attr actionLayout +attr actionMenuTextAppearance +attr actionMenuTextColor +attr actionModeBackground +attr actionModeCloseButtonStyle +attr actionModeCloseDrawable +attr actionModeCopyDrawable +attr actionModeCutDrawable +attr actionModeFindDrawable +attr actionModePasteDrawable +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionViewClass +attr alertDialogStyle +attr alertDialogTheme +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr background +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr barLength +attr borderlessButtonStyle +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr checkboxStyle +attr checkedTextViewStyle +attr closeIcon +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr color +attr colorAccent +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorPrimary +attr colorPrimaryDark +attr colorSwitchThumbNormal +attr commitIcon +attr contentInsetEnd +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr customNavigationLayout +attr dialogPreferredPadding +attr dialogTheme +attr displayOptions +attr divider +attr dividerHorizontal +attr dividerPadding +attr dividerVertical +attr drawableSize +attr drawerArrowStyle +attr dropDownListViewStyle +attr dropdownListPreferredItemHeight +attr editTextBackground +attr editTextColor +attr editTextStyle +attr elevation +attr gapBetweenBars +attr goIcon +attr height +attr hideOnContentScroll +attr homeAsUpIndicator +attr homeLayout +attr icon +attr iconifiedByDefault +attr indeterminateProgressStyle +attr isLightTheme +attr itemPadding +attr layout +attr listChoiceBackgroundIndicator +attr listDividerAlertDialog +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr logo +attr logoDescription +attr measureWithLargestChild +attr middleBarArrowSize +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr overlapAnchor +attr paddingEnd +attr paddingStart +attr panelBackground +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr radioButtonStyle +attr ratingBarStyle +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showText +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suggestionRowLayout +layout support_simple_spinner_dropdown_item +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr textAllCaps +attr textAppearanceLargePopupMenu +attr textAppearanceListItem +attr textAppearanceListItemSmall +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textColorAlertDialogListItem +attr theme +attr thickness +attr thumbTextPadding +attr title +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr track +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowNoTitle diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml new file mode 100644 index 0000000000000000000000000000000000000000..0b1d093c9c0e249a6107426ebfe203ea0e480301 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_in.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml new file mode 100644 index 0000000000000000000000000000000000000000..85b1da04987e7ebf9e9cb56dde20afb386f2cb93 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_fade_out.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml new file mode 100644 index 0000000000000000000000000000000000000000..1e9b12d1f1b03195878db46e4e98bd9abf3a0392 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_grow_fade_in_from_bottom.xml @@ -0,0 +1,30 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml new file mode 100644 index 0000000000000000000000000000000000000000..420c20f834acdb1607d302af705b381e26078246 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_enter.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml new file mode 100644 index 0000000000000000000000000000000000000000..708aac6a03b76ac44c0d065956845e5fbaaaceee --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_popup_exit.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml new file mode 100644 index 0000000000000000000000000000000000000000..09f5cf3c5e06563b483b245e94b57a3b5d27e542 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_shrink_fade_out_from_bottom.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml new file mode 100644 index 0000000000000000000000000000000000000000..648b22e5f3395db5a58be0e685dfd46cf24f198c --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_bottom.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml new file mode 100644 index 0000000000000000000000000000000000000000..dab0606e64e9c16587832052c7c0f3e21389278f --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_in_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml new file mode 100644 index 0000000000000000000000000000000000000000..beae155bce6258669cc194fc90666e0fe7854fa3 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_bottom.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml new file mode 100644 index 0000000000000000000000000000000000000000..f721cd18200f62ad06f4ad86f7d7e7533ecb3cf6 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/anim/abc_slide_out_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..b95cde6248f12d72243ab7e9f4b8167ae50c2193 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..d7c4b285905a42c108311468ded6484f392ac389 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..5527943053a2562b598b67c334f2c30ed804dd6e --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color-v23/abc_color_highlight_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..e58e6d070fb70a1b5d8b4e9b5b9b6e6beb50b842 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..bab927f712523d2e8db70784c6087dc108399f0f --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..d340ea5e5173c58af74f6139940d447011f98c39 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..954b58ab0c9536734b16df153ba392a14588d30b --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_disable_only_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..2462f7e78bdd8d2f186d838ce41bcdfd09e4eba4 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..204d0be8f677cf22538cf6d203b8f801aa088ee4 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_primary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml new file mode 100644 index 0000000000000000000000000000000000000000..e222ae3e78f991f575a0a21e16f12ea0ef6bf636 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_search_url_text.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..2b9f7847fa3919f3e1d193ae0fdc7d4762840db8 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..d4bab1fdb17bc0ad2b410518287c0d1fdcb61536 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/abc_secondary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..f7eb3548993ba399f97be8667d71a10beed4b9e8 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..2ab38db5467853d149696db1ef6e2ffb41729b91 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/color/switch_thumb_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9f861f88895c73c89ed02f8aba3241f5d646fa Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..99110085fe9826bf67329ebee4921a120b351f6a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..69ff9dde3a8ac9de1581162da65d33468dfeb500 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..9218981b4f2ebfa185eea884cb7fb29620aed83f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..a58857635f2e57d1c86cde7b4e4676caae1e3ca7 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b184dbc69df442001acff03e819d940f4e9a94b4 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..6549c52760b5f44b4510efc4d6d6b07c44fb068c Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..88f1767fa90254a59b1d4e5a7f6aeceb29ed4bd2 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d5e1a0011341a76456b309427a51c862babe8ca1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2264398234bfa55246c3d2fdaf9ea02b3cad9820 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..f61e8e3e3cf82a87cd8bc76d9b55d82e49e9732b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..0fd15563a263e138b1f419e02a807ff8c40f2554 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..65ccd8f410769dbe216afdc9c483e088ebb85c98 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b9ff1db5742947974f27a398b35abf42fbb877a7 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..70eb0737882e53ec326b7a37cf335fea48f7b605 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..e78bcaf57a7ebf7fe1cb821a4115f7aabd80a161 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9a87820577778243812433e931ef898b4767b3c2 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..8610c50150208b4f57a951d0ac279dc5e219c820 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..2d971a94bfe01a4a4fd79bf4b5b8f9c86d2febe6 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..ee40812968b4dd876862157b75e79f7f933234fd Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b9baa0cca92328df271dff8eb5067df8ba171f71 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a87d2cdc76019995fc1c1095acc357f5625f1b79 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..1e571f5c6f7ae4b205aa3a050c5aec76c753b343 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c09ec90e0f3508e510730a50aa1284eb49a9a485 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_focused_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..62fbd2cb505e4c3fc04166b55e19d61efe5dd7d1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6ef9160a8eb6e764e814794e8479f6eb4959c5 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..863ce95f61c5025bc85294fd44a6cade4ab4ed42 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d467774e7e257759718a341f7e751a3f64dbef Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..e01c7392a908b798548aefa31757386ad983d4c0 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf413c5c960243d7a74af86eeb14f202a3925fe Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..9d8451aab1b5d5520372df0729b39e09358a86ae Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..9de02639199c2fcfc631241f9acc7e89f672c9c4 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..56436a1ccca030a4755dfc79592a92f8ca4b370b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4b0b10a7a3ecdc06906390be124911d3339dc4d1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..5b13bc17add7ed96d45156417cdaedc2e75b41b1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0078bf6b6bac57d7b29e9a82715c76a29f4910be Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..a74ab260c1022242f4e541debb51abc19f08ea6d Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..6282df4e69ecd67d5079977f97357219817deb2d Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..2e1062fa99c33d7294bd368354a0d73e1f96935d Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a262b0c872cf6973381c8fcd17381a180e149397 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed43ca4d7ce5a847de43b50f49e9cdfea36f371 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4cd8a27c8bbbc69c30040156e046c17d3215b59f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..e300b7cfc79ae94a7084163fc1d9da7419923dd3 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..05b1e119c44d939b552bfea59b78f6d190743170 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7b3238b3dd72923e13299247e31a71f17accf7 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d02a5da113e71869a79b829b60492e55a01c4bf6 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a188f2fbec82cc634eb28759565eae3e0b1d6aa3 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ba942d637caf213207105c0ef4f23cbc37574 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..87bf8d36b15d318cccd00b0fdc670e3286ac349f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..b097e48a2636fa226ce814b5c4c75a88d213833f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..de371581598e7f03c81a754de7281a4031a30c65 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..ac86165d5ec78e25dc7c5c9660518a780c8ceeb4 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2adf6bd5e6fee64104f0e772c7965a86ceb2db Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0b895042f8d9fdf5f1f8674c6820465657f01167 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..7dc69341d2870ddc7946844302e39fb4b658ff76 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..884cd1279bb7d5955784655dead6f4259636c18a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..90fe333ac3531c602ee15ceca3a3f22551e97e6c Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..930630de58663275cd8877bde2dcee5a0a273c34 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0ed8fe9527428ef714497d01abdf43291440da Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9fcbcbfe5edb62e193dc338a2555129872aabd Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..3b052e5774d4a68b14cf31cff8ffce5dcec94220 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..96a86931cbf3105ea51a33f1d127d72f9a666a77 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..827d63425d7ed0e4e6a93f3f2125a5e8c143fedc Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..09084757b1f046faf9f21768d759f267cea0eae6 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a437f3d10aa83ad2faccdf5e7c7104b17488fd Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d890a62a0405f46e880cf9a81229443753585e5e Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0620439460d475832a941ad93b11f001f81fa4e0 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..038e000864ac899e314d228c280b2bc546c194bf Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..8043d4cac88374d72eb47a7f6a4c062c5e56aa98 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..e80681aeb7305ab08c1f55df7edd35fc9d0eb171 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9603e76e27eb2d95c61e92562d7ad3e3deb69217 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..44c14232168e137cfaa6774f24a371cd13a253e0 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..80c069557c2a2beb8097b66c237571807d1fd973 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..3966d6ad8c4722a79847ef869b30c5c4f1c031d6 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..017e45edec435f227c0fadfa13a4a27353acafd0 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0cff49358717ff487e332d138b2ff4a33afcc5 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..966938b9d80caa24112f10bbca8bb76551ccffff Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..d05f969e9986b95cb0ca43bbb2e4b99ca68cc42e Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..451818ce541cc517aacf2ea37e2627f35f8b9554 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a216da173dc78f899d875fbbde8575573d519571 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..1e571f5c6f7ae4b205aa3a050c5aec76c753b343 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..addb54a22666ca813e2c82829dda42405841e616 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_focused_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..5fcd5b207a0fe14656d54c78a01b42b1490f3c56 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..251b98913d09ee4613e8926d4592a7da1b98173a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..01efec045b9e3ba3aafdf54e3ecf9f952a2268a6 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d1b61708b53fb5aa09cc79a5f9bb156608f8bf Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..10851f6c87c0db0f2fc83e71e2fa99be1b49e704 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0ec49abcea154c8e2856ff930b04011bb51e36 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..5f55cd5539ce16dad8251dab2be5dceeb43a73a5 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..ed75cb8128cbdab3d357bffdc26ad276e927dcd4 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd81de0c29ee647f00e7c525c243a40552b9a14 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..12b0a79c588fdb90b3a4a2a55b654700bf726453 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..3ffa25193cbd56b3b6e44097efe5e9d881be0c16 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0eb61f152133d86f80f31408a6611ee5a8f0f450 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..0c766f30dba513e013795c56d1a28134cef9f92b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4f66d7adce19a0ae2471aebead88d74abacb0ac9 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..40d02ee84f88079fb987e681800ecb599c2e82a7 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_action_bar_item_background_material.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..63435d797826c7ddb48b9b99b3b503d872832c20 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v21/abc_btn_colored_material.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..425066d8be890edd14ff1f73024b6bbfff81ca45 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-v23/abc_control_background_material.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..6284eaaa17d3a168ee64a94ef5e7aefec7a4d98b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..49025208b6057654c3a15f0b2a5d46a016553260 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..59a683ab60d66781b7d5135885ec5565c2e9b6af Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..03bf49cc5ea2b816a7041067e148dd6ff28fbe55 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..342323b4b505f28eed4191286a3070f3a99de049 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c0333f982c12302b59c870439ad87990643be685 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..2f29c39cdff493d2dd0e219a299662675330519a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..a854864d7df5d9c26b45c19685ff0b790c0e5275 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..726b1dc59e3daeba67a9e436e6163a94495c01db Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..600178a98a9887e7f1977b541b9195cbb02d666f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c465e82fc9c244da6a38a8eab7afca8a1b8be574 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..76e07f0970ac317b1bddfb265c5b3b57079dc4fc Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..1015e1f443df9b19cdc4adc34640e91fceb83676 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b3fa6bc2f09c291bd08d65480d3d1d8a20de6de2 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a6d2585348986ac0177d5461ef10331b44fae1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..3c5e683e7c559a882f8ff9ce71131bccf7b9afe1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..f87733af1c448bc024de0cae9d197241558e5bd9 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9aabc43ce6e7182c477d9ea58a1b85561bdccc14 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c039c8e0b037cc23d8751f6e99c704c650394fa1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..b57ee1935ef378d3567487031094d58ba804ecbc Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..76f269655791c6135deb97fdbc38138c7b1857f8 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..d0385ba4ce2e53ac99dac61f0a53c3d1f819dc83 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..1e571f5c6f7ae4b205aa3a050c5aec76c753b343 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..67c25aefff272ed6716a00fe80012ded61b4d1f2 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_focused_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..17c34a1a93cf6e29559cd5fdb0db69b8c9adfbec Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..988548a10365b25a52a3faa9f906569a80d52dd1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..15fcf6a3220557b772cf6c3c05ef8d521a97f124 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..65275b38c73437c10cf4378a8313f2aafbd3e04e Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..5b58e760540f51bdc9ce347fde6d010c2005d3cd Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..09d10225d8a83e99cdb964b700aeb62365802587 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..b5dd854b20c4bf3dcfacf03fe9f9f8cd93181e1a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..bcf6b7f059ff374cf2bcae65ad8670f5a76f5346 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1396bca97f135137a9e56b52ae1031055c78f4 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..2242d2f94b9210ee15659529b987e57aedb94f87 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff3a8304c19cfe6be8f848ed5483c661a069658 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e693a7b81589e21048a5e7a8b28055cf48118a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..819171ad6505fc94b6234fd8de11803097cac12f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4def8c8fabd1f5f52083445c51eee12b238cb606 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4eae28fde7ed2f69348492f8b76f0fccad273212 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..accf80e4af560daf9b06406eff1a825753e0a4ed Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..8c82ec3d7a19e756ed5ad582c133b1f45964ce57 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc0a9b8793ffdccc2b4e4c6eeb534bd4e5b7355 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..92b712e5d4cc68bd09da9781eb566b2e45ba161c Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..78bbeba1021c3146f947c785ab8c55428891769c Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..c4ba8e64fdd26f5395b931baacc7974d4c136f92 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f026a41c85307b9ebd64991ac045a2e839f09fad Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c8b9f68939f5dfd46888921663cd80e246cb32ae Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d2f3294f543553eb8bed804b56edae6a47eaf7 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..39178bf31a97f5c40f5db9a1f2e77d40d0e86bfb Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..f54f4f9d1103017ba9e6f5444001dfe815cf70e5 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..65cf0c1eb9cfd3e7548cbef55972643ef86f796b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..d0416237311c0d6c952647ca948c0e9c564771fe Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..9dff893e772731f6d5881dcaa30499dcab6567b2 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a1f8c33394416d4c57a81c700d81fb35cb81d6f0 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..28a3bbf21cb1915fa1c589df6f61afbc10bd8d7d Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..29a4e5295182b4119e3e31a6b761039eea16640f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..162ab9847acbb9fcdf7cc3e428412c80176d797c Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..a1866ba45f1ec26d63c1d777d88207f40538966b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..d967ae70fad412dd07fdcae44e23b7db8a116077 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..5baef9ff2f5533324a5254deae54932d2ab826ff Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..987b2bc25a23e661c3fad45b659cbf95e267d1dc Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..8b050e8551482e4bfba482e20d18449f0d71c380 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 0000000000000000000000000000000000000000..00e370a1a98a123fd943cd6f318bfd731b06aaad Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..719c7b5ebf87db3bde3e5c12ab3b433cbc0e0da8 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..75bd5803fd0ba79a5573238d5d7ed6b25a0828f7 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc366665ccd933e0746d349c94c04a7b926edac Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 0000000000000000000000000000000000000000..224a08157f83679a73e8f3f466f18b40db936a5e Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f306db29b210459728fbc2995fa5c12e3fe24e Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 0000000000000000000000000000000000000000..ee4bfe7d0b1be1a9bc7898238d72db4090b1d4cf Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..6940b603ea086d7db2288d9cd44081c1ebc0f1fc Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..96bec46c2e8b1d77604824276ad6e6592b983164 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb74c8693ec012e9fef19a68979c97e57d7185e Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..4d3d3a4d05bf3af555900fe405607edd22ab9765 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c5acb84f0447806c5c4bb3c0b1461a01c008aed1 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..30328ae1d2e01163f15a2f10fa817c46bf88417b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..d4f3650622c028eaead94a59c3c2b77c3844ce46 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc870e49b3043129813aa8240c44a80cd0744ac Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..4e18de21a61fb762467d1fa2552baf5b8081d3b9 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 0000000000000000000000000000000000000000..5fa326654ef90ee5b1db23fdf4b1f21dcd6fc9f5 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 0000000000000000000000000000000000000000..c11cb2ec658905996d5a1ecb86e8d4c6caf106b0 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd5bfef8e893d1d1641bce362a3bd416ba189e0 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 0000000000000000000000000000000000000000..99e68cc0e7fede0cd0a5d904f4fc415995b11a6a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..16b0f1d40912926dd6d0b4e080c9f6e5c81c77ab Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2a480a02138f7e1627c47c7810769c07d02987 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..fe93d873f6c1796f8ee23c8f614ec32fb38d6fe3 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..4b2d05ab0cfff9bc6ed8108d2872a1e77c784cb3 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..16e9e14d5e940fd9ba3e3d932ff53707574285e3 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..129d30f84caebab494795e76eb4872378d89613d Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..fa6ab02ba9c251c9b8cb4d7322d6d65e3b221983 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..77318c711194f3aa207fab8b100b6e10f437672f Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..098c25a1bbb3078cfb7cf976120dd61634fa7ca2 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 0000000000000000000000000000000000000000..76c4eeb26ba0e36d478a7aa63d9e9614e03e7d67 Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..6b8bc0a8e33a9692ae6795657dabc71e7ee598ed Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..c2393abe68aec1ee712957cdbb3a975b3111e49a Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 0000000000000000000000000000000000000000..929be19b09ab00c568c765de1e5b0bbe20b05d0b Binary files /dev/null and b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..58a33fc602796f18459d7807a3723623db59c161 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_borderless_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..79bff6a396f7ef4ab32f53b7e9733ae64593f81f --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_check_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..c61fa11833f3a0949cf9a19baae3cd34381de8e0 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_colored_material.xml @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml new file mode 100644 index 0000000000000000000000000000000000000000..82557e0a1c88fb4e945031346d0c3eb552b52128 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_default_mtrl_shape.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..f479f89bf66e97b73ebc924c56be66d16b9efe05 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_btn_radio_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml new file mode 100644 index 0000000000000000000000000000000000000000..406d4c48b2fe5e6a2e3542c6d8177d8bc4c7c530 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_internal_bg.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..2f6f990d3f8e9f6b7ae746969a13c12e6e5fa30a --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_cab_background_top_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..44e7b0ebc5b5859779eec19f70aa135a7fa6cae7 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_dark.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..4b77a0037505a98ad6b4b1254aff5dd7f4c6603c --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_dialog_material_background_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..f57d90ab3cc94f2dd169b770817224758ca4007d --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_edit_text_material.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..abfc11459c15e9d2b4c6d56e9a0307c8d66acbee --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_dark.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..bc7298ca8c4187b7e9e6e85611c6e00a4ba9ef11 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_item_background_holo_light.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..cb40ddc9d9b0333d92aa9b459d5ad76239b2c81d --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..75d91a4e7ca1c083fa1ca6d441aac53fef23d26c --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_background_transition_holo_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml new file mode 100644 index 0000000000000000000000000000000000000000..9db88d57cf0f3fde610abd1fc8694f3ff8c50544 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_dark.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml new file mode 100644 index 0000000000000000000000000000000000000000..3d19c6014c85512485faf84492f03666649c91ba --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_list_selector_holo_light.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..1e9c549288f3d127509bff64ce6d90a7b4f4cc63 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_ratingbar_full_material.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..39e07b3311a7145b648bb36ffe50bb643051b733 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_spinner_textfield_background_material.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..efb827c5e297b02dc19f95422907a26a454cfd36 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_switch_thumb_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..222452a919ce88dec61125df0ee870672ea247f6 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_tab_indicator_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..6f432b6a378aaaffdb6d45824a71fed2eafebd51 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_text_cursor_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..f31c18b22edd8929388dce25a6d8ea073a2c09ea --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/drawable/abc_textfield_search_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml new file mode 100644 index 0000000000000000000000000000000000000000..c2578b681118d296aab918007c2a6a7225aeb2d8 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_title_item.xml @@ -0,0 +1,35 @@ + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml new file mode 100644 index 0000000000000000000000000000000000000000..6bb35fb3f17167a766ae8b6b53a9fd16440fa8bf --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_up_container.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml new file mode 100644 index 0000000000000000000000000000000000000000..6217fc6fd5ed2b28eae5ffa915c1507a157a518c --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_bar_view_list_nav_layout.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml new file mode 100644 index 0000000000000000000000000000000000000000..3529867a78f8f3bb0c6488454432886301731cdb --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_item_layout.xml @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml new file mode 100644 index 0000000000000000000000000000000000000000..8dab475d742b717ccd015b169a56d81d279cc398 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_menu_layout.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml new file mode 100644 index 0000000000000000000000000000000000000000..51733630049cf8933c1a1e8eae5e8c33f9b5c4c7 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_bar.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..60c6a633e00ca488739fa6662c21c58509224acf --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_action_mode_close_item_material.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml new file mode 100644 index 0000000000000000000000000000000000000000..02e428a3f0cdb24ee067191b64d6f51f9d16f2e3 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml new file mode 100644 index 0000000000000000000000000000000000000000..80f7c97e7cdf5e56e2e7a31f81f39a19b84e9bbe --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_activity_chooser_view_list_item.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml new file mode 100644 index 0000000000000000000000000000000000000000..7bc54672e488ed498ba7d6a3a1d7a4f5505bc2d7 --- /dev/null +++ b/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/layout/abc_alert_dialog_material.xml @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +