diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index d21275c..97839c5 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 2715a34..3279b6b 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,29 +1,116 @@ - - - - - - - - - - + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
\ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7ac24c7..d50bec8 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,18 +1,21 @@ - - - - - + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b0c7b20..2925c96 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,38 +1,9 @@ - - - - - - - - - - - + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 20a804e..0cce299 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "aixiao.lightcontrol" minSdkVersion 14 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 1 - versionName "1.0" + versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -16,18 +16,20 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } + buildToolsVersion = '28.0.3' } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0' - implementation 'com.android.support.constraint:constraint-layout:1.1.2' - testImplementation 'junit:junit:4.12' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' + testImplementation 'junit:junit:4.13' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' + implementation 'com.android.support:cardview-v7:28.0.0' implementation group: 'commons-io', name: 'commons-io', version: '2.6' - } + diff --git a/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml b/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml new file mode 100644 index 0000000..3a37cf6 --- /dev/null +++ b/app/build/generated/res/pngs/debug/drawable-anydpi-v21/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png new file mode 100644 index 0000000..c388513 Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-hdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png new file mode 100644 index 0000000..6c6d82d Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-ldpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png new file mode 100644 index 0000000..9a8937e Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-mdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png new file mode 100644 index 0000000..8b7190e Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-xhdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png new file mode 100644 index 0000000..53f8481 Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-xxhdpi/ic_launcher_background.png differ diff --git a/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png b/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png new file mode 100644 index 0000000..a709fca Binary files /dev/null and b/app/build/generated/res/pngs/debug/drawable-xxxhdpi/ic_launcher_background.png differ diff --git a/app/build/generated/source/buildConfig/debug/aixiao/lightcontrol/BuildConfig.java b/app/build/generated/source/buildConfig/debug/aixiao/lightcontrol/BuildConfig.java new file mode 100644 index 0000000..8709d3b --- /dev/null +++ b/app/build/generated/source/buildConfig/debug/aixiao/lightcontrol/BuildConfig.java @@ -0,0 +1,12 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package aixiao.lightcontrol; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "aixiao.lightcontrol"; + public static final String BUILD_TYPE = "debug"; + public static final int VERSION_CODE = 1; + public static final String VERSION_NAME = "1.1"; +} diff --git a/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/debug.json b/app/build/intermediates/blame/res/debug/multi-v2/debug.json new file mode 100644 index 0000000..1b0afe1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/debug.json @@ -0,0 +1,3267 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21_values-ldltr-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-lv_values-lv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "3076", + "endColumns": "100", + "endOffsets": "3172" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,2994", + "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81", + "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,3071" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-gl_values-gl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2920", + "endColumns": "100", + "endOffsets": "3016" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,217,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,2838", + "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81", + "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,2915" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,2828", + "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83", + "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,2907" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2912", + "endColumns": "100", + "endOffsets": "3008" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-as_values-as.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,312,419,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,2861", + "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88", + "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,2945" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2950", + "endColumns": "100", + "endOffsets": "3046" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-zu_values-zu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2898", + "endColumns": "100", + "endOffsets": "2994" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,320,434,522,625,752,832,912,1003,1096,1190,1284,1385,1478,1573,1667,1758,1851,1937,2041,2147,2245,2352,2458,2564,2721,2817", + "endColumns": "107,106,113,87,102,126,79,79,90,92,93,93,100,92,94,93,90,92,85,103,105,97,106,105,105,156,95,80", + "endOffsets": "208,315,429,517,620,747,827,907,998,1091,1185,1279,1380,1473,1568,1662,1753,1846,1932,2036,2142,2240,2347,2453,2559,2716,2812,2893" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-et_values-et.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,222,329,440,526,628,745,825,903,995,1089,1194,1296,1406,1500,1601,1695,1787,1880,1963,2074,2179,2278,2388,2489,2592,2758,2860", + "endColumns": "116,106,110,85,101,116,79,77,91,93,104,101,109,93,100,93,91,92,82,110,104,98,109,100,102,165,101,81", + "endOffsets": "217,324,435,521,623,740,820,898,990,1084,1189,1291,1401,1495,1596,1690,1782,1875,1958,2069,2174,2273,2383,2484,2587,2753,2855,2937" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ta_values-ta.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2954", + "endColumns": "100", + "endOffsets": "3050" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,2874", + "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79", + "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,2949" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v28_values-v28.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,447", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,442,684" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-af_values-af.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2856", + "endColumns": "100", + "endOffsets": "2952" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,2776", + "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79", + "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,2851" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-or_values-or.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,334,441,527,631,751,828,905,996,1089,1186,1281,1382,1475,1570,1666,1757,1847,1929,2039,2144,2250,2361,2464,2582,2745,2847", + "endColumns": "118,109,106,85,103,119,76,76,90,92,96,94,100,92,94,95,90,89,81,109,104,105,110,102,117,162,101,88", + "endOffsets": "219,329,436,522,626,746,823,900,991,1084,1181,1276,1377,1470,1565,1661,1752,1842,1924,2034,2139,2245,2356,2459,2577,2740,2842,2931" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v21_values-watch-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-watch-v21\\values-watch-v21.xml", + "from": { + "startLines": "2,6,10", + "startColumns": "4,4,4", + "startOffsets": "55,271,499", + "endLines": "5,9,13", + "endColumns": "12,12,12", + "endOffsets": "266,494,724" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ne_values-ne.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2988", + "endColumns": "100", + "endOffsets": "3084" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,2902", + "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85", + "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,2983" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-sw_values-sw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,2801", + "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81", + "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,2878" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-pa_values-pa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2839", + "endColumns": "100", + "endOffsets": "2935" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,305,410,496,596,709,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,2759", + "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79", + "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,2834" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR_values-pt-rBR.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,331,438,527,628,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844", + "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84", + "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-uk_values-uk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,317,423,509,617,735,814,894,985,1078,1174,1268,1369,1462,1557,1652,1743,1834,1915,2021,2128,2226,2334,2440,2549,2719,2819", + "endColumns": "109,101,105,85,107,117,78,79,90,92,95,93,100,92,94,94,90,90,80,105,106,97,107,105,108,169,99,80", + "endOffsets": "210,312,418,504,612,730,809,889,980,1073,1169,1263,1364,1457,1552,1647,1738,1829,1910,2016,2123,2221,2329,2435,2544,2714,2814,2895" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-gu_values-gu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,2802", + "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79", + "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,2877" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-sk_values-sk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2918", + "endColumns": "100", + "endOffsets": "3014" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,212,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,2830", + "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87", + "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,2913" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v18_values-v18.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ca_values-ca.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2915", + "endColumns": "100", + "endOffsets": "3011" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,2834", + "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80", + "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,2910" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-hu_values-hu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2961", + "endColumns": "100", + "endOffsets": "3057" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,318,433,517,629,759,835,911,1002,1095,1191,1285,1386,1479,1574,1669,1760,1851,1934,2044,2155,2255,2366,2474,2593,2775,2878", + "endColumns": "107,104,114,83,111,129,75,75,90,92,95,93,100,92,94,94,90,90,82,109,110,99,110,107,118,181,102,82", + "endOffsets": "208,313,428,512,624,754,830,906,997,1090,1186,1280,1381,1474,1569,1664,1755,1846,1929,2039,2150,2250,2361,2469,2588,2770,2873,2956" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ky_values-ky.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,2802", + "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80", + "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,2878" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v20_values-watch-v20.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-watch-v20\\values-watch-v20.xml", + "from": { + "startLines": "2,5,8", + "startColumns": "4,4,4", + "startOffsets": "55,214,385", + "endLines": "4,7,10", + "endColumns": "12,12,12", + "endOffsets": "209,380,553" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-sr_values-sr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2905", + "endColumns": "100", + "endOffsets": "3001" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,2821", + "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83", + "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,2900" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-es_values-es.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2924", + "endColumns": "100", + "endOffsets": "3020" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,222,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,2842", + "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81", + "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,2919" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS_values-es-rUS.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2920", + "endColumns": "100", + "endOffsets": "3016" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,334,442,527,628,751,836,918,1009,1102,1198,1292,1392,1485,1584,1680,1771,1862,1944,2056,2156,2257,2365,2472,2579,2738,2838", + "endColumns": "119,108,107,84,100,122,84,81,90,92,95,93,99,92,98,95,90,90,81,111,99,100,107,106,106,158,99,81", + "endOffsets": "220,329,437,522,623,746,831,913,1004,1097,1193,1287,1387,1480,1579,1675,1766,1857,1939,2051,2151,2252,2360,2467,2574,2733,2833,2915" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ml_values-ml.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2955", + "endColumns": "100", + "endOffsets": "3051" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,2873", + "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81", + "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,2950" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-night-v8_values-night-v8.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593", + "endColumns": "69,83,83,95,101,101,93", + "endOffsets": "120,204,288,384,486,588,682" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v25_values-v25.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK_values-zh-rHK.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,200,293,393,475,572,680,756,832,924,1018,1110,1206,1302,1396,1492,1584,1676,1768,1846,1942,2038,2133,2230,2325,2423,2574,2668", + "endColumns": "94,92,99,81,96,107,75,75,91,93,91,95,95,93,95,91,91,91,77,95,95,94,96,94,97,150,93,77", + "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1105,1201,1297,1391,1487,1579,1671,1763,1841,1937,2033,2128,2225,2320,2418,2569,2663,2741" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2746", + "endColumns": "100", + "endOffsets": "2842" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rCA_values-en-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ur_values-ur.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,2824", + "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79", + "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,2899" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-hr_values-hr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,2837", + "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88", + "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,2921" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2926", + "endColumns": "100", + "endOffsets": "3022" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA_values-fr-rCA.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,331,442,529,645,775,858,938,1029,1122,1221,1316,1417,1510,1603,1698,1789,1880,1976,2086,2198,2301,2412,2519,2621,2780,2879", + "endColumns": "110,114,110,86,115,129,82,79,90,92,98,94,100,92,92,94,90,90,95,109,111,102,110,106,101,158,98,85", + "endOffsets": "211,326,437,524,640,770,853,933,1024,1117,1216,1311,1412,1505,1598,1693,1784,1875,1971,2081,2193,2296,2407,2514,2616,2775,2874,2960" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2965", + "endColumns": "100", + "endOffsets": "3061" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ro_values-ro.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2953", + "endColumns": "100", + "endOffsets": "3049" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,226,330,443,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,2870", + "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82", + "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,2948" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ar_values-ar.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2860", + "endColumns": "100", + "endOffsets": "2956" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,222,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,2779", + "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80", + "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,2855" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ka_values-ka.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,2818", + "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80", + "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,2894" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-land_values-land.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4", + "startColumns": "4,4,4", + "startOffsets": "55,125,196", + "endColumns": "69,70,67", + "endOffsets": "120,191,259" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v21_values-v21.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8799,11879,12076,12275,12398,12521,12634,12817,12948,13149,13238,13349,13582,13683,13778,13901,14030,14147,14324,14423,14558,14701,14836,14955,15156,15275,15368,15479,15535,15642,15837,15948,16081,16176,16267,16358,16475,16614,16685,16768,17448,17505,17563,18257", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8794,11874,12071,12270,12393,12516,12629,12812,12943,13144,13233,13344,13577,13678,13773,13896,14025,14142,14319,14418,14553,14696,14831,14950,15151,15270,15363,15474,15530,15637,15832,15943,16076,16171,16262,16353,16470,16609,16680,16763,17443,17500,17558,18252,18958" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,164,166,168,170,173,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,225,226,227,237,238,239,251", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9098,12178,12375,12574,12697,12820,12933,13116,13247,13448,13537,13648,13881,13982,14077,14200,14329,14446,14623,14722,14857,15000,15135,15254,15455,15574,15667,15778,15834,15941,16136,16247,16380,16475,16566,16657,16774,16913,16984,17067,17747,17804,17862,18556", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,165,167,169,172,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,224,225,226,236,237,238,250,262", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", + "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9093,12173,12370,12569,12692,12815,12928,13111,13242,13443,13532,13643,13876,13977,14072,14195,14324,14441,14618,14717,14852,14995,15130,15249,15450,15569,15662,15773,15829,15936,16131,16242,16375,16470,16561,16652,16769,16908,16979,17062,17742,17799,17857,18551,19257" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,263,264,265,266,267,270", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,19262,19378,19504,19630,19758,19930", + "endLines": "2,3,4,5,263,264,265,266,269,274", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,19373,19499,19625,19753,19925,20263" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-my_values-my.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2979", + "endColumns": "100", + "endOffsets": "3075" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,319,436,529,641,769,847,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1951,2074,2186,2288,2414,2525,2635,2795,2895", + "endColumns": "108,104,116,92,111,127,77,78,90,92,95,93,100,92,94,93,90,90,85,122,111,101,125,110,109,159,99,83", + "endOffsets": "209,314,431,524,636,764,842,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1946,2069,2181,2283,2409,2520,2630,2790,2890,2974" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v23_values-v23.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,19,32,33,34,35,36", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", + "endLines": "2,3,4,5,18,31,32,33,34,35,36", + "endColumns": "134,134,74,86,12,12,126,104,114,106,112", + "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\287b81395e8a6af72b16997b2b264ea9\\cardview-v7-28.0.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "200" + }, + "to": { + "startLines": "37", + "startColumns": "4", + "startOffsets": "2646", + "endLines": "39", + "endColumns": "12", + "endOffsets": "2791" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-kk_values-kk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2893", + "endColumns": "100", + "endOffsets": "2989" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,217,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,2812", + "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80", + "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,2888" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-sv_values-sv.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2863", + "endColumns": "100", + "endOffsets": "2959" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,211,314,425,510,612,725,801,877,970,1065,1161,1255,1358,1453,1550,1648,1744,1837,1917,2023,2123,2219,2324,2426,2528,2682,2784", + "endColumns": "105,102,110,84,101,112,75,75,92,94,95,93,102,94,96,97,95,92,79,105,99,95,104,101,101,153,101,78", + "endOffsets": "206,309,420,505,607,720,796,872,965,1060,1156,1250,1353,1448,1545,1643,1739,1832,1912,2018,2118,2214,2319,2421,2523,2677,2779,2858" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN_values-en-rIN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-bg_values-bg.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2930", + "endColumns": "100", + "endOffsets": "3026" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,220,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,2847", + "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82", + "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,2925" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-sl_values-sl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,212,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,2853", + "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82", + "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,2931" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-cs_values-cs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,212,314,423,509,614,731,812,893,984,1077,1173,1267,1362,1455,1550,1647,1738,1829,1913,2017,2126,2225,2331,2441,2548,2711,2809", + "endColumns": "106,101,108,85,104,116,80,80,90,92,95,93,94,92,94,96,90,90,83,103,108,98,105,109,106,162,97,81", + "endOffsets": "207,309,418,504,609,726,807,888,979,1072,1168,1262,1357,1450,1545,1642,1733,1824,1908,2012,2121,2220,2326,2436,2543,2706,2804,2886" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2891", + "endColumns": "100", + "endOffsets": "2987" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-te_values-te.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,328,439,529,634,759,841,923,1014,1107,1203,1297,1398,1491,1586,1681,1772,1863,1947,2060,2168,2267,2378,2480,2597,2763,2864", + "endColumns": "113,108,110,89,104,124,81,81,90,92,95,93,100,92,94,94,90,90,83,112,107,98,110,101,116,165,100,81", + "endOffsets": "214,323,434,524,629,754,836,918,1009,1102,1198,1292,1393,1486,1581,1676,1767,1858,1942,2055,2163,2262,2373,2475,2592,2758,2859,2941" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2946", + "endColumns": "100", + "endOffsets": "3042" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rXC_values-en-rXC.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503", + "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178", + "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "202", + "endOffsets": "253" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5682", + "endColumns": "202", + "endOffsets": "5880" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-sq_values-sq.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,319,431,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,2826", + "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80", + "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,2902" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2907", + "endColumns": "100", + "endOffsets": "3003" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-it_values-it.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2906", + "endColumns": "100", + "endOffsets": "3002" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,2823", + "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82", + "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,2901" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-az_values-az.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,312,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,2820", + "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82", + "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,2898" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ru_values-ru.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2913", + "endColumns": "100", + "endOffsets": "3009" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,220,322,434,520,625,745,824,902,994,1088,1184,1277,1373,1467,1563,1658,1750,1842,1922,2028,2136,2234,2343,2449,2557,2732,2832", + "endColumns": "114,101,111,85,104,119,78,77,91,93,95,92,95,93,95,94,91,91,79,105,107,97,108,105,107,174,99,80", + "endOffsets": "215,317,429,515,620,740,819,897,989,1083,1179,1272,1368,1462,1558,1653,1745,1837,1917,2023,2131,2229,2338,2444,2552,2727,2827,2908" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-mk_values-mk.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2945", + "endColumns": "100", + "endOffsets": "3041" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,317,425,511,616,735,818,900,997,1096,1193,1293,1400,1499,1600,1696,1793,1884,1971,2077,2184,2285,2392,2503,2607,2763,2861", + "endColumns": "107,103,107,85,104,118,82,81,96,98,96,99,106,98,100,95,96,90,86,105,106,100,106,110,103,155,97,83", + "endOffsets": "208,312,420,506,611,730,813,895,992,1091,1188,1288,1395,1494,1595,1691,1788,1879,1966,2072,2179,2280,2387,2498,2602,2758,2856,2940" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ko_values-ko.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,200,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,2678", + "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77", + "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,2751" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2756", + "endColumns": "100", + "endOffsets": "2852" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-is_values-is.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2865", + "endColumns": "100", + "endOffsets": "2961" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,205,302,414,499,600,714,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,2784", + "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80", + "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,2860" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-uz_values-uz.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2889", + "endColumns": "100", + "endOffsets": "2985" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,2805", + "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83", + "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,2884" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-port_values-port.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4_values-xlarge-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-nb_values-nb.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2826", + "endColumns": "100", + "endOffsets": "2922" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,308,422,508,608,721,797,873,964,1057,1153,1247,1348,1441,1536,1634,1725,1816,1896,1999,2098,2194,2298,2396,2497,2650,2747", + "endColumns": "107,94,113,85,99,112,75,75,90,92,95,93,100,92,94,97,90,90,79,102,98,95,103,97,100,152,96,78", + "endOffsets": "208,303,417,503,603,716,792,868,959,1052,1148,1242,1343,1436,1531,1629,1720,1811,1891,1994,2093,2189,2293,2391,2492,2645,2742,2821" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-fi_values-fi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2872", + "endColumns": "100", + "endOffsets": "2968" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,313,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,2792", + "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79", + "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,2867" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v26_values-v26.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-lt_values-lt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2978", + "endColumns": "100", + "endOffsets": "3074" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,221,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,2895", + "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82", + "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,2973" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-pl_values-pl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,221,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,2827", + "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81", + "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,2904" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2909", + "endColumns": "100", + "endOffsets": "3005" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-am_values-am.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,207,306,412,498,601,714,792,870,961,1054,1147,1241,1342,1435,1530,1624,1715,1805,1884,1984,2084,2180,2283,2382,2489,2642,2738", + "endColumns": "101,98,105,85,102,112,77,77,90,92,92,93,100,92,94,93,90,89,78,99,99,95,102,98,106,152,95,78", + "endOffsets": "202,301,407,493,596,709,787,865,956,1049,1142,1236,1337,1430,1525,1619,1710,1800,1879,1979,2079,2175,2278,2377,2484,2637,2733,2812" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2817", + "endColumns": "100", + "endOffsets": "2913" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13_values-h720dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-iw_values-iw.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,308,416,500,600,714,792,870,961,1055,1151,1245,1346,1439,1534,1631,1722,1814,1895,1997,2101,2199,2302,2403,2503,2655,2751", + "endColumns": "103,98,107,83,99,113,77,77,90,93,95,93,100,92,94,96,90,91,80,101,103,97,102,100,99,151,95,80", + "endOffsets": "204,303,411,495,595,709,787,865,956,1050,1146,1240,1341,1434,1529,1626,1717,1809,1890,1992,2096,2194,2297,2398,2498,2650,2746,2827" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2832", + "endColumns": "100", + "endOffsets": "2928" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-th_values-th.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,308,416,505,607,717,794,872,963,1056,1152,1246,1347,1440,1535,1629,1720,1811,1892,2000,2104,2202,2310,2415,2516,2669,2764", + "endColumns": "104,97,107,88,101,109,76,77,90,92,95,93,100,92,94,93,90,90,80,107,103,97,107,104,100,152,94,80", + "endOffsets": "205,303,411,500,602,712,789,867,958,1051,1147,1241,1342,1435,1530,1624,1715,1806,1887,1995,2099,2197,2305,2410,2511,2664,2759,2840" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-lo_values-lo.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2836", + "endColumns": "100", + "endOffsets": "2932" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,305,412,497,602,714,791,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1888,1995,2092,2190,2295,2398,2502,2659,2755", + "endColumns": "102,96,106,84,104,111,76,77,90,92,95,93,100,92,94,93,90,90,79,106,96,97,104,102,103,156,95,80", + "endOffsets": "203,300,407,492,597,709,786,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1883,1990,2087,2185,2290,2393,2497,2654,2750,2831" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-pt_values-pt.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,331,438,527,628,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844", + "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84", + "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-fa_values-fa.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,2822", + "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80", + "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,2898" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4_values-hdpi-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4_values-large-v4.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v17_values-v17.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", + "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-fr_values-fr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,331,442,524,630,760,843,923,1014,1107,1206,1301,1402,1495,1588,1683,1774,1865,1951,2061,2173,2276,2387,2494,2601,2760,2859", + "endColumns": "110,114,110,81,105,129,82,79,90,92,98,94,100,92,92,94,90,90,85,109,111,102,110,106,106,158,98,85", + "endOffsets": "211,326,437,519,625,755,838,918,1009,1102,1201,1296,1397,1490,1583,1678,1769,1860,1946,2056,2168,2271,2382,2489,2596,2755,2854,2940" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2945", + "endColumns": "100", + "endOffsets": "3041" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-vi_values-vi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2901", + "endColumns": "100", + "endOffsets": "2997" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,327,436,520,623,742,819,896,987,1080,1176,1270,1371,1464,1559,1657,1748,1839,1923,2027,2136,2237,2342,2456,2561,2718,2817", + "endColumns": "113,107,108,83,102,118,76,76,90,92,95,93,100,92,94,97,90,90,83,103,108,100,104,113,104,156,98,83", + "endOffsets": "214,322,431,515,618,737,814,891,982,1075,1171,1265,1366,1459,1554,1652,1743,1834,1918,2022,2131,2232,2337,2451,2556,2713,2812,2896" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-in_values-in.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2887", + "endColumns": "100", + "endOffsets": "2983" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,2803", + "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83", + "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,2882" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-hi_values-hi.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2892", + "endColumns": "100", + "endOffsets": "2988" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,211,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,2812", + "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79", + "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,2887" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-si_values-si.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,322,429,517,622,738,827,914,1005,1098,1193,1287,1388,1481,1576,1670,1761,1852,1936,2045,2150,2248,2358,2457,2563,2722,2821", + "endColumns": "109,106,106,87,104,115,88,86,90,92,94,93,100,92,94,93,90,90,83,108,104,97,109,98,105,158,98,81", + "endOffsets": "210,317,424,512,617,733,822,909,1000,1093,1188,1282,1383,1476,1571,1665,1756,1847,1931,2040,2145,2243,2353,2452,2558,2717,2816,2898" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2753", + "endColumns": "100", + "endOffsets": "2849" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,200,293,393,475,572,680,756,832,924,1018,1116,1212,1308,1402,1498,1590,1682,1774,1852,1948,2044,2139,2236,2331,2431,2581,2675", + "endColumns": "94,92,99,81,96,107,75,75,91,93,97,95,95,93,95,91,91,91,77,95,95,94,96,94,99,149,93,77", + "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1111,1207,1303,1397,1493,1585,1677,1769,1847,1943,2039,2134,2231,2326,2426,2576,2670,2748" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-be_values-be.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2915", + "endColumns": "100", + "endOffsets": "3011" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,328,444,530,638,756,835,913,1005,1099,1195,1289,1385,1479,1575,1670,1762,1854,1937,2043,2149,2247,2355,2460,2565,2734,2834", + "endColumns": "119,102,115,85,107,117,78,77,91,93,95,93,95,93,95,94,91,91,82,105,105,97,107,104,104,168,99,80", + "endOffsets": "220,323,439,525,633,751,830,908,1000,1094,1190,1284,1380,1474,1570,1665,1757,1849,1932,2038,2144,2242,2350,2455,2560,2729,2829,2910" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-da_values-da.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,307,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,2765", + "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78", + "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,2839" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-bn_values-bn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,2857", + "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81", + "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,2934" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2939", + "endColumns": "100", + "endOffsets": "3035" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-kn_values-kn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2948", + "endColumns": "100", + "endOffsets": "3044" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,335,448,536,643,770,847,924,1015,1108,1204,1298,1399,1492,1587,1681,1772,1863,1945,2061,2172,2271,2384,2488,2602,2766,2866", + "endColumns": "117,111,112,87,106,126,76,76,90,92,95,93,100,92,94,93,90,90,81,115,110,98,112,103,113,163,99,81", + "endOffsets": "218,330,443,531,638,765,842,919,1010,1103,1199,1293,1394,1487,1582,1676,1767,1858,1940,2056,2167,2266,2379,2483,2597,2761,2861,2943" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v16_values-v16.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-tr_values-tr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2865", + "endColumns": "100", + "endOffsets": "2961" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,309,421,506,612,732,811,887,978,1071,1164,1258,1356,1449,1551,1646,1737,1828,1907,2014,2119,2215,2322,2424,2532,2688,2786", + "endColumns": "104,98,111,84,105,119,78,75,90,92,92,93,97,92,101,94,90,90,78,106,104,95,106,101,107,155,97,78", + "endOffsets": "205,304,416,501,607,727,806,882,973,1066,1159,1253,1351,1444,1546,1641,1732,1823,1902,2009,2114,2210,2317,2419,2527,2683,2781,2860" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT_values-pt-rPT.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2949", + "endColumns": "100", + "endOffsets": "3045" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,331,438,527,628,752,836,917,1009,1103,1201,1295,1395,1489,1585,1680,1772,1864,1951,2058,2170,2272,2380,2487,2594,2765,2864", + "endColumns": "119,105,106,88,100,123,83,80,91,93,97,93,99,93,95,94,91,91,86,106,111,101,107,106,106,170,98,84", + "endOffsets": "220,326,433,522,623,747,831,912,1004,1098,1196,1290,1390,1484,1580,1675,1767,1859,1946,2053,2165,2267,2375,2482,2589,2760,2859,2944" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-mn_values-mn.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,218,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,2795", + "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80", + "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,2871" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ms_values-ms.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,321,429,516,620,731,809,888,979,1072,1167,1261,1360,1453,1548,1642,1733,1824,1904,2016,2125,2222,2331,2434,2541,2700,2801", + "endColumns": "110,104,107,86,103,110,77,78,90,92,94,93,98,92,94,93,90,90,79,111,108,96,108,102,106,158,100,79", + "endOffsets": "211,316,424,511,615,726,804,883,974,1067,1162,1256,1355,1448,1543,1637,1728,1819,1899,2011,2120,2217,2326,2429,2536,2695,2796,2876" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-nl_values-nl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,328,435,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,2839", + "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81", + "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,2916" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2921", + "endColumns": "100", + "endOffsets": "3017" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU_values-en-rAU.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-eu_values-eu.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,312,422,508,614,738,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,2856", + "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81", + "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,2933" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2938", + "endColumns": "100", + "endOffsets": "3034" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-bs_values-bs.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,2842", + "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83", + "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,2921" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2926", + "endColumns": "100", + "endOffsets": "3022" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\02032d4eab5e547a1b10f7e2cc64a621\\coordinatorlayout-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,102,3,13", + "startColumns": "4,4,4,4", + "startOffsets": "55,5935,116,724", + "endLines": "2,104,12,101", + "endColumns": "60,12,24,24", + "endOffsets": "111,6075,719,5930" + }, + "to": { + "startLines": "16,1879,2607,2617", + "startColumns": "4,4,4,4", + "startOffsets": "716,123817,169114,169722", + "endLines": "16,1881,2616,2705", + "endColumns": "60,12,24,24", + "endOffsets": "772,123957,169717,174928" + } + }, + { + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1,3,2,4,5", + "startColumns": "4,4,4,4,4", + "startOffsets": "17,110,68,161,209", + "endColumns": "49,49,40,46,44", + "endOffsets": "62,155,104,203,249" + }, + "to": { + "startLines": "388,389,390,391,392", + "startColumns": "4,4,4,4,4", + "startOffsets": "23120,23170,23220,23261,23308", + "endColumns": "49,49,40,46,44", + "endOffsets": "23165,23215,23256,23303,23348" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1461,1462,1466,1470,1474,1479,1485,1492,1496,1500,1505,1509,1513,1517,1521,1525,1529,1535,1539,1545,1549,1555,1559,1564,1568,1571,1575,1581,1585,1591,1595,1601,1604,1608,1612,1616,1620,1624,1625,1626,1627,1630,1633,1636,1639,1643,1644,1645,1646,1647,1650,1652,1654,1656,1661,1662,1666,1672,1676,1677,1679,1690,1691,1695,1701,1705,1706,1707,1711,1738,1742,1743,1747,1775,1943,1969,2138,2164,2195,2203,2209,2223,2245,2250,2255,2265,2274,2283,2287,2294,2302,2309,2310,2319,2322,2325,2329,2333,2337,2340,2341,2345,2349,2359,2364,2371,2377,2378,2381,2385,2390,2392,2394,2397,2400,2402,2406,2409,2416,2419,2422,2426,2428,2432,2434,2436,2438,2442,2450,2458,2470,2476,2485,2488,2499,2502,2507,2508,2513,2571,2630,2631,2641,2650,2651,2653,2657,2660,2663,2666,2669,2672,2675,2678,2682,2685,2688,2691,2695,2698,2702,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2728,2730,2731,2732,2733,2734,2735,2736,2737,2739,2740,2742,2743,2745,2747,2748,2750,2751,2752,2753,2754,2755,2757,2758,2759,2760,2761,2762,2764,2766,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2782,2783,2784,2785,2786,2787,2789,2793,2797,2798,2799,2800,2801,2802,2803,2804,2806,2808,2810,2812,2814,2815,2816,2817,2819,2821,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2837,2838,2839,2840,2842,2844,2845,2847,2848,2850,2852,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2867,2868,2869,2870,2872,2873,2874,2875,2876,2878,2880,2882,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,69,152,155,158,161,175,186,196,223,230,241,271,298,307,344,725,730,756,774,810,816,822,845,986,1006,1012,1016,1022,1059,1071,1098,1103,1169,1184,1249,1268,1294", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,160,205,254,295,350,409,471,552,613,688,764,841,919,1004,1086,1162,1238,1315,1393,1499,1605,1684,1764,1821,1879,1953,2028,2093,2159,2219,2280,2352,2425,2492,2560,2619,2678,2737,2796,2855,2909,2963,3016,3070,3124,3178,3232,3306,3385,3458,3532,3603,3675,3747,3820,3877,3935,4008,4082,4156,4231,4303,4376,4446,4517,4577,70911,70980,71049,71119,71193,71269,71333,71410,71486,71563,71628,71697,71774,71849,71918,71986,72063,72129,72190,72287,72352,72421,72520,72591,72650,72708,72765,72824,72888,72959,73031,73103,73175,73247,73314,73382,73450,73509,73572,73636,73726,73817,73877,73943,74010,74076,74146,74210,74263,74376,74434,74497,74562,74627,74702,74775,74847,74896,74957,75018,75079,75141,75205,75269,75333,75398,75461,75521,75582,75648,75707,75767,75829,75900,75960,76028,76114,76201,76291,76378,76466,76548,76631,76721,76812,76864,76922,76967,77033,77097,77154,77211,77265,77322,77370,77419,77470,77504,77551,77600,77646,77678,77742,77804,77864,77921,77995,78065,78143,78197,78267,78352,78400,78446,78517,78595,78673,78745,78819,78893,78967,79047,79120,79189,79261,79338,79399,79462,79528,79592,79663,79726,79791,79855,79916,79977,80029,80102,80176,80245,80320,80394,80468,80609,80679,80732,80810,80900,80988,81084,81174,81756,81845,82092,82373,82625,82910,83303,83780,84002,84224,84500,84727,84957,85187,85417,85647,85874,86293,86519,86944,87174,87602,87821,88104,88312,88443,88670,89096,89321,89748,89969,90394,90514,90790,91091,91415,91706,92020,92157,92288,92393,92635,92802,93006,93214,93485,93597,93709,93814,93931,94145,94291,94431,94517,94865,94953,95199,95617,95866,95948,96046,96663,96763,97015,97439,97694,97788,97877,98114,100166,100408,100510,100763,102947,113668,115184,126004,127532,129289,129915,130335,131396,132661,132917,133153,133700,134194,134799,134997,135577,136141,136516,136634,137172,137329,137525,137798,138054,138224,138365,138429,138711,138997,139673,139937,140275,140628,140722,140908,141214,141476,141601,141728,141967,142178,142297,142490,142667,143122,143303,143425,143684,143797,143984,144086,144193,144322,144597,145105,145601,146478,146772,147342,147491,148223,148395,148731,148823,149101,153445,157932,157994,158624,159238,159329,159442,159671,159831,159983,160154,160320,160489,160656,160819,161062,161232,161405,161576,161850,162049,162254,162584,162668,162764,162860,162958,163058,163160,163262,163364,163466,163568,163668,163764,163876,164005,164128,164259,164390,164488,164602,164696,164836,164970,165066,165178,165278,165394,165490,165602,165702,165842,165978,166142,166272,166430,166580,166721,166865,167000,167112,167262,167390,167518,167654,167786,167916,168046,168158,168298,168444,168588,168726,168792,168882,168958,169062,169152,169254,169362,169470,169570,169650,169742,169840,169950,170028,170134,170226,170330,170440,170562,170725,170882,170962,171062,171152,171262,171356,171462,171554,171654,171766,171880,171996,172112,172206,172320,172432,172534,172654,172776,172858,172962,173082,173208,173306,173400,173488,173600,173716,173838,173950,174125,174241,174327,174419,174531,174655,174722,174848,174916,175044,175188,175316,175385,175480,175595,175708,175807,175916,176027,176138,176239,176344,176444,176574,176665,176788,176882,176994,177080,177184,177280,177368,177486,177590,177694,177820,177908,178016,178116,178206,178316,178400,178502,178586,178640,178704,178810,178920,179004,4638,9782,9900,10015,10147,10862,11554,12071,13718,14103,14700,16299,17832,18220,20527,40045,40305,41697,42730,44743,45005,45361,46191,52973,54107,54401,54624,54951,57001,57649,59282,59552,63403,64004,67813,69028,70437", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1460,1461,1465,1469,1473,1478,1484,1491,1495,1499,1504,1508,1512,1516,1520,1524,1528,1534,1538,1544,1548,1554,1558,1563,1567,1570,1574,1580,1584,1590,1594,1600,1603,1607,1611,1615,1619,1623,1624,1625,1626,1629,1632,1635,1638,1642,1643,1644,1645,1646,1649,1651,1653,1655,1660,1661,1665,1671,1675,1676,1678,1689,1690,1694,1700,1704,1705,1706,1710,1737,1741,1742,1746,1774,1942,1968,2137,2163,2194,2202,2208,2222,2244,2249,2254,2264,2273,2282,2286,2293,2301,2308,2309,2318,2321,2324,2328,2332,2336,2339,2340,2344,2348,2358,2363,2370,2376,2377,2380,2384,2389,2391,2393,2396,2399,2401,2405,2408,2415,2418,2421,2425,2427,2431,2433,2435,2437,2441,2449,2457,2469,2475,2484,2487,2498,2501,2506,2507,2512,2570,2629,2630,2640,2649,2650,2652,2656,2659,2662,2665,2668,2671,2674,2677,2681,2684,2687,2690,2694,2697,2701,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2727,2729,2730,2731,2732,2733,2734,2735,2736,2738,2739,2741,2742,2744,2746,2747,2749,2750,2751,2752,2753,2754,2756,2757,2758,2759,2760,2761,2763,2765,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2781,2782,2783,2784,2785,2786,2788,2792,2796,2797,2798,2799,2800,2801,2802,2803,2805,2807,2809,2811,2813,2814,2815,2816,2818,2820,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2836,2837,2838,2839,2841,2843,2844,2846,2847,2849,2851,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2866,2867,2868,2869,2871,2872,2873,2874,2875,2877,2879,2881,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,151,154,157,160,174,185,195,222,229,240,270,297,306,343,724,729,755,773,809,815,821,844,985,1005,1011,1015,1021,1058,1070,1097,1102,1168,1183,1248,1267,1293,1302", + "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,70975,71044,71114,71188,71264,71328,71405,71481,71558,71623,71692,71769,71844,71913,71981,72058,72124,72185,72282,72347,72416,72515,72586,72645,72703,72760,72819,72883,72954,73026,73098,73170,73242,73309,73377,73445,73504,73567,73631,73721,73812,73872,73938,74005,74071,74141,74205,74258,74371,74429,74492,74557,74622,74697,74770,74842,74891,74952,75013,75074,75136,75200,75264,75328,75393,75456,75516,75577,75643,75702,75762,75824,75895,75955,76023,76109,76196,76286,76373,76461,76543,76626,76716,76807,76859,76917,76962,77028,77092,77149,77206,77260,77317,77365,77414,77465,77499,77546,77595,77641,77673,77737,77799,77859,77916,77990,78060,78138,78192,78262,78347,78395,78441,78512,78590,78668,78740,78814,78888,78962,79042,79115,79184,79256,79333,79394,79457,79523,79587,79658,79721,79786,79850,79911,79972,80024,80097,80171,80240,80315,80389,80463,80604,80674,80727,80805,80895,80983,81079,81169,81751,81840,82087,82368,82620,82905,83298,83775,83997,84219,84495,84722,84952,85182,85412,85642,85869,86288,86514,86939,87169,87597,87816,88099,88307,88438,88665,89091,89316,89743,89964,90389,90509,90785,91086,91410,91701,92015,92152,92283,92388,92630,92797,93001,93209,93480,93592,93704,93809,93926,94140,94286,94426,94512,94860,94948,95194,95612,95861,95943,96041,96658,96758,97010,97434,97689,97783,97872,98109,100161,100403,100505,100758,102942,113663,115179,125999,127527,129284,129910,130330,131391,132656,132912,133148,133695,134189,134794,134992,135572,136136,136511,136629,137167,137324,137520,137793,138049,138219,138360,138424,138706,138992,139668,139932,140270,140623,140717,140903,141209,141471,141596,141723,141962,142173,142292,142485,142662,143117,143298,143420,143679,143792,143979,144081,144188,144317,144592,145100,145596,146473,146767,147337,147486,148218,148390,148726,148818,149096,153440,157927,157989,158619,159233,159324,159437,159666,159826,159978,160149,160315,160484,160651,160814,161057,161227,161400,161571,161845,162044,162249,162579,162663,162759,162855,162953,163053,163155,163257,163359,163461,163563,163663,163759,163871,164000,164123,164254,164385,164483,164597,164691,164831,164965,165061,165173,165273,165389,165485,165597,165697,165837,165973,166137,166267,166425,166575,166716,166860,166995,167107,167257,167385,167513,167649,167781,167911,168041,168153,168293,168439,168583,168721,168787,168877,168953,169057,169147,169249,169357,169465,169565,169645,169737,169835,169945,170023,170129,170221,170325,170435,170557,170720,170877,170957,171057,171147,171257,171351,171457,171549,171649,171761,171875,171991,172107,172201,172315,172427,172529,172649,172771,172853,172957,173077,173203,173301,173395,173483,173595,173711,173833,173945,174120,174236,174322,174414,174526,174650,174717,174843,174911,175039,175183,175311,175380,175475,175590,175703,175802,175911,176022,176133,176234,176339,176439,176569,176660,176783,176877,176989,177075,177179,177275,177363,177481,177585,177689,177815,177903,178011,178111,178201,178311,178395,178497,178581,178635,178699,178805,178915,178999,179119,9777,9895,10010,10142,10857,11549,12066,13713,14098,14695,16294,17827,18215,20522,40040,40300,41692,42725,44738,45000,45356,46186,52968,54102,54396,54619,54946,56996,57644,59277,59547,63398,63999,67808,69023,70432,70906" + }, + "to": { + "startLines": "17,22,23,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,293,294,295,296,297,298,299,300,301,317,318,319,320,321,322,323,324,327,328,329,330,331,334,335,336,343,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,393,395,396,397,398,399,406,414,415,419,423,434,439,445,452,456,460,465,469,473,477,481,485,489,495,499,505,509,515,519,524,528,531,535,541,545,551,555,561,564,568,572,576,580,584,585,586,587,590,593,596,599,603,604,605,606,607,610,612,614,616,621,622,626,632,636,637,639,650,651,655,661,665,666,667,671,698,702,703,707,735,903,929,1098,1124,1155,1163,1169,1183,1205,1210,1215,1225,1234,1243,1247,1254,1262,1269,1270,1279,1282,1285,1289,1293,1297,1300,1301,1305,1309,1319,1324,1331,1337,1338,1341,1345,1350,1352,1354,1357,1360,1362,1366,1369,1376,1379,1382,1386,1388,1392,1394,1396,1398,1402,1410,1418,1430,1436,1445,1448,1459,1462,1467,1468,1481,1539,1598,1599,1609,1618,1619,1621,1625,1628,1631,1634,1637,1640,1643,1646,1650,1653,1656,1659,1663,1666,1670,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1696,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1710,1711,1713,1715,1716,1718,1719,1720,1721,1722,1723,1725,1726,1727,1728,1729,1741,1743,1745,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1761,1762,1763,1764,1765,1766,1768,1772,1776,1777,1778,1779,1780,1781,1782,1783,1785,1787,1789,1791,1793,1794,1795,1796,1798,1800,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1816,1817,1818,1819,1821,1823,1824,1826,1827,1829,1831,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1846,1847,1848,1849,1851,1852,1853,1854,1855,1857,1859,1861,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1882,1965,1968,1971,1974,1988,1999,2009,2036,2043,2054,2084,2111,2120,2157,2538,2578,2706,2844,2880,2886,2892,2915,3056,3076,3082,3086,3092,3129,3141,3168,3173,3239,3254,3319,3338,3364", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "777,959,1004,6131,6172,6227,6286,6348,6429,6490,6565,6641,6718,6796,6881,6963,7039,7154,7231,7309,7415,7521,7600,7680,7737,8188,8262,8337,8402,8468,8528,8589,8661,8774,8841,8909,8968,9027,9086,9145,9204,9258,9312,9365,9419,9473,9527,9713,9787,9866,9939,10013,10084,10156,10228,10301,10358,10416,10489,10563,10637,10712,10784,10857,10927,10998,11058,11156,11225,11294,11364,11438,11514,11578,11655,11731,11808,11873,11942,12019,12094,12163,12231,12308,12374,12435,12532,12597,12666,12765,12836,12895,12953,13010,13069,13133,13204,13276,13348,13420,13492,13559,13627,13695,13754,13817,13881,13971,14062,14122,14188,14255,14321,14391,14455,14508,14621,14679,14742,14807,14872,14947,15020,15092,15141,15202,15263,15324,15386,15450,15514,15578,15643,15706,15766,15827,15893,15952,16012,16074,16145,16205,16931,17017,17104,17194,17281,17369,17451,17534,17624,18693,18745,18803,18848,18914,18978,19035,19092,19294,19351,19399,19448,19499,19603,19650,19699,20017,20049,20113,20175,20235,20362,20436,20506,20584,20638,20708,20793,20841,20887,20958,21036,21114,21186,21260,21334,21408,21488,21561,21630,21702,21779,21840,21903,21969,22033,22104,22167,22232,22296,22357,22418,22470,22543,22617,22686,22761,22835,22909,23050,23353,23477,23555,23645,23733,23829,24238,24820,24909,25156,25437,26103,26388,26781,27258,27480,27702,27978,28205,28435,28665,28895,29125,29352,29771,29997,30422,30652,31080,31299,31582,31790,31921,32148,32574,32799,33226,33447,33872,33992,34268,34569,34893,35184,35498,35635,35766,35871,36113,36280,36484,36692,36963,37075,37187,37292,37409,37623,37769,37909,37995,38343,38431,38677,39095,39344,39426,39524,40141,40241,40493,40917,41172,41266,41355,41592,43644,43886,43988,44241,46425,57146,58662,69482,71010,72767,73393,73813,74874,76139,76395,76631,77178,77672,78277,78475,79055,79619,79994,80112,80650,80807,81003,81276,81532,81702,81843,81907,82189,82475,83151,83415,83753,84106,84200,84386,84692,84954,85079,85206,85445,85656,85775,85968,86145,86600,86781,86903,87162,87275,87462,87564,87671,87800,88075,88583,89079,89956,90250,90820,90969,91701,91873,92209,92301,92897,97241,101728,101790,102420,103034,103125,103238,103467,103627,103779,103950,104116,104285,104452,104615,104858,105028,105201,105372,105646,105845,106050,106380,106464,106560,106656,106754,106854,106956,107058,107160,107262,107364,107464,107560,107672,107801,107924,108055,108186,108284,108398,108492,108632,108766,108862,108974,109074,109190,109286,109398,109498,109638,109774,109938,110068,110226,110376,110517,110661,110796,110908,111058,111186,111314,111450,111582,111712,111842,111954,112852,112998,113142,113280,113346,113436,113512,113616,113706,113808,113916,114024,114124,114204,114296,114394,114504,114582,114688,114780,114884,114994,115116,115279,115436,115516,115616,115706,115816,115910,116016,116108,116208,116320,116434,116550,116666,116760,116874,116986,117088,117208,117330,117412,117516,117636,117762,117860,117954,118042,118154,118270,118392,118504,118679,118795,118881,118973,119085,119209,119276,119402,119470,119598,119742,119870,119939,120034,120149,120262,120361,120470,120581,120692,120793,120898,120998,121128,121219,121342,121436,121548,121634,121738,121834,121922,122040,122144,122248,122374,122462,122570,122670,122760,122870,122954,123056,123140,123194,123258,123364,123474,123558,123962,129106,129224,129339,129471,130186,130878,131395,133042,133427,134024,135623,137156,137544,139851,159369,161750,174933,183182,185195,185457,185813,186643,193425,194559,194853,195076,195403,197453,198101,199734,200004,203855,204456,208265,209480,210889", + "endLines": "17,22,23,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,293,294,295,296,297,298,299,300,301,317,318,319,320,321,322,323,324,327,328,329,330,331,334,335,336,343,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,393,395,396,397,398,399,413,414,418,422,426,438,444,451,455,459,464,468,472,476,480,484,488,494,498,504,508,514,518,523,527,530,534,540,544,550,554,560,563,567,571,575,579,583,584,585,586,589,592,595,598,602,603,604,605,606,609,611,613,615,620,621,625,631,635,636,638,649,650,654,660,664,665,666,670,697,701,702,706,734,902,928,1097,1123,1154,1162,1168,1182,1204,1209,1214,1224,1233,1242,1246,1253,1261,1268,1269,1278,1281,1284,1288,1292,1296,1299,1300,1304,1308,1318,1323,1330,1336,1337,1340,1344,1349,1351,1353,1356,1359,1361,1365,1368,1375,1378,1381,1385,1387,1391,1393,1395,1397,1401,1409,1417,1429,1435,1444,1447,1458,1461,1466,1467,1472,1538,1597,1598,1608,1617,1618,1620,1624,1627,1630,1633,1636,1639,1642,1645,1649,1652,1655,1658,1662,1665,1669,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1695,1697,1698,1699,1700,1701,1702,1703,1704,1706,1707,1709,1710,1712,1714,1715,1717,1718,1719,1720,1721,1722,1724,1725,1726,1727,1728,1729,1742,1744,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1760,1761,1762,1763,1764,1765,1767,1771,1775,1776,1777,1778,1779,1780,1781,1782,1784,1786,1788,1790,1792,1793,1794,1795,1797,1799,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1815,1816,1817,1818,1820,1822,1823,1825,1826,1828,1830,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1845,1846,1847,1848,1850,1851,1852,1853,1854,1856,1858,1860,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1964,1967,1970,1973,1987,1998,2008,2035,2042,2053,2083,2110,2119,2156,2537,2542,2603,2723,2879,2885,2891,2914,3055,3075,3081,3085,3091,3128,3140,3167,3172,3238,3253,3318,3337,3363,3372", + "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "827,999,1048,6167,6222,6281,6343,6424,6485,6560,6636,6713,6791,6876,6958,7034,7110,7226,7304,7410,7516,7595,7675,7732,7790,8257,8332,8397,8463,8523,8584,8656,8729,8836,8904,8963,9022,9081,9140,9199,9253,9307,9360,9414,9468,9522,9576,9782,9861,9934,10008,10079,10151,10223,10296,10353,10411,10484,10558,10632,10707,10779,10852,10922,10993,11053,11114,11220,11289,11359,11433,11509,11573,11650,11726,11803,11868,11937,12014,12089,12158,12226,12303,12369,12430,12527,12592,12661,12760,12831,12890,12948,13005,13064,13128,13199,13271,13343,13415,13487,13554,13622,13690,13749,13812,13876,13966,14057,14117,14183,14250,14316,14386,14450,14503,14616,14674,14737,14802,14867,14942,15015,15087,15136,15197,15258,15319,15381,15445,15509,15573,15638,15701,15761,15822,15888,15947,16007,16069,16140,16200,16268,17012,17099,17189,17276,17364,17446,17529,17619,17710,18740,18798,18843,18909,18973,19030,19087,19141,19346,19394,19443,19494,19528,19645,19694,19740,20044,20108,20170,20230,20287,20431,20501,20579,20633,20703,20788,20836,20882,20953,21031,21109,21181,21255,21329,21403,21483,21556,21625,21697,21774,21835,21898,21964,22028,22099,22162,22227,22291,22352,22413,22465,22538,22612,22681,22756,22830,22904,23045,23115,23401,23550,23640,23728,23824,23914,24815,24904,25151,25432,25684,26383,26776,27253,27475,27697,27973,28200,28430,28660,28890,29120,29347,29766,29992,30417,30647,31075,31294,31577,31785,31916,32143,32569,32794,33221,33442,33867,33987,34263,34564,34888,35179,35493,35630,35761,35866,36108,36275,36479,36687,36958,37070,37182,37287,37404,37618,37764,37904,37990,38338,38426,38672,39090,39339,39421,39519,40136,40236,40488,40912,41167,41261,41350,41587,43639,43881,43983,44236,46420,57141,58657,69477,71005,72762,73388,73808,74869,76134,76390,76626,77173,77667,78272,78470,79050,79614,79989,80107,80645,80802,80998,81271,81527,81697,81838,81902,82184,82470,83146,83410,83748,84101,84195,84381,84687,84949,85074,85201,85440,85651,85770,85963,86140,86595,86776,86898,87157,87270,87457,87559,87666,87795,88070,88578,89074,89951,90245,90815,90964,91696,91868,92204,92296,92574,97236,101723,101785,102415,103029,103120,103233,103462,103622,103774,103945,104111,104280,104447,104610,104853,105023,105196,105367,105641,105840,106045,106375,106459,106555,106651,106749,106849,106951,107053,107155,107257,107359,107459,107555,107667,107796,107919,108050,108181,108279,108393,108487,108627,108761,108857,108969,109069,109185,109281,109393,109493,109633,109769,109933,110063,110221,110371,110512,110656,110791,110903,111053,111181,111309,111445,111577,111707,111837,111949,112089,112993,113137,113275,113341,113431,113507,113611,113701,113803,113911,114019,114119,114199,114291,114389,114499,114577,114683,114775,114879,114989,115111,115274,115431,115511,115611,115701,115811,115905,116011,116103,116203,116315,116429,116545,116661,116755,116869,116981,117083,117203,117325,117407,117511,117631,117757,117855,117949,118037,118149,118265,118387,118499,118674,118790,118876,118968,119080,119204,119271,119397,119465,119593,119737,119865,119934,120029,120144,120257,120356,120465,120576,120687,120788,120893,120993,121123,121214,121337,121431,121543,121629,121733,121829,121917,122035,122139,122243,122369,122457,122565,122665,122755,122865,122949,123051,123135,123189,123253,123359,123469,123553,123673,129101,129219,129334,129466,130181,130873,131390,133037,133422,134019,135618,137151,137539,139846,159364,159624,163137,175961,185190,185452,185808,186638,193420,194554,194848,195071,195398,197448,198096,199729,199999,203850,204451,208260,209475,210884,211358" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,171,172,176,177,178,6,13,56,88,125", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,7725,7795,7863,7935,8005,8066,8140,8213,8274,8335,8397,8461,8523,8584,8652,8752,8812,8878,8951,9020,9077,9129,9191,9263,9339,9374,9409,9459,9520,9577,9611,9646,9681,9751,9822,9939,10140,10250,10451,10580,10652,319,617,3523,5588,7348", + "endLines": "2,3,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,170,171,175,176,177,178,12,55,87,124,131", + "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "119,182,7790,7858,7930,8000,8061,8135,8208,8269,8330,8392,8456,8518,8579,8647,8747,8807,8873,8946,9015,9072,9124,9186,9258,9334,9369,9404,9454,9515,9572,9606,9641,9676,9746,9817,9934,10135,10245,10446,10575,10647,10714,612,3518,5583,7343,7720" + }, + "to": { + "startLines": "185,186,286,287,288,289,290,291,292,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,325,326,332,333,337,338,339,340,341,342,348,394,1730,1731,1735,1736,1740,1877,1878,2571,2724,2767,2799,2836", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "9581,9650,16443,16513,16581,16653,16723,16784,16858,17715,17776,17837,17899,17963,18025,18086,18154,18254,18314,18380,18453,18522,18579,18631,19146,19218,19533,19568,19745,19795,19856,19913,19947,19982,20292,23406,112094,112211,112412,112522,112723,123678,123750,161452,175966,178872,180937,182697", + "endLines": "185,186,286,287,288,289,290,291,292,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,325,326,332,333,337,338,339,340,341,342,348,394,1730,1734,1735,1739,1740,1877,1878,2577,2766,2798,2835,2842", + "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "9645,9708,16508,16576,16648,16718,16779,16853,16926,17771,17832,17894,17958,18020,18081,18149,18249,18309,18375,18448,18517,18574,18626,18688,19213,19289,19563,19598,19790,19851,19908,19942,19977,20012,20357,23472,112206,112407,112517,112718,112847,123745,123812,161745,178867,180932,182692,183069" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\287b81395e8a6af72b16997b2b264ea9\\cardview-v7-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", + "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" + }, + "to": { + "startLines": "11,155,156,157,158,283,284,285,427,1473,1475,1478,2543", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "457,7795,7856,7918,7980,16273,16332,16389,25689,92579,92643,92769,159629", + "endLines": "11,155,156,157,158,283,284,285,433,1474,1477,1480,2570", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "504,7851,7913,7975,8039,16327,16384,16438,26098,92638,92764,92892,161447" + } + }, + { + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "5,4,2,3,7,6", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "204,157,57,105,282,244", + "endColumns": "38,45,46,50,39,36", + "endOffsets": "238,198,99,151,317,276" + }, + "to": { + "startLines": "146,159,160,161,170,207", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "7115,8044,8090,8137,8734,11119", + "endColumns": "38,45,46,50,39,36", + "endOffsets": "7149,8085,8132,8183,8769,11151" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\6aa08304add994e185ee5bd49f0fc102\\constraint-layout-1.1.3\\res\\values\\values.xml", + "from": { + "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791", + "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894" + }, + "to": { + "startLines": "2,3,12,13,14,15,18,24,25,26,27,30,31,34,37,38,39,40,41,44,47,48,49,50,55,58,61,62,63,68,69,70,73,76,77,80,83,86,89,90,93,96,97,102,103,108,111,114,115,116,117,118,119,120,121,122,123,2604,2605,2606,2843", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,166,509,557,609,670,832,1053,1114,1174,1244,1377,1445,1574,1700,1762,1827,1895,1962,2085,2210,2277,2342,2407,2588,2709,2830,2896,2963,3173,3242,3308,3433,3559,3626,3752,3879,4004,4131,4196,4322,4445,4510,4718,4785,4965,5085,5205,5270,5332,5394,5456,5515,5575,5636,5697,5756,163142,165718,165850,183074", + "endLines": "2,10,12,13,14,15,21,24,25,26,29,30,33,36,37,38,39,40,43,46,47,48,49,54,57,60,61,62,67,68,69,72,75,76,79,82,85,88,89,92,95,96,101,102,107,110,113,114,115,116,117,118,119,120,121,122,131,2604,2605,2606,2843", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "161,452,552,604,665,711,954,1109,1169,1239,1372,1440,1569,1695,1757,1822,1890,1957,2080,2205,2272,2337,2402,2583,2704,2825,2891,2958,3168,3237,3303,3428,3554,3621,3747,3874,3999,4126,4191,4317,4440,4505,4713,4780,4960,5080,5200,5265,5327,5389,5451,5510,5570,5631,5692,5751,6126,165713,165845,169109,183177" + } + }, + { + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "57", + "endLines": "8", + "endColumns": "12", + "endOffsets": "376" + }, + "to": { + "startLines": "400", + "startColumns": "4", + "startOffsets": "23919", + "endLines": "405", + "endColumns": "12", + "endOffsets": "24233" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v22_values-v22.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2744", + "endColumns": "100", + "endOffsets": "2840" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,2666", + "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77", + "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,2739" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-hy_values-hy.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2884", + "endColumns": "100", + "endOffsets": "2980" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,2802", + "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81", + "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,2879" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-v24_values-v24.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,212", + "endColumns": "156,134", + "endOffsets": "207,342" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-mr_values-mr.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2887", + "endColumns": "100", + "endOffsets": "2983" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,322,429,519,620,735,812,890,981,1074,1168,1265,1366,1459,1554,1651,1742,1833,1913,2025,2127,2223,2332,2433,2545,2702,2807", + "endColumns": "110,105,106,89,100,114,76,77,90,92,93,96,100,92,94,96,90,90,79,111,101,95,108,100,111,156,104,79", + "endOffsets": "211,317,424,514,615,730,807,885,976,1069,1163,1260,1361,1454,1549,1646,1737,1828,1908,2020,2122,2218,2327,2428,2540,2697,2802,2882" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-tl_values-tl.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2949", + "endColumns": "100", + "endOffsets": "3045" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,332,449,537,643,764,843,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1944,2053,2164,2265,2375,2492,2600,2763,2865", + "endColumns": "118,107,116,87,105,120,78,77,90,92,95,93,100,92,94,93,90,90,83,108,110,100,109,116,107,162,101,83", + "endOffsets": "219,327,444,532,638,759,838,916,1007,1100,1196,1290,1391,1484,1579,1673,1764,1855,1939,2048,2159,2260,2370,2487,2595,2758,2860,2944" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-de_values-de.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2925", + "endColumns": "100", + "endOffsets": "3021" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,308,420,506,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,2843", + "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81", + "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,2920" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-km_values-km.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,2799", + "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82", + "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,2877" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-ja_values-ja.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2771", + "endColumns": "100", + "endOffsets": "2867" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,202,295,400,482,580,688,765,841,932,1025,1121,1215,1316,1409,1504,1598,1689,1780,1858,1960,2059,2154,2257,2352,2448,2596,2693", + "endColumns": "96,92,104,81,97,107,76,75,90,92,95,93,100,92,94,93,90,90,77,101,98,94,102,94,95,147,96,77", + "endOffsets": "197,290,395,477,575,683,760,836,927,1020,1116,1210,1311,1404,1499,1593,1684,1775,1853,1955,2054,2149,2252,2347,2443,2591,2688,2766" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB_values-en-rGB.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + } + ] + }, + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\values-el_values-el.arsc.flat", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2964", + "endColumns": "100", + "endOffsets": "3060" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,334,451,536,641,767,855,941,1032,1125,1221,1315,1416,1509,1604,1701,1792,1883,1968,2079,2189,2291,2402,2511,2619,2779,2879", + "endColumns": "117,110,116,84,104,125,87,85,90,92,95,93,100,92,94,96,90,90,84,110,109,101,110,108,107,159,99,84", + "endOffsets": "218,329,446,531,636,762,850,936,1027,1120,1216,1310,1411,1504,1599,1696,1787,1878,1963,2074,2184,2286,2397,2506,2614,2774,2874,2959" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-af.json b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json new file mode 100644 index 0000000..b384f61 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2856", + "endColumns": "100", + "endOffsets": "2952" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-af\\values-af.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,415,500,603,721,797,874,965,1058,1154,1248,1348,1441,1536,1635,1730,1824,1905,2012,2115,2212,2320,2422,2524,2678,2776", + "endColumns": "103,99,105,84,102,117,75,76,90,92,95,93,99,92,94,98,94,93,80,106,102,96,107,101,101,153,97,79", + "endOffsets": "204,304,410,495,598,716,792,869,960,1053,1149,1243,1343,1436,1531,1630,1725,1819,1900,2007,2110,2207,2315,2417,2519,2673,2771,2851" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-am.json b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json new file mode 100644 index 0000000..7ddf8df --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,207,306,412,498,601,714,792,870,961,1054,1147,1241,1342,1435,1530,1624,1715,1805,1884,1984,2084,2180,2283,2382,2489,2642,2738", + "endColumns": "101,98,105,85,102,112,77,77,90,92,92,93,100,92,94,93,90,89,78,99,99,95,102,98,106,152,95,78", + "endOffsets": "202,301,407,493,596,709,787,865,956,1049,1142,1236,1337,1430,1525,1619,1710,1800,1879,1979,2079,2175,2278,2377,2484,2637,2733,2812" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-am\\values-am.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2817", + "endColumns": "100", + "endOffsets": "2913" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json new file mode 100644 index 0000000..af324be --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2860", + "endColumns": "100", + "endOffsets": "2956" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ar\\values-ar.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,222,326,435,517,618,732,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1832,1911,2016,2117,2213,2321,2424,2527,2682,2779", + "endColumns": "116,103,108,81,100,113,78,78,90,92,95,93,100,92,94,93,90,93,78,104,100,95,107,102,102,154,96,80", + "endOffsets": "217,321,430,512,613,727,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1827,1906,2011,2112,2208,2316,2419,2522,2677,2774,2855" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-as.json b/app/build/intermediates/blame/res/debug/multi-v2/values-as.json new file mode 100644 index 0000000..1f0dee9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-as.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-as\\values-as.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,312,419,515,617,736,816,896,987,1080,1173,1268,1368,1461,1558,1652,1743,1834,1923,2025,2140,2243,2352,2471,2591,2758,2861", + "endColumns": "107,98,106,95,101,118,79,79,90,92,92,94,99,92,96,93,90,90,88,101,114,102,108,118,119,166,102,88", + "endOffsets": "208,307,414,510,612,731,811,891,982,1075,1168,1263,1363,1456,1553,1647,1738,1829,1918,2020,2135,2238,2347,2466,2586,2753,2856,2945" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-as\\values-as.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2950", + "endColumns": "100", + "endOffsets": "3046" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-az.json b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json new file mode 100644 index 0000000..2b783a1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-az\\values-az.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,312,424,512,619,733,814,893,984,1077,1172,1271,1372,1465,1560,1655,1746,1838,1923,2030,2137,2237,2346,2450,2560,2718,2820", + "endColumns": "107,98,111,87,106,113,80,78,90,92,94,98,100,92,94,94,90,91,84,106,106,99,108,103,109,157,101,82", + "endOffsets": "208,307,419,507,614,728,809,888,979,1072,1167,1266,1367,1460,1555,1650,1741,1833,1918,2025,2132,2232,2341,2445,2555,2713,2815,2898" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json new file mode 100644 index 0000000..eae0016 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,318,424,510,614,732,814,895,986,1079,1175,1269,1370,1463,1558,1663,1754,1845,1933,2039,2147,2248,2353,2461,2562,2731,2828", + "endColumns": "108,103,105,85,103,117,81,80,90,92,95,93,100,92,94,104,90,90,87,105,107,100,104,107,100,168,96,83", + "endOffsets": "209,313,419,505,609,727,809,890,981,1074,1170,1264,1365,1458,1553,1658,1749,1840,1928,2034,2142,2243,2348,2456,2557,2726,2823,2907" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2912", + "endColumns": "100", + "endOffsets": "3008" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-be.json b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json new file mode 100644 index 0000000..e99b524 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2915", + "endColumns": "100", + "endOffsets": "3011" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-be\\values-be.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,328,444,530,638,756,835,913,1005,1099,1195,1289,1385,1479,1575,1670,1762,1854,1937,2043,2149,2247,2355,2460,2565,2734,2834", + "endColumns": "119,102,115,85,107,117,78,77,91,93,95,93,95,93,95,94,91,91,82,105,105,97,107,104,104,168,99,80", + "endOffsets": "220,323,439,525,633,751,830,908,1000,1094,1190,1284,1380,1474,1570,1665,1757,1849,1932,2038,2144,2242,2350,2455,2560,2729,2829,2910" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json new file mode 100644 index 0000000..4371c95 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2930", + "endColumns": "100", + "endOffsets": "3026" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-bg\\values-bg.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,220,327,432,518,623,744,823,901,992,1085,1181,1275,1376,1469,1564,1672,1763,1854,1937,2051,2160,2260,2374,2480,2588,2748,2847", + "endColumns": "114,106,104,85,104,120,78,77,90,92,95,93,100,92,94,107,90,90,82,113,108,99,113,105,107,159,98,82", + "endOffsets": "215,322,427,513,618,739,818,896,987,1080,1176,1270,1371,1464,1559,1667,1758,1849,1932,2046,2155,2255,2369,2475,2583,2743,2842,2925" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json new file mode 100644 index 0000000..c9ad168 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,326,432,526,631,760,838,916,1007,1100,1195,1289,1390,1483,1578,1672,1763,1854,1941,2051,2159,2258,2368,2474,2587,2752,2857", + "endColumns": "108,111,105,93,104,128,77,77,90,92,94,93,100,92,94,93,90,90,86,109,107,98,109,105,112,164,104,81", + "endOffsets": "209,321,427,521,626,755,833,911,1002,1095,1190,1284,1385,1478,1573,1667,1758,1849,1936,2046,2154,2253,2363,2469,2582,2747,2852,2934" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-bn\\values-bn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2939", + "endColumns": "100", + "endOffsets": "3035" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json new file mode 100644 index 0000000..875dea4 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,333,440,526,630,752,834,915,1006,1099,1195,1289,1390,1483,1578,1677,1768,1859,1945,2048,2153,2251,2356,2469,2572,2745,2842", + "endColumns": "118,108,106,85,103,121,81,80,90,92,95,93,100,92,94,98,90,90,85,102,104,97,104,112,102,172,96,83", + "endOffsets": "219,328,435,521,625,747,829,910,1001,1094,1190,1284,1385,1478,1573,1672,1763,1854,1940,2043,2148,2246,2351,2464,2567,2740,2837,2921" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-bs\\values-bs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2926", + "endColumns": "100", + "endOffsets": "3022" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json new file mode 100644 index 0000000..171f354 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2915", + "endColumns": "100", + "endOffsets": "3011" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ca\\values-ca.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,329,436,519,627,753,837,918,1009,1102,1196,1291,1390,1483,1576,1670,1761,1852,1935,2046,2155,2253,2363,2467,2575,2735,2834", + "endColumns": "117,105,106,82,107,125,83,80,90,92,93,94,98,92,92,93,90,90,82,110,108,97,109,103,107,159,98,80", + "endOffsets": "218,324,431,514,622,748,832,913,1004,1097,1191,1286,1385,1478,1571,1665,1756,1847,1930,2041,2150,2248,2358,2462,2570,2730,2829,2910" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json new file mode 100644 index 0000000..782c67b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,212,314,423,509,614,731,812,893,984,1077,1173,1267,1362,1455,1550,1647,1738,1829,1913,2017,2126,2225,2331,2441,2548,2711,2809", + "endColumns": "106,101,108,85,104,116,80,80,90,92,95,93,94,92,94,96,90,90,83,103,108,98,105,109,106,162,97,81", + "endOffsets": "207,309,418,504,609,726,807,888,979,1072,1168,1262,1357,1450,1545,1642,1733,1824,1908,2012,2121,2220,2326,2436,2543,2706,2804,2886" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-cs\\values-cs.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2891", + "endColumns": "100", + "endOffsets": "2987" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-da.json b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json new file mode 100644 index 0000000..77ddc16 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2844", + "endColumns": "100", + "endOffsets": "2940" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-da\\values-da.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,307,419,502,602,715,792,869,960,1053,1149,1243,1338,1431,1526,1624,1715,1806,1885,1994,2102,2198,2312,2414,2515,2668,2765", + "endColumns": "102,98,111,82,99,112,76,76,90,92,95,93,94,92,94,97,90,90,78,108,107,95,113,101,100,152,96,78", + "endOffsets": "203,302,414,497,597,710,787,864,955,1048,1144,1238,1333,1426,1521,1619,1710,1801,1880,1989,2097,2193,2307,2409,2510,2663,2760,2839" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-de.json b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json new file mode 100644 index 0000000..0cf373d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2925", + "endColumns": "100", + "endOffsets": "3021" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-de\\values-de.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,308,420,506,611,726,803,879,971,1065,1162,1263,1371,1471,1575,1675,1773,1870,1952,2063,2166,2265,2376,2478,2585,2741,2843", + "endColumns": "104,97,111,85,104,114,76,75,91,93,96,100,107,99,103,99,97,96,81,110,102,98,110,101,106,155,101,81", + "endOffsets": "205,303,415,501,606,721,798,874,966,1060,1157,1258,1366,1466,1570,1670,1768,1865,1947,2058,2161,2260,2371,2473,2580,2736,2838,2920" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-el.json b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json new file mode 100644 index 0000000..6628137 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2964", + "endColumns": "100", + "endOffsets": "3060" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-el\\values-el.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,334,451,536,641,767,855,941,1032,1125,1221,1315,1416,1509,1604,1701,1792,1883,1968,2079,2189,2291,2402,2511,2619,2779,2879", + "endColumns": "117,110,116,84,104,125,87,85,90,92,95,93,100,92,94,96,90,90,84,110,109,101,110,108,107,159,99,84", + "endOffsets": "218,329,446,531,636,762,850,936,1027,1120,1216,1310,1411,1504,1599,1696,1787,1878,1963,2074,2184,2286,2397,2506,2614,2774,2874,2959" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json new file mode 100644 index 0000000..915c693 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rAU\\values-en-rAU.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json new file mode 100644 index 0000000..d2ead96 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rCA\\values-en-rCA.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rCA\\values-en-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json new file mode 100644 index 0000000..d0d01df --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rGB\\values-en-rGB.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json new file mode 100644 index 0000000..c1e7639 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764", + "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81", + "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rIN\\values-en-rIN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2846", + "endColumns": "100", + "endOffsets": "2942" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json new file mode 100644 index 0000000..2055c66 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rXC\\values-en-rXC.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503", + "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178", + "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-en-rXC\\values-en-rXC.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "202", + "endOffsets": "253" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "5682", + "endColumns": "202", + "endOffsets": "5880" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json new file mode 100644 index 0000000..4852bf5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2920", + "endColumns": "100", + "endOffsets": "3016" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-es-rUS\\values-es-rUS.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,334,442,527,628,751,836,918,1009,1102,1198,1292,1392,1485,1584,1680,1771,1862,1944,2056,2156,2257,2365,2472,2579,2738,2838", + "endColumns": "119,108,107,84,100,122,84,81,90,92,95,93,99,92,98,95,90,90,81,111,99,100,107,106,106,158,99,81", + "endOffsets": "220,329,437,522,623,746,831,913,1004,1097,1193,1287,1387,1480,1579,1675,1766,1857,1939,2051,2151,2252,2360,2467,2574,2733,2833,2915" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-es.json b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json new file mode 100644 index 0000000..fdf916b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es\\values-es.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2924", + "endColumns": "100", + "endOffsets": "3020" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-es\\values-es.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,222,335,443,528,629,757,842,924,1016,1110,1208,1302,1403,1497,1593,1689,1781,1873,1955,2062,2162,2261,2369,2476,2583,2742,2842", + "endColumns": "116,112,107,84,100,127,84,81,91,93,97,93,100,93,95,95,91,91,81,106,99,98,107,106,106,158,99,81", + "endOffsets": "217,330,438,523,624,752,837,919,1011,1105,1203,1297,1398,1492,1588,1684,1776,1868,1950,2057,2157,2256,2364,2471,2578,2737,2837,2919" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-et.json b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json new file mode 100644 index 0000000..a7b9a2c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-et\\values-et.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2942", + "endColumns": "100", + "endOffsets": "3038" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-et\\values-et.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,222,329,440,526,628,745,825,903,995,1089,1194,1296,1406,1500,1601,1695,1787,1880,1963,2074,2179,2278,2388,2489,2592,2758,2860", + "endColumns": "116,106,110,85,101,116,79,77,91,93,104,101,109,93,100,93,91,92,82,110,104,98,109,100,102,165,101,81", + "endOffsets": "217,324,435,521,623,740,820,898,990,1084,1189,1291,1401,1495,1596,1690,1782,1875,1958,2069,2174,2273,2383,2484,2587,2753,2855,2937" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json new file mode 100644 index 0000000..a43f89f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-eu\\values-eu.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,312,422,508,614,738,825,909,1001,1095,1192,1286,1388,1482,1578,1675,1767,1860,1942,2051,2161,2260,2369,2475,2586,2757,2856", + "endColumns": "108,97,109,85,105,123,86,83,91,93,96,93,101,93,95,96,91,92,81,108,109,98,108,105,110,170,98,81", + "endOffsets": "209,307,417,503,609,733,820,904,996,1090,1187,1281,1383,1477,1573,1670,1762,1855,1937,2046,2156,2255,2364,2470,2581,2752,2851,2933" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-eu\\values-eu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2938", + "endColumns": "100", + "endOffsets": "3034" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json new file mode 100644 index 0000000..bba39e1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fa\\values-fa.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,318,429,513,616,731,810,888,981,1076,1172,1266,1369,1464,1561,1660,1753,1843,1924,2036,2139,2237,2347,2451,2560,2721,2822", + "endColumns": "109,102,110,83,102,114,78,77,92,94,95,93,102,94,96,98,92,89,80,111,102,97,109,103,108,160,100,80", + "endOffsets": "210,313,424,508,611,726,805,883,976,1071,1167,1261,1364,1459,1556,1655,1748,1838,1919,2031,2134,2232,2342,2446,2555,2716,2817,2898" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fa\\values-fa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json new file mode 100644 index 0000000..1deec70 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fi\\values-fi.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2872", + "endColumns": "100", + "endOffsets": "2968" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fi\\values-fi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,313,414,500,605,723,810,892,983,1076,1172,1266,1361,1454,1550,1649,1740,1834,1914,2021,2124,2221,2327,2426,2530,2693,2792", + "endColumns": "107,99,100,85,104,117,86,81,90,92,95,93,94,92,95,98,90,93,79,106,102,96,105,98,103,162,98,79", + "endOffsets": "208,308,409,495,600,718,805,887,978,1071,1167,1261,1356,1449,1545,1644,1735,1829,1909,2016,2119,2216,2322,2421,2525,2688,2787,2867" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json new file mode 100644 index 0000000..23d5f78 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,331,442,529,645,775,858,938,1029,1122,1221,1316,1417,1510,1603,1698,1789,1880,1976,2086,2198,2301,2412,2519,2621,2780,2879", + "endColumns": "110,114,110,86,115,129,82,79,90,92,98,94,100,92,92,94,90,90,95,109,111,102,110,106,101,158,98,85", + "endOffsets": "211,326,437,524,640,770,853,933,1024,1117,1216,1311,1412,1505,1598,1693,1784,1875,1971,2081,2193,2296,2407,2514,2616,2775,2874,2960" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fr-rCA\\values-fr-rCA.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2965", + "endColumns": "100", + "endOffsets": "3061" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json new file mode 100644 index 0000000..ce93ee3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr\\values-fr.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,331,442,524,630,760,843,923,1014,1107,1206,1301,1402,1495,1588,1683,1774,1865,1951,2061,2173,2276,2387,2494,2601,2760,2859", + "endColumns": "110,114,110,81,105,129,82,79,90,92,98,94,100,92,92,94,90,90,85,109,111,102,110,106,106,158,98,85", + "endOffsets": "211,326,437,519,625,755,838,918,1009,1102,1201,1296,1397,1490,1583,1678,1769,1860,1946,2056,2168,2271,2382,2489,2596,2755,2854,2940" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-fr\\values-fr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2945", + "endColumns": "100", + "endOffsets": "3041" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json new file mode 100644 index 0000000..d23961f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gl\\values-gl.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2920", + "endColumns": "100", + "endOffsets": "3016" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-gl\\values-gl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,217,329,437,522,624,750,834,915,1007,1101,1199,1293,1394,1488,1584,1679,1771,1863,1945,2052,2161,2260,2368,2472,2579,2738,2838", + "endColumns": "111,111,107,84,101,125,83,80,91,93,97,93,100,93,95,94,91,91,81,106,108,98,107,103,106,158,99,81", + "endOffsets": "212,324,432,517,619,745,829,910,1002,1096,1194,1288,1389,1483,1579,1674,1766,1858,1940,2047,2156,2255,2363,2467,2574,2733,2833,2915" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json new file mode 100644 index 0000000..723a5e7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gu\\values-gu.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,318,425,512,613,736,813,891,982,1075,1174,1268,1369,1462,1557,1654,1745,1836,1916,2022,2124,2221,2330,2429,2539,2699,2802", + "endColumns": "108,103,106,86,100,122,76,77,90,92,98,93,100,92,94,96,90,90,79,105,101,96,108,98,109,159,102,79", + "endOffsets": "209,313,420,507,608,731,808,886,977,1070,1169,1263,1364,1457,1552,1649,1740,1831,1911,2017,2119,2216,2325,2424,2534,2694,2797,2877" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-gu\\values-gu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json new file mode 100644 index 0000000..a223331 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "66", + "endOffsets": "117" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json new file mode 100644 index 0000000..f1f1180 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "6", + "endColumns": "13", + "endOffsets": "327" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json new file mode 100644 index 0000000..3748baf --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hi\\values-hi.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2892", + "endColumns": "100", + "endOffsets": "2988" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hi\\values-hi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,211,308,418,504,606,728,805,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1912,2021,2124,2226,2336,2437,2549,2711,2812", + "endColumns": "105,96,109,85,101,121,76,77,90,92,95,93,100,92,94,93,90,90,89,108,102,101,109,100,111,161,100,79", + "endOffsets": "206,303,413,499,601,723,800,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1907,2016,2119,2221,2331,2432,2544,2706,2807,2887" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json new file mode 100644 index 0000000..5b535dd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hr\\values-hr.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,307,417,503,607,726,810,893,984,1077,1173,1267,1368,1461,1556,1655,1746,1837,1923,2027,2140,2246,2351,2464,2571,2740,2837", + "endColumns": "104,96,109,85,103,118,83,82,90,92,95,93,100,92,94,98,90,90,85,103,112,105,104,112,106,168,96,88", + "endOffsets": "205,302,412,498,602,721,805,888,979,1072,1168,1262,1363,1456,1551,1650,1741,1832,1918,2022,2135,2241,2346,2459,2566,2735,2832,2921" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hr\\values-hr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2926", + "endColumns": "100", + "endOffsets": "3022" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json new file mode 100644 index 0000000..d4f4887 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hu\\values-hu.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2961", + "endColumns": "100", + "endOffsets": "3057" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hu\\values-hu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,318,433,517,629,759,835,911,1002,1095,1191,1285,1386,1479,1574,1669,1760,1851,1934,2044,2155,2255,2366,2474,2593,2775,2878", + "endColumns": "107,104,114,83,111,129,75,75,90,92,95,93,100,92,94,94,90,90,82,109,110,99,110,107,118,181,102,82", + "endOffsets": "208,313,428,512,624,754,830,906,997,1090,1186,1280,1381,1474,1569,1664,1755,1846,1929,2039,2150,2250,2361,2469,2588,2770,2873,2956" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json new file mode 100644 index 0000000..0555288 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hy\\values-hy.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2884", + "endColumns": "100", + "endOffsets": "2980" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-hy\\values-hy.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,309,419,508,614,729,811,892,983,1076,1172,1266,1367,1460,1555,1649,1740,1831,1916,2023,2130,2229,2339,2446,2546,2703,2802", + "endColumns": "102,100,109,88,105,114,81,80,90,92,95,93,100,92,94,93,90,90,84,106,106,98,109,106,99,156,98,81", + "endOffsets": "203,304,414,503,609,724,806,887,978,1071,1167,1261,1362,1455,1550,1644,1735,1826,1911,2018,2125,2224,2334,2441,2541,2698,2797,2879" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-in.json b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json new file mode 100644 index 0000000..34944a1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-in\\values-in.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2887", + "endColumns": "100", + "endOffsets": "2983" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-in\\values-in.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,317,422,509,613,729,811,890,981,1074,1170,1264,1365,1458,1553,1647,1738,1829,1915,2018,2127,2228,2332,2440,2548,2704,2803", + "endColumns": "109,101,104,86,103,115,81,78,90,92,95,93,100,92,94,93,90,90,85,102,108,100,103,107,107,155,98,83", + "endOffsets": "210,312,417,504,608,724,806,885,976,1069,1165,1259,1360,1453,1548,1642,1733,1824,1910,2013,2122,2223,2327,2435,2543,2699,2798,2882" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-is.json b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json new file mode 100644 index 0000000..a3be1b9 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-is\\values-is.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2865", + "endColumns": "100", + "endOffsets": "2961" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-is\\values-is.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,205,302,414,499,600,714,794,874,965,1058,1154,1248,1355,1448,1543,1638,1729,1823,1904,2014,2122,2220,2329,2428,2531,2686,2784", + "endColumns": "99,96,111,84,100,113,79,79,90,92,95,93,106,92,94,94,90,93,80,109,107,97,108,98,102,154,97,80", + "endOffsets": "200,297,409,494,595,709,789,869,960,1053,1149,1243,1350,1443,1538,1633,1724,1818,1899,2009,2117,2215,2324,2423,2526,2681,2779,2860" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-it.json b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json new file mode 100644 index 0000000..98590bb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-it\\values-it.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2906", + "endColumns": "100", + "endOffsets": "3002" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-it\\values-it.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,314,423,507,616,741,818,894,986,1080,1174,1268,1370,1464,1561,1667,1759,1851,1932,2038,2146,2244,2348,2453,2560,2723,2823", + "endColumns": "108,99,108,83,108,124,76,75,91,93,93,93,101,93,96,105,91,91,80,105,107,97,103,104,106,162,99,82", + "endOffsets": "209,309,418,502,611,736,813,889,981,1075,1169,1263,1365,1459,1556,1662,1754,1846,1927,2033,2141,2239,2343,2448,2555,2718,2818,2901" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json new file mode 100644 index 0000000..212873f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-iw\\values-iw.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,308,416,500,600,714,792,870,961,1055,1151,1245,1346,1439,1534,1631,1722,1814,1895,1997,2101,2199,2302,2403,2503,2655,2751", + "endColumns": "103,98,107,83,99,113,77,77,90,93,95,93,100,92,94,96,90,91,80,101,103,97,102,100,99,151,95,80", + "endOffsets": "204,303,411,495,595,709,787,865,956,1050,1146,1240,1341,1434,1529,1626,1717,1809,1890,1992,2096,2194,2297,2398,2498,2650,2746,2827" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-iw\\values-iw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2832", + "endColumns": "100", + "endOffsets": "2928" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json new file mode 100644 index 0000000..d24c42f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ja\\values-ja.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2771", + "endColumns": "100", + "endOffsets": "2867" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ja\\values-ja.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,202,295,400,482,580,688,765,841,932,1025,1121,1215,1316,1409,1504,1598,1689,1780,1858,1960,2059,2154,2257,2352,2448,2596,2693", + "endColumns": "96,92,104,81,97,107,76,75,90,92,95,93,100,92,94,93,90,90,77,101,98,94,102,94,95,147,96,77", + "endOffsets": "197,290,395,477,575,683,760,836,927,1020,1116,1210,1311,1404,1499,1593,1684,1775,1853,1955,2054,2149,2252,2347,2443,2591,2688,2766" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json new file mode 100644 index 0000000..0c5e5a1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ka\\values-ka.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,318,429,517,622,735,819,901,992,1085,1180,1276,1377,1470,1565,1659,1750,1841,1924,2037,2144,2242,2355,2459,2563,2720,2818", + "endColumns": "108,103,110,87,104,112,83,81,90,92,94,95,100,92,94,93,90,90,82,112,106,97,112,103,103,156,97,80", + "endOffsets": "209,313,424,512,617,730,814,896,987,1080,1175,1271,1372,1465,1560,1654,1745,1836,1919,2032,2139,2237,2350,2454,2558,2715,2813,2894" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ka\\values-ka.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2899", + "endColumns": "100", + "endOffsets": "2995" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json new file mode 100644 index 0000000..bda5770 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kk\\values-kk.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2893", + "endColumns": "100", + "endOffsets": "2989" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-kk\\values-kk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,217,320,430,515,621,740,821,901,992,1085,1181,1275,1376,1469,1564,1661,1752,1844,1925,2028,2133,2231,2338,2447,2547,2713,2812", + "endColumns": "111,102,109,84,105,118,80,79,90,92,95,93,100,92,94,96,90,91,80,102,104,97,106,108,99,165,98,80", + "endOffsets": "212,315,425,510,616,735,816,896,987,1080,1176,1270,1371,1464,1559,1656,1747,1839,1920,2023,2128,2226,2333,2442,2542,2708,2807,2888" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-km.json b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json new file mode 100644 index 0000000..522ac29 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-km\\values-km.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2882", + "endColumns": "100", + "endOffsets": "2978" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-km\\values-km.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,308,420,507,611,729,806,883,974,1067,1163,1257,1358,1451,1546,1640,1731,1822,1905,2009,2114,2214,2324,2431,2539,2701,2799", + "endColumns": "102,99,111,86,103,117,76,76,90,92,95,93,100,92,94,93,90,90,82,103,104,99,109,106,107,161,97,82", + "endOffsets": "203,303,415,502,606,724,801,878,969,1062,1158,1252,1353,1446,1541,1635,1726,1817,1900,2004,2109,2209,2319,2426,2534,2696,2794,2877" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json new file mode 100644 index 0000000..e2a1b0d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn\\values-kn.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2948", + "endColumns": "100", + "endOffsets": "3044" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-kn\\values-kn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,335,448,536,643,770,847,924,1015,1108,1204,1298,1399,1492,1587,1681,1772,1863,1945,2061,2172,2271,2384,2488,2602,2766,2866", + "endColumns": "117,111,112,87,106,126,76,76,90,92,95,93,100,92,94,93,90,90,81,115,110,98,112,103,113,163,99,81", + "endOffsets": "218,330,443,531,638,765,842,919,1010,1103,1199,1293,1394,1487,1582,1676,1767,1858,1940,2056,2167,2266,2379,2483,2597,2761,2861,2943" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json new file mode 100644 index 0000000..80113b1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ko\\values-ko.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,200,294,396,478,576,682,761,837,928,1021,1113,1204,1305,1398,1493,1587,1678,1769,1849,1947,2042,2137,2237,2333,2432,2584,2678", + "endColumns": "94,93,101,81,97,105,78,75,90,92,91,90,100,92,94,93,90,90,79,97,94,94,99,95,98,151,93,77", + "endOffsets": "195,289,391,473,571,677,756,832,923,1016,1108,1199,1300,1393,1488,1582,1673,1764,1844,1942,2037,2132,2232,2328,2427,2579,2673,2751" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ko\\values-ko.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2756", + "endColumns": "100", + "endOffsets": "2852" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json new file mode 100644 index 0000000..d9789b7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ky\\values-ky.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ky\\values-ky.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,209,304,423,507,614,731,809,888,979,1072,1168,1262,1363,1456,1551,1646,1737,1828,1909,2019,2126,2224,2330,2437,2538,2699,2802", + "endColumns": "103,94,118,83,106,116,77,78,90,92,95,93,100,92,94,94,90,90,80,109,106,97,105,106,100,160,102,80", + "endOffsets": "204,299,418,502,609,726,804,883,974,1067,1163,1257,1358,1451,1546,1641,1732,1823,1904,2014,2121,2219,2325,2432,2533,2694,2797,2878" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-land.json b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json new file mode 100644 index 0000000..cd0f649 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-land\\values-land.xml", + "from": { + "startLines": "2,3,4", + "startColumns": "4,4,4", + "startOffsets": "55,125,196", + "endColumns": "69,70,67", + "endOffsets": "120,191,259" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json new file mode 100644 index 0000000..b8f0ad5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-large-v4\\values-large-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10", + "startColumns": "4,4,4,4,4,4,4,4,4", + "startOffsets": "55,114,185,256,326,396,464,532,636", + "endColumns": "58,70,70,69,69,67,67,103,115", + "endOffsets": "109,180,251,321,391,459,527,631,747" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json new file mode 100644 index 0000000..180a79f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "112", + "endOffsets": "163" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json new file mode 100644 index 0000000..0cc143d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lo\\values-lo.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2836", + "endColumns": "100", + "endOffsets": "2932" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-lo\\values-lo.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,305,412,497,602,714,791,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1888,1995,2092,2190,2295,2398,2502,2659,2755", + "endColumns": "102,96,106,84,104,111,76,77,90,92,95,93,100,92,94,93,90,90,79,106,96,97,104,102,103,156,95,80", + "endOffsets": "203,300,407,492,597,709,786,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1883,1990,2087,2185,2290,2393,2497,2654,2750,2831" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json new file mode 100644 index 0000000..871b46f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lt\\values-lt.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2978", + "endColumns": "100", + "endOffsets": "3074" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-lt\\values-lt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,221,322,435,522,631,752,834,915,1009,1105,1203,1299,1403,1499,1597,1700,1794,1888,1973,2082,2191,2291,2401,2505,2618,2794,2895", + "endColumns": "115,100,112,86,108,120,81,80,93,95,97,95,103,95,97,102,93,93,84,108,108,99,109,103,112,175,100,82", + "endOffsets": "216,317,430,517,626,747,829,910,1004,1100,1198,1294,1398,1494,1592,1695,1789,1883,1968,2077,2186,2286,2396,2500,2613,2789,2890,2973" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json new file mode 100644 index 0000000..6d07aff --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lv\\values-lv.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "3076", + "endColumns": "100", + "endOffsets": "3172" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-lv\\values-lv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,333,442,528,632,754,836,918,1028,1136,1243,1352,1464,1567,1679,1786,1891,1991,2076,2185,2297,2396,2507,2616,2721,2895,2994", + "endColumns": "119,107,108,85,103,121,81,81,109,107,106,108,111,102,111,106,104,99,84,108,111,98,110,108,104,173,98,81", + "endOffsets": "220,328,437,523,627,749,831,913,1023,1131,1238,1347,1459,1562,1674,1781,1886,1986,2071,2180,2292,2391,2502,2611,2716,2890,2989,3071" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json new file mode 100644 index 0000000..3d5bca1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mk\\values-mk.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2945", + "endColumns": "100", + "endOffsets": "3041" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-mk\\values-mk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,317,425,511,616,735,818,900,997,1096,1193,1293,1400,1499,1600,1696,1793,1884,1971,2077,2184,2285,2392,2503,2607,2763,2861", + "endColumns": "107,103,107,85,104,118,82,81,96,98,96,99,106,98,100,95,96,90,86,105,106,100,106,110,103,155,97,83", + "endOffsets": "208,312,420,506,611,730,813,895,992,1091,1188,1288,1395,1494,1595,1691,1788,1879,1966,2072,2179,2280,2387,2498,2602,2758,2856,2940" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json new file mode 100644 index 0000000..1f5eb5a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ml\\values-ml.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2955", + "endColumns": "100", + "endOffsets": "3051" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ml\\values-ml.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,342,457,550,655,787,864,940,1031,1124,1226,1320,1421,1515,1610,1709,1800,1891,1973,2084,2190,2288,2402,2502,2613,2772,2873", + "endColumns": "118,117,114,92,104,131,76,75,90,92,101,93,100,93,94,98,90,90,81,110,105,97,113,99,110,158,100,81", + "endOffsets": "219,337,452,545,650,782,859,935,1026,1119,1221,1315,1416,1510,1605,1704,1795,1886,1968,2079,2185,2283,2397,2497,2608,2767,2868,2950" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json new file mode 100644 index 0000000..a47b9e0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mn\\values-mn.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,218,318,431,518,624,736,818,900,991,1084,1180,1276,1374,1467,1562,1654,1745,1835,1917,2026,2130,2227,2335,2436,2539,2698,2795", + "endColumns": "112,99,112,86,105,111,81,81,90,92,95,95,97,92,94,91,90,89,81,108,103,96,107,100,102,158,96,80", + "endOffsets": "213,313,426,513,619,731,813,895,986,1079,1175,1271,1369,1462,1557,1649,1740,1830,1912,2021,2125,2222,2330,2431,2534,2693,2790,2871" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-mn\\values-mn.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2876", + "endColumns": "100", + "endOffsets": "2972" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json new file mode 100644 index 0000000..f6b21a4 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mr\\values-mr.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2887", + "endColumns": "100", + "endOffsets": "2983" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-mr\\values-mr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,322,429,519,620,735,812,890,981,1074,1168,1265,1366,1459,1554,1651,1742,1833,1913,2025,2127,2223,2332,2433,2545,2702,2807", + "endColumns": "110,105,106,89,100,114,76,77,90,92,93,96,100,92,94,96,90,90,79,111,101,95,108,100,111,156,104,79", + "endOffsets": "211,317,424,514,615,730,807,885,976,1069,1163,1260,1361,1454,1549,1646,1737,1828,1908,2020,2122,2218,2327,2428,2540,2697,2802,2882" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json new file mode 100644 index 0000000..1d69b20 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ms\\values-ms.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2881", + "endColumns": "100", + "endOffsets": "2977" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ms\\values-ms.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,216,321,429,516,620,731,809,888,979,1072,1167,1261,1360,1453,1548,1642,1733,1824,1904,2016,2125,2222,2331,2434,2541,2700,2801", + "endColumns": "110,104,107,86,103,110,77,78,90,92,94,93,98,92,94,93,90,90,79,111,108,96,108,102,106,158,100,79", + "endOffsets": "211,316,424,511,615,726,804,883,974,1067,1162,1256,1355,1448,1543,1637,1728,1819,1899,2011,2120,2217,2326,2429,2536,2695,2796,2876" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-my.json b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json new file mode 100644 index 0000000..f5c6f04 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-my\\values-my.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2979", + "endColumns": "100", + "endOffsets": "3075" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-my\\values-my.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,319,436,529,641,769,847,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1951,2074,2186,2288,2414,2525,2635,2795,2895", + "endColumns": "108,104,116,92,111,127,77,78,90,92,95,93,100,92,94,93,90,90,85,122,111,101,125,110,109,159,99,83", + "endOffsets": "209,314,431,524,636,764,842,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1946,2069,2181,2283,2409,2520,2630,2790,2890,2974" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json new file mode 100644 index 0000000..07a4e0f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nb\\values-nb.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2826", + "endColumns": "100", + "endOffsets": "2922" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-nb\\values-nb.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,308,422,508,608,721,797,873,964,1057,1153,1247,1348,1441,1536,1634,1725,1816,1896,1999,2098,2194,2298,2396,2497,2650,2747", + "endColumns": "107,94,113,85,99,112,75,75,90,92,95,93,100,92,94,97,90,90,79,102,98,95,103,97,100,152,96,78", + "endOffsets": "208,303,417,503,603,716,792,868,959,1052,1148,1242,1343,1436,1531,1629,1720,1811,1891,1994,2093,2189,2293,2391,2492,2645,2742,2821" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json new file mode 100644 index 0000000..7637c41 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ne\\values-ne.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2988", + "endColumns": "100", + "endOffsets": "3084" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ne\\values-ne.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,314,422,513,620,747,841,931,1022,1115,1211,1305,1406,1499,1594,1688,1779,1870,1958,2068,2184,2287,2402,2504,2619,2790,2902", + "endColumns": "104,103,107,90,106,126,93,89,90,92,95,93,100,92,94,93,90,90,87,109,115,102,114,101,114,170,111,85", + "endOffsets": "205,309,417,508,615,742,836,926,1017,1110,1206,1300,1401,1494,1589,1683,1774,1865,1953,2063,2179,2282,2397,2499,2614,2785,2897,2983" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json new file mode 100644 index 0000000..efa8d4f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-night-v8\\values-night-v8.xml", + "from": { + "startLines": "2,3,4,5,6,7,8", + "startColumns": "4,4,4,4,4,4,4", + "startOffsets": "55,125,209,293,389,491,593", + "endColumns": "69,83,83,95,101,101,93", + "endOffsets": "120,204,288,384,486,588,682" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json new file mode 100644 index 0000000..3755802 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nl\\values-nl.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,223,328,435,521,629,749,826,903,995,1089,1190,1284,1385,1479,1575,1670,1762,1854,1936,2047,2151,2250,2365,2478,2581,2736,2839", + "endColumns": "117,104,106,85,107,119,76,76,91,93,100,93,100,93,95,94,91,91,81,110,103,98,114,112,102,154,102,81", + "endOffsets": "218,323,430,516,624,744,821,898,990,1084,1185,1279,1380,1474,1570,1665,1757,1849,1931,2042,2146,2245,2360,2473,2576,2731,2834,2916" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-nl\\values-nl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2921", + "endColumns": "100", + "endOffsets": "3017" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-or.json b/app/build/intermediates/blame/res/debug/multi-v2/values-or.json new file mode 100644 index 0000000..bd9677d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-or.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-or\\values-or.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-or\\values-or.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,334,441,527,631,751,828,905,996,1089,1186,1281,1382,1475,1570,1666,1757,1847,1929,2039,2144,2250,2361,2464,2582,2745,2847", + "endColumns": "118,109,106,85,103,119,76,76,90,92,96,94,100,92,94,95,90,89,81,109,104,105,110,102,117,162,101,88", + "endOffsets": "219,329,436,522,626,746,823,900,991,1084,1181,1276,1377,1470,1565,1661,1752,1842,1924,2034,2139,2245,2356,2459,2577,2740,2842,2931" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json new file mode 100644 index 0000000..66aaba0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2839", + "endColumns": "100", + "endOffsets": "2935" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pa\\values-pa.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,305,410,496,596,709,786,862,953,1046,1142,1236,1337,1430,1525,1619,1710,1801,1880,1981,2085,2182,2291,2390,2500,2659,2759", + "endColumns": "102,96,104,85,99,112,76,75,90,92,95,93,100,92,94,93,90,90,78,100,103,96,108,98,109,158,99,79", + "endOffsets": "203,300,405,491,591,704,781,857,948,1041,1137,1231,1332,1425,1520,1614,1705,1796,1875,1976,2080,2177,2286,2385,2495,2654,2754,2834" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json new file mode 100644 index 0000000..333039a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pl\\values-pl.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,221,323,431,517,626,745,823,900,991,1084,1180,1274,1376,1469,1564,1659,1750,1841,1923,2032,2141,2240,2349,2460,2568,2731,2827", + "endColumns": "115,101,107,85,108,118,77,76,90,92,95,93,101,92,94,94,90,90,81,108,108,98,108,110,107,162,95,81", + "endOffsets": "216,318,426,512,621,740,818,895,986,1079,1175,1269,1371,1464,1559,1654,1745,1836,1918,2027,2136,2235,2344,2455,2563,2726,2822,2904" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pl\\values-pl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2909", + "endColumns": "100", + "endOffsets": "3005" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-port.json b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json new file mode 100644 index 0000000..e3067e6 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-port\\values-port.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "55", + "endOffsets": "106" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json new file mode 100644 index 0000000..c5485de --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,331,438,527,628,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844", + "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84", + "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pt-rBR\\values-pt-rBR.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json new file mode 100644 index 0000000..e9c2dcd --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2949", + "endColumns": "100", + "endOffsets": "3045" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pt-rPT\\values-pt-rPT.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,331,438,527,628,752,836,917,1009,1103,1201,1295,1395,1489,1585,1680,1772,1864,1951,2058,2170,2272,2380,2487,2594,2765,2864", + "endColumns": "119,105,106,88,100,123,83,80,91,93,97,93,99,93,95,94,91,91,86,106,111,101,107,106,106,170,98,84", + "endOffsets": "220,326,433,522,623,747,831,912,1004,1098,1196,1290,1390,1484,1580,1675,1767,1859,1946,2053,2165,2267,2375,2482,2589,2760,2859,2944" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json new file mode 100644 index 0000000..68369e3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt\\values-pt.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,225,331,438,527,628,746,829,909,1000,1093,1189,1283,1384,1477,1572,1667,1758,1849,1936,2043,2155,2257,2365,2472,2582,2744,2844", + "endColumns": "119,105,106,88,100,117,82,79,90,92,95,93,100,92,94,94,90,90,86,106,111,101,107,106,109,161,99,84", + "endOffsets": "220,326,433,522,623,741,824,904,995,1088,1184,1278,1379,1472,1567,1662,1753,1844,1931,2038,2150,2252,2360,2467,2577,2739,2839,2924" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-pt\\values-pt.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2929", + "endColumns": "100", + "endOffsets": "3025" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json new file mode 100644 index 0000000..8fec9e3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ro\\values-ro.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2953", + "endColumns": "100", + "endOffsets": "3049" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ro\\values-ro.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,226,330,443,531,643,764,849,930,1021,1114,1210,1304,1404,1497,1592,1687,1778,1870,1953,2065,2178,2278,2392,2497,2603,2767,2870", + "endColumns": "120,103,112,87,111,120,84,80,90,92,95,93,99,92,94,94,90,91,82,111,112,99,113,104,105,163,102,82", + "endOffsets": "221,325,438,526,638,759,844,925,1016,1109,1205,1299,1399,1492,1587,1682,1773,1865,1948,2060,2173,2273,2387,2492,2598,2762,2865,2948" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json new file mode 100644 index 0000000..9d15202 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ru\\values-ru.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2913", + "endColumns": "100", + "endOffsets": "3009" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ru\\values-ru.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,220,322,434,520,625,745,824,902,994,1088,1184,1277,1373,1467,1563,1658,1750,1842,1922,2028,2136,2234,2343,2449,2557,2732,2832", + "endColumns": "114,101,111,85,104,119,78,77,91,93,95,92,95,93,95,94,91,91,79,105,107,97,108,105,107,174,99,80", + "endOffsets": "215,317,429,515,620,740,819,897,989,1083,1179,1272,1368,1462,1558,1653,1745,1837,1917,2023,2131,2229,2338,2444,2552,2727,2827,2908" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-si.json b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json new file mode 100644 index 0000000..d91aebe --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si\\values-si.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2903", + "endColumns": "100", + "endOffsets": "2999" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-si\\values-si.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,322,429,517,622,738,827,914,1005,1098,1193,1287,1388,1481,1576,1670,1761,1852,1936,2045,2150,2248,2358,2457,2563,2722,2821", + "endColumns": "109,106,106,87,104,115,88,86,90,92,94,93,100,92,94,93,90,90,83,108,104,97,109,98,105,158,98,81", + "endOffsets": "210,317,424,512,617,733,822,909,1000,1093,1188,1282,1383,1476,1571,1665,1756,1847,1931,2040,2145,2243,2353,2452,2558,2717,2816,2898" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json new file mode 100644 index 0000000..0083d5a --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sk\\values-sk.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2918", + "endColumns": "100", + "endOffsets": "3014" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sk\\values-sk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,212,312,423,509,617,735,816,897,988,1081,1180,1274,1375,1468,1563,1661,1752,1843,1927,2032,2141,2240,2346,2457,2566,2732,2830", + "endColumns": "106,99,110,85,107,117,80,80,90,92,98,93,100,92,94,97,90,90,83,104,108,98,105,110,108,165,97,87", + "endOffsets": "207,307,418,504,612,730,811,892,983,1076,1175,1269,1370,1463,1558,1656,1747,1838,1922,2027,2136,2235,2341,2452,2561,2727,2825,2913" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json new file mode 100644 index 0000000..b6206f7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sl\\values-sl.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2936", + "endColumns": "100", + "endOffsets": "3032" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sl\\values-sl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,212,319,427,514,617,736,821,905,997,1091,1187,1281,1377,1471,1567,1667,1759,1851,1935,2043,2152,2252,2365,2472,2576,2756,2853", + "endColumns": "106,106,107,86,102,118,84,83,91,93,95,93,95,93,95,99,91,91,83,107,108,99,112,106,103,179,96,82", + "endOffsets": "207,314,422,509,612,731,816,900,992,1086,1182,1276,1372,1466,1562,1662,1754,1846,1930,2038,2147,2247,2360,2467,2571,2751,2848,2931" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json new file mode 100644 index 0000000..7f73763 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sq\\values-sq.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,319,431,518,628,751,832,911,1002,1095,1191,1285,1387,1480,1575,1672,1763,1856,1939,2045,2150,2248,2354,2457,2573,2727,2826", + "endColumns": "113,99,111,86,109,122,80,78,90,92,95,93,101,92,94,96,90,92,82,105,104,97,105,102,115,153,98,80", + "endOffsets": "214,314,426,513,623,746,827,906,997,1090,1186,1280,1382,1475,1570,1667,1758,1851,1934,2040,2145,2243,2349,2452,2568,2722,2821,2902" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sq\\values-sq.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2907", + "endColumns": "100", + "endOffsets": "3003" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json new file mode 100644 index 0000000..a4b8356 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sr\\values-sr.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2905", + "endColumns": "100", + "endOffsets": "3001" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sr\\values-sr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,214,317,423,509,613,731,812,892,983,1076,1172,1266,1367,1460,1555,1660,1751,1842,1930,2035,2143,2244,2348,2456,2557,2724,2821", + "endColumns": "108,102,105,85,103,117,80,79,90,92,95,93,100,92,94,104,90,90,87,104,107,100,103,107,100,166,96,83", + "endOffsets": "209,312,418,504,608,726,807,887,978,1071,1167,1261,1362,1455,1550,1655,1746,1837,1925,2030,2138,2239,2343,2451,2552,2719,2816,2900" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json new file mode 100644 index 0000000..5c5eb81 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sv\\values-sv.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2863", + "endColumns": "100", + "endOffsets": "2959" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sv\\values-sv.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,211,314,425,510,612,725,801,877,970,1065,1161,1255,1358,1453,1550,1648,1744,1837,1917,2023,2123,2219,2324,2426,2528,2682,2784", + "endColumns": "105,102,110,84,101,112,75,75,92,94,95,93,102,94,96,97,95,92,79,105,99,95,104,101,101,153,101,78", + "endOffsets": "206,309,420,505,607,720,796,872,965,1060,1156,1250,1353,1448,1545,1643,1739,1832,1912,2018,2118,2214,2319,2421,2523,2677,2779,2858" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json new file mode 100644 index 0000000..098f468 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2883", + "endColumns": "100", + "endOffsets": "2979" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sw\\values-sw.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,208,306,414,504,609,726,808,891,982,1075,1169,1263,1364,1457,1552,1647,1738,1830,1912,2013,2122,2221,2328,2437,2542,2704,2801", + "endColumns": "102,97,107,89,104,116,81,82,90,92,93,93,100,92,94,94,90,91,81,100,108,98,106,108,104,161,96,81", + "endOffsets": "203,301,409,499,604,721,803,886,977,1070,1164,1258,1359,1452,1547,1642,1733,1825,1907,2008,2117,2216,2323,2432,2537,2699,2796,2878" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json new file mode 100644 index 0000000..ef867d7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9", + "startColumns": "4,4,4,4,4,4,4,4", + "startOffsets": "55,124,193,263,337,413,472,543", + "endColumns": "68,68,69,73,75,58,70,67", + "endOffsets": "119,188,258,332,408,467,538,606" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json new file mode 100644 index 0000000..98d0e5d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ta\\values-ta.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2954", + "endColumns": "100", + "endOffsets": "3050" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ta\\values-ta.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,317,432,521,628,754,832,909,1009,1114,1210,1305,1412,1514,1618,1713,1815,1913,1995,2097,2201,2298,2408,2510,2617,2774,2874", + "endColumns": "113,97,114,88,106,125,77,76,99,104,95,94,106,101,103,94,101,97,81,101,103,96,109,101,106,156,99,79", + "endOffsets": "214,312,427,516,623,749,827,904,1004,1109,1205,1300,1407,1509,1613,1708,1810,1908,1990,2092,2196,2293,2403,2505,2612,2769,2869,2949" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-te.json b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json new file mode 100644 index 0000000..a646305 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-te\\values-te.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,328,439,529,634,759,841,923,1014,1107,1203,1297,1398,1491,1586,1681,1772,1863,1947,2060,2168,2267,2378,2480,2597,2763,2864", + "endColumns": "113,108,110,89,104,124,81,81,90,92,95,93,100,92,94,94,90,90,83,112,107,98,110,101,116,165,100,81", + "endOffsets": "214,323,434,524,629,754,836,918,1009,1102,1198,1292,1393,1486,1581,1676,1767,1858,1942,2055,2163,2262,2373,2475,2592,2758,2859,2941" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-te\\values-te.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2946", + "endColumns": "100", + "endOffsets": "3042" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-th.json b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json new file mode 100644 index 0000000..afb8d73 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-th\\values-th.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,308,416,505,607,717,794,872,963,1056,1152,1246,1347,1440,1535,1629,1720,1811,1892,2000,2104,2202,2310,2415,2516,2669,2764", + "endColumns": "104,97,107,88,101,109,76,77,90,92,95,93,100,92,94,93,90,90,80,107,103,97,107,104,100,152,94,80", + "endOffsets": "205,303,411,500,602,712,789,867,958,1051,1147,1241,1342,1435,1530,1624,1715,1806,1887,1995,2099,2197,2305,2410,2511,2664,2759,2840" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-th\\values-th.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2845", + "endColumns": "100", + "endOffsets": "2941" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json new file mode 100644 index 0000000..6e8f80b --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tl\\values-tl.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2949", + "endColumns": "100", + "endOffsets": "3045" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-tl\\values-tl.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,224,332,449,537,643,764,843,921,1012,1105,1201,1295,1396,1489,1584,1678,1769,1860,1944,2053,2164,2265,2375,2492,2600,2763,2865", + "endColumns": "118,107,116,87,105,120,78,77,90,92,95,93,100,92,94,93,90,90,83,108,110,100,109,116,107,162,101,83", + "endOffsets": "219,327,444,532,638,759,838,916,1007,1100,1196,1290,1391,1484,1579,1673,1764,1855,1939,2048,2159,2260,2370,2487,2595,2758,2860,2944" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json new file mode 100644 index 0000000..10fee59 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tr\\values-tr.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2865", + "endColumns": "100", + "endOffsets": "2961" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-tr\\values-tr.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,309,421,506,612,732,811,887,978,1071,1164,1258,1356,1449,1551,1646,1737,1828,1907,2014,2119,2215,2322,2424,2532,2688,2786", + "endColumns": "104,98,111,84,105,119,78,75,90,92,92,93,97,92,101,94,90,90,78,106,104,95,106,101,107,155,97,78", + "endOffsets": "205,304,416,501,607,727,806,882,973,1066,1159,1253,1351,1444,1546,1641,1732,1823,1902,2009,2114,2210,2317,2419,2527,2683,2781,2860" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json new file mode 100644 index 0000000..b5c4660 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uk\\values-uk.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,317,423,509,617,735,814,894,985,1078,1174,1268,1369,1462,1557,1652,1743,1834,1915,2021,2128,2226,2334,2440,2549,2719,2819", + "endColumns": "109,101,105,85,107,117,78,79,90,92,95,93,100,92,94,94,90,90,80,105,106,97,107,105,108,169,99,80", + "endOffsets": "210,312,418,504,612,730,809,889,980,1073,1169,1263,1364,1457,1552,1647,1738,1829,1910,2016,2123,2221,2329,2435,2544,2714,2814,2895" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-uk\\values-uk.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2900", + "endColumns": "100", + "endOffsets": "2996" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json new file mode 100644 index 0000000..a6536c3 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ur\\values-ur.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2904", + "endColumns": "100", + "endOffsets": "3000" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-ur\\values-ur.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,215,321,430,516,620,740,816,892,984,1078,1174,1268,1370,1464,1560,1654,1746,1838,1923,2031,2140,2242,2353,2453,2561,2726,2824", + "endColumns": "109,105,108,85,103,119,75,75,91,93,95,93,101,93,95,93,91,91,84,107,108,101,110,99,107,164,97,79", + "endOffsets": "210,316,425,511,615,735,811,887,979,1073,1169,1263,1365,1459,1555,1649,1741,1833,1918,2026,2135,2237,2348,2448,2556,2721,2819,2899" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json new file mode 100644 index 0000000..06a3cfa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uz\\values-uz.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2889", + "endColumns": "100", + "endOffsets": "2985" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-uz\\values-uz.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,210,314,428,514,614,730,810,889,980,1073,1169,1263,1358,1451,1546,1641,1732,1824,1908,2017,2124,2225,2333,2438,2545,2706,2805", + "endColumns": "104,103,113,85,99,115,79,78,90,92,95,93,94,92,94,94,90,91,83,108,106,100,107,104,106,160,98,83", + "endOffsets": "205,309,423,509,609,725,805,884,975,1068,1164,1258,1353,1446,1541,1636,1727,1819,1903,2012,2119,2220,2328,2433,2540,2701,2800,2884" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json new file mode 100644 index 0000000..d036c1c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json @@ -0,0 +1,38 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v16\\values-v16.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "5", + "endColumns": "12", + "endOffsets": "223" + }, + "to": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "121", + "endLines": "6", + "endColumns": "12", + "endOffsets": "289" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-v16\\values-v16.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "65", + "endOffsets": "116" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json new file mode 100644 index 0000000..90033a0 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v17\\values-v17.xml", + "from": { + "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", + "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", + "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", + "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json new file mode 100644 index 0000000..74f3b74 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v18\\values-v18.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "48", + "endOffsets": "99" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json new file mode 100644 index 0000000..bd1806e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json @@ -0,0 +1,47 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,107,110,154,157,160,162,164,166,169,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,221,222,223,233,234,235,247", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4234,4383,4532,4644,4791,4944,5091,5166,5255,5342,5443,5546,8614,8799,11879,12076,12275,12398,12521,12634,12817,12948,13149,13238,13349,13582,13683,13778,13901,14030,14147,14324,14423,14558,14701,14836,14955,15156,15275,15368,15479,15535,15642,15837,15948,16081,16176,16267,16358,16475,16614,16685,16768,17448,17505,17563,18257", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,106,109,153,156,159,161,163,165,168,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,220,221,222,232,233,234,246,258", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", + "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4229,4378,4527,4639,4786,4939,5086,5161,5250,5337,5438,5541,8609,8794,11874,12071,12270,12393,12516,12629,12812,12943,13144,13233,13344,13577,13678,13773,13896,14025,14142,14319,14418,14553,14696,14831,14950,15151,15270,15363,15474,15530,15637,15832,15943,16076,16171,16262,16353,16470,16609,16680,16763,17443,17500,17558,18252,18958" + }, + "to": { + "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,111,114,158,161,164,166,168,170,173,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,225,226,227,237,238,239,251", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4533,4682,4831,4943,5090,5243,5390,5465,5554,5641,5742,5845,8913,9098,12178,12375,12574,12697,12820,12933,13116,13247,13448,13537,13648,13881,13982,14077,14200,14329,14446,14623,14722,14857,15000,15135,15254,15455,15574,15667,15778,15834,15941,16136,16247,16380,16475,16566,16657,16774,16913,16984,17067,17747,17804,17862,18556", + "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,110,113,157,160,163,165,167,169,172,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,224,225,226,236,237,238,250,262", + "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,116,12,70,82,12,56,57,12,12", + "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4528,4677,4826,4938,5085,5238,5385,5460,5549,5636,5737,5840,8908,9093,12173,12370,12569,12692,12815,12928,13111,13242,13443,13532,13643,13876,13977,14072,14195,14324,14441,14618,14717,14852,14995,15130,15249,15450,15569,15662,15773,15829,15936,16131,16242,16375,16470,16561,16652,16769,16908,16979,17062,17742,17799,17857,18551,19257" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-v21\\values-v21.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,13", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,354,470,596,722,850,1022", + "endLines": "2,3,4,5,6,7,8,9,12,17", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,465,591,717,845,1017,1355" + }, + "to": { + "startLines": "2,3,4,5,263,264,265,266,267,270", + "startColumns": "4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,159,223,290,19262,19378,19504,19630,19758,19930", + "endLines": "2,3,4,5,263,264,265,266,269,274", + "endColumns": "103,63,66,63,115,125,125,127,12,12", + "endOffsets": "154,218,285,349,19373,19499,19625,19753,19925,20263" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json new file mode 100644 index 0000000..70a4612 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v22\\values-v22.xml", + "from": { + "startLines": "2,3,4,9", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,553", + "endLines": "2,3,8,13", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,548,896" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json new file mode 100644 index 0000000..d984525 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json @@ -0,0 +1,39 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v23\\values-v23.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2,3,4,5,6,19,32,33,34,35,36", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,190,325,400,487,1277,2079,2206,2311,2426,2533", + "endLines": "2,3,4,5,18,31,32,33,34,35,36", + "endColumns": "134,134,74,86,12,12,126,104,114,106,112", + "endOffsets": "185,320,395,482,1272,2074,2201,2306,2421,2528,2641" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\287b81395e8a6af72b16997b2b264ea9\\cardview-v7-28.0.0\\res\\values-v23\\values-v23.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endLines": "4", + "endColumns": "12", + "endOffsets": "200" + }, + "to": { + "startLines": "37", + "startColumns": "4", + "startOffsets": "2646", + "endLines": "39", + "endColumns": "12", + "endOffsets": "2791" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json new file mode 100644 index 0000000..6a7e5aa --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v24\\values-v24.xml", + "from": { + "startLines": "2,3", + "startColumns": "4,4", + "startOffsets": "55,212", + "endColumns": "156,134", + "endOffsets": "207,342" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json new file mode 100644 index 0000000..7ef66bf --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v25\\values-v25.xml", + "from": { + "startLines": "2,3,4,6", + "startColumns": "4,4,4,4", + "startOffsets": "55,126,209,308", + "endLines": "2,3,5,7", + "endColumns": "70,82,12,12", + "endOffsets": "121,204,303,414" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json new file mode 100644 index 0000000..aecb627 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v26\\values-v26.xml", + "from": { + "startLines": "2,3,4,8,12,16", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,130,217,431,657,896", + "endLines": "2,3,7,11,15,16", + "endColumns": "74,86,12,12,12,92", + "endOffsets": "125,212,426,652,891,984" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json new file mode 100644 index 0000000..ef929c1 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v28\\values-v28.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-v28\\values-v28.xml", + "from": { + "startLines": "2,3,4,8", + "startColumns": "4,4,4,4", + "startOffsets": "55,130,217,447", + "endLines": "2,3,7,11", + "endColumns": "74,86,12,12", + "endOffsets": "125,212,442,684" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json new file mode 100644 index 0000000..8705b71 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-vi\\values-vi.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2901", + "endColumns": "100", + "endOffsets": "2997" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-vi\\values-vi.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,219,327,436,520,623,742,819,896,987,1080,1176,1270,1371,1464,1559,1657,1748,1839,1923,2027,2136,2237,2342,2456,2561,2718,2817", + "endColumns": "113,107,108,83,102,118,76,76,90,92,95,93,100,92,94,97,90,90,83,103,108,100,104,113,104,156,98,83", + "endOffsets": "214,322,431,515,618,737,814,891,982,1075,1171,1265,1366,1459,1554,1652,1743,1834,1918,2022,2131,2232,2337,2451,2556,2713,2812,2896" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json new file mode 100644 index 0000000..a3c81d7 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v20\\values-watch-v20.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-watch-v20\\values-watch-v20.xml", + "from": { + "startLines": "2,5,8", + "startColumns": "4,4,4", + "startOffsets": "55,214,385", + "endLines": "4,7,10", + "endColumns": "12,12,12", + "endOffsets": "209,380,553" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json new file mode 100644 index 0000000..8bab42d --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json @@ -0,0 +1,20 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v21\\values-watch-v21.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-watch-v21\\values-watch-v21.xml", + "from": { + "startLines": "2,6,10", + "startColumns": "4,4,4", + "startOffsets": "55,271,499", + "endLines": "5,9,13", + "endColumns": "12,12,12", + "endOffsets": "266,494,724" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json new file mode 100644 index 0000000..300c9eb --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json @@ -0,0 +1,19 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml", + "from": { + "startLines": "2,3,4,5,6,7", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "55,126,197,267,337,405", + "endColumns": "70,70,69,69,67,67", + "endOffsets": "121,192,262,332,400,468" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json new file mode 100644 index 0000000..1c760e5 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2744", + "endColumns": "100", + "endOffsets": "2840" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zh-rCN\\values-zh-rCN.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,201,296,396,478,575,681,757,833,924,1017,1115,1211,1306,1399,1494,1586,1677,1768,1846,1942,2038,2133,2230,2325,2423,2572,2666", + "endColumns": "95,94,99,81,96,105,75,75,90,92,97,95,94,92,94,91,90,90,77,95,95,94,96,94,97,148,93,77", + "endOffsets": "196,291,391,473,570,676,752,828,919,1012,1110,1206,1301,1394,1489,1581,1672,1763,1841,1937,2033,2128,2225,2320,2418,2567,2661,2739" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json new file mode 100644 index 0000000..0f5832e --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,200,293,393,475,572,680,756,832,924,1018,1110,1206,1302,1396,1492,1584,1676,1768,1846,1942,2038,2133,2230,2325,2423,2574,2668", + "endColumns": "94,92,99,81,96,107,75,75,91,93,91,95,95,93,95,91,91,91,77,95,95,94,96,94,97,150,93,77", + "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1105,1201,1297,1391,1487,1579,1671,1763,1841,1937,2033,2128,2225,2320,2418,2569,2663,2741" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zh-rHK\\values-zh-rHK.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2746", + "endColumns": "100", + "endOffsets": "2842" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json new file mode 100644 index 0000000..044048f --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2753", + "endColumns": "100", + "endOffsets": "2849" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zh-rTW\\values-zh-rTW.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,200,293,393,475,572,680,756,832,924,1018,1116,1212,1308,1402,1498,1590,1682,1774,1852,1948,2044,2139,2236,2331,2431,2581,2675", + "endColumns": "94,92,99,81,96,107,75,75,91,93,97,95,95,93,95,91,91,91,77,95,95,94,96,94,99,149,93,77", + "endOffsets": "195,288,388,470,567,675,751,827,919,1013,1111,1207,1303,1397,1493,1585,1677,1769,1847,1943,2039,2134,2231,2326,2426,2576,2670,2748" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json new file mode 100644 index 0000000..054ff68 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json @@ -0,0 +1,36 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zu\\values-zu.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2", + "startColumns": "4", + "startOffsets": "55", + "endColumns": "100", + "endOffsets": "151" + }, + "to": { + "startLines": "30", + "startColumns": "4", + "startOffsets": "2898", + "endColumns": "100", + "endOffsets": "2994" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values-zu\\values-zu.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,213,320,434,522,625,752,832,912,1003,1096,1190,1284,1385,1478,1573,1667,1758,1851,1937,2041,2147,2245,2352,2458,2564,2721,2817", + "endColumns": "107,106,113,87,102,126,79,79,90,92,93,93,100,92,94,93,90,92,85,103,105,97,106,105,105,156,95,80", + "endOffsets": "208,315,429,517,620,747,827,907,998,1091,1185,1279,1380,1473,1568,1662,1753,1846,1932,2036,2142,2240,2347,2453,2559,2716,2812,2893" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values.json b/app/build/intermediates/blame/res/debug/multi-v2/values.json new file mode 100644 index 0000000..694f91c --- /dev/null +++ b/app/build/intermediates/blame/res/debug/multi-v2/values.json @@ -0,0 +1,157 @@ +{ + "logs": [ + { + "outputFile": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml", + "map": [ + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\02032d4eab5e547a1b10f7e2cc64a621\\coordinatorlayout-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,102,3,13", + "startColumns": "4,4,4,4", + "startOffsets": "55,5935,116,724", + "endLines": "2,104,12,101", + "endColumns": "60,12,24,24", + "endOffsets": "111,6075,719,5930" + }, + "to": { + "startLines": "16,1879,2607,2617", + "startColumns": "4,4,4,4", + "startOffsets": "716,123817,169114,169722", + "endLines": "16,1881,2616,2705", + "endColumns": "60,12,24,24", + "endOffsets": "772,123957,169717,174928" + } + }, + { + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\values\\strings.xml", + "from": { + "startLines": "1,3,2,4,5", + "startColumns": "4,4,4,4,4", + "startOffsets": "17,110,68,161,209", + "endColumns": "49,49,40,46,44", + "endOffsets": "62,155,104,203,249" + }, + "to": { + "startLines": "388,389,390,391,392", + "startColumns": "4,4,4,4,4", + "startOffsets": "23120,23170,23220,23261,23308", + "endColumns": "49,49,40,46,44", + "endOffsets": "23165,23215,23256,23303,23348" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\0c91d46fdd28334f30b1556655513aca\\appcompat-v7-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1461,1462,1466,1470,1474,1479,1485,1492,1496,1500,1505,1509,1513,1517,1521,1525,1529,1535,1539,1545,1549,1555,1559,1564,1568,1571,1575,1581,1585,1591,1595,1601,1604,1608,1612,1616,1620,1624,1625,1626,1627,1630,1633,1636,1639,1643,1644,1645,1646,1647,1650,1652,1654,1656,1661,1662,1666,1672,1676,1677,1679,1690,1691,1695,1701,1705,1706,1707,1711,1738,1742,1743,1747,1775,1943,1969,2138,2164,2195,2203,2209,2223,2245,2250,2255,2265,2274,2283,2287,2294,2302,2309,2310,2319,2322,2325,2329,2333,2337,2340,2341,2345,2349,2359,2364,2371,2377,2378,2381,2385,2390,2392,2394,2397,2400,2402,2406,2409,2416,2419,2422,2426,2428,2432,2434,2436,2438,2442,2450,2458,2470,2476,2485,2488,2499,2502,2507,2508,2513,2571,2630,2631,2641,2650,2651,2653,2657,2660,2663,2666,2669,2672,2675,2678,2682,2685,2688,2691,2695,2698,2702,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2728,2730,2731,2732,2733,2734,2735,2736,2737,2739,2740,2742,2743,2745,2747,2748,2750,2751,2752,2753,2754,2755,2757,2758,2759,2760,2761,2762,2764,2766,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2782,2783,2784,2785,2786,2787,2789,2793,2797,2798,2799,2800,2801,2802,2803,2804,2806,2808,2810,2812,2814,2815,2816,2817,2819,2821,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2837,2838,2839,2840,2842,2844,2845,2847,2848,2850,2852,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2867,2868,2869,2870,2872,2873,2874,2875,2876,2878,2880,2882,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,69,152,155,158,161,175,186,196,223,230,241,271,298,307,344,725,730,756,774,810,816,822,845,986,1006,1012,1016,1022,1059,1071,1098,1103,1169,1184,1249,1268,1294", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,160,205,254,295,350,409,471,552,613,688,764,841,919,1004,1086,1162,1238,1315,1393,1499,1605,1684,1764,1821,1879,1953,2028,2093,2159,2219,2280,2352,2425,2492,2560,2619,2678,2737,2796,2855,2909,2963,3016,3070,3124,3178,3232,3306,3385,3458,3532,3603,3675,3747,3820,3877,3935,4008,4082,4156,4231,4303,4376,4446,4517,4577,70911,70980,71049,71119,71193,71269,71333,71410,71486,71563,71628,71697,71774,71849,71918,71986,72063,72129,72190,72287,72352,72421,72520,72591,72650,72708,72765,72824,72888,72959,73031,73103,73175,73247,73314,73382,73450,73509,73572,73636,73726,73817,73877,73943,74010,74076,74146,74210,74263,74376,74434,74497,74562,74627,74702,74775,74847,74896,74957,75018,75079,75141,75205,75269,75333,75398,75461,75521,75582,75648,75707,75767,75829,75900,75960,76028,76114,76201,76291,76378,76466,76548,76631,76721,76812,76864,76922,76967,77033,77097,77154,77211,77265,77322,77370,77419,77470,77504,77551,77600,77646,77678,77742,77804,77864,77921,77995,78065,78143,78197,78267,78352,78400,78446,78517,78595,78673,78745,78819,78893,78967,79047,79120,79189,79261,79338,79399,79462,79528,79592,79663,79726,79791,79855,79916,79977,80029,80102,80176,80245,80320,80394,80468,80609,80679,80732,80810,80900,80988,81084,81174,81756,81845,82092,82373,82625,82910,83303,83780,84002,84224,84500,84727,84957,85187,85417,85647,85874,86293,86519,86944,87174,87602,87821,88104,88312,88443,88670,89096,89321,89748,89969,90394,90514,90790,91091,91415,91706,92020,92157,92288,92393,92635,92802,93006,93214,93485,93597,93709,93814,93931,94145,94291,94431,94517,94865,94953,95199,95617,95866,95948,96046,96663,96763,97015,97439,97694,97788,97877,98114,100166,100408,100510,100763,102947,113668,115184,126004,127532,129289,129915,130335,131396,132661,132917,133153,133700,134194,134799,134997,135577,136141,136516,136634,137172,137329,137525,137798,138054,138224,138365,138429,138711,138997,139673,139937,140275,140628,140722,140908,141214,141476,141601,141728,141967,142178,142297,142490,142667,143122,143303,143425,143684,143797,143984,144086,144193,144322,144597,145105,145601,146478,146772,147342,147491,148223,148395,148731,148823,149101,153445,157932,157994,158624,159238,159329,159442,159671,159831,159983,160154,160320,160489,160656,160819,161062,161232,161405,161576,161850,162049,162254,162584,162668,162764,162860,162958,163058,163160,163262,163364,163466,163568,163668,163764,163876,164005,164128,164259,164390,164488,164602,164696,164836,164970,165066,165178,165278,165394,165490,165602,165702,165842,165978,166142,166272,166430,166580,166721,166865,167000,167112,167262,167390,167518,167654,167786,167916,168046,168158,168298,168444,168588,168726,168792,168882,168958,169062,169152,169254,169362,169470,169570,169650,169742,169840,169950,170028,170134,170226,170330,170440,170562,170725,170882,170962,171062,171152,171262,171356,171462,171554,171654,171766,171880,171996,172112,172206,172320,172432,172534,172654,172776,172858,172962,173082,173208,173306,173400,173488,173600,173716,173838,173950,174125,174241,174327,174419,174531,174655,174722,174848,174916,175044,175188,175316,175385,175480,175595,175708,175807,175916,176027,176138,176239,176344,176444,176574,176665,176788,176882,176994,177080,177184,177280,177368,177486,177590,177694,177820,177908,178016,178116,178206,178316,178400,178502,178586,178640,178704,178810,178920,179004,4638,9782,9900,10015,10147,10862,11554,12071,13718,14103,14700,16299,17832,18220,20527,40045,40305,41697,42730,44743,45005,45361,46191,52973,54107,54401,54624,54951,57001,57649,59282,59552,63403,64004,67813,69028,70437", + "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1460,1461,1465,1469,1473,1478,1484,1491,1495,1499,1504,1508,1512,1516,1520,1524,1528,1534,1538,1544,1548,1554,1558,1563,1567,1570,1574,1580,1584,1590,1594,1600,1603,1607,1611,1615,1619,1623,1624,1625,1626,1629,1632,1635,1638,1642,1643,1644,1645,1646,1649,1651,1653,1655,1660,1661,1665,1671,1675,1676,1678,1689,1690,1694,1700,1704,1705,1706,1710,1737,1741,1742,1746,1774,1942,1968,2137,2163,2194,2202,2208,2222,2244,2249,2254,2264,2273,2282,2286,2293,2301,2308,2309,2318,2321,2324,2328,2332,2336,2339,2340,2344,2348,2358,2363,2370,2376,2377,2380,2384,2389,2391,2393,2396,2399,2401,2405,2408,2415,2418,2421,2425,2427,2431,2433,2435,2437,2441,2449,2457,2469,2475,2484,2487,2498,2501,2506,2507,2512,2570,2629,2630,2640,2649,2650,2652,2656,2659,2662,2665,2668,2671,2674,2677,2681,2684,2687,2690,2694,2697,2701,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2727,2729,2730,2731,2732,2733,2734,2735,2736,2738,2739,2741,2742,2744,2746,2747,2749,2750,2751,2752,2753,2754,2756,2757,2758,2759,2760,2761,2763,2765,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2781,2782,2783,2784,2785,2786,2788,2792,2796,2797,2798,2799,2800,2801,2802,2803,2805,2807,2809,2811,2813,2814,2815,2816,2818,2820,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2836,2837,2838,2839,2841,2843,2844,2846,2847,2849,2851,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2866,2867,2868,2869,2871,2872,2873,2874,2875,2877,2879,2881,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,151,154,157,160,174,185,195,222,229,240,270,297,306,343,724,729,755,773,809,815,821,844,985,1005,1011,1015,1021,1058,1070,1097,1102,1168,1183,1248,1267,1293,1302", + "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,70975,71044,71114,71188,71264,71328,71405,71481,71558,71623,71692,71769,71844,71913,71981,72058,72124,72185,72282,72347,72416,72515,72586,72645,72703,72760,72819,72883,72954,73026,73098,73170,73242,73309,73377,73445,73504,73567,73631,73721,73812,73872,73938,74005,74071,74141,74205,74258,74371,74429,74492,74557,74622,74697,74770,74842,74891,74952,75013,75074,75136,75200,75264,75328,75393,75456,75516,75577,75643,75702,75762,75824,75895,75955,76023,76109,76196,76286,76373,76461,76543,76626,76716,76807,76859,76917,76962,77028,77092,77149,77206,77260,77317,77365,77414,77465,77499,77546,77595,77641,77673,77737,77799,77859,77916,77990,78060,78138,78192,78262,78347,78395,78441,78512,78590,78668,78740,78814,78888,78962,79042,79115,79184,79256,79333,79394,79457,79523,79587,79658,79721,79786,79850,79911,79972,80024,80097,80171,80240,80315,80389,80463,80604,80674,80727,80805,80895,80983,81079,81169,81751,81840,82087,82368,82620,82905,83298,83775,83997,84219,84495,84722,84952,85182,85412,85642,85869,86288,86514,86939,87169,87597,87816,88099,88307,88438,88665,89091,89316,89743,89964,90389,90509,90785,91086,91410,91701,92015,92152,92283,92388,92630,92797,93001,93209,93480,93592,93704,93809,93926,94140,94286,94426,94512,94860,94948,95194,95612,95861,95943,96041,96658,96758,97010,97434,97689,97783,97872,98109,100161,100403,100505,100758,102942,113663,115179,125999,127527,129284,129910,130330,131391,132656,132912,133148,133695,134189,134794,134992,135572,136136,136511,136629,137167,137324,137520,137793,138049,138219,138360,138424,138706,138992,139668,139932,140270,140623,140717,140903,141209,141471,141596,141723,141962,142173,142292,142485,142662,143117,143298,143420,143679,143792,143979,144081,144188,144317,144592,145100,145596,146473,146767,147337,147486,148218,148390,148726,148818,149096,153440,157927,157989,158619,159233,159324,159437,159666,159826,159978,160149,160315,160484,160651,160814,161057,161227,161400,161571,161845,162044,162249,162579,162663,162759,162855,162953,163053,163155,163257,163359,163461,163563,163663,163759,163871,164000,164123,164254,164385,164483,164597,164691,164831,164965,165061,165173,165273,165389,165485,165597,165697,165837,165973,166137,166267,166425,166575,166716,166860,166995,167107,167257,167385,167513,167649,167781,167911,168041,168153,168293,168439,168583,168721,168787,168877,168953,169057,169147,169249,169357,169465,169565,169645,169737,169835,169945,170023,170129,170221,170325,170435,170557,170720,170877,170957,171057,171147,171257,171351,171457,171549,171649,171761,171875,171991,172107,172201,172315,172427,172529,172649,172771,172853,172957,173077,173203,173301,173395,173483,173595,173711,173833,173945,174120,174236,174322,174414,174526,174650,174717,174843,174911,175039,175183,175311,175380,175475,175590,175703,175802,175911,176022,176133,176234,176339,176439,176569,176660,176783,176877,176989,177075,177179,177275,177363,177481,177585,177689,177815,177903,178011,178111,178201,178311,178395,178497,178581,178635,178699,178805,178915,178999,179119,9777,9895,10010,10142,10857,11549,12066,13713,14098,14695,16294,17827,18215,20522,40040,40300,41692,42725,44738,45000,45356,46186,52968,54102,54396,54619,54946,56996,57644,59277,59547,63398,63999,67808,69023,70432,70906" + }, + "to": { + "startLines": "17,22,23,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,293,294,295,296,297,298,299,300,301,317,318,319,320,321,322,323,324,327,328,329,330,331,334,335,336,343,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,393,395,396,397,398,399,406,414,415,419,423,434,439,445,452,456,460,465,469,473,477,481,485,489,495,499,505,509,515,519,524,528,531,535,541,545,551,555,561,564,568,572,576,580,584,585,586,587,590,593,596,599,603,604,605,606,607,610,612,614,616,621,622,626,632,636,637,639,650,651,655,661,665,666,667,671,698,702,703,707,735,903,929,1098,1124,1155,1163,1169,1183,1205,1210,1215,1225,1234,1243,1247,1254,1262,1269,1270,1279,1282,1285,1289,1293,1297,1300,1301,1305,1309,1319,1324,1331,1337,1338,1341,1345,1350,1352,1354,1357,1360,1362,1366,1369,1376,1379,1382,1386,1388,1392,1394,1396,1398,1402,1410,1418,1430,1436,1445,1448,1459,1462,1467,1468,1481,1539,1598,1599,1609,1618,1619,1621,1625,1628,1631,1634,1637,1640,1643,1646,1650,1653,1656,1659,1663,1666,1670,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1696,1698,1699,1700,1701,1702,1703,1704,1705,1707,1708,1710,1711,1713,1715,1716,1718,1719,1720,1721,1722,1723,1725,1726,1727,1728,1729,1741,1743,1745,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1761,1762,1763,1764,1765,1766,1768,1772,1776,1777,1778,1779,1780,1781,1782,1783,1785,1787,1789,1791,1793,1794,1795,1796,1798,1800,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1816,1817,1818,1819,1821,1823,1824,1826,1827,1829,1831,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1846,1847,1848,1849,1851,1852,1853,1854,1855,1857,1859,1861,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1882,1965,1968,1971,1974,1988,1999,2009,2036,2043,2054,2084,2111,2120,2157,2538,2578,2706,2844,2880,2886,2892,2915,3056,3076,3082,3086,3092,3129,3141,3168,3173,3239,3254,3319,3338,3364", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "777,959,1004,6131,6172,6227,6286,6348,6429,6490,6565,6641,6718,6796,6881,6963,7039,7154,7231,7309,7415,7521,7600,7680,7737,8188,8262,8337,8402,8468,8528,8589,8661,8774,8841,8909,8968,9027,9086,9145,9204,9258,9312,9365,9419,9473,9527,9713,9787,9866,9939,10013,10084,10156,10228,10301,10358,10416,10489,10563,10637,10712,10784,10857,10927,10998,11058,11156,11225,11294,11364,11438,11514,11578,11655,11731,11808,11873,11942,12019,12094,12163,12231,12308,12374,12435,12532,12597,12666,12765,12836,12895,12953,13010,13069,13133,13204,13276,13348,13420,13492,13559,13627,13695,13754,13817,13881,13971,14062,14122,14188,14255,14321,14391,14455,14508,14621,14679,14742,14807,14872,14947,15020,15092,15141,15202,15263,15324,15386,15450,15514,15578,15643,15706,15766,15827,15893,15952,16012,16074,16145,16205,16931,17017,17104,17194,17281,17369,17451,17534,17624,18693,18745,18803,18848,18914,18978,19035,19092,19294,19351,19399,19448,19499,19603,19650,19699,20017,20049,20113,20175,20235,20362,20436,20506,20584,20638,20708,20793,20841,20887,20958,21036,21114,21186,21260,21334,21408,21488,21561,21630,21702,21779,21840,21903,21969,22033,22104,22167,22232,22296,22357,22418,22470,22543,22617,22686,22761,22835,22909,23050,23353,23477,23555,23645,23733,23829,24238,24820,24909,25156,25437,26103,26388,26781,27258,27480,27702,27978,28205,28435,28665,28895,29125,29352,29771,29997,30422,30652,31080,31299,31582,31790,31921,32148,32574,32799,33226,33447,33872,33992,34268,34569,34893,35184,35498,35635,35766,35871,36113,36280,36484,36692,36963,37075,37187,37292,37409,37623,37769,37909,37995,38343,38431,38677,39095,39344,39426,39524,40141,40241,40493,40917,41172,41266,41355,41592,43644,43886,43988,44241,46425,57146,58662,69482,71010,72767,73393,73813,74874,76139,76395,76631,77178,77672,78277,78475,79055,79619,79994,80112,80650,80807,81003,81276,81532,81702,81843,81907,82189,82475,83151,83415,83753,84106,84200,84386,84692,84954,85079,85206,85445,85656,85775,85968,86145,86600,86781,86903,87162,87275,87462,87564,87671,87800,88075,88583,89079,89956,90250,90820,90969,91701,91873,92209,92301,92897,97241,101728,101790,102420,103034,103125,103238,103467,103627,103779,103950,104116,104285,104452,104615,104858,105028,105201,105372,105646,105845,106050,106380,106464,106560,106656,106754,106854,106956,107058,107160,107262,107364,107464,107560,107672,107801,107924,108055,108186,108284,108398,108492,108632,108766,108862,108974,109074,109190,109286,109398,109498,109638,109774,109938,110068,110226,110376,110517,110661,110796,110908,111058,111186,111314,111450,111582,111712,111842,111954,112852,112998,113142,113280,113346,113436,113512,113616,113706,113808,113916,114024,114124,114204,114296,114394,114504,114582,114688,114780,114884,114994,115116,115279,115436,115516,115616,115706,115816,115910,116016,116108,116208,116320,116434,116550,116666,116760,116874,116986,117088,117208,117330,117412,117516,117636,117762,117860,117954,118042,118154,118270,118392,118504,118679,118795,118881,118973,119085,119209,119276,119402,119470,119598,119742,119870,119939,120034,120149,120262,120361,120470,120581,120692,120793,120898,120998,121128,121219,121342,121436,121548,121634,121738,121834,121922,122040,122144,122248,122374,122462,122570,122670,122760,122870,122954,123056,123140,123194,123258,123364,123474,123558,123962,129106,129224,129339,129471,130186,130878,131395,133042,133427,134024,135623,137156,137544,139851,159369,161750,174933,183182,185195,185457,185813,186643,193425,194559,194853,195076,195403,197453,198101,199734,200004,203855,204456,208265,209480,210889", + "endLines": "17,22,23,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,293,294,295,296,297,298,299,300,301,317,318,319,320,321,322,323,324,327,328,329,330,331,334,335,336,343,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,393,395,396,397,398,399,413,414,418,422,426,438,444,451,455,459,464,468,472,476,480,484,488,494,498,504,508,514,518,523,527,530,534,540,544,550,554,560,563,567,571,575,579,583,584,585,586,589,592,595,598,602,603,604,605,606,609,611,613,615,620,621,625,631,635,636,638,649,650,654,660,664,665,666,670,697,701,702,706,734,902,928,1097,1123,1154,1162,1168,1182,1204,1209,1214,1224,1233,1242,1246,1253,1261,1268,1269,1278,1281,1284,1288,1292,1296,1299,1300,1304,1308,1318,1323,1330,1336,1337,1340,1344,1349,1351,1353,1356,1359,1361,1365,1368,1375,1378,1381,1385,1387,1391,1393,1395,1397,1401,1409,1417,1429,1435,1444,1447,1458,1461,1466,1467,1472,1538,1597,1598,1608,1617,1618,1620,1624,1627,1630,1633,1636,1639,1642,1645,1649,1652,1655,1658,1662,1665,1669,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1695,1697,1698,1699,1700,1701,1702,1703,1704,1706,1707,1709,1710,1712,1714,1715,1717,1718,1719,1720,1721,1722,1724,1725,1726,1727,1728,1729,1742,1744,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1760,1761,1762,1763,1764,1765,1767,1771,1775,1776,1777,1778,1779,1780,1781,1782,1784,1786,1788,1790,1792,1793,1794,1795,1797,1799,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1815,1816,1817,1818,1820,1822,1823,1825,1826,1828,1830,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1845,1846,1847,1848,1850,1851,1852,1853,1854,1856,1858,1860,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1964,1967,1970,1973,1987,1998,2008,2035,2042,2053,2083,2110,2119,2156,2537,2542,2603,2723,2879,2885,2891,2914,3055,3075,3081,3085,3091,3128,3140,3167,3172,3238,3253,3318,3337,3363,3372", + "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,70,77,77,71,73,73,73,79,72,68,71,76,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", + "endOffsets": "827,999,1048,6167,6222,6281,6343,6424,6485,6560,6636,6713,6791,6876,6958,7034,7110,7226,7304,7410,7516,7595,7675,7732,7790,8257,8332,8397,8463,8523,8584,8656,8729,8836,8904,8963,9022,9081,9140,9199,9253,9307,9360,9414,9468,9522,9576,9782,9861,9934,10008,10079,10151,10223,10296,10353,10411,10484,10558,10632,10707,10779,10852,10922,10993,11053,11114,11220,11289,11359,11433,11509,11573,11650,11726,11803,11868,11937,12014,12089,12158,12226,12303,12369,12430,12527,12592,12661,12760,12831,12890,12948,13005,13064,13128,13199,13271,13343,13415,13487,13554,13622,13690,13749,13812,13876,13966,14057,14117,14183,14250,14316,14386,14450,14503,14616,14674,14737,14802,14867,14942,15015,15087,15136,15197,15258,15319,15381,15445,15509,15573,15638,15701,15761,15822,15888,15947,16007,16069,16140,16200,16268,17012,17099,17189,17276,17364,17446,17529,17619,17710,18740,18798,18843,18909,18973,19030,19087,19141,19346,19394,19443,19494,19528,19645,19694,19740,20044,20108,20170,20230,20287,20431,20501,20579,20633,20703,20788,20836,20882,20953,21031,21109,21181,21255,21329,21403,21483,21556,21625,21697,21774,21835,21898,21964,22028,22099,22162,22227,22291,22352,22413,22465,22538,22612,22681,22756,22830,22904,23045,23115,23401,23550,23640,23728,23824,23914,24815,24904,25151,25432,25684,26383,26776,27253,27475,27697,27973,28200,28430,28660,28890,29120,29347,29766,29992,30417,30647,31075,31294,31577,31785,31916,32143,32569,32794,33221,33442,33867,33987,34263,34564,34888,35179,35493,35630,35761,35866,36108,36275,36479,36687,36958,37070,37182,37287,37404,37618,37764,37904,37990,38338,38426,38672,39090,39339,39421,39519,40136,40236,40488,40912,41167,41261,41350,41587,43639,43881,43983,44236,46420,57141,58657,69477,71005,72762,73388,73808,74869,76134,76390,76626,77173,77667,78272,78470,79050,79614,79989,80107,80645,80802,80998,81271,81527,81697,81838,81902,82184,82470,83146,83410,83748,84101,84195,84381,84687,84949,85074,85201,85440,85651,85770,85963,86140,86595,86776,86898,87157,87270,87457,87559,87666,87795,88070,88578,89074,89951,90245,90815,90964,91696,91868,92204,92296,92574,97236,101723,101785,102415,103029,103120,103233,103462,103622,103774,103945,104111,104280,104447,104610,104853,105023,105196,105367,105641,105840,106045,106375,106459,106555,106651,106749,106849,106951,107053,107155,107257,107359,107459,107555,107667,107796,107919,108050,108181,108279,108393,108487,108627,108761,108857,108969,109069,109185,109281,109393,109493,109633,109769,109933,110063,110221,110371,110512,110656,110791,110903,111053,111181,111309,111445,111577,111707,111837,111949,112089,112993,113137,113275,113341,113431,113507,113611,113701,113803,113911,114019,114119,114199,114291,114389,114499,114577,114683,114775,114879,114989,115111,115274,115431,115511,115611,115701,115811,115905,116011,116103,116203,116315,116429,116545,116661,116755,116869,116981,117083,117203,117325,117407,117511,117631,117757,117855,117949,118037,118149,118265,118387,118499,118674,118790,118876,118968,119080,119204,119271,119397,119465,119593,119737,119865,119934,120029,120144,120257,120356,120465,120576,120687,120788,120893,120993,121123,121214,121337,121431,121543,121629,121733,121829,121917,122035,122139,122243,122369,122457,122565,122665,122755,122865,122949,123051,123135,123189,123253,123359,123469,123553,123673,129101,129219,129334,129466,130181,130873,131390,133037,133422,134019,135618,137151,137539,139846,159364,159624,163137,175961,185190,185452,185808,186638,193420,194554,194848,195071,195398,197448,198096,199729,199999,203850,204451,208260,209475,210884,211358" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\ccbd3881d3e597a650ace942161206f5\\support-compat-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,171,172,176,177,178,6,13,56,88,125", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,124,7725,7795,7863,7935,8005,8066,8140,8213,8274,8335,8397,8461,8523,8584,8652,8752,8812,8878,8951,9020,9077,9129,9191,9263,9339,9374,9409,9459,9520,9577,9611,9646,9681,9751,9822,9939,10140,10250,10451,10580,10652,319,617,3523,5588,7348", + "endLines": "2,3,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,170,171,175,176,177,178,12,55,87,124,131", + "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "119,182,7790,7858,7930,8000,8061,8135,8208,8269,8330,8392,8456,8518,8579,8647,8747,8807,8873,8946,9015,9072,9124,9186,9258,9334,9369,9404,9454,9515,9572,9606,9641,9676,9746,9817,9934,10135,10245,10446,10575,10647,10714,612,3518,5583,7343,7720" + }, + "to": { + "startLines": "185,186,286,287,288,289,290,291,292,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,325,326,332,333,337,338,339,340,341,342,348,394,1730,1731,1735,1736,1740,1877,1878,2571,2724,2767,2799,2836", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "9581,9650,16443,16513,16581,16653,16723,16784,16858,17715,17776,17837,17899,17963,18025,18086,18154,18254,18314,18380,18453,18522,18579,18631,19146,19218,19533,19568,19745,19795,19856,19913,19947,19982,20292,23406,112094,112211,112412,112522,112723,123678,123750,161452,175966,178872,180937,182697", + "endLines": "185,186,286,287,288,289,290,291,292,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,325,326,332,333,337,338,339,340,341,342,348,394,1730,1734,1735,1739,1740,1877,1878,2577,2766,2798,2835,2842", + "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,34,34,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24", + "endOffsets": "9645,9708,16508,16576,16648,16718,16779,16853,16926,17771,17832,17894,17958,18020,18081,18149,18249,18309,18375,18448,18517,18574,18626,18688,19213,19289,19563,19598,19790,19851,19908,19942,19977,20012,20357,23472,112206,112407,112517,112718,112847,123745,123812,161745,178867,180932,182692,183069" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\287b81395e8a6af72b16997b2b264ea9\\cardview-v7-28.0.0\\res\\values\\values.xml", + "from": { + "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", + "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" + }, + "to": { + "startLines": "11,155,156,157,158,283,284,285,427,1473,1475,1478,2543", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "457,7795,7856,7918,7980,16273,16332,16389,25689,92579,92643,92769,159629", + "endLines": "11,155,156,157,158,283,284,285,433,1474,1477,1480,2570", + "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", + "endOffsets": "504,7851,7913,7975,8039,16327,16384,16438,26098,92638,92764,92892,161447" + } + }, + { + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\values\\colors.xml", + "from": { + "startLines": "5,4,2,3,7,6", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "204,157,57,105,282,244", + "endColumns": "38,45,46,50,39,36", + "endOffsets": "238,198,99,151,317,276" + }, + "to": { + "startLines": "146,159,160,161,170,207", + "startColumns": "4,4,4,4,4,4", + "startOffsets": "7115,8044,8090,8137,8734,11119", + "endColumns": "38,45,46,50,39,36", + "endOffsets": "7149,8085,8132,8183,8769,11151" + } + }, + { + "source": "C:\\Users\\niuyuling\\.gradle\\caches\\transforms-2\\files-2.1\\6aa08304add994e185ee5bd49f0fc102\\constraint-layout-1.1.3\\res\\values\\values.xml", + "from": { + "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791", + "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894" + }, + "to": { + "startLines": "2,3,12,13,14,15,18,24,25,26,27,30,31,34,37,38,39,40,41,44,47,48,49,50,55,58,61,62,63,68,69,70,73,76,77,80,83,86,89,90,93,96,97,102,103,108,111,114,115,116,117,118,119,120,121,122,123,2604,2605,2606,2843", + "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", + "startOffsets": "105,166,509,557,609,670,832,1053,1114,1174,1244,1377,1445,1574,1700,1762,1827,1895,1962,2085,2210,2277,2342,2407,2588,2709,2830,2896,2963,3173,3242,3308,3433,3559,3626,3752,3879,4004,4131,4196,4322,4445,4510,4718,4785,4965,5085,5205,5270,5332,5394,5456,5515,5575,5636,5697,5756,163142,165718,165850,183074", + "endLines": "2,10,12,13,14,15,21,24,25,26,29,30,33,36,37,38,39,40,43,46,47,48,49,54,57,60,61,62,67,68,69,72,75,76,79,82,85,88,89,92,95,96,101,102,107,110,113,114,115,116,117,118,119,120,121,122,131,2604,2605,2606,2843", + "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107", + "endOffsets": "161,452,552,604,665,711,954,1109,1169,1239,1372,1440,1569,1695,1757,1822,1890,1957,2080,2205,2272,2337,2402,2583,2704,2825,2891,2958,3168,3237,3303,3428,3554,3621,3747,3874,3999,4126,4191,4317,4440,4505,4713,4780,4960,5080,5200,5265,5327,5389,5451,5510,5570,5631,5692,5751,6126,165713,165845,169109,183177" + } + }, + { + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\values\\styles.xml", + "from": { + "startLines": "3", + "startColumns": "4", + "startOffsets": "57", + "endLines": "8", + "endColumns": "12", + "endOffsets": "376" + }, + "to": { + "startLines": "400", + "startColumns": "4", + "startOffsets": "23919", + "endLines": "405", + "endColumns": "12", + "endOffsets": "24233" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/blame/res/debug/single/debug.json b/app/build/intermediates/blame/res/debug/single/debug.json new file mode 100644 index 0000000..b0eec45 --- /dev/null +++ b/app/build/intermediates/blame/res/debug/single/debug.json @@ -0,0 +1,110 @@ +[ + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\menu_main.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\menu\\main.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_menu.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\menu.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_launcher_background.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_launcher_background.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_about_fill.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\about_fill.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\layout_layout.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\layout\\layout.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_setting.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\setting.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\layout_layout_about.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\layout\\layout_about.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\layout\\activity_main.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml" + }, + { + "merged": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat", + "source": "C:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png" + } +] \ No newline at end of file diff --git a/app/build/intermediates/bundle_manifest/debug/bundle-manifest/AndroidManifest.xml b/app/build/intermediates/bundle_manifest/debug/bundle-manifest/AndroidManifest.xml new file mode 100644 index 0000000..1f87151 --- /dev/null +++ b/app/build/intermediates/bundle_manifest/debug/bundle-manifest/AndroidManifest.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/bundle_manifest/debug/bundle-manifest/output.json b/app/build/intermediates/bundle_manifest/debug/bundle-manifest/output.json new file mode 100644 index 0000000..4b23fd4 --- /dev/null +++ b/app/build/intermediates/bundle_manifest/debug/bundle-manifest/output.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "applicationId": "aixiao.lightcontrol", + "variantType": "BASE_APK", + "elements": [ + { + "outputType": { + "type": "BUNDLE_MANIFEST" + }, + "apkData": { + "type": "MAIN", + "splits": [], + "versionCode": 1, + "versionName": "1.1", + "outputFile": "app-debug.apk", + "fullName": "debug", + "baseName": "debug", + "dirName": "" + }, + "path": "AndroidManifest.xml", + "properties": { + "packageId": "aixiao.lightcontrol", + "split": "", + "minSdkVersion": "14" + } + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/compatible_screen_manifest/debug/out/output.json b/app/build/intermediates/compatible_screen_manifest/debug/out/output.json new file mode 100644 index 0000000..472bcec --- /dev/null +++ b/app/build/intermediates/compatible_screen_manifest/debug/out/output.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "applicationId": "aixiao.lightcontrol", + "variantType": "BASE_APK", + "elements": [] +} \ No newline at end of file diff --git a/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar b/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar new file mode 100644 index 0000000..876c979 Binary files /dev/null and b/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar differ diff --git a/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex b/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex new file mode 100644 index 0000000..3eff37e Binary files /dev/null and b/app/build/intermediates/dex/debug/mergeDexDebug/classes.dex differ diff --git a/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/app/build/intermediates/dex_archive_input_jar_hashes/debug/out new file mode 100644 index 0000000..c3aa55c Binary files /dev/null and b/app/build/intermediates/dex_archive_input_jar_hashes/debug/out differ diff --git a/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex b/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex new file mode 100644 index 0000000..43b47e0 Binary files /dev/null and b/app/build/intermediates/external_libs_dex/debug/mergeExtDexDebug/classes.dex differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state new file mode 100644 index 0000000..188a5d5 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2LhTUb6bPC2ePyjDv7cj7x0AcH0= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2LhTUb6bPC2ePyjDv7cj7x0AcH0= new file mode 100644 index 0000000..27924dd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2LhTUb6bPC2ePyjDv7cj7x0AcH0= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3IhPXbVI8zOzVBX1b85BpPMqX8E= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3IhPXbVI8zOzVBX1b85BpPMqX8E= new file mode 100644 index 0000000..f61d762 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3IhPXbVI8zOzVBX1b85BpPMqX8E= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7ZiuNzU6Lf4TrEROhgJiHoIVLEg= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7ZiuNzU6Lf4TrEROhgJiHoIVLEg= new file mode 100644 index 0000000..b178df1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7ZiuNzU6Lf4TrEROhgJiHoIVLEg= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7nE6+U8TXf3aoSfFCYgjZ1V1gvU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7nE6+U8TXf3aoSfFCYgjZ1V1gvU= new file mode 100644 index 0000000..32d47c0 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7nE6+U8TXf3aoSfFCYgjZ1V1gvU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B_rFFRSGD5r0FZwTd109NAMPyLI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B_rFFRSGD5r0FZwTd109NAMPyLI= new file mode 100644 index 0000000..865488d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/B_rFFRSGD5r0FZwTd109NAMPyLI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CmuquIiWGnR6Vyftc4xJdHNgF2c= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CmuquIiWGnR6Vyftc4xJdHNgF2c= new file mode 100644 index 0000000..d0dcd9c Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CmuquIiWGnR6Vyftc4xJdHNgF2c= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G+e+mHizqz+eFJey0eGixWvVzT4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G+e+mHizqz+eFJey0eGixWvVzT4= new file mode 100644 index 0000000..e49acf7 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G+e+mHizqz+eFJey0eGixWvVzT4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GpYWsNYO5ql4hCUkbV15b1dacsI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GpYWsNYO5ql4hCUkbV15b1dacsI= new file mode 100644 index 0000000..2365cb9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GpYWsNYO5ql4hCUkbV15b1dacsI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JvJSqlZqnLz+JBQnugYsAHIEZ5A= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JvJSqlZqnLz+JBQnugYsAHIEZ5A= new file mode 100644 index 0000000..1423435 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JvJSqlZqnLz+JBQnugYsAHIEZ5A= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N9GTOozvXUx7l7qBJtKaXZb41cQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N9GTOozvXUx7l7qBJtKaXZb41cQ= new file mode 100644 index 0000000..a19a2a5 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N9GTOozvXUx7l7qBJtKaXZb41cQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ni7CJ20MuvoQaD3SFLjtDMGMQ8A= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ni7CJ20MuvoQaD3SFLjtDMGMQ8A= new file mode 100644 index 0000000..083d96b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ni7CJ20MuvoQaD3SFLjtDMGMQ8A= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OeDen5GWSF2Z6C+tOLWxsCKB8Ww= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OeDen5GWSF2Z6C+tOLWxsCKB8Ww= new file mode 100644 index 0000000..b6ac9fe Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/OeDen5GWSF2Z6C+tOLWxsCKB8Ww= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PW0oOtVCIs5kqeS_1fdpwya89vw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PW0oOtVCIs5kqeS_1fdpwya89vw= new file mode 100644 index 0000000..3c086f3 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PW0oOtVCIs5kqeS_1fdpwya89vw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SjPyyzs2zBXy9wJEdWg93NZXw1A= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SjPyyzs2zBXy9wJEdWg93NZXw1A= new file mode 100644 index 0000000..87586a5 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SjPyyzs2zBXy9wJEdWg93NZXw1A= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U4ZJofwMrS7u4H_OWWs8naYR6zo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U4ZJofwMrS7u4H_OWWs8naYR6zo= new file mode 100644 index 0000000..1c79806 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U4ZJofwMrS7u4H_OWWs8naYR6zo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U8W3vsDCv8ekf0v_PpUJiHoxr74= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U8W3vsDCv8ekf0v_PpUJiHoxr74= new file mode 100644 index 0000000..6bb2c49 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/U8W3vsDCv8ekf0v_PpUJiHoxr74= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UThxtuotaMgtHQ9zdh3jCjt889I= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UThxtuotaMgtHQ9zdh3jCjt889I= new file mode 100644 index 0000000..06e914d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UThxtuotaMgtHQ9zdh3jCjt889I= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZIL4ww383TscJDfPSBH6rMURhHQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZIL4ww383TscJDfPSBH6rMURhHQ= new file mode 100644 index 0000000..33675e2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZIL4ww383TscJDfPSBH6rMURhHQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZQ9sve+Wy7xiAK9tSnIlmAeJaFk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZQ9sve+Wy7xiAK9tSnIlmAeJaFk= new file mode 100644 index 0000000..2dae2f9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZQ9sve+Wy7xiAK9tSnIlmAeJaFk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aSHhq+6_Tnj_MOeIFkjpblLifwo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aSHhq+6_Tnj_MOeIFkjpblLifwo= new file mode 100644 index 0000000..a69b1ec Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/aSHhq+6_Tnj_MOeIFkjpblLifwo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwcfw6x4SOFrjYxoMBqaPmPHY9A= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwcfw6x4SOFrjYxoMBqaPmPHY9A= new file mode 100644 index 0000000..2b56acd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cwcfw6x4SOFrjYxoMBqaPmPHY9A= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dPFiQtjZPWS96osFCE7jVY59eXI= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dPFiQtjZPWS96osFCE7jVY59eXI= new file mode 100644 index 0000000..371b441 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dPFiQtjZPWS96osFCE7jVY59eXI= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iYJ8oEZBBmcSQZ5k1bZ_LLbacpY= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iYJ8oEZBBmcSQZ5k1bZ_LLbacpY= new file mode 100644 index 0000000..25547cc Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iYJ8oEZBBmcSQZ5k1bZ_LLbacpY= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/icWfV4c32beAaoKMxataHh+v6Nk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/icWfV4c32beAaoKMxataHh+v6Nk= new file mode 100644 index 0000000..483b42c Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/icWfV4c32beAaoKMxataHh+v6Nk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mDRn7AZDHBLl++F5ODwIU9N_Gfk= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mDRn7AZDHBLl++F5ODwIU9N_Gfk= new file mode 100644 index 0000000..feebff2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mDRn7AZDHBLl++F5ODwIU9N_Gfk= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nkF8o35XkpsFFL6FBmwRSJOHYHQ= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nkF8o35XkpsFFL6FBmwRSJOHYHQ= new file mode 100644 index 0000000..e27d24a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/nkF8o35XkpsFFL6FBmwRSJOHYHQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oTDw7W7MO7jyA1I2+4v5ZoRIkb4= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oTDw7W7MO7jyA1I2+4v5ZoRIkb4= new file mode 100644 index 0000000..e7159a9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oTDw7W7MO7jyA1I2+4v5ZoRIkb4= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uZHFyiP7yTJkqVs6+pXtXbZRx8g= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uZHFyiP7yTJkqVs6+pXtXbZRx8g= new file mode 100644 index 0000000..264eaeb Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uZHFyiP7yTJkqVs6+pXtXbZRx8g= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/utKD25CEnNVm7NGRxEbMt30SMqw= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/utKD25CEnNVm7NGRxEbMt30SMqw= new file mode 100644 index 0000000..8d3e763 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/utKD25CEnNVm7NGRxEbMt30SMqw= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v+ajjZZBlbbrAtJMSkFguaCyHeo= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v+ajjZZBlbbrAtJMSkFguaCyHeo= new file mode 100644 index 0000000..00556b1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/v+ajjZZBlbbrAtJMSkFguaCyHeo= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vPPFIxOc_cd+Zg4GamAXuhSKICs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vPPFIxOc_cd+Zg4GamAXuhSKICs= new file mode 100644 index 0000000..b12b287 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vPPFIxOc_cd+Zg4GamAXuhSKICs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wtZwtRFo5raHI8veEIVD+lrw4Qs= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wtZwtRFo5raHI8veEIVD+lrw4Qs= new file mode 100644 index 0000000..0fb7130 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wtZwtRFo5raHI8veEIVD+lrw4Qs= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x5iEJzIxmayps9YRVrlQe5QpqFU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x5iEJzIxmayps9YRVrlQe5QpqFU= new file mode 100644 index 0000000..e9e7608 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/x5iEJzIxmayps9YRVrlQe5QpqFU= differ diff --git a/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xJ1qbacj1F8U+ipkxO9CUVugpxU= b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xJ1qbacj1F8U+ipkxO9CUVugpxU= new file mode 100644 index 0000000..c063f2b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xJ1qbacj1F8U+ipkxO9CUVugpxU= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state b/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state new file mode 100644 index 0000000..3a9c901 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2LhTUb6bPC2ePyjDv7cj7x0AcH0= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2LhTUb6bPC2ePyjDv7cj7x0AcH0= new file mode 100644 index 0000000..27924dd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/2LhTUb6bPC2ePyjDv7cj7x0AcH0= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3IhPXbVI8zOzVBX1b85BpPMqX8E= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3IhPXbVI8zOzVBX1b85BpPMqX8E= new file mode 100644 index 0000000..f61d762 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/3IhPXbVI8zOzVBX1b85BpPMqX8E= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/7ZiuNzU6Lf4TrEROhgJiHoIVLEg= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/7ZiuNzU6Lf4TrEROhgJiHoIVLEg= new file mode 100644 index 0000000..b178df1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/7ZiuNzU6Lf4TrEROhgJiHoIVLEg= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/7nE6+U8TXf3aoSfFCYgjZ1V1gvU= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/7nE6+U8TXf3aoSfFCYgjZ1V1gvU= new file mode 100644 index 0000000..32d47c0 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/7nE6+U8TXf3aoSfFCYgjZ1V1gvU= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B_rFFRSGD5r0FZwTd109NAMPyLI= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B_rFFRSGD5r0FZwTd109NAMPyLI= new file mode 100644 index 0000000..865488d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/B_rFFRSGD5r0FZwTd109NAMPyLI= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/CmuquIiWGnR6Vyftc4xJdHNgF2c= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/CmuquIiWGnR6Vyftc4xJdHNgF2c= new file mode 100644 index 0000000..d0dcd9c Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/CmuquIiWGnR6Vyftc4xJdHNgF2c= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G+e+mHizqz+eFJey0eGixWvVzT4= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G+e+mHizqz+eFJey0eGixWvVzT4= new file mode 100644 index 0000000..e49acf7 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G+e+mHizqz+eFJey0eGixWvVzT4= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GpYWsNYO5ql4hCUkbV15b1dacsI= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GpYWsNYO5ql4hCUkbV15b1dacsI= new file mode 100644 index 0000000..2365cb9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GpYWsNYO5ql4hCUkbV15b1dacsI= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/JvJSqlZqnLz+JBQnugYsAHIEZ5A= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/JvJSqlZqnLz+JBQnugYsAHIEZ5A= new file mode 100644 index 0000000..1423435 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/JvJSqlZqnLz+JBQnugYsAHIEZ5A= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N9GTOozvXUx7l7qBJtKaXZb41cQ= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N9GTOozvXUx7l7qBJtKaXZb41cQ= new file mode 100644 index 0000000..a19a2a5 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N9GTOozvXUx7l7qBJtKaXZb41cQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Ni7CJ20MuvoQaD3SFLjtDMGMQ8A= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Ni7CJ20MuvoQaD3SFLjtDMGMQ8A= new file mode 100644 index 0000000..083d96b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Ni7CJ20MuvoQaD3SFLjtDMGMQ8A= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/OeDen5GWSF2Z6C+tOLWxsCKB8Ww= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/OeDen5GWSF2Z6C+tOLWxsCKB8Ww= new file mode 100644 index 0000000..b6ac9fe Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/OeDen5GWSF2Z6C+tOLWxsCKB8Ww= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PW0oOtVCIs5kqeS_1fdpwya89vw= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PW0oOtVCIs5kqeS_1fdpwya89vw= new file mode 100644 index 0000000..3c086f3 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PW0oOtVCIs5kqeS_1fdpwya89vw= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/SjPyyzs2zBXy9wJEdWg93NZXw1A= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/SjPyyzs2zBXy9wJEdWg93NZXw1A= new file mode 100644 index 0000000..87586a5 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/SjPyyzs2zBXy9wJEdWg93NZXw1A= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/U4ZJofwMrS7u4H_OWWs8naYR6zo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/U4ZJofwMrS7u4H_OWWs8naYR6zo= new file mode 100644 index 0000000..1c79806 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/U4ZJofwMrS7u4H_OWWs8naYR6zo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/U8W3vsDCv8ekf0v_PpUJiHoxr74= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/U8W3vsDCv8ekf0v_PpUJiHoxr74= new file mode 100644 index 0000000..6bb2c49 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/U8W3vsDCv8ekf0v_PpUJiHoxr74= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/UThxtuotaMgtHQ9zdh3jCjt889I= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/UThxtuotaMgtHQ9zdh3jCjt889I= new file mode 100644 index 0000000..06e914d Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/UThxtuotaMgtHQ9zdh3jCjt889I= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZIL4ww383TscJDfPSBH6rMURhHQ= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZIL4ww383TscJDfPSBH6rMURhHQ= new file mode 100644 index 0000000..33675e2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZIL4ww383TscJDfPSBH6rMURhHQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZQ9sve+Wy7xiAK9tSnIlmAeJaFk= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZQ9sve+Wy7xiAK9tSnIlmAeJaFk= new file mode 100644 index 0000000..2dae2f9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ZQ9sve+Wy7xiAK9tSnIlmAeJaFk= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/aSHhq+6_Tnj_MOeIFkjpblLifwo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/aSHhq+6_Tnj_MOeIFkjpblLifwo= new file mode 100644 index 0000000..a69b1ec Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/aSHhq+6_Tnj_MOeIFkjpblLifwo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cwcfw6x4SOFrjYxoMBqaPmPHY9A= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cwcfw6x4SOFrjYxoMBqaPmPHY9A= new file mode 100644 index 0000000..2b56acd Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cwcfw6x4SOFrjYxoMBqaPmPHY9A= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dPFiQtjZPWS96osFCE7jVY59eXI= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dPFiQtjZPWS96osFCE7jVY59eXI= new file mode 100644 index 0000000..371b441 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dPFiQtjZPWS96osFCE7jVY59eXI= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/iYJ8oEZBBmcSQZ5k1bZ_LLbacpY= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/iYJ8oEZBBmcSQZ5k1bZ_LLbacpY= new file mode 100644 index 0000000..25547cc Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/iYJ8oEZBBmcSQZ5k1bZ_LLbacpY= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/icWfV4c32beAaoKMxataHh+v6Nk= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/icWfV4c32beAaoKMxataHh+v6Nk= new file mode 100644 index 0000000..483b42c Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/icWfV4c32beAaoKMxataHh+v6Nk= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mDRn7AZDHBLl++F5ODwIU9N_Gfk= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mDRn7AZDHBLl++F5ODwIU9N_Gfk= new file mode 100644 index 0000000..feebff2 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mDRn7AZDHBLl++F5ODwIU9N_Gfk= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/nkF8o35XkpsFFL6FBmwRSJOHYHQ= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/nkF8o35XkpsFFL6FBmwRSJOHYHQ= new file mode 100644 index 0000000..e27d24a Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/nkF8o35XkpsFFL6FBmwRSJOHYHQ= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oTDw7W7MO7jyA1I2+4v5ZoRIkb4= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oTDw7W7MO7jyA1I2+4v5ZoRIkb4= new file mode 100644 index 0000000..e7159a9 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/oTDw7W7MO7jyA1I2+4v5ZoRIkb4= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uZHFyiP7yTJkqVs6+pXtXbZRx8g= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uZHFyiP7yTJkqVs6+pXtXbZRx8g= new file mode 100644 index 0000000..264eaeb Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/uZHFyiP7yTJkqVs6+pXtXbZRx8g= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/utKD25CEnNVm7NGRxEbMt30SMqw= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/utKD25CEnNVm7NGRxEbMt30SMqw= new file mode 100644 index 0000000..8d3e763 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/utKD25CEnNVm7NGRxEbMt30SMqw= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/v+ajjZZBlbbrAtJMSkFguaCyHeo= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/v+ajjZZBlbbrAtJMSkFguaCyHeo= new file mode 100644 index 0000000..00556b1 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/v+ajjZZBlbbrAtJMSkFguaCyHeo= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vPPFIxOc_cd+Zg4GamAXuhSKICs= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vPPFIxOc_cd+Zg4GamAXuhSKICs= new file mode 100644 index 0000000..b12b287 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/vPPFIxOc_cd+Zg4GamAXuhSKICs= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wtZwtRFo5raHI8veEIVD+lrw4Qs= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wtZwtRFo5raHI8veEIVD+lrw4Qs= new file mode 100644 index 0000000..0fb7130 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wtZwtRFo5raHI8veEIVD+lrw4Qs= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/x5iEJzIxmayps9YRVrlQe5QpqFU= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/x5iEJzIxmayps9YRVrlQe5QpqFU= new file mode 100644 index 0000000..e9e7608 Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/x5iEJzIxmayps9YRVrlQe5QpqFU= differ diff --git a/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xJ1qbacj1F8U+ipkxO9CUVugpxU= b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xJ1qbacj1F8U+ipkxO9CUVugpxU= new file mode 100644 index 0000000..c063f2b Binary files /dev/null and b/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xJ1qbacj1F8U+ipkxO9CUVugpxU= differ diff --git a/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml new file mode 100644 index 0000000..4bce9c3 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugAssets/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml new file mode 100644 index 0000000..186260b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties new file mode 100644 index 0000000..90245a0 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties @@ -0,0 +1,28 @@ +#Fri Jun 05 18:25:55 CST 2020 +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\layout\\activity_main.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_main.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-anydpi-v21\\ic_launcher_background.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_ic_launcher_background.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\about_fill.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_about_fill.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-ldpi\\ic_launcher_background.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi_ic_launcher_background.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\menu\\main.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\menu_main.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\menu.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_menu.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\layout\\layout_about.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\layout_layout_about.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\setting.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_setting.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxxhdpi\\ic_launcher_background.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi_ic_launcher_background.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\layout\\layout.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\layout_layout.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-xxhdpi\\ic_launcher_background.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi_ic_launcher_background.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-mdpi\\ic_launcher_background.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi_ic_launcher_background.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-xhdpi\\ic_launcher_background.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi_ic_launcher_background.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat +C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\generated\\res\\pngs\\debug\\drawable-hdpi\\ic_launcher_background.png=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi_ic_launcher_background.png.flat diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml new file mode 100644 index 0000000..d8fe69b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml @@ -0,0 +1,32 @@ + + + "Navigeer tuis" + "Navigeer op" + "Nog opsies" + "Klaar" + "Sien alles" + "Kies \'n program" + "AF" + "AAN" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Funksie+" + "Meta+" + "Shift+" + "spasiebalk" + "Simbool+" + "Kieslys+" + "Soek …" + "Vee navraag uit" + "Soeknavraag" + "Soek" + "Dien navraag in" + "Stemsoektog" + "Deel met" + "Deel met %s" + "Vou in" + "Soek" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml new file mode 100644 index 0000000..1029135 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml @@ -0,0 +1,32 @@ + + + "ወደ መነሻ ይዳስሱ" + "ወደ ላይ ይዳስሱ" + "ተጨማሪ አማራጮች" + "ተከናውኗል" + "ሁሉንም ይመልከቱ" + "መተግበሪያ ይምረጡ" + "ጠፍቷል" + "በርቷል" + "Alt+" + "Ctrl+" + "ሰርዝ" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "ምናሌ+" + "ፈልግ…" + "መጠይቅ አጽዳ" + "የፍለጋ ጥያቄ" + "ፍለጋ" + "መጠይቅ ያስረክቡ" + "የድምፅ ፍለጋ" + "ከሚከተለው ጋር ያጋሩ" + "ከ%s ጋር አጋራ" + "ሰብስብ" + "ፈልግ" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml new file mode 100644 index 0000000..e7fb419 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml @@ -0,0 +1,32 @@ + + + "التنقل إلى الشاشة الرئيسية" + "التنقل إلى أعلى" + "خيارات إضافية" + "تم" + "عرض الكل" + "اختيار تطبيق" + "إيقاف" + "تشغيل" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "القائمة+" + "بحث…" + "محو طلب البحث" + "طلب البحث" + "بحث" + "إرسال طلب البحث" + "البحث الصوتي" + "مشاركة مع" + "مشاركة مع %s" + "تصغير" + "البحث" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml new file mode 100644 index 0000000..2287e53 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-as/values-as.xml @@ -0,0 +1,32 @@ + + + "গৃহ পৃষ্ঠালৈ যাওক" + "ওপৰলৈ যাওক" + "অধিক বিকল্প" + "সম্পন্ন কৰা হ\'ল" + "সকলো চাওক" + "এটা এপ্ বাছনি কৰক" + "অফ কৰক" + "অন কৰক" + "Alt+" + "CTRL+" + "মচক" + "এণ্টাৰ" + "ফাংশ্বন+" + "মেটা+" + "শ্বিফ্ট+" + "স্পেচ" + "Sym+" + "মেনু+" + "অনুসন্ধান কৰক…" + "প্ৰশ্ন মচক" + "সন্ধান কৰিব খোজা প্ৰশ্ন" + "সন্ধান কৰক" + "প্ৰশ্ন দাখিল কৰক" + "কণ্ঠধ্বনিৰ যোগেৰে সন্ধান কৰক" + "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক" + "%sৰ জৰিয়তে শ্বেয়াৰ কৰক" + "সংকুচিত কৰক" + "অনুসন্ধান কৰক" + "৯৯৯+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml new file mode 100644 index 0000000..8bbbd5b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-az/values-az.xml @@ -0,0 +1,32 @@ + + + "Evə naviqasiya et" + "Yuxarı get" + "Digər variantlar" + "Hazırdır" + "Hamısına baxın" + "Tətbiq seçin" + "DEAKTİV" + "AKTİV" + "Alt+" + "Ctrl+" + "silin" + "daxil olun" + "Funksiya+" + "Meta+" + "Shift+" + "kosmos" + "Sym+" + "Menyu+" + "Axtarış..." + "Sorğunu təmizlə" + "Axtarış sorğusu" + "Axtarış" + "Sorğunu göndərin" + "Səsli axtarış" + "Bununla paylaşın" + "%s ilə paylaşın" + "Yığışdırın" + "Axtarış" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml new file mode 100644 index 0000000..77f07c2 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml @@ -0,0 +1,32 @@ + + + "Odlazak na Početnu" + "Kretanje nagore" + "Još opcija" + "Gotovo" + "Prikaži sve" + "Izbor aplikacije" + "ISKLJUČI" + "UKLJUČI" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "taster za razmak" + "Sym+" + "Menu+" + "Pretražite..." + "Brisanje upita" + "Upit za pretragu" + "Pretraga" + "Slanje upita" + "Glasovna pretraga" + "Deli sa" + "Deljenje sa aplikacijom %s" + "Skupi" + "Pretraži" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml new file mode 100644 index 0000000..a0019be --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-be/values-be.xml @@ -0,0 +1,32 @@ + + + "Перайсці на галоўную старонку" + "Перайсці ўверх" + "Дадатковыя параметры" + "Гатова" + "Прагледзець усё" + "Выбраць праграму" + "ВЫКЛ." + "УКЛ." + "Alt +" + "Ctrl +" + "Delete" + "Enter" + "Fn +" + "Meta +" + "Shift +" + "Прабел" + "Sym +" + "Меню +" + "Пошук..." + "Выдалiць запыт" + "Запыт на пошук" + "Пошук" + "Адправіць запыт" + "Галасавы пошук" + "Абагуліць з" + "Абагуліць праз праграму %s" + "Згарнуць" + "Пошук" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml new file mode 100644 index 0000000..ce1cb44 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml @@ -0,0 +1,32 @@ + + + "Придвижване към „Начало“" + "Придвижване нагоре" + "Още опции" + "Готово" + "Вижте всички" + "Изберете приложение" + "ИЗКЛ." + "ВКЛ." + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "клавиша за интервал" + "Sym+" + "Menu+" + "Търсете…" + "Изчистване на заявката" + "Заявка за търсене" + "Търсене" + "Изпращане на заявката" + "Гласово търсене" + "Споделяне със:" + "Споделяне със: %s" + "Свиване" + "Търсене" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml new file mode 100644 index 0000000..b9e182a --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bn/values-bn.xml @@ -0,0 +1,32 @@ + + + "হোম এ নেভিগেট করুন" + "উপরের দিকে নেভিগেট করুন" + "আরও বিকল্প" + "সম্পন্ন হয়েছে" + "সবগুলো দেখুন" + "একটি অ্যাপ্লিকেশান বেছে নিন" + "বন্ধ" + "চালু" + "Alt+" + "Ctrl+" + "মুছুন" + "enter" + "Function+" + "Meta+" + "Shift+" + "স্পেস" + "Sym+" + "মেনু+" + "অনুসন্ধান..." + "ক্যোয়ারী সাফ করুন" + "ক্যোয়ারী খুঁজুন" + "খুঁজুন" + "ক্যোয়ারী জমা দিন" + "ভয়েস অনুসন্ধান" + "এর সাথে শেয়ার করুন" + "%s এর সাথে শেয়ার করুন" + "সঙ্কুচিত করুন" + "খুঁজুন" + "৯৯৯+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml new file mode 100644 index 0000000..bc8630d --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bs/values-bs.xml @@ -0,0 +1,32 @@ + + + "Vrati se na početnu stranicu" + "Navigiraj prema gore" + "Više opcija" + "Gotovo" + "Prikaži sve" + "Odaberite aplikaciju" + "ISKLJUČI" + "UKLJUČI" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "razmaknica" + "Sym+" + "Menu+" + "Pretraži..." + "Obriši upit" + "Pretraži upit" + "Traži" + "Pošalji upit" + "Glasovno pretraživanje" + "Dijeli sa" + "Dijeli koristeći aplikaciju %s" + "Skupi" + "Pretraži" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml new file mode 100644 index 0000000..833039e --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml @@ -0,0 +1,32 @@ + + + "Navega a la pàgina d\'inici" + "Navega cap a dalt" + "Més opcions" + "Fet" + "Mostra\'ls tots" + "Selecciona una aplicació" + "DESACTIVAT" + "ACTIVAT" + "Alt+" + "Ctrl+" + "Supr" + "Retorn" + "Funció+" + "Meta+" + "Maj+" + "Espai" + "Sym+" + "Menú+" + "Cerca..." + "Esborra la consulta" + "Consulta de cerca" + "Cerca" + "Envia la consulta" + "Cerca per veu" + "Comparteix amb" + "Comparteix amb %s" + "Replega" + "Cerca" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml new file mode 100644 index 0000000..a5878ca --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml @@ -0,0 +1,32 @@ + + + "Přejít na plochu" + "Přejít nahoru" + "Více možností" + "Hotovo" + "Zobrazit vše" + "Vybrat aplikaci" + "VYPNUTO" + "ZAPNUTO" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Fn+" + "Meta+" + "Shift+" + "mezerník" + "Sym+" + "Menu+" + "Vyhledat…" + "Smazat dotaz" + "Vyhledávací dotaz" + "Hledat" + "Odeslat dotaz" + "Hlasové vyhledávání" + "Sdílet pomocí" + "Sdílet s aplikací %s" + "Sbalit" + "Hledat" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml new file mode 100644 index 0000000..7ae28b4 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml @@ -0,0 +1,32 @@ + + + "Naviger hjem" + "Naviger op" + "Flere muligheder" + "Luk" + "Se alle" + "Vælg en app" + "FRA" + "TIL" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Fn+" + "Meta+" + "Shift+" + "mellemrum" + "Sym+" + "Menu+" + "Søg…" + "Ryd forespørgslen" + "Søgeforespørgsel" + "Søg" + "Indsend forespørgslen" + "Talesøgning" + "Del med" + "Del med %s" + "Skjul" + "Søg" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml new file mode 100644 index 0000000..d2f8510 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml @@ -0,0 +1,32 @@ + + + "Zur Startseite" + "Nach oben" + "Weitere Optionen" + "Fertig" + "Alle ansehen" + "App auswählen" + "Aus" + "An" + "Alt +" + "Strg +" + "Löschen" + "Eingabetaste" + "Funktionstaste +" + "Meta-Taste +" + "Umschalttaste +" + "Leertaste +" + "Sym-Taste +" + "Menütaste +" + "Suchen…" + "Suchanfrage löschen" + "Suchanfrage" + "Suchen" + "Suchanfrage senden" + "Sprachsuche" + "Freigeben für" + "Mit %s teilen" + "Minimieren" + "Suchen" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml new file mode 100644 index 0000000..de7398c --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml @@ -0,0 +1,32 @@ + + + "Πλοήγηση στην αρχική σελίδα" + "Πλοήγηση προς τα επάνω" + "Περισσότερες επιλογές" + "Τέλος" + "Προβολή όλων" + "Επιλέξτε κάποια εφαρμογή" + "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" + "ΕΝΕΡΓΟΠΟΙΗΣΗ" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "διάστημα" + "Sym+" + "Menu+" + "Αναζήτηση…" + "Διαγραφή ερωτήματος" + "Ερώτημα αναζήτησης" + "Αναζήτηση" + "Υποβολή ερωτήματος" + "Φωνητική αναζήτηση" + "Κοινή χρήση με" + "Κοινή χρήση με %s" + "Σύμπτυξη" + "Αναζήτηση" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml new file mode 100644 index 0000000..0b21ff7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml new file mode 100644 index 0000000..0b21ff7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml new file mode 100644 index 0000000..0b21ff7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml new file mode 100644 index 0000000..0b21ff7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml @@ -0,0 +1,32 @@ + + + "Navigate home" + "Navigate up" + "More options" + "Done" + "See all" + "Choose an app" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "Search…" + "Clear query" + "Search query" + "Search" + "Submit query" + "Voice search" + "Share with" + "Share with %s" + "Collapse" + "Search" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml new file mode 100644 index 0000000..52e1a7d --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml @@ -0,0 +1,32 @@ + + + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‎‏‏‏‏‏‏‏‏‎‏‏‎‎‏‏‏‎‏‏‎‏‏‏‎‎‏‎‎‎‏‏‎‏‏‏‎‎‏‏‏‎‎‏‎‎‏‏‎‎‎‏‎Navigate home‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‎‎‎‏‏‏‏‏‏‏‎‏‏‏‏‏‎‏‎‎‏‏‎‏‎‎‎‎‎‏‏‏‎‏‎‎‎‎‎‏‏‎‏‏‎‎‏‎‏‎‏‏‏‏‏‎‎Navigate up‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‎‏‏‏‎‎‏‏‏‎‎‎‏‎‎‏‏‏‎‏‎‎‏‏‎‎‏‎‎‏‎‏‎‏‎‎‎‏‏‏‎‏‎‎‎‏‏‎‏‎‎‎‏‎‎‏‏‎‎More options‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‎‎‏‎‎‏‎‎‏‎‏‏‏‎‏‎‎‎‏‏‏‎‎‏‎‎‏‏‏‎‎‏‎‎‎‏‏‎‏‎‎‏‎‎‎‎‏‎‎‏‎‏‏‏‏‎‏‏‎Done‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‏‏‏‏‎‏‎‎‏‏‎‏‎‏‏‎‏‏‏‏‏‎‎‏‏‏‎‎‏‏‏‏‎‏‎‎‏‎‎‎‎‏‏‎‎‎‎‏‏‎‏‎‎‏‏‏‏‎‏‎See all‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‎‎‎‎‏‏‎‎‏‎‎‏‏‏‎‎‎‏‏‏‏‏‏‎‎‎‏‎‎‏‎‏‎‎‎‏‏‎‏‎‏‏‎‎‏‏‏‏‏‎‏‎‎‏‏‏‏‎‎Choose an app‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‎‏‏‏‎‏‎‏‏‏‎‎‏‎‏‏‎‏‎‏‏‎‏‎‏‏‎‎‏‎‏‏‎‎‏‏‎‎‎‏‏‎‎‎‎‏‏‏‎‏‎‎‎‎‎‏‎‎‏‎OFF‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‎‎‎‎‏‏‏‏‎‏‎‎‎‎‏‏‏‏‏‏‎‎‏‎‎‎‏‎‏‎‎‏‎‎‎‏‎‎‎‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎ON‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‎‏‎‎‎‎‏‎‎‏‎‏‎‏‎‎‎‎‏‎‎‏‎‏‎‎‏‏‏‏‏‏‎‏‏‏‎‎‎‎‏‏‏‎‏‎‎‎‏‎‏‏‏‎‏‏‏‏‏‎Alt+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‎‏‎‎‏‏‎‎‎‏‎‏‎‏‏‏‏‏‏‎‏‎‎‎‏‎‎‏‎‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‎‎‏‏‏‎‎‏‎‎‎‎‎Ctrl+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‏‎‎‎‎‎‎‏‏‎‎‏‎‎‎‎‏‏‎‎‎‎‏‏‏‎‎‎‏‎‎‏‏‎‎‏‏‏‏‏‏‎‎‏‏‎‏‏‎‎‎‎‎‎‎‎‏‏‎‎delete‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‎‏‏‏‏‎‎‎‎‎‏‏‏‎‏‎‎‏‏‎‏‏‎‎‎‎‎‎‎‏‏‏‏‏‏‎‎‏‎‎‏‏‏‏‎‎‏‎‏‏‎‎‎‎‏‏‏‎‎‎enter‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‏‎‏‎‎‎‎‎‏‎‎‎‎‏‏‏‏‎‎‎‏‎‎‎‏‏‏‎‏‎‎‎‎‎‏‏‎‏‏‏‎‎‏‏‎‏‏‎‎‎‎‏‎‏‎‎‏‏‎Function+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‎‎‏‎‎‏‏‎‏‎‎‏‎‏‏‎‏‎‎‎‎‎‏‏‎‎‎‎‎‎‏‏‎‎‏‎‏‎‎‏‏‎‎‎‎‏‏‎‏‎‏‎‏‎‏‎Meta+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‎‎‎‏‏‎‎‎‏‏‎‎‏‏‎‎‏‏‏‎‏‎‎‏‏‎‎‎‎‎‏‏‎‏‎‏‏‎‎‎‎‎‎‎‎‏‎‎‏‎‎‎‏‏‏‎‏‎‎‎Shift+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‎‎‎‏‎‎‎‎‎‎‏‎‎‏‎‎‏‏‏‏‎‏‏‎‎‎‏‏‏‏‎‏‏‏‏‎‎‎‏‏‏‏‎‏‏‎‏‎‏‏‎‏‏‏‏‎‏‎‏‎‎space‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‏‎‎‏‏‏‎‏‏‏‏‏‎‏‎‏‎‏‏‎‎‎‏‎‏‎‏‎‏‎‎‏‎‎‏‏‏‏‏‏‏‎‎‏‎‏‎‎‎‎‎‏‎‎‎‎‎‎‏‎Sym+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‎‏‎‏‏‎‎‎‎‏‎‎‏‏‎‏‏‎‏‎‎‏‏‎‏‎‏‏‏‎‏‎‎‏‏‏‏‏‏‎‎‏‎‏‎‏‎‎‎‎‏‏‎‎‎‏‏‎‏‎Menu+‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‎‏‏‎‎‏‏‎‎‎‎‎‏‎‎‎‏‎‏‎‎‎‎‎‏‏‏‏‏‎‎‏‎‏‏‏‏‎‎‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎Search…‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‏‏‎‎‏‏‏‎‏‏‏‏‏‏‎‏‏‏‏‏‎‏‎‏‎‏‎‎‏‎‎‎‎‏‎‎‎‏‏‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‎‎‏‎Clear query‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‎‎‏‏‎‏‏‎‎‏‎‏‎‎‎‏‏‏‏‏‎‎‏‎‏‎‏‎‎‏‎‏‏‎‎‎‏‎‎‎‎‎‏‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‎‎Search query‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‎‏‎‏‎‏‏‎‎‏‎‏‏‏‎‏‎‎‏‎‏‎‎‏‎‎‎‏‏‎‏‎‏‎‏‎‏‎‎‎‏‎‏‎‎‎‎‎‎‏‎‏‏‎‎‎‏‎‏‎Search‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‏‏‏‏‎‎‏‏‏‎‏‏‎‎‏‎‎‏‎‏‎‎‏‎‏‎‏‎‏‎‏‎‎‎‎‎‏‏‎‎‎‎‎‏‏‎‎‎‏‏‎‎‎‎‎‎‎‎Submit query‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‏‎‎‎‏‏‎‎‏‏‎‎‎‎‏‎‎‎‎‎‎‏‎‏‏‏‏‏‎‏‏‏‎‎‏‏‏‎‎‎‏‎‏‎‎‏‏‎‏‏‎‎‏‎‎‎‏‏‎‎Voice search‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‏‏‏‎‎‏‏‏‏‏‏‎‏‏‏‏‎‏‎‎‎‏‎‏‎‏‏‏‎‎‏‏‎‎‎‎‎‏‎‏‎‏‎‏‏‎‏‎‏‏‎‏‎‎‎Share with‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‎‏‏‏‎‎‏‏‎‎‏‎‎‏‎‏‎‏‎‏‎‏‏‎‎‎‎‎‎‎‎‏‎‏‎‏‎‏‎‏‎‎‏‎‏‏‏‏‏‎‏‎‏‎‎‏‏‏‎Share with ‎‏‎‎‏‏‎%s‎‏‎‎‏‏‏‎‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‎‏‎‎‎‎‎‎‏‏‏‎‏‏‏‎‎‎‎‏‏‏‎‏‏‏‎‎‎‏‏‏‎‎‎‏‏‎‎‏‏‎‏‏‏‏‏‎‏‏‎‏‏‏‎‏‎Collapse‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‏‎‏‎‎‎‎‎‎‏‏‏‎‏‏‎‎‏‏‏‎‎‏‎‎‎‏‏‎‎‏‎‏‎‎‎‏‎‎‏‎‏‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‎Search‎‏‎‎‏‎" + "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‏‏‎‏‏‎‏‏‏‎‏‏‎‎‎‎‏‎‏‎‎‎‏‏‏‏‏‎‏‏‏‎‏‎‏‎‏‏‏‎‎‏‎‏‏‏‎‏‏‏‏‏‏‏‎‎‎‏‏‎999+‎‏‎‎‏‎" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml new file mode 100644 index 0000000..edb8524 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml @@ -0,0 +1,32 @@ + + + "Navegar a la página principal" + "Navegar hacia arriba" + "Más opciones" + "Listo" + "Ver todo" + "Elige una aplicación." + "DESACTIVADO" + "ACTIVADO" + "Alt+" + "Ctrl+" + "borrar" + "intro" + "Función+" + "Meta+" + "Mayúscula+" + "espacio" + "Sym+" + "Menú+" + "Buscar…" + "Eliminar la consulta" + "Búsqueda" + "Búsqueda" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + "Contraer" + "Buscar" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml new file mode 100644 index 0000000..d2265ad --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml @@ -0,0 +1,32 @@ + + + "Ir a la pantalla de inicio" + "Desplazarse hacia arriba" + "Más opciones" + "Listo" + "Ver todo" + "Seleccionar una aplicación" + "DESACTIVADO" + "ACTIVADO" + "Alt +" + "Ctrl +" + "Eliminar" + "Intro" + "Función +" + "Meta +" + "Mayús +" + "Espacio" + "Sym +" + "Menú +" + "Buscar…" + "Borrar consulta" + "Consulta" + "Buscar" + "Enviar consulta" + "Búsqueda por voz" + "Compartir con" + "Compartir con %s" + "Contraer" + "Buscar" + "+999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml new file mode 100644 index 0000000..05be6e9 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-et/values-et.xml @@ -0,0 +1,32 @@ + + + "Navigeerimine avaekraanile" + "Navigeerimine üles" + "Rohkem valikuid" + "Valmis" + "Kuva kõik" + "Valige rakendus" + "VÄLJAS" + "SEES" + "Alt +" + "Ctrl +" + "kustutamisklahv" + "sisestusklahv" + "Funktsiooniklahv +" + "Meta +" + "Tõstuklahv +" + "tühik" + "Sym +" + "Menüü +" + "Otsige …" + "Päringu tühistamine" + "Otsingupäring" + "Otsing" + "Päringu esitamine" + "Häälotsing" + "Jagamine:" + "Jagamine rakendusega %s" + "Ahendamine" + "Otsing" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml new file mode 100644 index 0000000..8c09875 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-eu/values-eu.xml @@ -0,0 +1,32 @@ + + + "Joan orri nagusira" + "Joan gora" + "Aukera gehiago" + "Eginda" + "Ikusi guztiak" + "Aukeratu aplikazio bat" + "DESAKTIBATUTA" + "AKTIBATUTA" + "Alt +" + "Ktrl +" + "Ezabatu" + "Sartu" + "Funtzioa +" + "Meta +" + "Maius +" + "Zuriunea" + "Sym +" + "Menua +" + "Bilatu…" + "Garbitu kontsulta" + "Bilaketa-kontsulta" + "Bilatu" + "Bidali kontsulta" + "Ahozko bilaketa" + "Partekatu hauekin" + "Partekatu %s aplikazioarekin" + "Tolestu" + "Bilatu" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml new file mode 100644 index 0000000..90b2898 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml @@ -0,0 +1,32 @@ + + + "پیمایش به صفحه اصلی" + "پیمایش به بالا" + "گزینه‌های بیشتر" + "تمام" + "مشاهده همه" + "انتخاب برنامه" + "خاموش" + "روشن" + "‎Alt+‎" + "‎Ctrl+‎" + "delete" + "enter" + "‎Function+‎" + "‎Meta+‎" + "‎Shift+‎" + "کلید فاصله" + "‎Sym+‎" + "منو+" + "جستجو…" + "پاک کردن عبارت جستجو" + "عبارت جستجو" + "جستجو" + "ارسال عبارت جستجو" + "جستجوی گفتاری" + "اشتراک‌گذاری با" + "اشتراک‌گذاری با %s" + "کوچک کردن" + "جستجو" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml new file mode 100644 index 0000000..75b02bb --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml @@ -0,0 +1,32 @@ + + + "Siirry etusivulle" + "Siirry ylös" + "Lisää" + "Valmis" + "Näytä kaikki" + "Valitse sovellus" + "POIS KÄYTÖSTÄ" + "KÄYTÖSSÄ" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Fn+" + "Meta+" + "Vaihto+" + "välilyönti" + "Sym+" + "Valikko+" + "Haku…" + "Tyhjennä kysely" + "Hakulauseke" + "Haku" + "Lähetä kysely" + "Puhehaku" + "Jakaminen:" + "Jaa sovelluksessa %s" + "Kutista" + "Haku" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml new file mode 100644 index 0000000..f71cf03 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml @@ -0,0 +1,32 @@ + + + "Revenir à l\'accueil" + "Revenir en haut de la page" + "Plus d\'options" + "Terminé" + "Voir toutes les chaînes" + "Sélectionnez une application" + "DÉSACTIVÉ" + "ACTIVÉ" + "Alt+" + "Ctrl+" + "supprimer" + "entrée" + "Fonction+" + "Méta+" + "Maj+" + "espace" + "Sym+" + "Menu+" + "Recherche en cours..." + "Effacer la requête" + "Requête de recherche" + "Rechercher" + "Envoyer la requête" + "Recherche vocale" + "Partager" + "Partager avec %s" + "Réduire" + "Rechercher" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml new file mode 100644 index 0000000..2aee397 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml @@ -0,0 +1,32 @@ + + + "Revenir à l\'accueil" + "Revenir en haut de la page" + "Plus d\'options" + "OK" + "Tout afficher" + "Sélectionner une application" + "DÉSACTIVÉ" + "ACTIVÉ" + "Alt+" + "Ctrl+" + "supprimer" + "entrée" + "Fonction+" + "Méta+" + "Maj+" + "espace" + "Sym+" + "Menu+" + "Rechercher…" + "Effacer la requête" + "Requête de recherche" + "Rechercher" + "Envoyer la requête" + "Recherche vocale" + "Partager avec" + "Partager avec %s" + "Réduire" + "Rechercher" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml new file mode 100644 index 0000000..d0081c6 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gl/values-gl.xml @@ -0,0 +1,32 @@ + + + "Ir á páxina de inicio" + "Desprazarse cara arriba" + "Máis opcións" + "Feito" + "Ver todas" + "Escoller unha aplicación" + "DESACTIVAR" + "ACTIVAR" + "Alt +" + "Ctrl +" + "eliminar" + "Intro" + "Función +" + "Meta +" + "Maiús +" + "espazo" + "Sim +" + "Menú +" + "Buscar…" + "Borrar consulta" + "Consulta de busca" + "Buscar" + "Enviar consulta" + "Busca por voz" + "Compartir con" + "Compartir con %s" + "Contraer" + "Buscar" + ">999" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml new file mode 100644 index 0000000..0a3b83b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-gu/values-gu.xml @@ -0,0 +1,32 @@ + + + "હોમ પર નેવિગેટ કરો" + "ઉપર નૅવિગેટ કરો" + "વધુ વિકલ્પો" + "થઈ ગયું" + "બધું જુઓ" + "એક ઍપ્લિકેશન પસંદ કરો" + "બંધ" + "ચાલુ" + "Alt+" + "Ctrl+" + "ડિલીટ કરો" + "Enter" + "Function+" + "Meta+" + "Shift+" + "Spacebar" + "Sym+" + "મેનૂ+" + "શોધો…" + "ક્વેરી સાફ કરો" + "શોધ ક્વેરી" + "શોધો" + "ક્વેરી સબમિટ કરો" + "વૉઇસ શોધ" + "આની સાથે શેર કરો" + "%sની સાથે શેર કરો" + "સંકુચિત કરો" + "શોધો" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml new file mode 100644 index 0000000..e38bb90 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml @@ -0,0 +1,4 @@ + + + 54dip + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml new file mode 100644 index 0000000..d5a138e --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml new file mode 100644 index 0000000..6576cb7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml @@ -0,0 +1,32 @@ + + + "होम पेज पर जाएं" + "ऊपर जाएं" + "ज़्यादा विकल्प" + "हो गया" + "सभी देखें" + "कोई एप्‍लिकेशन चुनें" + "बंद" + "चालू" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "खोजा जा रहा है…" + "क्‍वेरी साफ़ करें" + "सर्च क्वेरी" + "सर्च करें" + "क्वेरी सबमिट करें" + "आवाज़ सर्च" + "इसके साथ शेयर करें" + "%s के साथ शेयर करें" + "छोटा करें" + "सर्च" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml new file mode 100644 index 0000000..2c3e6ae --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml @@ -0,0 +1,32 @@ + + + "Idi na početnu" + "Idi gore" + "Dodatne opcije" + "Gotovo" + "Prikaži sve" + "Odabir aplikacije" + "ISKLJUČENO" + "UKLJUČENO" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "razmaknica" + "Sym+" + "Menu+" + "Pretražite…" + "Izbriši upit" + "Upit za pretraživanje" + "Pretraživanje" + "Pošalji upit" + "Glasovno pretraživanje" + "Dijeljenje sa" + "Dijeli putem aplikacije %s" + "Sažmi" + "Pretraživanje" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml new file mode 100644 index 0000000..f980def --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml @@ -0,0 +1,32 @@ + + + "Ugrás a főoldalra" + "Felfelé mozgatás" + "További lehetőségek" + "Kész" + "Összes megtekintése" + "Válasszon ki egy alkalmazást" + "KI" + "BE" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "Szóköz" + "Sym+" + "Menu+" + "Keresés…" + "Lekérdezés törlése" + "Keresési lekérdezés" + "Keresés" + "Lekérdezés küldése" + "Hangalapú keresés" + "Megosztás a következővel:" + "Megosztás a következő alkalmazással: %s" + "Összecsukás" + "Keresés" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml new file mode 100644 index 0000000..3247f9a --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hy/values-hy.xml @@ -0,0 +1,32 @@ + + + "Ուղղվել տուն" + "Ուղղվել վերև" + "Այլ ընտրանքներ" + "Պատրաստ է" + "Տեսնել բոլորը" + "Ընտրել ծրագիր" + "ԱՆՋԱՏՎԱԾ" + "ՄԻԱՑՎԱԾ" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "բացատ" + "Sym+" + "Menu+" + "Որոնում..." + "Մաքրել հարցումը" + "Որոնման հարցում" + "Որոնել" + "Ուղարկել հարցումը" + "Ձայնային որոնում" + "Կիսվել" + "Ուղարկել %s-ին" + "Թաքցնել" + "Որոնել" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml new file mode 100644 index 0000000..314af7e --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml @@ -0,0 +1,32 @@ + + + "Navigasi ke beranda" + "Navigasi naik" + "Opsi lain" + "Selesai" + "Lihat semua" + "Pilih aplikasi" + "NONAKTIF" + "AKTIF" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "spasi" + "Sym+" + "Menu+" + "Telusuri..." + "Hapus kueri" + "Kueri penelusuran" + "Telusuri" + "Kirim kueri" + "Penelusuran suara" + "Bagikan dengan" + "Bagikan ke %s" + "Ciutkan" + "Telusuri" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml new file mode 100644 index 0000000..58321f7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-is/values-is.xml @@ -0,0 +1,32 @@ + + + "Fara heim" + "Fara upp" + "Fleiri valkostir" + "Lokið" + "Sjá allt" + "Veldu forrit" + "SLÖKKT" + "KVEIKT" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Aðgerðarlykill+" + "Meta+" + "Shift+" + "bilslá" + "Sym+" + "Valmynd+" + "Leita…" + "Hreinsa fyrirspurn" + "Leitarfyrirspurn" + "Leita" + "Senda fyrirspurn" + "Raddleit" + "Deila með" + "Deila með %s" + "Minnka" + "Leita" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml new file mode 100644 index 0000000..48842b3 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml @@ -0,0 +1,32 @@ + + + "Vai alla home page" + "Vai in alto" + "Altre opzioni" + "Fine" + "Visualizza tutte" + "Scegli un\'applicazione" + "OFF" + "ON" + "ALT +" + "CTRL +" + "CANC" + "INVIO" + "FUNZIONE +" + "META +" + "MAIUSC +" + "barra spaziatrice" + "SYM +" + "MENU +" + "Cerca…" + "Cancella query" + "Query di ricerca" + "Cerca" + "Invia query" + "Ricerca vocale" + "Condividi con" + "Condividi tramite %s" + "Comprimi" + "Ricerca" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml new file mode 100644 index 0000000..ed74d57 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml @@ -0,0 +1,32 @@ + + + "נווט לדף הבית" + "נווט למעלה" + "עוד אפשרויות" + "בוצע" + "ראה הכל" + "בחר אפליקציה" + "כבוי" + "פועל" + "Alt+" + "Ctrl+‎" + "delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "מקש רווח" + "Sym+" + "תפריט+" + "חיפוש…" + "מחק שאילתה" + "שאילתת חיפוש" + "חיפוש" + "שלח שאילתה" + "חיפוש קולי" + "שתף עם" + "שתף עם %s" + "כווץ" + "חיפוש" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml new file mode 100644 index 0000000..6be4581 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml @@ -0,0 +1,32 @@ + + + "ホームへ移動" + "上へ移動" + "その他のオプション" + "完了" + "すべて表示" + "アプリの選択" + "OFF" + "ON" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "Space" + "Sym+" + "Menu+" + "検索…" + "検索キーワードを削除" + "検索キーワード" + "検索" + "検索キーワードを送信" + "音声検索" + "共有" + "%sと共有" + "折りたたむ" + "検索" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml new file mode 100644 index 0000000..8e91c0a --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ka/values-ka.xml @@ -0,0 +1,32 @@ + + + "მთავარზე ნავიგაცია" + "ზემოთ ნავიგაცია" + "მეტი ვარიანტები" + "დასრულდა" + "ყველას ნახვა" + "აპის არჩევა" + "გამორთულია" + "ჩართულია" + "Alt+" + "Ctrl+" + "წაშლა" + "შეყვანა" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "ძიება..." + "მოთხოვნის გასუფთავება" + "ძიების მოთხოვნა" + "ძიება" + "მოთხოვნის გადაგზავნა" + "ხმოვანი ძიება" + "გაზიარება:" + "გაუზიარეთ %s-ს" + "აკეცვა" + "ძიება" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml new file mode 100644 index 0000000..d9596d0 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kk/values-kk.xml @@ -0,0 +1,32 @@ + + + "Негізгі бетте қозғалу" + "Жоғары қозғалу" + "Басқа опциялар" + "Дайын" + "Барлығын көру" + "Қолданбаны таңдау" + "ӨШІРУЛІ" + "ҚОСУЛЫ" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "бос орын" + "Sym+" + "Mәзір+" + "Іздеу…" + "Сұрақты жою" + "Сұрақты іздеу" + "Іздеу" + "Сұрақты жіберу" + "Дауыс арқылы іздеу" + "Бөлісу" + "%s қолданбасымен бөлісу" + "Тасалау" + "Іздеу" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml new file mode 100644 index 0000000..57735d2 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-km/values-km.xml @@ -0,0 +1,32 @@ + + + "រកមើល​ទៅ​ដើម" + "រកមើល​ឡើងលើ" + "ជម្រើស​ច្រើន​ទៀត" + "រួចរាល់" + "មើល​ទាំងអស់" + "ជ្រើស​កម្មវិធី​​" + "បិទ" + "បើក" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "ស្វែងរក…" + "សម្អាត​សំណួរ" + "ស្វែងរក​សំណួរ" + "ស្វែងរក" + "ដាក់​​​ស្នើ​សំណួរ" + "ការស្វែងរក​សំឡេង" + "ចែករំលែក​ជាមួយ" + "ចែក​រំលែក​ជា​មួយ %s" + "បង្រួម" + "ស្វែងរក" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml new file mode 100644 index 0000000..1e2402b --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-kn/values-kn.xml @@ -0,0 +1,32 @@ + + + "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" + "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" + "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" + "ಮುಗಿದಿದೆ" + "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" + "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ" + "ಆಫ್" + "ಆನ್" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Menu+" + "ಹುಡುಕಿ…" + "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು" + "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" + "ಹುಡುಕಿ" + "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು" + "ಧ್ವನಿ ಹುಡುಕಾಟ" + "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" + "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" + "ಸಂಕುಚಿಸು" + "ಹುಡುಕಿ" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml new file mode 100644 index 0000000..5e0d052 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml @@ -0,0 +1,32 @@ + + + "홈 탐색" + "위로 탐색" + "옵션 더보기" + "완료" + "전체 보기" + "앱 선택" + "사용 안함" + "사용" + "Alt+" + "Ctrl+" + "삭제" + "입력" + "Function+" + "Meta+" + "Shift+" + "스페이스바" + "Sym+" + "Menu+" + "검색..." + "검색어 삭제" + "검색어" + "검색" + "검색어 보내기" + "음성 검색" + "공유 대상" + "%s와(과) 공유" + "접기" + "검색" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml new file mode 100644 index 0000000..7a8bb7f --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ky/values-ky.xml @@ -0,0 +1,32 @@ + + + "Үйгө багыттоо" + "Жогору" + "Көбүрөөк мүмкүнчүлүктөр" + "Даяр" + "Бардыгын көрүү" + "Колдонмо тандоо" + "ӨЧҮК" + "КҮЙҮК" + "Alt+" + "Ctrl+" + "Delete" + "Enter" + "Function+" + "Meta+" + "Shift+" + "боштук" + "Sym+" + "Menu+" + "Издөө…" + "Талаптарды тазалоо" + "Издөө талаптары" + "Издөө" + "Талап жөнөтүү" + "Үн аркылуу издөө" + "Бөлүшүү" + "%s аркылуу бөлүшүү" + "Жыйнап коюу" + "Издөө" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml new file mode 100644 index 0000000..a12899f --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml @@ -0,0 +1,6 @@ + + + 48dp + 12dp + 14dp + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml new file mode 100644 index 0000000..cc236eb --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml @@ -0,0 +1,12 @@ + + + 440dp + 60% + 90% + 60% + 90% + 55% + 80% + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml new file mode 100644 index 0000000..f85a197 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v17/values-v17.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml new file mode 100644 index 0000000..7dad77f --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml @@ -0,0 +1,4 @@ + + + 0px + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml new file mode 100644 index 0000000..3691890 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v21/values-v21.xml @@ -0,0 +1,276 @@ + + + @color/secondary_text_default_material_light + 0dp + 0dp + 12dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml new file mode 100644 index 0000000..d4a514a --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml new file mode 100644 index 0000000..484f6d1 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v23/values-v23.xml @@ -0,0 +1,41 @@ + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml new file mode 100644 index 0000000..f9b3c08 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml new file mode 100644 index 0000000..8b28a46 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml new file mode 100644 index 0000000..1eabc08 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml @@ -0,0 +1,32 @@ + + + "Điều hướng về trang chủ" + "Điều hướng lên trên" + "Tùy chọn khác" + "Xong" + "Xem tất cả" + "Chọn một ứng dụng" + "TẮT" + "BẬT" + "Alt+" + "Ctrl+" + "delete" + "enter" + "Function+" + "Meta+" + "Shift+" + "phím cách" + "Sym+" + "Menu+" + "Tìm kiếm…" + "Xóa truy vấn" + "Tìm kiếm truy vấn" + "Tìm kiếm" + "Gửi truy vấn" + "Tìm kiếm bằng giọng nói" + "Chia sẻ với" + "Chia sẻ với %s" + "Thu gọn" + "Tìm kiếm" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml new file mode 100644 index 0000000..2d85812 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml new file mode 100644 index 0000000..deecc9e --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml new file mode 100644 index 0000000..b499d2c --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml @@ -0,0 +1,9 @@ + + + 60% + 90% + 50% + 70% + 45% + 72% + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml new file mode 100644 index 0000000..68140f7 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml @@ -0,0 +1,32 @@ + + + "转到主屏幕" + "转到上一层级" + "更多选项" + "完成" + "查看全部" + "选择应用" + "关闭" + "开启" + "Alt+" + "Ctrl+" + "Delete 键" + "Enter 键" + "Fn+" + "Meta+" + "Shift+" + "空格键" + "Sym+" + "Menu+" + "搜索…" + "清除查询" + "搜索查询" + "搜索" + "提交查询" + "语音搜索" + "分享方式" + "使用%s分享" + "收起" + "搜索" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml new file mode 100644 index 0000000..f533663 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml @@ -0,0 +1,32 @@ + + + "瀏覽主頁" + "向上瀏覽" + "更多選項" + "完成" + "顯示全部" + "選擇應用程式" + "關閉" + "開啟" + "Alt +" + "Ctrl +" + "刪除" + "Enter 鍵" + "Fn +" + "Meta +" + "Shift +" + "空白鍵" + "Sym +" + "Menu +" + "搜尋…" + "清除查詢" + "搜尋查詢" + "搜尋" + "提交查詢" + "語音搜尋" + "分享對象" + "使用「%s」分享" + "收合" + "搜尋" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml new file mode 100644 index 0000000..75f498a --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml @@ -0,0 +1,32 @@ + + + "瀏覽首頁" + "向上瀏覽" + "更多選項" + "完成" + "查看全部" + "選擇應用程式" + "關閉" + "開啟" + "Alt +" + "Ctrl +" + "Delete 鍵" + "Enter 鍵" + "Fn +" + "Meta +" + "Shift +" + "空格鍵" + "Sym +" + "Menu +" + "搜尋…" + "清除查詢" + "搜尋查詢" + "搜尋" + "提交查詢" + "語音搜尋" + "選擇分享對象" + "與「%s」分享" + "收合" + "搜尋" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml new file mode 100644 index 0000000..31e318d --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml @@ -0,0 +1,32 @@ + + + "Zulazulela ekhaya" + "Zulazulela phezulu" + "Izinketho eziningi" + "Kwenziwe" + "Buka konke" + "Khetha uhlelo lokusebenza" + "VALIWE" + "VULIWE" + "Alt+" + "Ctrl+" + "susa" + "enter" + "Function+" + "Meta+" + "Shift+" + "space" + "Sym+" + "Imenyu+" + "Iyasesha..." + "Sula inkinga" + "Umbuzo wosesho" + "Sesha" + "Hambisa umbuzo" + "Ukusesha ngezwi" + "Yabelana no-" + "Yabelana ne-%s" + "Goqa" + "Sesha" + "999+" + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml new file mode 100644 index 0000000..c7e05e3 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml @@ -0,0 +1,3374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + false + true + @android:color/black + #7fa87f + @android:color/black + @android:color/black + @color/material_deep_teal_200 + @color/material_deep_teal_500 + @color/material_grey_800 + @android:color/white + @color/material_grey_850 + @color/material_grey_50 + #345ee7 + #80ffffff + #80000000 + @color/bright_foreground_material_light + @color/bright_foreground_material_dark + @android:color/white + @android:color/black + #ff5a595b + #ffd6d7d7 + #FF424242 + #FFFFFFFF + #03000000 + #37000000 + #FF4081 + #3F51B5 + #303F9F + #80bebebe + #80323232 + #ffbebebe + #ff323232 + #ff7043 + #ff5722 + @android:color/white + @android:color/black + #18d315 + #6680cbc4 + #66009688 + #ff37474f + #ff263238 + #ff21272b + #ff80cbc4 + #ff009688 + #fff5f5f5 + #ffe0e0e0 + #fffafafa + #ff757575 + #ff424242 + #ff303030 + #ff212121 + #ffffffff + #ff9e9e9e + @android:color/black + @color/material_grey_600 + @color/material_grey_900 + @color/material_grey_100 + #ffffffff + #de000000 + #4Dffffff + #39000000 + #33ffffff + #1f000000 + #b3ffffff + #8a000000 + #36ffffff + #24000000 + #ff616161 + #ffbdbdbd + #ffbdbdbd + #fff1f1f1 + #e6616161 + #e6FFFFFF + #FFF + 16dp + 72dp + 56dp + 0dp + 0dp + 4dp + 16dp + 10dp + 6dp + 48dp + 180dp + 5dp + -3dp + 48dp + 48dp + 36dp + 48dp + 48dp + @dimen/abc_control_inset_material + 6dp + 8dp + @dimen/abc_control_padding_material + 720dp + 320dp + 2dp + 4dp + 4dp + 2dp + 80% + 100% + 320dp + 320dp + 8dp + 8dp + 65% + 95% + 24dp + 18dp + 8dp + 0.30 + 0.26 + 32dip + 8dip + 8dip + 7dp + 4dp + 10dp + 16dp + @dimen/abc_action_bar_content_inset_material + 296dp + 4dp + 48dip + 320dip + 2dp + 2dp + 20dp + 3dp + 14sp + 14sp + 14sp + 12sp + 34sp + 45sp + 56sp + 112sp + 24sp + 22sp + 18sp + 14sp + 16sp + 14sp + 16sp + 16dp + 20sp + 20dp + 1dp + 2dp + 2dp + 4dp + 6dp + 8dp + 4dp + 2dp + 320dp + 320dp + 0.30 + 0.26 + 0.26 + 0.20 + 0.12 + 0.50 + 0.38 + 0.70 + 0.54 + 32dp + 13sp + 12dp + 8dp + 64dp + 64dp + 10dp + @dimen/notification_content_margin_start + 16dp + 2dp + 3dp + 24dp + 13sp + 10dp + 5dp + 2dp + 16dp + 8dp + 8dp + 96dp + 6.5dp + 0dp + 16dp + #3333B5E5 + #0cffffff + + + + + + + + + + + + + + + + + + 220 + 150 + 127 + 150 + 999 + Navigate home + Navigate up + More options + Done + See all + Choose an app + OFF + ON + sans-serif + sans-serif-medium + sans-serif-medium + sans-serif + sans-serif + sans-serif + sans-serif + sans-serif-light + sans-serif + sans-serif + sans-serif + sans-serif-medium + Alt+ + Ctrl+ + delete + enter + Function+ + Meta+ + Shift+ + space + Sym+ + Menu+ + Search… + Clear query + Search query + Search + Submit query + Voice search + Share with + Share with %s + Collapse + LightControl + LightControl + 50 + close + open + Search + 999+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/mergeDebugResources/merger.xml new file mode 100644 index 0000000..dd62a83 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugResources/merger.xml @@ -0,0 +1,3919 @@ + +#ffffffff#ff9e9e9e#1f000000#8a000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+"999+""999+""999+""999+""999+" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #FF424242#FFFFFFFF#03000000#37000000 + + + + + + + + + + + + + + + + + + + + + + + + + + + 1dp2dp2dp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + truefalsetrue@android:color/black#7fa87f@android:color/black@android:color/black@color/material_deep_teal_200@color/material_deep_teal_500@color/material_grey_800@android:color/white@color/material_grey_850@color/material_grey_50#80ffffff#80000000@color/bright_foreground_material_light@color/bright_foreground_material_dark@android:color/white@android:color/black#ff5a595b#ffd6d7d7#80bebebe#80323232#ffbebebe#ff323232#ff7043#ff5722@android:color/white@android:color/black#6680cbc4#66009688#ff37474f#ff263238#ff21272b#ff80cbc4#ff009688#fff5f5f5#ffe0e0e0#fffafafa#ff757575#ff424242#ff303030#ff212121@android:color/black@color/material_grey_600@color/material_grey_900@color/material_grey_100#ffffffff#de000000#4Dffffff#39000000#33ffffff#1f000000#b3ffffff#8a000000#36ffffff#24000000#ff616161#ffbdbdbd#ffbdbdbd#fff1f1f1#e6616161#e6FFFFFF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16dp72dp56dp0dp0dp4dp16dp10dp6dp48dp180dp5dp-3dp48dp48dp36dp48dp48dp@dimen/abc_control_inset_material6dp8dp@dimen/abc_control_padding_material720dp320dp2dp4dp4dp2dp80%100%320dp320dp8dp8dp65%95%24dp18dp8dp0.300.2632dip8dip8dip7dp4dp10dp16dp@dimen/abc_action_bar_content_inset_material296dp4dp48dip320dip2dp2dp20dp3dp14sp14sp14sp12sp34sp45sp56sp112sp24sp22sp18sp14sp16sp14sp16sp16dp20sp20dp0.300.260.260.200.120.500.380.700.542dp16dp8dp8dp96dp6.5dp0dp16dp220150127150Navigate homeNavigate upMore optionsDoneSee allChoose an appOFFONsans-serifsans-serif-mediumsans-serif-mediumsans-serifsans-serifsans-serifsans-serifsans-serif-lightsans-serifsans-serifsans-serifsans-serif-mediumAlt+Ctrl+deleteenterFunction+Meta+Shift+spaceSym+Menu+Search…Clear querySearch querySearchSubmit queryVoice searchShare withShare with %sCollapseSearch"होम पेज पर जाएं""ऊपर जाएं""ज़्यादा विकल्प""हो गया""सभी देखें""कोई एप्‍लिकेशन चुनें""बंद""चालू""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""खोजा जा रहा है…""क्‍वेरी साफ़ करें""सर्च क्वेरी""सर्च करें""क्वेरी सबमिट करें""आवाज़ सर्च""इसके साथ शेयर करें""%s के साथ शेयर करें""छोटा करें""सर्च""Idi na početnu""Idi gore""Dodatne opcije""Gotovo""Prikaži sve""Odabir aplikacije""ISKLJUČENO""UKLJUČENO""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""razmaknica""Sym+""Menu+""Pretražite…""Izbriši upit""Upit za pretraživanje""Pretraživanje""Pošalji upit""Glasovno pretraživanje""Dijeljenje sa""Dijeli putem aplikacije %s""Sažmi""Pretraživanje""Ugrás a főoldalra""Felfelé mozgatás""További lehetőségek""Kész""Összes megtekintése""Válasszon ki egy alkalmazást""KI""BE""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""Szóköz""Sym+""Menu+""Keresés…""Lekérdezés törlése""Keresési lekérdezés""Keresés""Lekérdezés küldése""Hangalapú keresés""Megosztás a következővel:""Megosztás a következő alkalmazással: %s""Összecsukás""Keresés""Ուղղվել տուն""Ուղղվել վերև""Այլ ընտրանքներ""Պատրաստ է""Տեսնել բոլորը""Ընտրել ծրագիր""ԱՆՋԱՏՎԱԾ""ՄԻԱՑՎԱԾ""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""բացատ""Sym+""Menu+""Որոնում...""Մաքրել հարցումը""Որոնման հարցում""Որոնել""Ուղարկել հարցումը""Ձայնային որոնում""Կիսվել""Ուղարկել %s-ին""Թաքցնել""Որոնել""Navigasi ke beranda""Navigasi naik""Opsi lain""Selesai""Lihat semua""Pilih aplikasi""NONAKTIF""AKTIF""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""spasi""Sym+""Menu+""Telusuri...""Hapus kueri""Kueri penelusuran""Telusuri""Kirim kueri""Penelusuran suara""Bagikan dengan""Bagikan ke %s""Ciutkan""Telusuri""Fara heim""Fara upp""Fleiri valkostir""Lokið""Sjá allt""Veldu forrit""SLÖKKT""KVEIKT""Alt+""Ctrl+""delete""enter""Aðgerðarlykill+""Meta+""Shift+""bilslá""Sym+""Valmynd+""Leita…""Hreinsa fyrirspurn""Leitarfyrirspurn""Leita""Senda fyrirspurn""Raddleit""Deila með""Deila með %s""Minnka""Leita""Vai alla home page""Vai in alto""Altre opzioni""Fine""Visualizza tutte""Scegli un\'applicazione""OFF""ON""ALT +""CTRL +""CANC""INVIO""FUNZIONE +""META +""MAIUSC +""barra spaziatrice""SYM +""MENU +""Cerca…""Cancella query""Query di ricerca""Cerca""Invia query""Ricerca vocale""Condividi con""Condividi tramite %s""Comprimi""Ricerca""נווט לדף הבית""נווט למעלה""עוד אפשרויות""בוצע""ראה הכל""בחר אפליקציה""כבוי""פועל""Alt+""Ctrl+‎""delete""Enter""Function+""Meta+""Shift+""מקש רווח""Sym+""תפריט+""חיפוש…""מחק שאילתה""שאילתת חיפוש""חיפוש""שלח שאילתה""חיפוש קולי""שתף עם""שתף עם %s""כווץ""חיפוש""ホームへ移動""上へ移動""その他のオプション""完了""すべて表示""アプリの選択""OFF""ON""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""Space""Sym+""Menu+""検索…""検索キーワードを削除""検索キーワード""検索""検索キーワードを送信""音声検索""共有""%sと共有""折りたたむ""検索""მთავარზე ნავიგაცია""ზემოთ ნავიგაცია""მეტი ვარიანტები""დასრულდა""ყველას ნახვა""აპის არჩევა""გამორთულია""ჩართულია""Alt+""Ctrl+""წაშლა""შეყვანა""Function+""Meta+""Shift+""space""Sym+""Menu+""ძიება...""მოთხოვნის გასუფთავება""ძიების მოთხოვნა""ძიება""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""გაზიარება:""გაუზიარეთ %s-ს""აკეცვა""ძიება""Негізгі бетте қозғалу""Жоғары қозғалу""Басқа опциялар""Дайын""Барлығын көру""Қолданбаны таңдау""ӨШІРУЛІ""ҚОСУЛЫ""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""бос орын""Sym+""Mәзір+""Іздеу…""Сұрақты жою""Сұрақты іздеу""Іздеу""Сұрақты жіберу""Дауыс арқылы іздеу""Бөлісу""%s қолданбасымен бөлісу""Тасалау""Іздеу""រកមើល​ទៅ​ដើម""រកមើល​ឡើងលើ""ជម្រើស​ច្រើន​ទៀត""រួចរាល់""មើល​ទាំងអស់""ជ្រើស​កម្មវិធី​​""បិទ""បើក""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ស្វែងរក…""សម្អាត​សំណួរ""ស្វែងរក​សំណួរ""ស្វែងរក""ដាក់​​​ស្នើ​សំណួរ""ការស្វែងរក​សំឡេង""ចែករំលែក​ជាមួយ""ចែក​រំលែក​ជា​មួយ %s""បង្រួម""ស្វែងរក""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಆಫ್""ಆನ್""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""ಹುಡುಕಿ…""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಹುಡುಕಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಸಂಕುಚಿಸು""ಹುಡುಕಿ""홈 탐색""위로 탐색""옵션 더보기""완료""전체 보기""앱 선택""사용 안함""사용""Alt+""Ctrl+""삭제""입력""Function+""Meta+""Shift+""스페이스바""Sym+""Menu+""검색...""검색어 삭제""검색어""검색""검색어 보내기""음성 검색""공유 대상""%s와(과) 공유""접기""검색""Үйгө багыттоо""Жогору""Көбүрөөк мүмкүнчүлүктөр""Даяр""Бардыгын көрүү""Колдонмо тандоо""ӨЧҮК""КҮЙҮК""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""боштук""Sym+""Menu+""Издөө…""Талаптарды тазалоо""Издөө талаптары""Издөө""Талап жөнөтүү""Үн аркылуу издөө""Бөлүшүү""%s аркылуу бөлүшүү""Жыйнап коюу""Издөө"48dp12dp14dp440dp60%90%60%90%55%80%0px"Điều hướng về trang chủ""Điều hướng lên trên""Tùy chọn khác""Xong""Xem tất cả""Chọn một ứng dụng""TẮT""BẬT""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""phím cách""Sym+""Menu+""Tìm kiếm…""Xóa truy vấn""Tìm kiếm truy vấn""Tìm kiếm""Gửi truy vấn""Tìm kiếm bằng giọng nói""Chia sẻ với""Chia sẻ với %s""Thu gọn""Tìm kiếm"60%90%50%70%45%72%"转到主屏幕""转到上一层级""更多选项""完成""查看全部""选择应用""关闭""开启""Alt+""Ctrl+""Delete 键""Enter 键""Fn+""Meta+""Shift+""空格键""Sym+""Menu+""搜索…""清除查询""搜索查询""搜索""提交查询""语音搜索""分享方式""使用%s分享""收起""搜索""瀏覽主頁""向上瀏覽""更多選項""完成""顯示全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""刪除""Enter 鍵""Fn +""Meta +""Shift +""空白鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""分享對象""使用「%s」分享""收合""搜尋""瀏覽首頁""向上瀏覽""更多選項""完成""查看全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""Delete 鍵""Enter 鍵""Fn +""Meta +""Shift +""空格鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""選擇分享對象""與「%s」分享""收合""搜尋""Zulazulela ekhaya""Zulazulela phezulu""Izinketho eziningi""Kwenziwe""Buka konke""Khetha uhlelo lokusebenza""VALIWE""VULIWE""Alt+""Ctrl+""susa""enter""Function+""Meta+""Shift+""space""Sym+""Imenyu+""Iyasesha...""Sula inkinga""Umbuzo wosesho""Sesha""Hambisa umbuzo""Ukusesha ngezwi""Yabelana no-""Yabelana ne-%s""Goqa""Sesha"#3F51B5#303F9F#FF4081#345ee7#FFF#18d315LightControl50LightControlcloseopen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml new file mode 100644 index 0000000..e0834d9 --- /dev/null +++ b/app/build/intermediates/incremental/mergeDebugShaders/merger.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt new file mode 100644 index 0000000..fe9ad60 --- /dev/null +++ b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt @@ -0,0 +1,4 @@ +#Sat Dec 11 17:57:50 CST 2021 +base.0=C\:\\Users\\niuyuling\\Desktop\\lightcontrol\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex +path.0=classes.dex +renamed.0=classes.dex diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources new file mode 100644 index 0000000..f3af85b Binary files /dev/null and b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources differ diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 new file mode 100644 index 0000000..d42a6a5 Binary files /dev/null and b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 differ diff --git a/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml b/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml new file mode 100644 index 0000000..6564228 --- /dev/null +++ b/app/build/intermediates/instant_app_manifest/debug/AndroidManifest.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/instant_app_manifest/debug/output.json b/app/build/intermediates/instant_app_manifest/debug/output.json new file mode 100644 index 0000000..9282a19 --- /dev/null +++ b/app/build/intermediates/instant_app_manifest/debug/output.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "applicationId": "aixiao.lightcontrol", + "variantType": "BASE_APK", + "elements": [ + { + "outputType": { + "type": "INSTANT_APP_MANIFEST" + }, + "apkData": { + "type": "MAIN", + "splits": [], + "versionCode": 1, + "versionName": "1.1", + "outputFile": "app-debug.apk", + "fullName": "debug", + "baseName": "debug", + "dirName": "" + }, + "path": "AndroidManifest.xml", + "properties": { + "packageId": "aixiao.lightcontrol", + "split": "", + "minSdkVersion": "14" + } + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/BuildConfig.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/BuildConfig.class new file mode 100644 index 0000000..a5f3292 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/BuildConfig.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$1.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$1.class new file mode 100644 index 0000000..78f9aa0 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$2$1.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$2$1.class new file mode 100644 index 0000000..7481bbd Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$2$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$2.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$2.class new file mode 100644 index 0000000..249792d Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$2.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$3$1.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$3$1.class new file mode 100644 index 0000000..5b933a3 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$3$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$3.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$3.class new file mode 100644 index 0000000..e758476 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$3.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$4$1.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$4$1.class new file mode 100644 index 0000000..cc6ad5e Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$4$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$4.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$4.class new file mode 100644 index 0000000..5ecc44a Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$4.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$5$1.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$5$1.class new file mode 100644 index 0000000..10843e6 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$5$1.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$5.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$5.class new file mode 100644 index 0000000..24391df Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$5.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$6.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$6.class new file mode 100644 index 0000000..4acec59 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$6.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$7.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$7.class new file mode 100644 index 0000000..f8880d5 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$7.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$8.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$8.class new file mode 100644 index 0000000..90bbac9 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity$8.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity.class new file mode 100644 index 0000000..b3285ba Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/MainActivity.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/ShellUtilss$CommandResult.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/ShellUtilss$CommandResult.class new file mode 100644 index 0000000..e0d076c Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/ShellUtilss$CommandResult.class differ diff --git a/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/ShellUtilss.class b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/ShellUtilss.class new file mode 100644 index 0000000..029e0b7 Binary files /dev/null and b/app/build/intermediates/javac/debug/classes/aixiao/lightcontrol/ShellUtilss.class differ diff --git a/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt new file mode 100644 index 0000000..b904b61 --- /dev/null +++ b/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt @@ -0,0 +1,46 @@ +1 +2 +6 +7 C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml +9 android:targetSdkVersion="29" /> +9-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml +10 +11 C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:5:5-19:19 +12 android:allowBackup="true" +12-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:6:9-35 +13 android:appComponentFactory="android.support.v4.app.CoreComponentFactory" +13-->[com.android.support:support-compat:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\ccbd3881d3e597a650ace942161206f5\support-compat-28.0.0\AndroidManifest.xml:22:18-91 +14 android:debuggable="true" +15 android:icon="@mipmap/ic_launcher" +15-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:7:9-43 +16 android:label="@string/app_name" +16-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:8:9-41 +17 android:roundIcon="@mipmap/ic_launcher_round" +17-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:9:9-54 +18 android:supportsRtl="true" +18-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:10:9-35 +19 android:theme="@style/AppTheme" > +19-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:11:9-40 +20 +20-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:12:9-18:20 +20-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:12:19-47 +21 +21-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:13:13-17:29 +22 +22-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:14:17-69 +22-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:14:25-66 +23 +24 +24-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:16:17-77 +24-->C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:16:27-74 +25 +26 +27 +28 +29 diff --git a/app/build/intermediates/merged_assets/debug/out/client b/app/build/intermediates/merged_assets/debug/out/client new file mode 100644 index 0000000..1bd9368 Binary files /dev/null and b/app/build/intermediates/merged_assets/debug/out/client differ diff --git a/app/build/intermediates/merged_java_res/debug/out.jar b/app/build/intermediates/merged_java_res/debug/out.jar new file mode 100644 index 0000000..e50e718 Binary files /dev/null and b/app/build/intermediates/merged_java_res/debug/out.jar differ diff --git a/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml new file mode 100644 index 0000000..1f87151 --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build/intermediates/merged_manifests/debug/output.json b/app/build/intermediates/merged_manifests/debug/output.json new file mode 100644 index 0000000..a830b2c --- /dev/null +++ b/app/build/intermediates/merged_manifests/debug/output.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "applicationId": "aixiao.lightcontrol", + "variantType": "BASE_APK", + "elements": [ + { + "outputType": { + "type": "MERGED_MANIFESTS" + }, + "apkData": { + "type": "MAIN", + "splits": [], + "versionCode": 1, + "versionName": "1.1", + "outputFile": "app-debug.apk", + "fullName": "debug", + "baseName": "debug", + "dirName": "" + }, + "path": "AndroidManifest.xml", + "properties": { + "packageId": "aixiao.lightcontrol", + "split": "", + "minSdkVersion": "14" + } + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/metadata_feature_manifest/debug/metadata-feature/output.json b/app/build/intermediates/metadata_feature_manifest/debug/metadata-feature/output.json new file mode 100644 index 0000000..07b3b8b --- /dev/null +++ b/app/build/intermediates/metadata_feature_manifest/debug/metadata-feature/output.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "applicationId": "aixiao.lightcontrol", + "variantType": "BASE_APK", + "elements": [ + { + "outputType": { + "type": "METADATA_FEATURE_MANIFEST" + }, + "apkData": { + "type": "MAIN", + "splits": [], + "versionCode": 1, + "versionName": "1.1", + "outputFile": "app-debug.apk", + "fullName": "debug", + "baseName": "debug", + "dirName": "" + }, + "path": "AndroidManifest.xml", + "properties": {} + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/navigation_json/debug/navigation.json b/app/build/intermediates/navigation_json/debug/navigation.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/app/build/intermediates/navigation_json/debug/navigation.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/app/build/intermediates/processed_res/debug/out/output.json b/app/build/intermediates/processed_res/debug/out/output.json new file mode 100644 index 0000000..a2e1480 --- /dev/null +++ b/app/build/intermediates/processed_res/debug/out/output.json @@ -0,0 +1,28 @@ +{ + "version": 1, + "applicationId": "aixiao.lightcontrol", + "variantType": "BASE_APK", + "elements": [ + { + "outputType": { + "type": "PROCESSED_RES" + }, + "apkData": { + "type": "MAIN", + "splits": [], + "versionCode": 1, + "versionName": "1.1", + "outputFile": "app-debug.apk", + "fullName": "debug", + "baseName": "debug", + "dirName": "" + }, + "path": "resources-debug.ap_", + "properties": { + "packageId": "aixiao.lightcontrol", + "split": "", + "minSdkVersion": "14" + } + } + ] +} \ No newline at end of file diff --git a/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ new file mode 100644 index 0000000..9b5361f Binary files /dev/null and b/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_0.jar b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_0.jar new file mode 100644 index 0000000..5bc4015 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_0.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_1.jar b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_1.jar new file mode 100644 index 0000000..52a4595 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_1.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_2.jar b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_2.jar new file mode 100644 index 0000000..7deb64b Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_2.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_3.jar b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_3.jar new file mode 100644 index 0000000..e59da6f Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/380977eca2ece2282c228e3c9b9a557dfa411087ae6f43f3a3601a2dc9941d04_3.jar differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/BuildConfig.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/BuildConfig.dex new file mode 100644 index 0000000..b2a1ecb Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/BuildConfig.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$1.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$1.dex new file mode 100644 index 0000000..081b352 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$1.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$2$1.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$2$1.dex new file mode 100644 index 0000000..7ac4ec1 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$2$1.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$2.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$2.dex new file mode 100644 index 0000000..49cefe1 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$2.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$3$1.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$3$1.dex new file mode 100644 index 0000000..defd647 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$3$1.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$3.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$3.dex new file mode 100644 index 0000000..ad6d619 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$3.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$4$1.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$4$1.dex new file mode 100644 index 0000000..93c6493 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$4$1.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$4.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$4.dex new file mode 100644 index 0000000..5f85c13 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$4.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$5$1.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$5$1.dex new file mode 100644 index 0000000..ca080b5 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$5$1.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$5.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$5.dex new file mode 100644 index 0000000..af09836 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$5.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$6.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$6.dex new file mode 100644 index 0000000..b6b7794 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$6.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$7.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$7.dex new file mode 100644 index 0000000..a4d5ad0 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$7.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$8.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$8.dex new file mode 100644 index 0000000..70446dc Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity$8.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity.dex new file mode 100644 index 0000000..fce0367 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/MainActivity.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/ShellUtilss$CommandResult.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/ShellUtilss$CommandResult.dex new file mode 100644 index 0000000..4b95f43 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/ShellUtilss$CommandResult.dex differ diff --git a/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/ShellUtilss.dex b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/ShellUtilss.dex new file mode 100644 index 0000000..6312589 Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/out/aixiao/lightcontrol/ShellUtilss.dex differ diff --git a/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat new file mode 100644 index 0000000..932af77 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-anydpi-v21_ic_launcher_background.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_launcher_background.png.flat b/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..55c0567 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-hdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-ldpi_ic_launcher_background.png.flat b/app/build/intermediates/res/merged/debug/drawable-ldpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..02103e0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-ldpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_launcher_background.png.flat b/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..f5529ed Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-mdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat b/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat new file mode 100644 index 0000000..2f8d2a9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-v24_ic_launcher_foreground.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_launcher_background.png.flat b/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..07df4a2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xhdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxhdpi_ic_launcher_background.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxhdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..16215eb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxhdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_ic_launcher_background.png.flat b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_ic_launcher_background.png.flat new file mode 100644 index 0000000..fbfd576 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/drawable-xxxhdpi_ic_launcher_background.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat b/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat new file mode 100644 index 0000000..5a832c8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_layout.xml.flat b/app/build/intermediates/res/merged/debug/layout_layout.xml.flat new file mode 100644 index 0000000..5e3f487 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_layout.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/layout_layout_about.xml.flat b/app/build/intermediates/res/merged/debug/layout_layout_about.xml.flat new file mode 100644 index 0000000..9fe79e5 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/layout_layout_about.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/menu_main.xml.flat b/app/build/intermediates/res/merged/debug/menu_main.xml.flat new file mode 100644 index 0000000..c7b5f31 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/menu_main.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat new file mode 100644 index 0000000..ebbbee6 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat new file mode 100644 index 0000000..8c5d92a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat new file mode 100644 index 0000000..20f01bd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..b5b1305 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat new file mode 100644 index 0000000..f542004 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..bbe3f9f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..b6f5146 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..d9fc1a1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_about_fill.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_about_fill.png.flat new file mode 100644 index 0000000..bf44c1a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_about_fill.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..73bb7d3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..9a7ffc7 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_menu.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_menu.png.flat new file mode 100644 index 0000000..db269a4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_menu.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_setting.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_setting.png.flat new file mode 100644 index 0000000..9fca232 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_setting.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat new file mode 100644 index 0000000..b5c4d4e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat new file mode 100644 index 0000000..719e1d4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat b/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat new file mode 100644 index 0000000..945709b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat b/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat new file mode 100644 index 0000000..41ec270 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat b/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat new file mode 100644 index 0000000..e07679d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat b/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat new file mode 100644 index 0000000..7a102f8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat b/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat new file mode 100644 index 0000000..02eac80 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat new file mode 100644 index 0000000..c2ea13a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat b/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat new file mode 100644 index 0000000..c904603 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat b/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat new file mode 100644 index 0000000..0ffcc48 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat b/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat new file mode 100644 index 0000000..f0c677c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat b/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat new file mode 100644 index 0000000..2d4c4ca Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat b/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat new file mode 100644 index 0000000..be6aeee Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat b/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat new file mode 100644 index 0000000..d627a1d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat b/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat new file mode 100644 index 0000000..16f4d87 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat b/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat new file mode 100644 index 0000000..5b4f8ab Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat b/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat new file mode 100644 index 0000000..df9351a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat new file mode 100644 index 0000000..490108a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat new file mode 100644 index 0000000..f2f9522 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat new file mode 100644 index 0000000..95c7d11 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat new file mode 100644 index 0000000..90a542a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat b/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat new file mode 100644 index 0000000..d11fa8b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat b/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat new file mode 100644 index 0000000..172c05e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat b/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat new file mode 100644 index 0000000..ece034e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat b/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat new file mode 100644 index 0000000..e72e5c2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat b/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat new file mode 100644 index 0000000..cad6f19 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat b/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat new file mode 100644 index 0000000..2a0d0a3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat b/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat new file mode 100644 index 0000000..d7d0aef Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat new file mode 100644 index 0000000..c645671 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat b/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat new file mode 100644 index 0000000..28d0730 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat b/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat new file mode 100644 index 0000000..38e7ec1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat b/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat new file mode 100644 index 0000000..607dc4a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat new file mode 100644 index 0000000..41ad8d4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat new file mode 100644 index 0000000..e252d18 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat b/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat new file mode 100644 index 0000000..d5f1cff Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat b/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat new file mode 100644 index 0000000..8bbfd9b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat b/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat new file mode 100644 index 0000000..194dad2 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat b/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat new file mode 100644 index 0000000..ccb33f3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat b/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat new file mode 100644 index 0000000..0114407 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat b/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat new file mode 100644 index 0000000..cd0e540 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat b/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat new file mode 100644 index 0000000..2b09961 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat b/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat new file mode 100644 index 0000000..95d88bb Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat b/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat new file mode 100644 index 0000000..3980e4a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat b/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat new file mode 100644 index 0000000..241010c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat b/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat new file mode 100644 index 0000000..867daae Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat b/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat new file mode 100644 index 0000000..8cdc959 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat b/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat new file mode 100644 index 0000000..08dec02 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat b/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat new file mode 100644 index 0000000..8a8bc10 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat b/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat new file mode 100644 index 0000000..76cfba0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat b/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat new file mode 100644 index 0000000..620cd54 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat new file mode 100644 index 0000000..432c461 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat new file mode 100644 index 0000000..35c3898 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat b/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat new file mode 100644 index 0000000..f7f5999 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat b/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat new file mode 100644 index 0000000..0ad1fa1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat b/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat new file mode 100644 index 0000000..f3f836b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat b/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat new file mode 100644 index 0000000..4666c9a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat b/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat new file mode 100644 index 0000000..a68df60 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat b/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat new file mode 100644 index 0000000..b7a9535 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat b/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat new file mode 100644 index 0000000..8fe1812 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat b/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat new file mode 100644 index 0000000..46a31d3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat b/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat new file mode 100644 index 0000000..ce2140a Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat b/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat new file mode 100644 index 0000000..9303b1c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat b/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat new file mode 100644 index 0000000..344ab47 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat b/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat new file mode 100644 index 0000000..08ddd61 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat b/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat new file mode 100644 index 0000000..4506d73 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat b/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat new file mode 100644 index 0000000..40f8f00 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat b/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat new file mode 100644 index 0000000..1fd838f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat b/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat new file mode 100644 index 0000000..62db1f3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat b/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat new file mode 100644 index 0000000..832414e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat new file mode 100644 index 0000000..f5fbe62 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat new file mode 100644 index 0000000..11b3df4 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat b/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat new file mode 100644 index 0000000..e7112f8 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat b/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat new file mode 100644 index 0000000..fc6cc54 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat b/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat new file mode 100644 index 0000000..7150059 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat b/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat new file mode 100644 index 0000000..5f363ed Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat b/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat new file mode 100644 index 0000000..a1fae5b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat b/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat new file mode 100644 index 0000000..4b8e656 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat b/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat new file mode 100644 index 0000000..7708772 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat b/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat new file mode 100644 index 0000000..1ae2b72 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat b/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat new file mode 100644 index 0000000..321376b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat new file mode 100644 index 0000000..d7cd726 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat b/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat new file mode 100644 index 0000000..8028151 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat b/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat new file mode 100644 index 0000000..5e4784b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat b/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat new file mode 100644 index 0000000..aa7340b Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat b/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat new file mode 100644 index 0000000..da0d5d3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat b/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat new file mode 100644 index 0000000..83757b0 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat b/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat new file mode 100644 index 0000000..6b3835d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat b/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat new file mode 100644 index 0000000..e18f5af Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat b/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat new file mode 100644 index 0000000..48d68f3 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat b/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat new file mode 100644 index 0000000..88deb1e Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat b/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat new file mode 100644 index 0000000..dbee995 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat b/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat new file mode 100644 index 0000000..d53a452 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat b/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat new file mode 100644 index 0000000..b9526dd Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat new file mode 100644 index 0000000..e6423c9 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat b/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat new file mode 100644 index 0000000..4a72e89 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat b/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat new file mode 100644 index 0000000..0928c15 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat b/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat new file mode 100644 index 0000000..5bebf8d Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat b/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat new file mode 100644 index 0000000..689462c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat b/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat new file mode 100644 index 0000000..9cc8a67 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat b/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat new file mode 100644 index 0000000..160b2ad Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat b/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat new file mode 100644 index 0000000..094ae43 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat b/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat new file mode 100644 index 0000000..6cd8812 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat b/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat new file mode 100644 index 0000000..9bad94c Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat new file mode 100644 index 0000000..878a12f Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat new file mode 100644 index 0000000..73de668 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat new file mode 100644 index 0000000..a733eb1 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat new file mode 100644 index 0000000..53c28aa Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat b/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat new file mode 100644 index 0000000..fc2a4ec Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat differ diff --git a/app/build/intermediates/res/merged/debug/values_values.arsc.flat b/app/build/intermediates/res/merged/debug/values_values.arsc.flat new file mode 100644 index 0000000..fd8d079 Binary files /dev/null and b/app/build/intermediates/res/merged/debug/values_values.arsc.flat differ diff --git a/app/build/intermediates/runtime_symbol_list/debug/R.txt b/app/build/intermediates/runtime_symbol_list/debug/R.txt new file mode 100644 index 0000000..1078a6b --- /dev/null +++ b/app/build/intermediates/runtime_symbol_list/debug/R.txt @@ -0,0 +1,1894 @@ +int anim abc_fade_in 0x7f010000 +int anim abc_fade_out 0x7f010001 +int anim abc_grow_fade_in_from_bottom 0x7f010002 +int anim abc_popup_enter 0x7f010003 +int anim abc_popup_exit 0x7f010004 +int anim abc_shrink_fade_out_from_bottom 0x7f010005 +int anim abc_slide_in_bottom 0x7f010006 +int anim abc_slide_in_top 0x7f010007 +int anim abc_slide_out_bottom 0x7f010008 +int anim abc_slide_out_top 0x7f010009 +int anim abc_tooltip_enter 0x7f01000a +int anim abc_tooltip_exit 0x7f01000b +int attr actionBarDivider 0x7f020000 +int attr actionBarItemBackground 0x7f020001 +int attr actionBarPopupTheme 0x7f020002 +int attr actionBarSize 0x7f020003 +int attr actionBarSplitStyle 0x7f020004 +int attr actionBarStyle 0x7f020005 +int attr actionBarTabBarStyle 0x7f020006 +int attr actionBarTabStyle 0x7f020007 +int attr actionBarTabTextStyle 0x7f020008 +int attr actionBarTheme 0x7f020009 +int attr actionBarWidgetTheme 0x7f02000a +int attr actionButtonStyle 0x7f02000b +int attr actionDropDownStyle 0x7f02000c +int attr actionLayout 0x7f02000d +int attr actionMenuTextAppearance 0x7f02000e +int attr actionMenuTextColor 0x7f02000f +int attr actionModeBackground 0x7f020010 +int attr actionModeCloseButtonStyle 0x7f020011 +int attr actionModeCloseDrawable 0x7f020012 +int attr actionModeCopyDrawable 0x7f020013 +int attr actionModeCutDrawable 0x7f020014 +int attr actionModeFindDrawable 0x7f020015 +int attr actionModePasteDrawable 0x7f020016 +int attr actionModePopupWindowStyle 0x7f020017 +int attr actionModeSelectAllDrawable 0x7f020018 +int attr actionModeShareDrawable 0x7f020019 +int attr actionModeSplitBackground 0x7f02001a +int attr actionModeStyle 0x7f02001b +int attr actionModeWebSearchDrawable 0x7f02001c +int attr actionOverflowButtonStyle 0x7f02001d +int attr actionOverflowMenuStyle 0x7f02001e +int attr actionProviderClass 0x7f02001f +int attr actionViewClass 0x7f020020 +int attr activityChooserViewStyle 0x7f020021 +int attr alertDialogButtonGroupStyle 0x7f020022 +int attr alertDialogCenterButtons 0x7f020023 +int attr alertDialogStyle 0x7f020024 +int attr alertDialogTheme 0x7f020025 +int attr allowStacking 0x7f020026 +int attr alpha 0x7f020027 +int attr alphabeticModifiers 0x7f020028 +int attr arrowHeadLength 0x7f020029 +int attr arrowShaftLength 0x7f02002a +int attr autoCompleteTextViewStyle 0x7f02002b +int attr autoSizeMaxTextSize 0x7f02002c +int attr autoSizeMinTextSize 0x7f02002d +int attr autoSizePresetSizes 0x7f02002e +int attr autoSizeStepGranularity 0x7f02002f +int attr autoSizeTextType 0x7f020030 +int attr background 0x7f020031 +int attr backgroundSplit 0x7f020032 +int attr backgroundStacked 0x7f020033 +int attr backgroundTint 0x7f020034 +int attr backgroundTintMode 0x7f020035 +int attr barLength 0x7f020036 +int attr barrierAllowsGoneWidgets 0x7f020037 +int attr barrierDirection 0x7f020038 +int attr borderlessButtonStyle 0x7f020039 +int attr buttonBarButtonStyle 0x7f02003a +int attr buttonBarNegativeButtonStyle 0x7f02003b +int attr buttonBarNeutralButtonStyle 0x7f02003c +int attr buttonBarPositiveButtonStyle 0x7f02003d +int attr buttonBarStyle 0x7f02003e +int attr buttonGravity 0x7f02003f +int attr buttonIconDimen 0x7f020040 +int attr buttonPanelSideLayout 0x7f020041 +int attr buttonStyle 0x7f020042 +int attr buttonStyleSmall 0x7f020043 +int attr buttonTint 0x7f020044 +int attr buttonTintMode 0x7f020045 +int attr cardBackgroundColor 0x7f020046 +int attr cardCornerRadius 0x7f020047 +int attr cardElevation 0x7f020048 +int attr cardMaxElevation 0x7f020049 +int attr cardPreventCornerOverlap 0x7f02004a +int attr cardUseCompatPadding 0x7f02004b +int attr cardViewStyle 0x7f02004c +int attr chainUseRtl 0x7f02004d +int attr checkboxStyle 0x7f02004e +int attr checkedTextViewStyle 0x7f02004f +int attr closeIcon 0x7f020050 +int attr closeItemLayout 0x7f020051 +int attr collapseContentDescription 0x7f020052 +int attr collapseIcon 0x7f020053 +int attr color 0x7f020054 +int attr colorAccent 0x7f020055 +int attr colorBackgroundFloating 0x7f020056 +int attr colorButtonNormal 0x7f020057 +int attr colorControlActivated 0x7f020058 +int attr colorControlHighlight 0x7f020059 +int attr colorControlNormal 0x7f02005a +int attr colorError 0x7f02005b +int attr colorPrimary 0x7f02005c +int attr colorPrimaryDark 0x7f02005d +int attr colorSwitchThumbNormal 0x7f02005e +int attr commitIcon 0x7f02005f +int attr constraintSet 0x7f020060 +int attr constraint_referenced_ids 0x7f020061 +int attr content 0x7f020062 +int attr contentDescription 0x7f020063 +int attr contentInsetEnd 0x7f020064 +int attr contentInsetEndWithActions 0x7f020065 +int attr contentInsetLeft 0x7f020066 +int attr contentInsetRight 0x7f020067 +int attr contentInsetStart 0x7f020068 +int attr contentInsetStartWithNavigation 0x7f020069 +int attr contentPadding 0x7f02006a +int attr contentPaddingBottom 0x7f02006b +int attr contentPaddingLeft 0x7f02006c +int attr contentPaddingRight 0x7f02006d +int attr contentPaddingTop 0x7f02006e +int attr controlBackground 0x7f02006f +int attr coordinatorLayoutStyle 0x7f020070 +int attr customNavigationLayout 0x7f020071 +int attr defaultQueryHint 0x7f020072 +int attr dialogCornerRadius 0x7f020073 +int attr dialogPreferredPadding 0x7f020074 +int attr dialogTheme 0x7f020075 +int attr displayOptions 0x7f020076 +int attr divider 0x7f020077 +int attr dividerHorizontal 0x7f020078 +int attr dividerPadding 0x7f020079 +int attr dividerVertical 0x7f02007a +int attr drawableSize 0x7f02007b +int attr drawerArrowStyle 0x7f02007c +int attr dropDownListViewStyle 0x7f02007d +int attr dropdownListPreferredItemHeight 0x7f02007e +int attr editTextBackground 0x7f02007f +int attr editTextColor 0x7f020080 +int attr editTextStyle 0x7f020081 +int attr elevation 0x7f020082 +int attr emptyVisibility 0x7f020083 +int attr expandActivityOverflowButtonDrawable 0x7f020084 +int attr firstBaselineToTopHeight 0x7f020085 +int attr font 0x7f020086 +int attr fontFamily 0x7f020087 +int attr fontProviderAuthority 0x7f020088 +int attr fontProviderCerts 0x7f020089 +int attr fontProviderFetchStrategy 0x7f02008a +int attr fontProviderFetchTimeout 0x7f02008b +int attr fontProviderPackage 0x7f02008c +int attr fontProviderQuery 0x7f02008d +int attr fontStyle 0x7f02008e +int attr fontVariationSettings 0x7f02008f +int attr fontWeight 0x7f020090 +int attr gapBetweenBars 0x7f020091 +int attr goIcon 0x7f020092 +int attr height 0x7f020093 +int attr hideOnContentScroll 0x7f020094 +int attr homeAsUpIndicator 0x7f020095 +int attr homeLayout 0x7f020096 +int attr icon 0x7f020097 +int attr iconTint 0x7f020098 +int attr iconTintMode 0x7f020099 +int attr iconifiedByDefault 0x7f02009a +int attr imageButtonStyle 0x7f02009b +int attr indeterminateProgressStyle 0x7f02009c +int attr initialActivityCount 0x7f02009d +int attr isLightTheme 0x7f02009e +int attr itemPadding 0x7f02009f +int attr keylines 0x7f0200a0 +int attr lastBaselineToBottomHeight 0x7f0200a1 +int attr layout 0x7f0200a2 +int attr layout_anchor 0x7f0200a3 +int attr layout_anchorGravity 0x7f0200a4 +int attr layout_behavior 0x7f0200a5 +int attr layout_constrainedHeight 0x7f0200a6 +int attr layout_constrainedWidth 0x7f0200a7 +int attr layout_constraintBaseline_creator 0x7f0200a8 +int attr layout_constraintBaseline_toBaselineOf 0x7f0200a9 +int attr layout_constraintBottom_creator 0x7f0200aa +int attr layout_constraintBottom_toBottomOf 0x7f0200ab +int attr layout_constraintBottom_toTopOf 0x7f0200ac +int attr layout_constraintCircle 0x7f0200ad +int attr layout_constraintCircleAngle 0x7f0200ae +int attr layout_constraintCircleRadius 0x7f0200af +int attr layout_constraintDimensionRatio 0x7f0200b0 +int attr layout_constraintEnd_toEndOf 0x7f0200b1 +int attr layout_constraintEnd_toStartOf 0x7f0200b2 +int attr layout_constraintGuide_begin 0x7f0200b3 +int attr layout_constraintGuide_end 0x7f0200b4 +int attr layout_constraintGuide_percent 0x7f0200b5 +int attr layout_constraintHeight_default 0x7f0200b6 +int attr layout_constraintHeight_max 0x7f0200b7 +int attr layout_constraintHeight_min 0x7f0200b8 +int attr layout_constraintHeight_percent 0x7f0200b9 +int attr layout_constraintHorizontal_bias 0x7f0200ba +int attr layout_constraintHorizontal_chainStyle 0x7f0200bb +int attr layout_constraintHorizontal_weight 0x7f0200bc +int attr layout_constraintLeft_creator 0x7f0200bd +int attr layout_constraintLeft_toLeftOf 0x7f0200be +int attr layout_constraintLeft_toRightOf 0x7f0200bf +int attr layout_constraintRight_creator 0x7f0200c0 +int attr layout_constraintRight_toLeftOf 0x7f0200c1 +int attr layout_constraintRight_toRightOf 0x7f0200c2 +int attr layout_constraintStart_toEndOf 0x7f0200c3 +int attr layout_constraintStart_toStartOf 0x7f0200c4 +int attr layout_constraintTop_creator 0x7f0200c5 +int attr layout_constraintTop_toBottomOf 0x7f0200c6 +int attr layout_constraintTop_toTopOf 0x7f0200c7 +int attr layout_constraintVertical_bias 0x7f0200c8 +int attr layout_constraintVertical_chainStyle 0x7f0200c9 +int attr layout_constraintVertical_weight 0x7f0200ca +int attr layout_constraintWidth_default 0x7f0200cb +int attr layout_constraintWidth_max 0x7f0200cc +int attr layout_constraintWidth_min 0x7f0200cd +int attr layout_constraintWidth_percent 0x7f0200ce +int attr layout_dodgeInsetEdges 0x7f0200cf +int attr layout_editor_absoluteX 0x7f0200d0 +int attr layout_editor_absoluteY 0x7f0200d1 +int attr layout_goneMarginBottom 0x7f0200d2 +int attr layout_goneMarginEnd 0x7f0200d3 +int attr layout_goneMarginLeft 0x7f0200d4 +int attr layout_goneMarginRight 0x7f0200d5 +int attr layout_goneMarginStart 0x7f0200d6 +int attr layout_goneMarginTop 0x7f0200d7 +int attr layout_insetEdge 0x7f0200d8 +int attr layout_keyline 0x7f0200d9 +int attr layout_optimizationLevel 0x7f0200da +int attr lineHeight 0x7f0200db +int attr listChoiceBackgroundIndicator 0x7f0200dc +int attr listDividerAlertDialog 0x7f0200dd +int attr listItemLayout 0x7f0200de +int attr listLayout 0x7f0200df +int attr listMenuViewStyle 0x7f0200e0 +int attr listPopupWindowStyle 0x7f0200e1 +int attr listPreferredItemHeight 0x7f0200e2 +int attr listPreferredItemHeightLarge 0x7f0200e3 +int attr listPreferredItemHeightSmall 0x7f0200e4 +int attr listPreferredItemPaddingLeft 0x7f0200e5 +int attr listPreferredItemPaddingRight 0x7f0200e6 +int attr logo 0x7f0200e7 +int attr logoDescription 0x7f0200e8 +int attr maxButtonHeight 0x7f0200e9 +int attr measureWithLargestChild 0x7f0200ea +int attr multiChoiceItemLayout 0x7f0200eb +int attr navigationContentDescription 0x7f0200ec +int attr navigationIcon 0x7f0200ed +int attr navigationMode 0x7f0200ee +int attr numericModifiers 0x7f0200ef +int attr overlapAnchor 0x7f0200f0 +int attr paddingBottomNoButtons 0x7f0200f1 +int attr paddingEnd 0x7f0200f2 +int attr paddingStart 0x7f0200f3 +int attr paddingTopNoTitle 0x7f0200f4 +int attr panelBackground 0x7f0200f5 +int attr panelMenuListTheme 0x7f0200f6 +int attr panelMenuListWidth 0x7f0200f7 +int attr popupMenuStyle 0x7f0200f8 +int attr popupTheme 0x7f0200f9 +int attr popupWindowStyle 0x7f0200fa +int attr preserveIconSpacing 0x7f0200fb +int attr progressBarPadding 0x7f0200fc +int attr progressBarStyle 0x7f0200fd +int attr queryBackground 0x7f0200fe +int attr queryHint 0x7f0200ff +int attr radioButtonStyle 0x7f020100 +int attr ratingBarStyle 0x7f020101 +int attr ratingBarStyleIndicator 0x7f020102 +int attr ratingBarStyleSmall 0x7f020103 +int attr searchHintIcon 0x7f020104 +int attr searchIcon 0x7f020105 +int attr searchViewStyle 0x7f020106 +int attr seekBarStyle 0x7f020107 +int attr selectableItemBackground 0x7f020108 +int attr selectableItemBackgroundBorderless 0x7f020109 +int attr showAsAction 0x7f02010a +int attr showDividers 0x7f02010b +int attr showText 0x7f02010c +int attr showTitle 0x7f02010d +int attr singleChoiceItemLayout 0x7f02010e +int attr spinBars 0x7f02010f +int attr spinnerDropDownItemStyle 0x7f020110 +int attr spinnerStyle 0x7f020111 +int attr splitTrack 0x7f020112 +int attr srcCompat 0x7f020113 +int attr state_above_anchor 0x7f020114 +int attr statusBarBackground 0x7f020115 +int attr subMenuArrow 0x7f020116 +int attr submitBackground 0x7f020117 +int attr subtitle 0x7f020118 +int attr subtitleTextAppearance 0x7f020119 +int attr subtitleTextColor 0x7f02011a +int attr subtitleTextStyle 0x7f02011b +int attr suggestionRowLayout 0x7f02011c +int attr switchMinWidth 0x7f02011d +int attr switchPadding 0x7f02011e +int attr switchStyle 0x7f02011f +int attr switchTextAppearance 0x7f020120 +int attr textAllCaps 0x7f020121 +int attr textAppearanceLargePopupMenu 0x7f020122 +int attr textAppearanceListItem 0x7f020123 +int attr textAppearanceListItemSecondary 0x7f020124 +int attr textAppearanceListItemSmall 0x7f020125 +int attr textAppearancePopupMenuHeader 0x7f020126 +int attr textAppearanceSearchResultSubtitle 0x7f020127 +int attr textAppearanceSearchResultTitle 0x7f020128 +int attr textAppearanceSmallPopupMenu 0x7f020129 +int attr textColorAlertDialogListItem 0x7f02012a +int attr textColorSearchUrl 0x7f02012b +int attr theme 0x7f02012c +int attr thickness 0x7f02012d +int attr thumbTextPadding 0x7f02012e +int attr thumbTint 0x7f02012f +int attr thumbTintMode 0x7f020130 +int attr tickMark 0x7f020131 +int attr tickMarkTint 0x7f020132 +int attr tickMarkTintMode 0x7f020133 +int attr tint 0x7f020134 +int attr tintMode 0x7f020135 +int attr title 0x7f020136 +int attr titleMargin 0x7f020137 +int attr titleMarginBottom 0x7f020138 +int attr titleMarginEnd 0x7f020139 +int attr titleMarginStart 0x7f02013a +int attr titleMarginTop 0x7f02013b +int attr titleMargins 0x7f02013c +int attr titleTextAppearance 0x7f02013d +int attr titleTextColor 0x7f02013e +int attr titleTextStyle 0x7f02013f +int attr toolbarNavigationButtonStyle 0x7f020140 +int attr toolbarStyle 0x7f020141 +int attr tooltipForegroundColor 0x7f020142 +int attr tooltipFrameBackground 0x7f020143 +int attr tooltipText 0x7f020144 +int attr track 0x7f020145 +int attr trackTint 0x7f020146 +int attr trackTintMode 0x7f020147 +int attr ttcIndex 0x7f020148 +int attr viewInflaterClass 0x7f020149 +int attr voiceIcon 0x7f02014a +int attr windowActionBar 0x7f02014b +int attr windowActionBarOverlay 0x7f02014c +int attr windowActionModeOverlay 0x7f02014d +int attr windowFixedHeightMajor 0x7f02014e +int attr windowFixedHeightMinor 0x7f02014f +int attr windowFixedWidthMajor 0x7f020150 +int attr windowFixedWidthMinor 0x7f020151 +int attr windowMinWidthMajor 0x7f020152 +int attr windowMinWidthMinor 0x7f020153 +int attr windowNoTitle 0x7f020154 +int bool abc_action_bar_embed_tabs 0x7f030000 +int bool abc_allow_stacked_button_bar 0x7f030001 +int bool abc_config_actionMenuItemAllCaps 0x7f030002 +int color abc_background_cache_hint_selector_material_dark 0x7f040000 +int color abc_background_cache_hint_selector_material_light 0x7f040001 +int color abc_btn_colored_borderless_text_material 0x7f040002 +int color abc_btn_colored_text_material 0x7f040003 +int color abc_color_highlight_material 0x7f040004 +int color abc_hint_foreground_material_dark 0x7f040005 +int color abc_hint_foreground_material_light 0x7f040006 +int color abc_input_method_navigation_guard 0x7f040007 +int color abc_primary_text_disable_only_material_dark 0x7f040008 +int color abc_primary_text_disable_only_material_light 0x7f040009 +int color abc_primary_text_material_dark 0x7f04000a +int color abc_primary_text_material_light 0x7f04000b +int color abc_search_url_text 0x7f04000c +int color abc_search_url_text_normal 0x7f04000d +int color abc_search_url_text_pressed 0x7f04000e +int color abc_search_url_text_selected 0x7f04000f +int color abc_secondary_text_material_dark 0x7f040010 +int color abc_secondary_text_material_light 0x7f040011 +int color abc_tint_btn_checkable 0x7f040012 +int color abc_tint_default 0x7f040013 +int color abc_tint_edittext 0x7f040014 +int color abc_tint_seek_thumb 0x7f040015 +int color abc_tint_spinner 0x7f040016 +int color abc_tint_switch_track 0x7f040017 +int color accent_material_dark 0x7f040018 +int color accent_material_light 0x7f040019 +int color background_floating_material_dark 0x7f04001a +int color background_floating_material_light 0x7f04001b +int color background_material_dark 0x7f04001c +int color background_material_light 0x7f04001d +int color blue 0x7f04001e +int color bright_foreground_disabled_material_dark 0x7f04001f +int color bright_foreground_disabled_material_light 0x7f040020 +int color bright_foreground_inverse_material_dark 0x7f040021 +int color bright_foreground_inverse_material_light 0x7f040022 +int color bright_foreground_material_dark 0x7f040023 +int color bright_foreground_material_light 0x7f040024 +int color button_material_dark 0x7f040025 +int color button_material_light 0x7f040026 +int color cardview_dark_background 0x7f040027 +int color cardview_light_background 0x7f040028 +int color cardview_shadow_end_color 0x7f040029 +int color cardview_shadow_start_color 0x7f04002a +int color colorAccent 0x7f04002b +int color colorPrimary 0x7f04002c +int color colorPrimaryDark 0x7f04002d +int color dim_foreground_disabled_material_dark 0x7f04002e +int color dim_foreground_disabled_material_light 0x7f04002f +int color dim_foreground_material_dark 0x7f040030 +int color dim_foreground_material_light 0x7f040031 +int color error_color_material_dark 0x7f040032 +int color error_color_material_light 0x7f040033 +int color foreground_material_dark 0x7f040034 +int color foreground_material_light 0x7f040035 +int color green 0x7f040036 +int color highlighted_text_material_dark 0x7f040037 +int color highlighted_text_material_light 0x7f040038 +int color material_blue_grey_800 0x7f040039 +int color material_blue_grey_900 0x7f04003a +int color material_blue_grey_950 0x7f04003b +int color material_deep_teal_200 0x7f04003c +int color material_deep_teal_500 0x7f04003d +int color material_grey_100 0x7f04003e +int color material_grey_300 0x7f04003f +int color material_grey_50 0x7f040040 +int color material_grey_600 0x7f040041 +int color material_grey_800 0x7f040042 +int color material_grey_850 0x7f040043 +int color material_grey_900 0x7f040044 +int color notification_action_color_filter 0x7f040045 +int color notification_icon_bg_color 0x7f040046 +int color primary_dark_material_dark 0x7f040047 +int color primary_dark_material_light 0x7f040048 +int color primary_material_dark 0x7f040049 +int color primary_material_light 0x7f04004a +int color primary_text_default_material_dark 0x7f04004b +int color primary_text_default_material_light 0x7f04004c +int color primary_text_disabled_material_dark 0x7f04004d +int color primary_text_disabled_material_light 0x7f04004e +int color ripple_material_dark 0x7f04004f +int color ripple_material_light 0x7f040050 +int color secondary_text_default_material_dark 0x7f040051 +int color secondary_text_default_material_light 0x7f040052 +int color secondary_text_disabled_material_dark 0x7f040053 +int color secondary_text_disabled_material_light 0x7f040054 +int color switch_thumb_disabled_material_dark 0x7f040055 +int color switch_thumb_disabled_material_light 0x7f040056 +int color switch_thumb_material_dark 0x7f040057 +int color switch_thumb_material_light 0x7f040058 +int color switch_thumb_normal_material_dark 0x7f040059 +int color switch_thumb_normal_material_light 0x7f04005a +int color tooltip_background_dark 0x7f04005b +int color tooltip_background_light 0x7f04005c +int color white 0x7f04005d +int dimen abc_action_bar_content_inset_material 0x7f050000 +int dimen abc_action_bar_content_inset_with_nav 0x7f050001 +int dimen abc_action_bar_default_height_material 0x7f050002 +int dimen abc_action_bar_default_padding_end_material 0x7f050003 +int dimen abc_action_bar_default_padding_start_material 0x7f050004 +int dimen abc_action_bar_elevation_material 0x7f050005 +int dimen abc_action_bar_icon_vertical_padding_material 0x7f050006 +int dimen abc_action_bar_overflow_padding_end_material 0x7f050007 +int dimen abc_action_bar_overflow_padding_start_material 0x7f050008 +int dimen abc_action_bar_stacked_max_height 0x7f050009 +int dimen abc_action_bar_stacked_tab_max_width 0x7f05000a +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f05000b +int dimen abc_action_bar_subtitle_top_margin_material 0x7f05000c +int dimen abc_action_button_min_height_material 0x7f05000d +int dimen abc_action_button_min_width_material 0x7f05000e +int dimen abc_action_button_min_width_overflow_material 0x7f05000f +int dimen abc_alert_dialog_button_bar_height 0x7f050010 +int dimen abc_alert_dialog_button_dimen 0x7f050011 +int dimen abc_button_inset_horizontal_material 0x7f050012 +int dimen abc_button_inset_vertical_material 0x7f050013 +int dimen abc_button_padding_horizontal_material 0x7f050014 +int dimen abc_button_padding_vertical_material 0x7f050015 +int dimen abc_cascading_menus_min_smallest_width 0x7f050016 +int dimen abc_config_prefDialogWidth 0x7f050017 +int dimen abc_control_corner_material 0x7f050018 +int dimen abc_control_inset_material 0x7f050019 +int dimen abc_control_padding_material 0x7f05001a +int dimen abc_dialog_corner_radius_material 0x7f05001b +int dimen abc_dialog_fixed_height_major 0x7f05001c +int dimen abc_dialog_fixed_height_minor 0x7f05001d +int dimen abc_dialog_fixed_width_major 0x7f05001e +int dimen abc_dialog_fixed_width_minor 0x7f05001f +int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f050020 +int dimen abc_dialog_list_padding_top_no_title 0x7f050021 +int dimen abc_dialog_min_width_major 0x7f050022 +int dimen abc_dialog_min_width_minor 0x7f050023 +int dimen abc_dialog_padding_material 0x7f050024 +int dimen abc_dialog_padding_top_material 0x7f050025 +int dimen abc_dialog_title_divider_material 0x7f050026 +int dimen abc_disabled_alpha_material_dark 0x7f050027 +int dimen abc_disabled_alpha_material_light 0x7f050028 +int dimen abc_dropdownitem_icon_width 0x7f050029 +int dimen abc_dropdownitem_text_padding_left 0x7f05002a +int dimen abc_dropdownitem_text_padding_right 0x7f05002b +int dimen abc_edit_text_inset_bottom_material 0x7f05002c +int dimen abc_edit_text_inset_horizontal_material 0x7f05002d +int dimen abc_edit_text_inset_top_material 0x7f05002e +int dimen abc_floating_window_z 0x7f05002f +int dimen abc_list_item_padding_horizontal_material 0x7f050030 +int dimen abc_panel_menu_list_width 0x7f050031 +int dimen abc_progress_bar_height_material 0x7f050032 +int dimen abc_search_view_preferred_height 0x7f050033 +int dimen abc_search_view_preferred_width 0x7f050034 +int dimen abc_seekbar_track_background_height_material 0x7f050035 +int dimen abc_seekbar_track_progress_height_material 0x7f050036 +int dimen abc_select_dialog_padding_start_material 0x7f050037 +int dimen abc_switch_padding 0x7f050038 +int dimen abc_text_size_body_1_material 0x7f050039 +int dimen abc_text_size_body_2_material 0x7f05003a +int dimen abc_text_size_button_material 0x7f05003b +int dimen abc_text_size_caption_material 0x7f05003c +int dimen abc_text_size_display_1_material 0x7f05003d +int dimen abc_text_size_display_2_material 0x7f05003e +int dimen abc_text_size_display_3_material 0x7f05003f +int dimen abc_text_size_display_4_material 0x7f050040 +int dimen abc_text_size_headline_material 0x7f050041 +int dimen abc_text_size_large_material 0x7f050042 +int dimen abc_text_size_medium_material 0x7f050043 +int dimen abc_text_size_menu_header_material 0x7f050044 +int dimen abc_text_size_menu_material 0x7f050045 +int dimen abc_text_size_small_material 0x7f050046 +int dimen abc_text_size_subhead_material 0x7f050047 +int dimen abc_text_size_subtitle_material_toolbar 0x7f050048 +int dimen abc_text_size_title_material 0x7f050049 +int dimen abc_text_size_title_material_toolbar 0x7f05004a +int dimen cardview_compat_inset_shadow 0x7f05004b +int dimen cardview_default_elevation 0x7f05004c +int dimen cardview_default_radius 0x7f05004d +int dimen compat_button_inset_horizontal_material 0x7f05004e +int dimen compat_button_inset_vertical_material 0x7f05004f +int dimen compat_button_padding_horizontal_material 0x7f050050 +int dimen compat_button_padding_vertical_material 0x7f050051 +int dimen compat_control_corner_material 0x7f050052 +int dimen compat_notification_large_icon_max_height 0x7f050053 +int dimen compat_notification_large_icon_max_width 0x7f050054 +int dimen disabled_alpha_material_dark 0x7f050055 +int dimen disabled_alpha_material_light 0x7f050056 +int dimen highlight_alpha_material_colored 0x7f050057 +int dimen highlight_alpha_material_dark 0x7f050058 +int dimen highlight_alpha_material_light 0x7f050059 +int dimen hint_alpha_material_dark 0x7f05005a +int dimen hint_alpha_material_light 0x7f05005b +int dimen hint_pressed_alpha_material_dark 0x7f05005c +int dimen hint_pressed_alpha_material_light 0x7f05005d +int dimen notification_action_icon_size 0x7f05005e +int dimen notification_action_text_size 0x7f05005f +int dimen notification_big_circle_margin 0x7f050060 +int dimen notification_content_margin_start 0x7f050061 +int dimen notification_large_icon_height 0x7f050062 +int dimen notification_large_icon_width 0x7f050063 +int dimen notification_main_column_padding_top 0x7f050064 +int dimen notification_media_narrow_margin 0x7f050065 +int dimen notification_right_icon_size 0x7f050066 +int dimen notification_right_side_padding_top 0x7f050067 +int dimen notification_small_icon_background_padding 0x7f050068 +int dimen notification_small_icon_size_as_large 0x7f050069 +int dimen notification_subtext_size 0x7f05006a +int dimen notification_top_pad 0x7f05006b +int dimen notification_top_pad_large_text 0x7f05006c +int dimen tooltip_corner_radius 0x7f05006d +int dimen tooltip_horizontal_padding 0x7f05006e +int dimen tooltip_margin 0x7f05006f +int dimen tooltip_precise_anchor_extra_offset 0x7f050070 +int dimen tooltip_precise_anchor_threshold 0x7f050071 +int dimen tooltip_vertical_padding 0x7f050072 +int dimen tooltip_y_offset_non_touch 0x7f050073 +int dimen tooltip_y_offset_touch 0x7f050074 +int drawable abc_ab_share_pack_mtrl_alpha 0x7f060001 +int drawable abc_action_bar_item_background_material 0x7f060002 +int drawable abc_btn_borderless_material 0x7f060003 +int drawable abc_btn_check_material 0x7f060004 +int drawable abc_btn_check_to_on_mtrl_000 0x7f060005 +int drawable abc_btn_check_to_on_mtrl_015 0x7f060006 +int drawable abc_btn_colored_material 0x7f060007 +int drawable abc_btn_default_mtrl_shape 0x7f060008 +int drawable abc_btn_radio_material 0x7f060009 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f06000a +int drawable abc_btn_radio_to_on_mtrl_015 0x7f06000b +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f06000c +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f06000d +int drawable abc_cab_background_internal_bg 0x7f06000e +int drawable abc_cab_background_top_material 0x7f06000f +int drawable abc_cab_background_top_mtrl_alpha 0x7f060010 +int drawable abc_control_background_material 0x7f060011 +int drawable abc_dialog_material_background 0x7f060012 +int drawable abc_edit_text_material 0x7f060013 +int drawable abc_ic_ab_back_material 0x7f060014 +int drawable abc_ic_arrow_drop_right_black_24dp 0x7f060015 +int drawable abc_ic_clear_material 0x7f060016 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f060017 +int drawable abc_ic_go_search_api_material 0x7f060018 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f060019 +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f06001a +int drawable abc_ic_menu_overflow_material 0x7f06001b +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f06001c +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f06001d +int drawable abc_ic_menu_share_mtrl_alpha 0x7f06001e +int drawable abc_ic_search_api_material 0x7f06001f +int drawable abc_ic_star_black_16dp 0x7f060020 +int drawable abc_ic_star_black_36dp 0x7f060021 +int drawable abc_ic_star_black_48dp 0x7f060022 +int drawable abc_ic_star_half_black_16dp 0x7f060023 +int drawable abc_ic_star_half_black_36dp 0x7f060024 +int drawable abc_ic_star_half_black_48dp 0x7f060025 +int drawable abc_ic_voice_search_api_material 0x7f060026 +int drawable abc_item_background_holo_dark 0x7f060027 +int drawable abc_item_background_holo_light 0x7f060028 +int drawable abc_list_divider_material 0x7f060029 +int drawable abc_list_divider_mtrl_alpha 0x7f06002a +int drawable abc_list_focused_holo 0x7f06002b +int drawable abc_list_longpressed_holo 0x7f06002c +int drawable abc_list_pressed_holo_dark 0x7f06002d +int drawable abc_list_pressed_holo_light 0x7f06002e +int drawable abc_list_selector_background_transition_holo_dark 0x7f06002f +int drawable abc_list_selector_background_transition_holo_light 0x7f060030 +int drawable abc_list_selector_disabled_holo_dark 0x7f060031 +int drawable abc_list_selector_disabled_holo_light 0x7f060032 +int drawable abc_list_selector_holo_dark 0x7f060033 +int drawable abc_list_selector_holo_light 0x7f060034 +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f060035 +int drawable abc_popup_background_mtrl_mult 0x7f060036 +int drawable abc_ratingbar_indicator_material 0x7f060037 +int drawable abc_ratingbar_material 0x7f060038 +int drawable abc_ratingbar_small_material 0x7f060039 +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f06003a +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f06003b +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f06003c +int drawable abc_scrubber_primary_mtrl_alpha 0x7f06003d +int drawable abc_scrubber_track_mtrl_alpha 0x7f06003e +int drawable abc_seekbar_thumb_material 0x7f06003f +int drawable abc_seekbar_tick_mark_material 0x7f060040 +int drawable abc_seekbar_track_material 0x7f060041 +int drawable abc_spinner_mtrl_am_alpha 0x7f060042 +int drawable abc_spinner_textfield_background_material 0x7f060043 +int drawable abc_switch_thumb_material 0x7f060044 +int drawable abc_switch_track_mtrl_alpha 0x7f060045 +int drawable abc_tab_indicator_material 0x7f060046 +int drawable abc_tab_indicator_mtrl_alpha 0x7f060047 +int drawable abc_text_cursor_material 0x7f060048 +int drawable abc_text_select_handle_left_mtrl_dark 0x7f060049 +int drawable abc_text_select_handle_left_mtrl_light 0x7f06004a +int drawable abc_text_select_handle_middle_mtrl_dark 0x7f06004b +int drawable abc_text_select_handle_middle_mtrl_light 0x7f06004c +int drawable abc_text_select_handle_right_mtrl_dark 0x7f06004d +int drawable abc_text_select_handle_right_mtrl_light 0x7f06004e +int drawable abc_textfield_activated_mtrl_alpha 0x7f06004f +int drawable abc_textfield_default_mtrl_alpha 0x7f060050 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f060051 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f060052 +int drawable abc_textfield_search_material 0x7f060053 +int drawable abc_vector_test 0x7f060054 +int drawable ic_launcher_background 0x7f060055 +int drawable ic_launcher_foreground 0x7f060056 +int drawable notification_action_background 0x7f060057 +int drawable notification_bg 0x7f060058 +int drawable notification_bg_low 0x7f060059 +int drawable notification_bg_low_normal 0x7f06005a +int drawable notification_bg_low_pressed 0x7f06005b +int drawable notification_bg_normal 0x7f06005c +int drawable notification_bg_normal_pressed 0x7f06005d +int drawable notification_icon_background 0x7f06005e +int drawable notification_template_icon_bg 0x7f06005f +int drawable notification_template_icon_low_bg 0x7f060060 +int drawable notification_tile_bg 0x7f060061 +int drawable notify_panel_notification_icon_bg 0x7f060062 +int drawable tooltip_frame_dark 0x7f060063 +int drawable tooltip_frame_light 0x7f060064 +int id ALT 0x7f070000 +int id CTRL 0x7f070001 +int id FUNCTION 0x7f070002 +int id META 0x7f070003 +int id SHIFT 0x7f070004 +int id SYM 0x7f070005 +int id about_fill 0x7f070006 +int id action_bar 0x7f070007 +int id action_bar_activity_content 0x7f070008 +int id action_bar_container 0x7f070009 +int id action_bar_root 0x7f07000a +int id action_bar_spinner 0x7f07000b +int id action_bar_subtitle 0x7f07000c +int id action_bar_title 0x7f07000d +int id action_container 0x7f07000e +int id action_context_bar 0x7f07000f +int id action_divider 0x7f070010 +int id action_image 0x7f070011 +int id action_menu_divider 0x7f070012 +int id action_menu_presenter 0x7f070013 +int id action_mode_bar 0x7f070014 +int id action_mode_bar_stub 0x7f070015 +int id action_mode_close_button 0x7f070016 +int id action_text 0x7f070017 +int id actions 0x7f070018 +int id activity_chooser_view_content 0x7f070019 +int id add 0x7f07001a +int id alertTitle 0x7f07001b +int id all 0x7f07001c +int id always 0x7f07001d +int id async 0x7f07001e +int id barrier 0x7f07001f +int id beginning 0x7f070020 +int id blocking 0x7f070021 +int id bottom 0x7f070022 +int id buttonPanel 0x7f070023 +int id center 0x7f070024 +int id center_horizontal 0x7f070025 +int id center_vertical 0x7f070026 +int id chains 0x7f070027 +int id checkbox 0x7f070028 +int id chronometer 0x7f070029 +int id clip_horizontal 0x7f07002a +int id clip_vertical 0x7f07002b +int id collapseActionView 0x7f07002c +int id content 0x7f07002d +int id contentPanel 0x7f07002e +int id custom 0x7f07002f +int id customPanel 0x7f070030 +int id decor_content_parent 0x7f070031 +int id default_activity_button 0x7f070032 +int id dimensions 0x7f070033 +int id direct 0x7f070034 +int id disableHome 0x7f070035 +int id edit_query 0x7f070036 +int id end 0x7f070037 +int id expand_activities_button 0x7f070038 +int id expanded_menu 0x7f070039 +int id fill 0x7f07003a +int id fill_horizontal 0x7f07003b +int id fill_vertical 0x7f07003c +int id forever 0x7f07003d +int id gone 0x7f07003e +int id group_divider 0x7f07003f +int id groups 0x7f070040 +int id home 0x7f070041 +int id homeAsUp 0x7f070042 +int id icon 0x7f070043 +int id icon_group 0x7f070044 +int id ifRoom 0x7f070045 +int id image 0x7f070046 +int id info 0x7f070047 +int id invisible 0x7f070048 +int id italic 0x7f070049 +int id left 0x7f07004a +int id line1 0x7f07004b +int id line3 0x7f07004c +int id listMode 0x7f07004d +int id list_item 0x7f07004e +int id message 0x7f07004f +int id middle 0x7f070050 +int id multiply 0x7f070051 +int id never 0x7f070052 +int id none 0x7f070053 +int id normal 0x7f070054 +int id notification_background 0x7f070055 +int id notification_main_column 0x7f070056 +int id notification_main_column_container 0x7f070057 +int id packed 0x7f070058 +int id parent 0x7f070059 +int id parentPanel 0x7f07005a +int id pbar 0x7f07005b +int id percent 0x7f07005c +int id progress_circular 0x7f07005d +int id progress_horizontal 0x7f07005e +int id radio 0x7f07005f +int id right 0x7f070060 +int id right_icon 0x7f070061 +int id right_side 0x7f070062 +int id screen 0x7f070063 +int id scrollIndicatorDown 0x7f070064 +int id scrollIndicatorUp 0x7f070065 +int id scrollView 0x7f070066 +int id search_badge 0x7f070067 +int id search_bar 0x7f070068 +int id search_button 0x7f070069 +int id search_close_btn 0x7f07006a +int id search_edit_frame 0x7f07006b +int id search_go_btn 0x7f07006c +int id search_mag_icon 0x7f07006d +int id search_plate 0x7f07006e +int id search_src_text 0x7f07006f +int id search_voice_btn 0x7f070070 +int id select_dialog_listview 0x7f070071 +int id setting 0x7f070072 +int id shortcut 0x7f070073 +int id showCustom 0x7f070074 +int id showHome 0x7f070075 +int id showTitle 0x7f070076 +int id spacer 0x7f070077 +int id split_action_bar 0x7f070078 +int id spread 0x7f070079 +int id spread_inside 0x7f07007a +int id src_atop 0x7f07007b +int id src_in 0x7f07007c +int id src_over 0x7f07007d +int id standard 0x7f07007e +int id start 0x7f07007f +int id start2 0x7f070080 +int id startPath 0x7f070081 +int id startPath2 0x7f070082 +int id stop 0x7f070083 +int id stop2 0x7f070084 +int id stopPath 0x7f070085 +int id stopPath2 0x7f070086 +int id submenuarrow 0x7f070087 +int id submit_area 0x7f070088 +int id tabMode 0x7f070089 +int id tag_transition_group 0x7f07008a +int id tag_unhandled_key_event_manager 0x7f07008b +int id tag_unhandled_key_listeners 0x7f07008c +int id text 0x7f07008d +int id text2 0x7f07008e +int id textSpacerNoButtons 0x7f07008f +int id textSpacerNoTitle 0x7f070090 +int id textView 0x7f070091 +int id time 0x7f070092 +int id title 0x7f070093 +int id titleDividerNoCustom 0x7f070094 +int id title_template 0x7f070095 +int id top 0x7f070096 +int id topPanel 0x7f070097 +int id uniform 0x7f070098 +int id up 0x7f070099 +int id useLogo 0x7f07009a +int id withText 0x7f07009b +int id wrap 0x7f07009c +int id wrap_content 0x7f07009d +int integer abc_config_activityDefaultDur 0x7f080000 +int integer abc_config_activityShortDur 0x7f080001 +int integer cancel_button_image_alpha 0x7f080002 +int integer config_tooltipAnimTime 0x7f080003 +int integer status_bar_notification_info_maxnum 0x7f080004 +int layout abc_action_bar_title_item 0x7f090000 +int layout abc_action_bar_up_container 0x7f090001 +int layout abc_action_menu_item_layout 0x7f090002 +int layout abc_action_menu_layout 0x7f090003 +int layout abc_action_mode_bar 0x7f090004 +int layout abc_action_mode_close_item_material 0x7f090005 +int layout abc_activity_chooser_view 0x7f090006 +int layout abc_activity_chooser_view_list_item 0x7f090007 +int layout abc_alert_dialog_button_bar_material 0x7f090008 +int layout abc_alert_dialog_material 0x7f090009 +int layout abc_alert_dialog_title_material 0x7f09000a +int layout abc_cascading_menu_item_layout 0x7f09000b +int layout abc_dialog_title_material 0x7f09000c +int layout abc_expanded_menu_layout 0x7f09000d +int layout abc_list_menu_item_checkbox 0x7f09000e +int layout abc_list_menu_item_icon 0x7f09000f +int layout abc_list_menu_item_layout 0x7f090010 +int layout abc_list_menu_item_radio 0x7f090011 +int layout abc_popup_menu_header_item_layout 0x7f090012 +int layout abc_popup_menu_item_layout 0x7f090013 +int layout abc_screen_content_include 0x7f090014 +int layout abc_screen_simple 0x7f090015 +int layout abc_screen_simple_overlay_action_mode 0x7f090016 +int layout abc_screen_toolbar 0x7f090017 +int layout abc_search_dropdown_item_icons_2line 0x7f090018 +int layout abc_search_view 0x7f090019 +int layout abc_select_dialog_material 0x7f09001a +int layout abc_tooltip 0x7f09001b +int layout activity_main 0x7f09001c +int layout layout 0x7f09001d +int layout layout_about 0x7f09001e +int layout notification_action 0x7f09001f +int layout notification_action_tombstone 0x7f090020 +int layout notification_template_custom_big 0x7f090021 +int layout notification_template_icon_group 0x7f090022 +int layout notification_template_part_chronometer 0x7f090023 +int layout notification_template_part_time 0x7f090024 +int layout select_dialog_item_material 0x7f090025 +int layout select_dialog_multichoice_material 0x7f090026 +int layout select_dialog_singlechoice_material 0x7f090027 +int layout support_simple_spinner_dropdown_item 0x7f090028 +int menu main 0x7f0a0000 +int mipmap about_fill 0x7f0b0000 +int mipmap ic_launcher 0x7f0b0001 +int mipmap ic_launcher_round 0x7f0b0002 +int mipmap menu 0x7f0b0003 +int mipmap setting 0x7f0b0004 +int string abc_action_bar_home_description 0x7f0c0000 +int string abc_action_bar_up_description 0x7f0c0001 +int string abc_action_menu_overflow_description 0x7f0c0002 +int string abc_action_mode_done 0x7f0c0003 +int string abc_activity_chooser_view_see_all 0x7f0c0004 +int string abc_activitychooserview_choose_application 0x7f0c0005 +int string abc_capital_off 0x7f0c0006 +int string abc_capital_on 0x7f0c0007 +int string abc_font_family_body_1_material 0x7f0c0008 +int string abc_font_family_body_2_material 0x7f0c0009 +int string abc_font_family_button_material 0x7f0c000a +int string abc_font_family_caption_material 0x7f0c000b +int string abc_font_family_display_1_material 0x7f0c000c +int string abc_font_family_display_2_material 0x7f0c000d +int string abc_font_family_display_3_material 0x7f0c000e +int string abc_font_family_display_4_material 0x7f0c000f +int string abc_font_family_headline_material 0x7f0c0010 +int string abc_font_family_menu_material 0x7f0c0011 +int string abc_font_family_subhead_material 0x7f0c0012 +int string abc_font_family_title_material 0x7f0c0013 +int string abc_menu_alt_shortcut_label 0x7f0c0014 +int string abc_menu_ctrl_shortcut_label 0x7f0c0015 +int string abc_menu_delete_shortcut_label 0x7f0c0016 +int string abc_menu_enter_shortcut_label 0x7f0c0017 +int string abc_menu_function_shortcut_label 0x7f0c0018 +int string abc_menu_meta_shortcut_label 0x7f0c0019 +int string abc_menu_shift_shortcut_label 0x7f0c001a +int string abc_menu_space_shortcut_label 0x7f0c001b +int string abc_menu_sym_shortcut_label 0x7f0c001c +int string abc_prepend_shortcut_label 0x7f0c001d +int string abc_search_hint 0x7f0c001e +int string abc_searchview_description_clear 0x7f0c001f +int string abc_searchview_description_query 0x7f0c0020 +int string abc_searchview_description_search 0x7f0c0021 +int string abc_searchview_description_submit 0x7f0c0022 +int string abc_searchview_description_voice 0x7f0c0023 +int string abc_shareactionprovider_share_with 0x7f0c0024 +int string abc_shareactionprovider_share_with_application 0x7f0c0025 +int string abc_toolbar_collapse_description 0x7f0c0026 +int string app_name 0x7f0c0027 +int string barTitle 0x7f0c0028 +int string barheight 0x7f0c0029 +int string drawer_close 0x7f0c002a +int string drawer_open 0x7f0c002b +int string search_menu_title 0x7f0c002c +int string status_bar_notification_info_overflow 0x7f0c002d +int style AlertDialog_AppCompat 0x7f0d0000 +int style AlertDialog_AppCompat_Light 0x7f0d0001 +int style Animation_AppCompat_Dialog 0x7f0d0002 +int style Animation_AppCompat_DropDownUp 0x7f0d0003 +int style Animation_AppCompat_Tooltip 0x7f0d0004 +int style AppTheme 0x7f0d0005 +int style Base_AlertDialog_AppCompat 0x7f0d0006 +int style Base_AlertDialog_AppCompat_Light 0x7f0d0007 +int style Base_Animation_AppCompat_Dialog 0x7f0d0008 +int style Base_Animation_AppCompat_DropDownUp 0x7f0d0009 +int style Base_Animation_AppCompat_Tooltip 0x7f0d000a +int style Base_CardView 0x7f0d000b +int style Base_DialogWindowTitle_AppCompat 0x7f0d000c +int style Base_DialogWindowTitleBackground_AppCompat 0x7f0d000d +int style Base_TextAppearance_AppCompat 0x7f0d000e +int style Base_TextAppearance_AppCompat_Body1 0x7f0d000f +int style Base_TextAppearance_AppCompat_Body2 0x7f0d0010 +int style Base_TextAppearance_AppCompat_Button 0x7f0d0011 +int style Base_TextAppearance_AppCompat_Caption 0x7f0d0012 +int style Base_TextAppearance_AppCompat_Display1 0x7f0d0013 +int style Base_TextAppearance_AppCompat_Display2 0x7f0d0014 +int style Base_TextAppearance_AppCompat_Display3 0x7f0d0015 +int style Base_TextAppearance_AppCompat_Display4 0x7f0d0016 +int style Base_TextAppearance_AppCompat_Headline 0x7f0d0017 +int style Base_TextAppearance_AppCompat_Inverse 0x7f0d0018 +int style Base_TextAppearance_AppCompat_Large 0x7f0d0019 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0d001a +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d001b +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d001c +int style Base_TextAppearance_AppCompat_Medium 0x7f0d001d +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0d001e +int style Base_TextAppearance_AppCompat_Menu 0x7f0d001f +int style Base_TextAppearance_AppCompat_SearchResult 0x7f0d0020 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d0021 +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0d0022 +int style Base_TextAppearance_AppCompat_Small 0x7f0d0023 +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0d0024 +int style Base_TextAppearance_AppCompat_Subhead 0x7f0d0025 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0d0026 +int style Base_TextAppearance_AppCompat_Title 0x7f0d0027 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0d0028 +int style Base_TextAppearance_AppCompat_Tooltip 0x7f0d0029 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d002a +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d002b +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d002c +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d002d +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d002e +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d002f +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d0030 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f0d0031 +int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d0032 +int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d0033 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d0034 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d0035 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d0036 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d0037 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d0038 +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0d0039 +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d003a +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d003b +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d003c +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d003d +int style Base_Theme_AppCompat 0x7f0d003e +int style Base_Theme_AppCompat_CompactMenu 0x7f0d003f +int style Base_Theme_AppCompat_Dialog 0x7f0d0040 +int style Base_Theme_AppCompat_Dialog_Alert 0x7f0d0041 +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0d0042 +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0d0043 +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0d0044 +int style Base_Theme_AppCompat_Light 0x7f0d0045 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0d0046 +int style Base_Theme_AppCompat_Light_Dialog 0x7f0d0047 +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0d0048 +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0d0049 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d004a +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0d004b +int style Base_ThemeOverlay_AppCompat 0x7f0d004c +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0d004d +int style Base_ThemeOverlay_AppCompat_Dark 0x7f0d004e +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d004f +int style Base_ThemeOverlay_AppCompat_Dialog 0x7f0d0050 +int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0051 +int style Base_ThemeOverlay_AppCompat_Light 0x7f0d0052 +int style Base_V21_Theme_AppCompat 0x7f0d0053 +int style Base_V21_Theme_AppCompat_Dialog 0x7f0d0054 +int style Base_V21_Theme_AppCompat_Light 0x7f0d0055 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0d0056 +int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f0d0057 +int style Base_V22_Theme_AppCompat 0x7f0d0058 +int style Base_V22_Theme_AppCompat_Light 0x7f0d0059 +int style Base_V23_Theme_AppCompat 0x7f0d005a +int style Base_V23_Theme_AppCompat_Light 0x7f0d005b +int style Base_V26_Theme_AppCompat 0x7f0d005c +int style Base_V26_Theme_AppCompat_Light 0x7f0d005d +int style Base_V26_Widget_AppCompat_Toolbar 0x7f0d005e +int style Base_V28_Theme_AppCompat 0x7f0d005f +int style Base_V28_Theme_AppCompat_Light 0x7f0d0060 +int style Base_V7_Theme_AppCompat 0x7f0d0061 +int style Base_V7_Theme_AppCompat_Dialog 0x7f0d0062 +int style Base_V7_Theme_AppCompat_Light 0x7f0d0063 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0d0064 +int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f0d0065 +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f0d0066 +int style Base_V7_Widget_AppCompat_EditText 0x7f0d0067 +int style Base_V7_Widget_AppCompat_Toolbar 0x7f0d0068 +int style Base_Widget_AppCompat_ActionBar 0x7f0d0069 +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0d006a +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0d006b +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0d006c +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0d006d +int style Base_Widget_AppCompat_ActionButton 0x7f0d006e +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0d006f +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0d0070 +int style Base_Widget_AppCompat_ActionMode 0x7f0d0071 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0d0072 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0d0073 +int style Base_Widget_AppCompat_Button 0x7f0d0074 +int style Base_Widget_AppCompat_Button_Borderless 0x7f0d0075 +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0d0076 +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d0077 +int style Base_Widget_AppCompat_Button_Colored 0x7f0d0078 +int style Base_Widget_AppCompat_Button_Small 0x7f0d0079 +int style Base_Widget_AppCompat_ButtonBar 0x7f0d007a +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d007b +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0d007c +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0d007d +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0d007e +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0d007f +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0d0080 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0d0081 +int style Base_Widget_AppCompat_EditText 0x7f0d0082 +int style Base_Widget_AppCompat_ImageButton 0x7f0d0083 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0d0084 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0d0085 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d0086 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0d0087 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d0088 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0d0089 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0d008a +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d008b +int style Base_Widget_AppCompat_ListMenuView 0x7f0d008c +int style Base_Widget_AppCompat_ListPopupWindow 0x7f0d008d +int style Base_Widget_AppCompat_ListView 0x7f0d008e +int style Base_Widget_AppCompat_ListView_DropDown 0x7f0d008f +int style Base_Widget_AppCompat_ListView_Menu 0x7f0d0090 +int style Base_Widget_AppCompat_PopupMenu 0x7f0d0091 +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0d0092 +int style Base_Widget_AppCompat_PopupWindow 0x7f0d0093 +int style Base_Widget_AppCompat_ProgressBar 0x7f0d0094 +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0d0095 +int style Base_Widget_AppCompat_RatingBar 0x7f0d0096 +int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f0d0097 +int style Base_Widget_AppCompat_RatingBar_Small 0x7f0d0098 +int style Base_Widget_AppCompat_SearchView 0x7f0d0099 +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0d009a +int style Base_Widget_AppCompat_SeekBar 0x7f0d009b +int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f0d009c +int style Base_Widget_AppCompat_Spinner 0x7f0d009d +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0d009e +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0d009f +int style Base_Widget_AppCompat_Toolbar 0x7f0d00a0 +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d00a1 +int style CardView 0x7f0d00a2 +int style CardView_Dark 0x7f0d00a3 +int style CardView_Light 0x7f0d00a4 +int style Platform_AppCompat 0x7f0d00a5 +int style Platform_AppCompat_Light 0x7f0d00a6 +int style Platform_ThemeOverlay_AppCompat 0x7f0d00a7 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0d00a8 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f0d00a9 +int style Platform_V21_AppCompat 0x7f0d00aa +int style Platform_V21_AppCompat_Light 0x7f0d00ab +int style Platform_V25_AppCompat 0x7f0d00ac +int style Platform_V25_AppCompat_Light 0x7f0d00ad +int style Platform_Widget_AppCompat_Spinner 0x7f0d00ae +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f0d00af +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0d00b0 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f0d00b1 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0d00b2 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0d00b3 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f0d00b4 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f0d00b5 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0d00b6 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f0d00b7 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0d00b8 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0d00b9 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0d00ba +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0d00bb +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0d00bc +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0d00bd +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f0d00be +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f0d00bf +int style TextAppearance_AppCompat 0x7f0d00c0 +int style TextAppearance_AppCompat_Body1 0x7f0d00c1 +int style TextAppearance_AppCompat_Body2 0x7f0d00c2 +int style TextAppearance_AppCompat_Button 0x7f0d00c3 +int style TextAppearance_AppCompat_Caption 0x7f0d00c4 +int style TextAppearance_AppCompat_Display1 0x7f0d00c5 +int style TextAppearance_AppCompat_Display2 0x7f0d00c6 +int style TextAppearance_AppCompat_Display3 0x7f0d00c7 +int style TextAppearance_AppCompat_Display4 0x7f0d00c8 +int style TextAppearance_AppCompat_Headline 0x7f0d00c9 +int style TextAppearance_AppCompat_Inverse 0x7f0d00ca +int style TextAppearance_AppCompat_Large 0x7f0d00cb +int style TextAppearance_AppCompat_Large_Inverse 0x7f0d00cc +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0d00cd +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0d00ce +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0d00cf +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0d00d0 +int style TextAppearance_AppCompat_Medium 0x7f0d00d1 +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0d00d2 +int style TextAppearance_AppCompat_Menu 0x7f0d00d3 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0d00d4 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0d00d5 +int style TextAppearance_AppCompat_Small 0x7f0d00d6 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0d00d7 +int style TextAppearance_AppCompat_Subhead 0x7f0d00d8 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0d00d9 +int style TextAppearance_AppCompat_Title 0x7f0d00da +int style TextAppearance_AppCompat_Title_Inverse 0x7f0d00db +int style TextAppearance_AppCompat_Tooltip 0x7f0d00dc +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0d00dd +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0d00de +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0d00df +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0d00e0 +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0d00e1 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0d00e2 +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0d00e3 +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0d00e4 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0d00e5 +int style TextAppearance_AppCompat_Widget_Button 0x7f0d00e6 +int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f0d00e7 +int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f0d00e8 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0d00e9 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0d00ea +int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f0d00eb +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0d00ec +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0d00ed +int style TextAppearance_AppCompat_Widget_Switch 0x7f0d00ee +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0d00ef +int style TextAppearance_Compat_Notification 0x7f0d00f0 +int style TextAppearance_Compat_Notification_Info 0x7f0d00f1 +int style TextAppearance_Compat_Notification_Line2 0x7f0d00f2 +int style TextAppearance_Compat_Notification_Time 0x7f0d00f3 +int style TextAppearance_Compat_Notification_Title 0x7f0d00f4 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0d00f5 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0d00f6 +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0d00f7 +int style Theme_AppCompat 0x7f0d00f8 +int style Theme_AppCompat_CompactMenu 0x7f0d00f9 +int style Theme_AppCompat_DayNight 0x7f0d00fa +int style Theme_AppCompat_DayNight_DarkActionBar 0x7f0d00fb +int style Theme_AppCompat_DayNight_Dialog 0x7f0d00fc +int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f0d00fd +int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f0d00fe +int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f0d00ff +int style Theme_AppCompat_DayNight_NoActionBar 0x7f0d0100 +int style Theme_AppCompat_Dialog 0x7f0d0101 +int style Theme_AppCompat_Dialog_Alert 0x7f0d0102 +int style Theme_AppCompat_Dialog_MinWidth 0x7f0d0103 +int style Theme_AppCompat_DialogWhenLarge 0x7f0d0104 +int style Theme_AppCompat_Light 0x7f0d0105 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0d0106 +int style Theme_AppCompat_Light_Dialog 0x7f0d0107 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0d0108 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0d0109 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0d010a +int style Theme_AppCompat_Light_NoActionBar 0x7f0d010b +int style Theme_AppCompat_NoActionBar 0x7f0d010c +int style ThemeOverlay_AppCompat 0x7f0d010d +int style ThemeOverlay_AppCompat_ActionBar 0x7f0d010e +int style ThemeOverlay_AppCompat_Dark 0x7f0d010f +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0d0110 +int style ThemeOverlay_AppCompat_Dialog 0x7f0d0111 +int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f0d0112 +int style ThemeOverlay_AppCompat_Light 0x7f0d0113 +int style Widget_AppCompat_ActionBar 0x7f0d0114 +int style Widget_AppCompat_ActionBar_Solid 0x7f0d0115 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0d0116 +int style Widget_AppCompat_ActionBar_TabText 0x7f0d0117 +int style Widget_AppCompat_ActionBar_TabView 0x7f0d0118 +int style Widget_AppCompat_ActionButton 0x7f0d0119 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0d011a +int style Widget_AppCompat_ActionButton_Overflow 0x7f0d011b +int style Widget_AppCompat_ActionMode 0x7f0d011c +int style Widget_AppCompat_ActivityChooserView 0x7f0d011d +int style Widget_AppCompat_AutoCompleteTextView 0x7f0d011e +int style Widget_AppCompat_Button 0x7f0d011f +int style Widget_AppCompat_Button_Borderless 0x7f0d0120 +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0d0121 +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0d0122 +int style Widget_AppCompat_Button_Colored 0x7f0d0123 +int style Widget_AppCompat_Button_Small 0x7f0d0124 +int style Widget_AppCompat_ButtonBar 0x7f0d0125 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0d0126 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0d0127 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0d0128 +int style Widget_AppCompat_CompoundButton_Switch 0x7f0d0129 +int style Widget_AppCompat_DrawerArrowToggle 0x7f0d012a +int style Widget_AppCompat_DropDownItem_Spinner 0x7f0d012b +int style Widget_AppCompat_EditText 0x7f0d012c +int style Widget_AppCompat_ImageButton 0x7f0d012d +int style Widget_AppCompat_Light_ActionBar 0x7f0d012e +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0d012f +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0d0130 +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0d0131 +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0d0132 +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0d0133 +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0d0134 +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0d0135 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0d0136 +int style Widget_AppCompat_Light_ActionButton 0x7f0d0137 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0d0138 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0d0139 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0d013a +int style Widget_AppCompat_Light_ActivityChooserView 0x7f0d013b +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0d013c +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0d013d +int style Widget_AppCompat_Light_ListPopupWindow 0x7f0d013e +int style Widget_AppCompat_Light_ListView_DropDown 0x7f0d013f +int style Widget_AppCompat_Light_PopupMenu 0x7f0d0140 +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0d0141 +int style Widget_AppCompat_Light_SearchView 0x7f0d0142 +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0d0143 +int style Widget_AppCompat_ListMenuView 0x7f0d0144 +int style Widget_AppCompat_ListPopupWindow 0x7f0d0145 +int style Widget_AppCompat_ListView 0x7f0d0146 +int style Widget_AppCompat_ListView_DropDown 0x7f0d0147 +int style Widget_AppCompat_ListView_Menu 0x7f0d0148 +int style Widget_AppCompat_PopupMenu 0x7f0d0149 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f0d014a +int style Widget_AppCompat_PopupWindow 0x7f0d014b +int style Widget_AppCompat_ProgressBar 0x7f0d014c +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0d014d +int style Widget_AppCompat_RatingBar 0x7f0d014e +int style Widget_AppCompat_RatingBar_Indicator 0x7f0d014f +int style Widget_AppCompat_RatingBar_Small 0x7f0d0150 +int style Widget_AppCompat_SearchView 0x7f0d0151 +int style Widget_AppCompat_SearchView_ActionBar 0x7f0d0152 +int style Widget_AppCompat_SeekBar 0x7f0d0153 +int style Widget_AppCompat_SeekBar_Discrete 0x7f0d0154 +int style Widget_AppCompat_Spinner 0x7f0d0155 +int style Widget_AppCompat_Spinner_DropDown 0x7f0d0156 +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0d0157 +int style Widget_AppCompat_Spinner_Underlined 0x7f0d0158 +int style Widget_AppCompat_TextView_SpinnerItem 0x7f0d0159 +int style Widget_AppCompat_Toolbar 0x7f0d015a +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0d015b +int style Widget_Compat_NotificationActionContainer 0x7f0d015c +int style Widget_Compat_NotificationActionText 0x7f0d015d +int style Widget_Support_CoordinatorLayout 0x7f0d015e +int[] styleable ActionBar { 0x7f020031, 0x7f020032, 0x7f020033, 0x7f020064, 0x7f020065, 0x7f020066, 0x7f020067, 0x7f020068, 0x7f020069, 0x7f020071, 0x7f020076, 0x7f020077, 0x7f020082, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020097, 0x7f02009c, 0x7f02009f, 0x7f0200e7, 0x7f0200ee, 0x7f0200f9, 0x7f0200fc, 0x7f0200fd, 0x7f020118, 0x7f02011b, 0x7f020136, 0x7f02013f } +int styleable ActionBar_background 0 +int styleable ActionBar_backgroundSplit 1 +int styleable ActionBar_backgroundStacked 2 +int styleable ActionBar_contentInsetEnd 3 +int styleable ActionBar_contentInsetEndWithActions 4 +int styleable ActionBar_contentInsetLeft 5 +int styleable ActionBar_contentInsetRight 6 +int styleable ActionBar_contentInsetStart 7 +int styleable ActionBar_contentInsetStartWithNavigation 8 +int styleable ActionBar_customNavigationLayout 9 +int styleable ActionBar_displayOptions 10 +int styleable ActionBar_divider 11 +int styleable ActionBar_elevation 12 +int styleable ActionBar_height 13 +int styleable ActionBar_hideOnContentScroll 14 +int styleable ActionBar_homeAsUpIndicator 15 +int styleable ActionBar_homeLayout 16 +int styleable ActionBar_icon 17 +int styleable ActionBar_indeterminateProgressStyle 18 +int styleable ActionBar_itemPadding 19 +int styleable ActionBar_logo 20 +int styleable ActionBar_navigationMode 21 +int styleable ActionBar_popupTheme 22 +int styleable ActionBar_progressBarPadding 23 +int styleable ActionBar_progressBarStyle 24 +int styleable ActionBar_subtitle 25 +int styleable ActionBar_subtitleTextStyle 26 +int styleable ActionBar_title 27 +int styleable ActionBar_titleTextStyle 28 +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 { 0x7f020031, 0x7f020032, 0x7f020051, 0x7f020093, 0x7f02011b, 0x7f02013f } +int styleable ActionMode_background 0 +int styleable ActionMode_backgroundSplit 1 +int styleable ActionMode_closeItemLayout 2 +int styleable ActionMode_height 3 +int styleable ActionMode_subtitleTextStyle 4 +int styleable ActionMode_titleTextStyle 5 +int[] styleable ActivityChooserView { 0x7f020084, 0x7f02009d } +int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 +int styleable ActivityChooserView_initialActivityCount 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f020040, 0x7f020041, 0x7f0200de, 0x7f0200df, 0x7f0200eb, 0x7f02010d, 0x7f02010e } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonIconDimen 1 +int styleable AlertDialog_buttonPanelSideLayout 2 +int styleable AlertDialog_listItemLayout 3 +int styleable AlertDialog_listLayout 4 +int styleable AlertDialog_multiChoiceItemLayout 5 +int styleable AlertDialog_showTitle 6 +int styleable AlertDialog_singleChoiceItemLayout 7 +int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } +int styleable AnimatedStateListDrawableCompat_android_dither 0 +int styleable AnimatedStateListDrawableCompat_android_visible 1 +int styleable AnimatedStateListDrawableCompat_android_variablePadding 2 +int styleable AnimatedStateListDrawableCompat_android_constantSize 3 +int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4 +int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5 +int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 } +int styleable AnimatedStateListDrawableItem_android_id 0 +int styleable AnimatedStateListDrawableItem_android_drawable 1 +int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b } +int styleable AnimatedStateListDrawableTransition_android_drawable 0 +int styleable AnimatedStateListDrawableTransition_android_toId 1 +int styleable AnimatedStateListDrawableTransition_android_fromId 2 +int styleable AnimatedStateListDrawableTransition_android_reversible 3 +int[] styleable AppCompatImageView { 0x01010119, 0x7f020113, 0x7f020134, 0x7f020135 } +int styleable AppCompatImageView_android_src 0 +int styleable AppCompatImageView_srcCompat 1 +int styleable AppCompatImageView_tint 2 +int styleable AppCompatImageView_tintMode 3 +int[] styleable AppCompatSeekBar { 0x01010142, 0x7f020131, 0x7f020132, 0x7f020133 } +int styleable AppCompatSeekBar_android_thumb 0 +int styleable AppCompatSeekBar_tickMark 1 +int styleable AppCompatSeekBar_tickMarkTint 2 +int styleable AppCompatSeekBar_tickMarkTintMode 3 +int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } +int styleable AppCompatTextHelper_android_textAppearance 0 +int styleable AppCompatTextHelper_android_drawableTop 1 +int styleable AppCompatTextHelper_android_drawableBottom 2 +int styleable AppCompatTextHelper_android_drawableLeft 3 +int styleable AppCompatTextHelper_android_drawableRight 4 +int styleable AppCompatTextHelper_android_drawableStart 5 +int styleable AppCompatTextHelper_android_drawableEnd 6 +int[] styleable AppCompatTextView { 0x01010034, 0x7f02002c, 0x7f02002d, 0x7f02002e, 0x7f02002f, 0x7f020030, 0x7f020085, 0x7f020087, 0x7f0200a1, 0x7f0200db, 0x7f020121 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_autoSizeMaxTextSize 1 +int styleable AppCompatTextView_autoSizeMinTextSize 2 +int styleable AppCompatTextView_autoSizePresetSizes 3 +int styleable AppCompatTextView_autoSizeStepGranularity 4 +int styleable AppCompatTextView_autoSizeTextType 5 +int styleable AppCompatTextView_firstBaselineToTopHeight 6 +int styleable AppCompatTextView_fontFamily 7 +int styleable AppCompatTextView_lastBaselineToBottomHeight 8 +int styleable AppCompatTextView_lineHeight 9 +int styleable AppCompatTextView_textAllCaps 10 +int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020025, 0x7f02002b, 0x7f020039, 0x7f02003a, 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e, 0x7f020042, 0x7f020043, 0x7f02004e, 0x7f02004f, 0x7f020055, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020059, 0x7f02005a, 0x7f02005b, 0x7f02005c, 0x7f02005d, 0x7f02005e, 0x7f02006f, 0x7f020073, 0x7f020074, 0x7f020075, 0x7f020078, 0x7f02007a, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081, 0x7f020095, 0x7f02009b, 0x7f0200dc, 0x7f0200dd, 0x7f0200e0, 0x7f0200e1, 0x7f0200e2, 0x7f0200e3, 0x7f0200e4, 0x7f0200e5, 0x7f0200e6, 0x7f0200f5, 0x7f0200f6, 0x7f0200f7, 0x7f0200f8, 0x7f0200fa, 0x7f020100, 0x7f020101, 0x7f020102, 0x7f020103, 0x7f020106, 0x7f020107, 0x7f020108, 0x7f020109, 0x7f020110, 0x7f020111, 0x7f02011f, 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020125, 0x7f020126, 0x7f020127, 0x7f020128, 0x7f020129, 0x7f02012a, 0x7f02012b, 0x7f020140, 0x7f020141, 0x7f020142, 0x7f020143, 0x7f020149, 0x7f02014b, 0x7f02014c, 0x7f02014d, 0x7f02014e, 0x7f02014f, 0x7f020150, 0x7f020151, 0x7f020152, 0x7f020153, 0x7f020154 } +int styleable AppCompatTheme_android_windowIsFloating 0 +int styleable AppCompatTheme_android_windowAnimationStyle 1 +int styleable AppCompatTheme_actionBarDivider 2 +int styleable AppCompatTheme_actionBarItemBackground 3 +int styleable AppCompatTheme_actionBarPopupTheme 4 +int styleable AppCompatTheme_actionBarSize 5 +int styleable AppCompatTheme_actionBarSplitStyle 6 +int styleable AppCompatTheme_actionBarStyle 7 +int styleable AppCompatTheme_actionBarTabBarStyle 8 +int styleable AppCompatTheme_actionBarTabStyle 9 +int styleable AppCompatTheme_actionBarTabTextStyle 10 +int styleable AppCompatTheme_actionBarTheme 11 +int styleable AppCompatTheme_actionBarWidgetTheme 12 +int styleable AppCompatTheme_actionButtonStyle 13 +int styleable AppCompatTheme_actionDropDownStyle 14 +int styleable AppCompatTheme_actionMenuTextAppearance 15 +int styleable AppCompatTheme_actionMenuTextColor 16 +int styleable AppCompatTheme_actionModeBackground 17 +int styleable AppCompatTheme_actionModeCloseButtonStyle 18 +int styleable AppCompatTheme_actionModeCloseDrawable 19 +int styleable AppCompatTheme_actionModeCopyDrawable 20 +int styleable AppCompatTheme_actionModeCutDrawable 21 +int styleable AppCompatTheme_actionModeFindDrawable 22 +int styleable AppCompatTheme_actionModePasteDrawable 23 +int styleable AppCompatTheme_actionModePopupWindowStyle 24 +int styleable AppCompatTheme_actionModeSelectAllDrawable 25 +int styleable AppCompatTheme_actionModeShareDrawable 26 +int styleable AppCompatTheme_actionModeSplitBackground 27 +int styleable AppCompatTheme_actionModeStyle 28 +int styleable AppCompatTheme_actionModeWebSearchDrawable 29 +int styleable AppCompatTheme_actionOverflowButtonStyle 30 +int styleable AppCompatTheme_actionOverflowMenuStyle 31 +int styleable AppCompatTheme_activityChooserViewStyle 32 +int styleable AppCompatTheme_alertDialogButtonGroupStyle 33 +int styleable AppCompatTheme_alertDialogCenterButtons 34 +int styleable AppCompatTheme_alertDialogStyle 35 +int styleable AppCompatTheme_alertDialogTheme 36 +int styleable AppCompatTheme_autoCompleteTextViewStyle 37 +int styleable AppCompatTheme_borderlessButtonStyle 38 +int styleable AppCompatTheme_buttonBarButtonStyle 39 +int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40 +int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41 +int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42 +int styleable AppCompatTheme_buttonBarStyle 43 +int styleable AppCompatTheme_buttonStyle 44 +int styleable AppCompatTheme_buttonStyleSmall 45 +int styleable AppCompatTheme_checkboxStyle 46 +int styleable AppCompatTheme_checkedTextViewStyle 47 +int styleable AppCompatTheme_colorAccent 48 +int styleable AppCompatTheme_colorBackgroundFloating 49 +int styleable AppCompatTheme_colorButtonNormal 50 +int styleable AppCompatTheme_colorControlActivated 51 +int styleable AppCompatTheme_colorControlHighlight 52 +int styleable AppCompatTheme_colorControlNormal 53 +int styleable AppCompatTheme_colorError 54 +int styleable AppCompatTheme_colorPrimary 55 +int styleable AppCompatTheme_colorPrimaryDark 56 +int styleable AppCompatTheme_colorSwitchThumbNormal 57 +int styleable AppCompatTheme_controlBackground 58 +int styleable AppCompatTheme_dialogCornerRadius 59 +int styleable AppCompatTheme_dialogPreferredPadding 60 +int styleable AppCompatTheme_dialogTheme 61 +int styleable AppCompatTheme_dividerHorizontal 62 +int styleable AppCompatTheme_dividerVertical 63 +int styleable AppCompatTheme_dropDownListViewStyle 64 +int styleable AppCompatTheme_dropdownListPreferredItemHeight 65 +int styleable AppCompatTheme_editTextBackground 66 +int styleable AppCompatTheme_editTextColor 67 +int styleable AppCompatTheme_editTextStyle 68 +int styleable AppCompatTheme_homeAsUpIndicator 69 +int styleable AppCompatTheme_imageButtonStyle 70 +int styleable AppCompatTheme_listChoiceBackgroundIndicator 71 +int styleable AppCompatTheme_listDividerAlertDialog 72 +int styleable AppCompatTheme_listMenuViewStyle 73 +int styleable AppCompatTheme_listPopupWindowStyle 74 +int styleable AppCompatTheme_listPreferredItemHeight 75 +int styleable AppCompatTheme_listPreferredItemHeightLarge 76 +int styleable AppCompatTheme_listPreferredItemHeightSmall 77 +int styleable AppCompatTheme_listPreferredItemPaddingLeft 78 +int styleable AppCompatTheme_listPreferredItemPaddingRight 79 +int styleable AppCompatTheme_panelBackground 80 +int styleable AppCompatTheme_panelMenuListTheme 81 +int styleable AppCompatTheme_panelMenuListWidth 82 +int styleable AppCompatTheme_popupMenuStyle 83 +int styleable AppCompatTheme_popupWindowStyle 84 +int styleable AppCompatTheme_radioButtonStyle 85 +int styleable AppCompatTheme_ratingBarStyle 86 +int styleable AppCompatTheme_ratingBarStyleIndicator 87 +int styleable AppCompatTheme_ratingBarStyleSmall 88 +int styleable AppCompatTheme_searchViewStyle 89 +int styleable AppCompatTheme_seekBarStyle 90 +int styleable AppCompatTheme_selectableItemBackground 91 +int styleable AppCompatTheme_selectableItemBackgroundBorderless 92 +int styleable AppCompatTheme_spinnerDropDownItemStyle 93 +int styleable AppCompatTheme_spinnerStyle 94 +int styleable AppCompatTheme_switchStyle 95 +int styleable AppCompatTheme_textAppearanceLargePopupMenu 96 +int styleable AppCompatTheme_textAppearanceListItem 97 +int styleable AppCompatTheme_textAppearanceListItemSecondary 98 +int styleable AppCompatTheme_textAppearanceListItemSmall 99 +int styleable AppCompatTheme_textAppearancePopupMenuHeader 100 +int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 101 +int styleable AppCompatTheme_textAppearanceSearchResultTitle 102 +int styleable AppCompatTheme_textAppearanceSmallPopupMenu 103 +int styleable AppCompatTheme_textColorAlertDialogListItem 104 +int styleable AppCompatTheme_textColorSearchUrl 105 +int styleable AppCompatTheme_toolbarNavigationButtonStyle 106 +int styleable AppCompatTheme_toolbarStyle 107 +int styleable AppCompatTheme_tooltipForegroundColor 108 +int styleable AppCompatTheme_tooltipFrameBackground 109 +int styleable AppCompatTheme_viewInflaterClass 110 +int styleable AppCompatTheme_windowActionBar 111 +int styleable AppCompatTheme_windowActionBarOverlay 112 +int styleable AppCompatTheme_windowActionModeOverlay 113 +int styleable AppCompatTheme_windowFixedHeightMajor 114 +int styleable AppCompatTheme_windowFixedHeightMinor 115 +int styleable AppCompatTheme_windowFixedWidthMajor 116 +int styleable AppCompatTheme_windowFixedWidthMinor 117 +int styleable AppCompatTheme_windowMinWidthMajor 118 +int styleable AppCompatTheme_windowMinWidthMinor 119 +int styleable AppCompatTheme_windowNoTitle 120 +int[] styleable ButtonBarLayout { 0x7f020026 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f020046, 0x7f020047, 0x7f020048, 0x7f020049, 0x7f02004a, 0x7f02004b, 0x7f02006a, 0x7f02006b, 0x7f02006c, 0x7f02006d, 0x7f02006e } +int styleable CardView_android_minWidth 0 +int styleable CardView_android_minHeight 1 +int styleable CardView_cardBackgroundColor 2 +int styleable CardView_cardCornerRadius 3 +int styleable CardView_cardElevation 4 +int styleable CardView_cardMaxElevation 5 +int styleable CardView_cardPreventCornerOverlap 6 +int styleable CardView_cardUseCompatPadding 7 +int styleable CardView_contentPadding 8 +int styleable CardView_contentPaddingBottom 9 +int styleable CardView_contentPaddingLeft 10 +int styleable CardView_contentPaddingRight 11 +int styleable CardView_contentPaddingTop 12 +int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f020027 } +int styleable ColorStateListItem_android_color 0 +int styleable ColorStateListItem_android_alpha 1 +int styleable ColorStateListItem_alpha 2 +int[] styleable CompoundButton { 0x01010107, 0x7f020044, 0x7f020045 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable ConstraintLayout_Layout { 0x010100c4, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x7f020037, 0x7f020038, 0x7f02004d, 0x7f020060, 0x7f020061, 0x7f0200a6, 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200af, 0x7f0200b0, 0x7f0200b1, 0x7f0200b2, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, 0x7f0200b8, 0x7f0200b9, 0x7f0200ba, 0x7f0200bb, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c3, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200cc, 0x7f0200cd, 0x7f0200ce, 0x7f0200d0, 0x7f0200d1, 0x7f0200d2, 0x7f0200d3, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f0200da } +int styleable ConstraintLayout_Layout_android_orientation 0 +int styleable ConstraintLayout_Layout_android_maxWidth 1 +int styleable ConstraintLayout_Layout_android_maxHeight 2 +int styleable ConstraintLayout_Layout_android_minWidth 3 +int styleable ConstraintLayout_Layout_android_minHeight 4 +int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 5 +int styleable ConstraintLayout_Layout_barrierDirection 6 +int styleable ConstraintLayout_Layout_chainUseRtl 7 +int styleable ConstraintLayout_Layout_constraintSet 8 +int styleable ConstraintLayout_Layout_constraint_referenced_ids 9 +int styleable ConstraintLayout_Layout_layout_constrainedHeight 10 +int styleable ConstraintLayout_Layout_layout_constrainedWidth 11 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 12 +int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 13 +int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 14 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 15 +int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 16 +int styleable ConstraintLayout_Layout_layout_constraintCircle 17 +int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 18 +int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 19 +int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 20 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 21 +int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 22 +int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 23 +int styleable ConstraintLayout_Layout_layout_constraintGuide_end 24 +int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 25 +int styleable ConstraintLayout_Layout_layout_constraintHeight_default 26 +int styleable ConstraintLayout_Layout_layout_constraintHeight_max 27 +int styleable ConstraintLayout_Layout_layout_constraintHeight_min 28 +int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 29 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 30 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 31 +int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 32 +int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 33 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 34 +int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 35 +int styleable ConstraintLayout_Layout_layout_constraintRight_creator 36 +int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 37 +int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 38 +int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 39 +int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 40 +int styleable ConstraintLayout_Layout_layout_constraintTop_creator 41 +int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 42 +int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 43 +int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 44 +int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 45 +int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 46 +int styleable ConstraintLayout_Layout_layout_constraintWidth_default 47 +int styleable ConstraintLayout_Layout_layout_constraintWidth_max 48 +int styleable ConstraintLayout_Layout_layout_constraintWidth_min 49 +int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 50 +int styleable ConstraintLayout_Layout_layout_editor_absoluteX 51 +int styleable ConstraintLayout_Layout_layout_editor_absoluteY 52 +int styleable ConstraintLayout_Layout_layout_goneMarginBottom 53 +int styleable ConstraintLayout_Layout_layout_goneMarginEnd 54 +int styleable ConstraintLayout_Layout_layout_goneMarginLeft 55 +int styleable ConstraintLayout_Layout_layout_goneMarginRight 56 +int styleable ConstraintLayout_Layout_layout_goneMarginStart 57 +int styleable ConstraintLayout_Layout_layout_goneMarginTop 58 +int styleable ConstraintLayout_Layout_layout_optimizationLevel 59 +int[] styleable ConstraintLayout_placeholder { 0x7f020062, 0x7f020083 } +int styleable ConstraintLayout_placeholder_content 0 +int styleable ConstraintLayout_placeholder_emptyVisibility 1 +int[] styleable ConstraintSet { 0x010100c4, 0x010100d0, 0x010100dc, 0x010100f4, 0x010100f5, 0x010100f7, 0x010100f8, 0x010100f9, 0x010100fa, 0x0101011f, 0x01010120, 0x0101013f, 0x01010140, 0x0101031f, 0x01010320, 0x01010321, 0x01010322, 0x01010323, 0x01010324, 0x01010325, 0x01010326, 0x01010327, 0x01010328, 0x010103b5, 0x010103b6, 0x010103fa, 0x01010440, 0x7f020037, 0x7f020038, 0x7f02004d, 0x7f020061, 0x7f0200a6, 0x7f0200a7, 0x7f0200a8, 0x7f0200a9, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200af, 0x7f0200b0, 0x7f0200b1, 0x7f0200b2, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200b7, 0x7f0200b8, 0x7f0200b9, 0x7f0200ba, 0x7f0200bb, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1, 0x7f0200c2, 0x7f0200c3, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200cc, 0x7f0200cd, 0x7f0200ce, 0x7f0200d0, 0x7f0200d1, 0x7f0200d2, 0x7f0200d3, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7 } +int styleable ConstraintSet_android_orientation 0 +int styleable ConstraintSet_android_id 1 +int styleable ConstraintSet_android_visibility 2 +int styleable ConstraintSet_android_layout_width 3 +int styleable ConstraintSet_android_layout_height 4 +int styleable ConstraintSet_android_layout_marginLeft 5 +int styleable ConstraintSet_android_layout_marginTop 6 +int styleable ConstraintSet_android_layout_marginRight 7 +int styleable ConstraintSet_android_layout_marginBottom 8 +int styleable ConstraintSet_android_maxWidth 9 +int styleable ConstraintSet_android_maxHeight 10 +int styleable ConstraintSet_android_minWidth 11 +int styleable ConstraintSet_android_minHeight 12 +int styleable ConstraintSet_android_alpha 13 +int styleable ConstraintSet_android_transformPivotX 14 +int styleable ConstraintSet_android_transformPivotY 15 +int styleable ConstraintSet_android_translationX 16 +int styleable ConstraintSet_android_translationY 17 +int styleable ConstraintSet_android_scaleX 18 +int styleable ConstraintSet_android_scaleY 19 +int styleable ConstraintSet_android_rotation 20 +int styleable ConstraintSet_android_rotationX 21 +int styleable ConstraintSet_android_rotationY 22 +int styleable ConstraintSet_android_layout_marginStart 23 +int styleable ConstraintSet_android_layout_marginEnd 24 +int styleable ConstraintSet_android_translationZ 25 +int styleable ConstraintSet_android_elevation 26 +int styleable ConstraintSet_barrierAllowsGoneWidgets 27 +int styleable ConstraintSet_barrierDirection 28 +int styleable ConstraintSet_chainUseRtl 29 +int styleable ConstraintSet_constraint_referenced_ids 30 +int styleable ConstraintSet_layout_constrainedHeight 31 +int styleable ConstraintSet_layout_constrainedWidth 32 +int styleable ConstraintSet_layout_constraintBaseline_creator 33 +int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 34 +int styleable ConstraintSet_layout_constraintBottom_creator 35 +int styleable ConstraintSet_layout_constraintBottom_toBottomOf 36 +int styleable ConstraintSet_layout_constraintBottom_toTopOf 37 +int styleable ConstraintSet_layout_constraintCircle 38 +int styleable ConstraintSet_layout_constraintCircleAngle 39 +int styleable ConstraintSet_layout_constraintCircleRadius 40 +int styleable ConstraintSet_layout_constraintDimensionRatio 41 +int styleable ConstraintSet_layout_constraintEnd_toEndOf 42 +int styleable ConstraintSet_layout_constraintEnd_toStartOf 43 +int styleable ConstraintSet_layout_constraintGuide_begin 44 +int styleable ConstraintSet_layout_constraintGuide_end 45 +int styleable ConstraintSet_layout_constraintGuide_percent 46 +int styleable ConstraintSet_layout_constraintHeight_default 47 +int styleable ConstraintSet_layout_constraintHeight_max 48 +int styleable ConstraintSet_layout_constraintHeight_min 49 +int styleable ConstraintSet_layout_constraintHeight_percent 50 +int styleable ConstraintSet_layout_constraintHorizontal_bias 51 +int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 52 +int styleable ConstraintSet_layout_constraintHorizontal_weight 53 +int styleable ConstraintSet_layout_constraintLeft_creator 54 +int styleable ConstraintSet_layout_constraintLeft_toLeftOf 55 +int styleable ConstraintSet_layout_constraintLeft_toRightOf 56 +int styleable ConstraintSet_layout_constraintRight_creator 57 +int styleable ConstraintSet_layout_constraintRight_toLeftOf 58 +int styleable ConstraintSet_layout_constraintRight_toRightOf 59 +int styleable ConstraintSet_layout_constraintStart_toEndOf 60 +int styleable ConstraintSet_layout_constraintStart_toStartOf 61 +int styleable ConstraintSet_layout_constraintTop_creator 62 +int styleable ConstraintSet_layout_constraintTop_toBottomOf 63 +int styleable ConstraintSet_layout_constraintTop_toTopOf 64 +int styleable ConstraintSet_layout_constraintVertical_bias 65 +int styleable ConstraintSet_layout_constraintVertical_chainStyle 66 +int styleable ConstraintSet_layout_constraintVertical_weight 67 +int styleable ConstraintSet_layout_constraintWidth_default 68 +int styleable ConstraintSet_layout_constraintWidth_max 69 +int styleable ConstraintSet_layout_constraintWidth_min 70 +int styleable ConstraintSet_layout_constraintWidth_percent 71 +int styleable ConstraintSet_layout_editor_absoluteX 72 +int styleable ConstraintSet_layout_editor_absoluteY 73 +int styleable ConstraintSet_layout_goneMarginBottom 74 +int styleable ConstraintSet_layout_goneMarginEnd 75 +int styleable ConstraintSet_layout_goneMarginLeft 76 +int styleable ConstraintSet_layout_goneMarginRight 77 +int styleable ConstraintSet_layout_goneMarginStart 78 +int styleable ConstraintSet_layout_goneMarginTop 79 +int[] styleable CoordinatorLayout { 0x7f0200a0, 0x7f020115 } +int styleable CoordinatorLayout_keylines 0 +int styleable CoordinatorLayout_statusBarBackground 1 +int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 0x7f0200cf, 0x7f0200d8, 0x7f0200d9 } +int styleable CoordinatorLayout_Layout_android_layout_gravity 0 +int styleable CoordinatorLayout_Layout_layout_anchor 1 +int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 +int styleable CoordinatorLayout_Layout_layout_behavior 3 +int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 +int styleable CoordinatorLayout_Layout_layout_insetEdge 5 +int styleable CoordinatorLayout_Layout_layout_keyline 6 +int[] styleable DrawerArrowToggle { 0x7f020029, 0x7f02002a, 0x7f020036, 0x7f020054, 0x7f02007b, 0x7f020091, 0x7f02010f, 0x7f02012d } +int styleable DrawerArrowToggle_arrowHeadLength 0 +int styleable DrawerArrowToggle_arrowShaftLength 1 +int styleable DrawerArrowToggle_barLength 2 +int styleable DrawerArrowToggle_color 3 +int styleable DrawerArrowToggle_drawableSize 4 +int styleable DrawerArrowToggle_gapBetweenBars 5 +int styleable DrawerArrowToggle_spinBars 6 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable FontFamily { 0x7f020088, 0x7f020089, 0x7f02008a, 0x7f02008b, 0x7f02008c, 0x7f02008d } +int styleable FontFamily_fontProviderAuthority 0 +int styleable FontFamily_fontProviderCerts 1 +int styleable FontFamily_fontProviderFetchStrategy 2 +int styleable FontFamily_fontProviderFetchTimeout 3 +int styleable FontFamily_fontProviderPackage 4 +int styleable FontFamily_fontProviderQuery 5 +int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f020086, 0x7f02008e, 0x7f02008f, 0x7f020090, 0x7f020148 } +int styleable FontFamilyFont_android_font 0 +int styleable FontFamilyFont_android_fontWeight 1 +int styleable FontFamilyFont_android_fontStyle 2 +int styleable FontFamilyFont_android_ttcIndex 3 +int styleable FontFamilyFont_android_fontVariationSettings 4 +int styleable FontFamilyFont_font 5 +int styleable FontFamilyFont_fontStyle 6 +int styleable FontFamilyFont_fontVariationSettings 7 +int styleable FontFamilyFont_fontWeight 8 +int styleable FontFamilyFont_ttcIndex 9 +int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 } +int styleable GradientColor_android_startColor 0 +int styleable GradientColor_android_endColor 1 +int styleable GradientColor_android_type 2 +int styleable GradientColor_android_centerX 3 +int styleable GradientColor_android_centerY 4 +int styleable GradientColor_android_gradientRadius 5 +int styleable GradientColor_android_tileMode 6 +int styleable GradientColor_android_centerColor 7 +int styleable GradientColor_android_startX 8 +int styleable GradientColor_android_startY 9 +int styleable GradientColor_android_endX 10 +int styleable GradientColor_android_endY 11 +int[] styleable GradientColorItem { 0x010101a5, 0x01010514 } +int styleable GradientColorItem_android_color 0 +int styleable GradientColorItem_android_offset 1 +int[] styleable LinearConstraintLayout { 0x010100c4 } +int styleable LinearConstraintLayout_android_orientation 0 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f020077, 0x7f020079, 0x7f0200ea, 0x7f02010b } +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 6 +int styleable LinearLayoutCompat_measureWithLargestChild 7 +int styleable LinearLayoutCompat_showDividers 8 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +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_enabled 0 +int styleable MenuGroup_android_id 1 +int styleable MenuGroup_android_visible 2 +int styleable MenuGroup_android_menuCategory 3 +int styleable MenuGroup_android_orderInCategory 4 +int styleable MenuGroup_android_checkableBehavior 5 +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f020028, 0x7f020063, 0x7f020098, 0x7f020099, 0x7f0200ef, 0x7f02010a, 0x7f020144 } +int styleable MenuItem_android_icon 0 +int styleable MenuItem_android_enabled 1 +int styleable MenuItem_android_id 2 +int styleable MenuItem_android_checked 3 +int styleable MenuItem_android_visible 4 +int styleable MenuItem_android_menuCategory 5 +int styleable MenuItem_android_orderInCategory 6 +int styleable MenuItem_android_title 7 +int styleable MenuItem_android_titleCondensed 8 +int styleable MenuItem_android_alphabeticShortcut 9 +int styleable MenuItem_android_numericShortcut 10 +int styleable MenuItem_android_checkable 11 +int styleable MenuItem_android_onClick 12 +int styleable MenuItem_actionLayout 13 +int styleable MenuItem_actionProviderClass 14 +int styleable MenuItem_actionViewClass 15 +int styleable MenuItem_alphabeticModifiers 16 +int styleable MenuItem_contentDescription 17 +int styleable MenuItem_iconTint 18 +int styleable MenuItem_iconTintMode 19 +int styleable MenuItem_numericModifiers 20 +int styleable MenuItem_showAsAction 21 +int styleable MenuItem_tooltipText 22 +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0200fb, 0x7f020116 } +int styleable MenuView_android_windowAnimationStyle 0 +int styleable MenuView_android_itemTextAppearance 1 +int styleable MenuView_android_horizontalDivider 2 +int styleable MenuView_android_verticalDivider 3 +int styleable MenuView_android_headerBackground 4 +int styleable MenuView_android_itemBackground 5 +int styleable MenuView_android_itemIconDisabledAlpha 6 +int styleable MenuView_preserveIconSpacing 7 +int styleable MenuView_subMenuArrow 8 +int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0200f0 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_android_popupAnimationStyle 1 +int styleable PopupWindow_overlapAnchor 2 +int[] styleable PopupWindowBackgroundState { 0x7f020114 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable RecycleListView { 0x7f0200f1, 0x7f0200f4 } +int styleable RecycleListView_paddingBottomNoButtons 0 +int styleable RecycleListView_paddingTopNoTitle 1 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f020050, 0x7f02005f, 0x7f020072, 0x7f020092, 0x7f02009a, 0x7f0200a2, 0x7f0200fe, 0x7f0200ff, 0x7f020104, 0x7f020105, 0x7f020117, 0x7f02011c, 0x7f02014a } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_closeIcon 4 +int styleable SearchView_commitIcon 5 +int styleable SearchView_defaultQueryHint 6 +int styleable SearchView_goIcon 7 +int styleable SearchView_iconifiedByDefault 8 +int styleable SearchView_layout 9 +int styleable SearchView_queryBackground 10 +int styleable SearchView_queryHint 11 +int styleable SearchView_searchHintIcon 12 +int styleable SearchView_searchIcon 13 +int styleable SearchView_submitBackground 14 +int styleable SearchView_suggestionRowLayout 15 +int styleable SearchView_voiceIcon 16 +int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0200f9 } +int styleable Spinner_android_entries 0 +int styleable Spinner_android_popupBackground 1 +int styleable Spinner_android_prompt 2 +int styleable Spinner_android_dropDownWidth 3 +int styleable Spinner_popupTheme 4 +int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } +int styleable StateListDrawable_android_dither 0 +int styleable StateListDrawable_android_visible 1 +int styleable StateListDrawable_android_variablePadding 2 +int styleable StateListDrawable_android_constantSize 3 +int styleable StateListDrawable_android_enterFadeDuration 4 +int styleable StateListDrawable_android_exitFadeDuration 5 +int[] styleable StateListDrawableItem { 0x01010199 } +int styleable StateListDrawableItem_android_drawable 0 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f02010c, 0x7f020112, 0x7f02011d, 0x7f02011e, 0x7f020120, 0x7f02012e, 0x7f02012f, 0x7f020130, 0x7f020145, 0x7f020146, 0x7f020147 } +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 3 +int styleable SwitchCompat_splitTrack 4 +int styleable SwitchCompat_switchMinWidth 5 +int styleable SwitchCompat_switchPadding 6 +int styleable SwitchCompat_switchTextAppearance 7 +int styleable SwitchCompat_thumbTextPadding 8 +int styleable SwitchCompat_thumbTint 9 +int styleable SwitchCompat_thumbTintMode 10 +int styleable SwitchCompat_track 11 +int styleable SwitchCompat_trackTint 12 +int styleable SwitchCompat_trackTintMode 13 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f020087, 0x7f020121 } +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textColorHint 4 +int styleable TextAppearance_android_textColorLink 5 +int styleable TextAppearance_android_shadowColor 6 +int styleable TextAppearance_android_shadowDx 7 +int styleable TextAppearance_android_shadowDy 8 +int styleable TextAppearance_android_shadowRadius 9 +int styleable TextAppearance_android_fontFamily 10 +int styleable TextAppearance_fontFamily 11 +int styleable TextAppearance_textAllCaps 12 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f02003f, 0x7f020052, 0x7f020053, 0x7f020064, 0x7f020065, 0x7f020066, 0x7f020067, 0x7f020068, 0x7f020069, 0x7f0200e7, 0x7f0200e8, 0x7f0200e9, 0x7f0200ec, 0x7f0200ed, 0x7f0200f9, 0x7f020118, 0x7f020119, 0x7f02011a, 0x7f020136, 0x7f020137, 0x7f020138, 0x7f020139, 0x7f02013a, 0x7f02013b, 0x7f02013c, 0x7f02013d, 0x7f02013e } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_buttonGravity 2 +int styleable Toolbar_collapseContentDescription 3 +int styleable Toolbar_collapseIcon 4 +int styleable Toolbar_contentInsetEnd 5 +int styleable Toolbar_contentInsetEndWithActions 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 9 +int styleable Toolbar_contentInsetStartWithNavigation 10 +int styleable Toolbar_logo 11 +int styleable Toolbar_logoDescription 12 +int styleable Toolbar_maxButtonHeight 13 +int styleable Toolbar_navigationContentDescription 14 +int styleable Toolbar_navigationIcon 15 +int styleable Toolbar_popupTheme 16 +int styleable Toolbar_subtitle 17 +int styleable Toolbar_subtitleTextAppearance 18 +int styleable Toolbar_subtitleTextColor 19 +int styleable Toolbar_title 20 +int styleable Toolbar_titleMargin 21 +int styleable Toolbar_titleMarginBottom 22 +int styleable Toolbar_titleMarginEnd 23 +int styleable Toolbar_titleMarginStart 24 +int styleable Toolbar_titleMarginTop 25 +int styleable Toolbar_titleMargins 26 +int styleable Toolbar_titleTextAppearance 27 +int styleable Toolbar_titleTextColor 28 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0200f2, 0x7f0200f3, 0x7f02012c } +int styleable View_android_theme 0 +int styleable View_android_focusable 1 +int styleable View_paddingEnd 2 +int styleable View_paddingStart 3 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f020034, 0x7f020035 } +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_layout 1 +int styleable ViewStubCompat_android_inflatedId 2 diff --git a/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt new file mode 100644 index 0000000..d891779 --- /dev/null +++ b/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt @@ -0,0 +1,1324 @@ +aixiao.lightcontrol +anim abc_fade_in +anim abc_fade_out +anim abc_grow_fade_in_from_bottom +anim abc_popup_enter +anim abc_popup_exit +anim abc_shrink_fade_out_from_bottom +anim abc_slide_in_bottom +anim abc_slide_in_top +anim abc_slide_out_bottom +anim abc_slide_out_top +anim abc_tooltip_enter +anim abc_tooltip_exit +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 actionModePopupWindowStyle +attr actionModeSelectAllDrawable +attr actionModeShareDrawable +attr actionModeSplitBackground +attr actionModeStyle +attr actionModeWebSearchDrawable +attr actionOverflowButtonStyle +attr actionOverflowMenuStyle +attr actionProviderClass +attr actionViewClass +attr activityChooserViewStyle +attr alertDialogButtonGroupStyle +attr alertDialogCenterButtons +attr alertDialogStyle +attr alertDialogTheme +attr allowStacking +attr alpha +attr alphabeticModifiers +attr arrowHeadLength +attr arrowShaftLength +attr autoCompleteTextViewStyle +attr autoSizeMaxTextSize +attr autoSizeMinTextSize +attr autoSizePresetSizes +attr autoSizeStepGranularity +attr autoSizeTextType +attr background +attr backgroundSplit +attr backgroundStacked +attr backgroundTint +attr backgroundTintMode +attr barLength +attr barrierAllowsGoneWidgets +attr barrierDirection +attr borderlessButtonStyle +attr buttonBarButtonStyle +attr buttonBarNegativeButtonStyle +attr buttonBarNeutralButtonStyle +attr buttonBarPositiveButtonStyle +attr buttonBarStyle +attr buttonGravity +attr buttonIconDimen +attr buttonPanelSideLayout +attr buttonStyle +attr buttonStyleSmall +attr buttonTint +attr buttonTintMode +attr cardBackgroundColor +attr cardCornerRadius +attr cardElevation +attr cardMaxElevation +attr cardPreventCornerOverlap +attr cardUseCompatPadding +attr cardViewStyle +attr chainUseRtl +attr checkboxStyle +attr checkedTextViewStyle +attr closeIcon +attr closeItemLayout +attr collapseContentDescription +attr collapseIcon +attr color +attr colorAccent +attr colorBackgroundFloating +attr colorButtonNormal +attr colorControlActivated +attr colorControlHighlight +attr colorControlNormal +attr colorError +attr colorPrimary +attr colorPrimaryDark +attr colorSwitchThumbNormal +attr commitIcon +attr constraintSet +attr constraint_referenced_ids +attr content +attr contentDescription +attr contentInsetEnd +attr contentInsetEndWithActions +attr contentInsetLeft +attr contentInsetRight +attr contentInsetStart +attr contentInsetStartWithNavigation +attr contentPadding +attr contentPaddingBottom +attr contentPaddingLeft +attr contentPaddingRight +attr contentPaddingTop +attr controlBackground +attr coordinatorLayoutStyle +attr customNavigationLayout +attr defaultQueryHint +attr dialogCornerRadius +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 emptyVisibility +attr expandActivityOverflowButtonDrawable +attr firstBaselineToTopHeight +attr font +attr fontFamily +attr fontProviderAuthority +attr fontProviderCerts +attr fontProviderFetchStrategy +attr fontProviderFetchTimeout +attr fontProviderPackage +attr fontProviderQuery +attr fontStyle +attr fontVariationSettings +attr fontWeight +attr gapBetweenBars +attr goIcon +attr height +attr hideOnContentScroll +attr homeAsUpIndicator +attr homeLayout +attr icon +attr iconTint +attr iconTintMode +attr iconifiedByDefault +attr imageButtonStyle +attr indeterminateProgressStyle +attr initialActivityCount +attr isLightTheme +attr itemPadding +attr keylines +attr lastBaselineToBottomHeight +attr layout +attr layout_anchor +attr layout_anchorGravity +attr layout_behavior +attr layout_constrainedHeight +attr layout_constrainedWidth +attr layout_constraintBaseline_creator +attr layout_constraintBaseline_toBaselineOf +attr layout_constraintBottom_creator +attr layout_constraintBottom_toBottomOf +attr layout_constraintBottom_toTopOf +attr layout_constraintCircle +attr layout_constraintCircleAngle +attr layout_constraintCircleRadius +attr layout_constraintDimensionRatio +attr layout_constraintEnd_toEndOf +attr layout_constraintEnd_toStartOf +attr layout_constraintGuide_begin +attr layout_constraintGuide_end +attr layout_constraintGuide_percent +attr layout_constraintHeight_default +attr layout_constraintHeight_max +attr layout_constraintHeight_min +attr layout_constraintHeight_percent +attr layout_constraintHorizontal_bias +attr layout_constraintHorizontal_chainStyle +attr layout_constraintHorizontal_weight +attr layout_constraintLeft_creator +attr layout_constraintLeft_toLeftOf +attr layout_constraintLeft_toRightOf +attr layout_constraintRight_creator +attr layout_constraintRight_toLeftOf +attr layout_constraintRight_toRightOf +attr layout_constraintStart_toEndOf +attr layout_constraintStart_toStartOf +attr layout_constraintTop_creator +attr layout_constraintTop_toBottomOf +attr layout_constraintTop_toTopOf +attr layout_constraintVertical_bias +attr layout_constraintVertical_chainStyle +attr layout_constraintVertical_weight +attr layout_constraintWidth_default +attr layout_constraintWidth_max +attr layout_constraintWidth_min +attr layout_constraintWidth_percent +attr layout_dodgeInsetEdges +attr layout_editor_absoluteX +attr layout_editor_absoluteY +attr layout_goneMarginBottom +attr layout_goneMarginEnd +attr layout_goneMarginLeft +attr layout_goneMarginRight +attr layout_goneMarginStart +attr layout_goneMarginTop +attr layout_insetEdge +attr layout_keyline +attr layout_optimizationLevel +attr lineHeight +attr listChoiceBackgroundIndicator +attr listDividerAlertDialog +attr listItemLayout +attr listLayout +attr listMenuViewStyle +attr listPopupWindowStyle +attr listPreferredItemHeight +attr listPreferredItemHeightLarge +attr listPreferredItemHeightSmall +attr listPreferredItemPaddingLeft +attr listPreferredItemPaddingRight +attr logo +attr logoDescription +attr maxButtonHeight +attr measureWithLargestChild +attr multiChoiceItemLayout +attr navigationContentDescription +attr navigationIcon +attr navigationMode +attr numericModifiers +attr overlapAnchor +attr paddingBottomNoButtons +attr paddingEnd +attr paddingStart +attr paddingTopNoTitle +attr panelBackground +attr panelMenuListTheme +attr panelMenuListWidth +attr popupMenuStyle +attr popupTheme +attr popupWindowStyle +attr preserveIconSpacing +attr progressBarPadding +attr progressBarStyle +attr queryBackground +attr queryHint +attr radioButtonStyle +attr ratingBarStyle +attr ratingBarStyleIndicator +attr ratingBarStyleSmall +attr searchHintIcon +attr searchIcon +attr searchViewStyle +attr seekBarStyle +attr selectableItemBackground +attr selectableItemBackgroundBorderless +attr showAsAction +attr showDividers +attr showText +attr showTitle +attr singleChoiceItemLayout +attr spinBars +attr spinnerDropDownItemStyle +attr spinnerStyle +attr splitTrack +attr srcCompat +attr state_above_anchor +attr statusBarBackground +attr subMenuArrow +attr submitBackground +attr subtitle +attr subtitleTextAppearance +attr subtitleTextColor +attr subtitleTextStyle +attr suggestionRowLayout +attr switchMinWidth +attr switchPadding +attr switchStyle +attr switchTextAppearance +attr textAllCaps +attr textAppearanceLargePopupMenu +attr textAppearanceListItem +attr textAppearanceListItemSecondary +attr textAppearanceListItemSmall +attr textAppearancePopupMenuHeader +attr textAppearanceSearchResultSubtitle +attr textAppearanceSearchResultTitle +attr textAppearanceSmallPopupMenu +attr textColorAlertDialogListItem +attr textColorSearchUrl +attr theme +attr thickness +attr thumbTextPadding +attr thumbTint +attr thumbTintMode +attr tickMark +attr tickMarkTint +attr tickMarkTintMode +attr tint +attr tintMode +attr title +attr titleMargin +attr titleMarginBottom +attr titleMarginEnd +attr titleMarginStart +attr titleMarginTop +attr titleMargins +attr titleTextAppearance +attr titleTextColor +attr titleTextStyle +attr toolbarNavigationButtonStyle +attr toolbarStyle +attr tooltipForegroundColor +attr tooltipFrameBackground +attr tooltipText +attr track +attr trackTint +attr trackTintMode +attr ttcIndex +attr viewInflaterClass +attr voiceIcon +attr windowActionBar +attr windowActionBarOverlay +attr windowActionModeOverlay +attr windowFixedHeightMajor +attr windowFixedHeightMinor +attr windowFixedWidthMajor +attr windowFixedWidthMinor +attr windowMinWidthMajor +attr windowMinWidthMinor +attr windowNoTitle +bool abc_action_bar_embed_tabs +bool abc_allow_stacked_button_bar +bool abc_config_actionMenuItemAllCaps +color abc_background_cache_hint_selector_material_dark +color abc_background_cache_hint_selector_material_light +color abc_btn_colored_borderless_text_material +color abc_btn_colored_text_material +color abc_color_highlight_material +color abc_hint_foreground_material_dark +color abc_hint_foreground_material_light +color abc_input_method_navigation_guard +color abc_primary_text_disable_only_material_dark +color abc_primary_text_disable_only_material_light +color abc_primary_text_material_dark +color abc_primary_text_material_light +color abc_search_url_text +color abc_search_url_text_normal +color abc_search_url_text_pressed +color abc_search_url_text_selected +color abc_secondary_text_material_dark +color abc_secondary_text_material_light +color abc_tint_btn_checkable +color abc_tint_default +color abc_tint_edittext +color abc_tint_seek_thumb +color abc_tint_spinner +color abc_tint_switch_track +color accent_material_dark +color accent_material_light +color background_floating_material_dark +color background_floating_material_light +color background_material_dark +color background_material_light +color blue +color bright_foreground_disabled_material_dark +color bright_foreground_disabled_material_light +color bright_foreground_inverse_material_dark +color bright_foreground_inverse_material_light +color bright_foreground_material_dark +color bright_foreground_material_light +color button_material_dark +color button_material_light +color cardview_dark_background +color cardview_light_background +color cardview_shadow_end_color +color cardview_shadow_start_color +color colorAccent +color colorPrimary +color colorPrimaryDark +color dim_foreground_disabled_material_dark +color dim_foreground_disabled_material_light +color dim_foreground_material_dark +color dim_foreground_material_light +color error_color_material_dark +color error_color_material_light +color foreground_material_dark +color foreground_material_light +color green +color highlighted_text_material_dark +color highlighted_text_material_light +color material_blue_grey_800 +color material_blue_grey_900 +color material_blue_grey_950 +color material_deep_teal_200 +color material_deep_teal_500 +color material_grey_100 +color material_grey_300 +color material_grey_50 +color material_grey_600 +color material_grey_800 +color material_grey_850 +color material_grey_900 +color notification_action_color_filter +color notification_icon_bg_color +color primary_dark_material_dark +color primary_dark_material_light +color primary_material_dark +color primary_material_light +color primary_text_default_material_dark +color primary_text_default_material_light +color primary_text_disabled_material_dark +color primary_text_disabled_material_light +color ripple_material_dark +color ripple_material_light +color secondary_text_default_material_dark +color secondary_text_default_material_light +color secondary_text_disabled_material_dark +color secondary_text_disabled_material_light +color switch_thumb_disabled_material_dark +color switch_thumb_disabled_material_light +color switch_thumb_material_dark +color switch_thumb_material_light +color switch_thumb_normal_material_dark +color switch_thumb_normal_material_light +color tooltip_background_dark +color tooltip_background_light +color white +dimen abc_action_bar_content_inset_material +dimen abc_action_bar_content_inset_with_nav +dimen abc_action_bar_default_height_material +dimen abc_action_bar_default_padding_end_material +dimen abc_action_bar_default_padding_start_material +dimen abc_action_bar_elevation_material +dimen abc_action_bar_icon_vertical_padding_material +dimen abc_action_bar_overflow_padding_end_material +dimen abc_action_bar_overflow_padding_start_material +dimen abc_action_bar_stacked_max_height +dimen abc_action_bar_stacked_tab_max_width +dimen abc_action_bar_subtitle_bottom_margin_material +dimen abc_action_bar_subtitle_top_margin_material +dimen abc_action_button_min_height_material +dimen abc_action_button_min_width_material +dimen abc_action_button_min_width_overflow_material +dimen abc_alert_dialog_button_bar_height +dimen abc_alert_dialog_button_dimen +dimen abc_button_inset_horizontal_material +dimen abc_button_inset_vertical_material +dimen abc_button_padding_horizontal_material +dimen abc_button_padding_vertical_material +dimen abc_cascading_menus_min_smallest_width +dimen abc_config_prefDialogWidth +dimen abc_control_corner_material +dimen abc_control_inset_material +dimen abc_control_padding_material +dimen abc_dialog_corner_radius_material +dimen abc_dialog_fixed_height_major +dimen abc_dialog_fixed_height_minor +dimen abc_dialog_fixed_width_major +dimen abc_dialog_fixed_width_minor +dimen abc_dialog_list_padding_bottom_no_buttons +dimen abc_dialog_list_padding_top_no_title +dimen abc_dialog_min_width_major +dimen abc_dialog_min_width_minor +dimen abc_dialog_padding_material +dimen abc_dialog_padding_top_material +dimen abc_dialog_title_divider_material +dimen abc_disabled_alpha_material_dark +dimen abc_disabled_alpha_material_light +dimen abc_dropdownitem_icon_width +dimen abc_dropdownitem_text_padding_left +dimen abc_dropdownitem_text_padding_right +dimen abc_edit_text_inset_bottom_material +dimen abc_edit_text_inset_horizontal_material +dimen abc_edit_text_inset_top_material +dimen abc_floating_window_z +dimen abc_list_item_padding_horizontal_material +dimen abc_panel_menu_list_width +dimen abc_progress_bar_height_material +dimen abc_search_view_preferred_height +dimen abc_search_view_preferred_width +dimen abc_seekbar_track_background_height_material +dimen abc_seekbar_track_progress_height_material +dimen abc_select_dialog_padding_start_material +dimen abc_switch_padding +dimen abc_text_size_body_1_material +dimen abc_text_size_body_2_material +dimen abc_text_size_button_material +dimen abc_text_size_caption_material +dimen abc_text_size_display_1_material +dimen abc_text_size_display_2_material +dimen abc_text_size_display_3_material +dimen abc_text_size_display_4_material +dimen abc_text_size_headline_material +dimen abc_text_size_large_material +dimen abc_text_size_medium_material +dimen abc_text_size_menu_header_material +dimen abc_text_size_menu_material +dimen abc_text_size_small_material +dimen abc_text_size_subhead_material +dimen abc_text_size_subtitle_material_toolbar +dimen abc_text_size_title_material +dimen abc_text_size_title_material_toolbar +dimen cardview_compat_inset_shadow +dimen cardview_default_elevation +dimen cardview_default_radius +dimen compat_button_inset_horizontal_material +dimen compat_button_inset_vertical_material +dimen compat_button_padding_horizontal_material +dimen compat_button_padding_vertical_material +dimen compat_control_corner_material +dimen compat_notification_large_icon_max_height +dimen compat_notification_large_icon_max_width +dimen disabled_alpha_material_dark +dimen disabled_alpha_material_light +dimen highlight_alpha_material_colored +dimen highlight_alpha_material_dark +dimen highlight_alpha_material_light +dimen hint_alpha_material_dark +dimen hint_alpha_material_light +dimen hint_pressed_alpha_material_dark +dimen hint_pressed_alpha_material_light +dimen notification_action_icon_size +dimen notification_action_text_size +dimen notification_big_circle_margin +dimen notification_content_margin_start +dimen notification_large_icon_height +dimen notification_large_icon_width +dimen notification_main_column_padding_top +dimen notification_media_narrow_margin +dimen notification_right_icon_size +dimen notification_right_side_padding_top +dimen notification_small_icon_background_padding +dimen notification_small_icon_size_as_large +dimen notification_subtext_size +dimen notification_top_pad +dimen notification_top_pad_large_text +dimen tooltip_corner_radius +dimen tooltip_horizontal_padding +dimen tooltip_margin +dimen tooltip_precise_anchor_extra_offset +dimen tooltip_precise_anchor_threshold +dimen tooltip_vertical_padding +dimen tooltip_y_offset_non_touch +dimen tooltip_y_offset_touch +drawable abc_ab_share_pack_mtrl_alpha +drawable abc_action_bar_item_background_material +drawable abc_btn_borderless_material +drawable abc_btn_check_material +drawable abc_btn_check_to_on_mtrl_000 +drawable abc_btn_check_to_on_mtrl_015 +drawable abc_btn_colored_material +drawable abc_btn_default_mtrl_shape +drawable abc_btn_radio_material +drawable abc_btn_radio_to_on_mtrl_000 +drawable abc_btn_radio_to_on_mtrl_015 +drawable abc_btn_switch_to_on_mtrl_00001 +drawable abc_btn_switch_to_on_mtrl_00012 +drawable abc_cab_background_internal_bg +drawable abc_cab_background_top_material +drawable abc_cab_background_top_mtrl_alpha +drawable abc_control_background_material +drawable abc_dialog_material_background +drawable abc_edit_text_material +drawable abc_ic_ab_back_material +drawable abc_ic_arrow_drop_right_black_24dp +drawable abc_ic_clear_material +drawable abc_ic_commit_search_api_mtrl_alpha +drawable abc_ic_go_search_api_material +drawable abc_ic_menu_copy_mtrl_am_alpha +drawable abc_ic_menu_cut_mtrl_alpha +drawable abc_ic_menu_overflow_material +drawable abc_ic_menu_paste_mtrl_am_alpha +drawable abc_ic_menu_selectall_mtrl_alpha +drawable abc_ic_menu_share_mtrl_alpha +drawable abc_ic_search_api_material +drawable abc_ic_star_black_16dp +drawable abc_ic_star_black_36dp +drawable abc_ic_star_black_48dp +drawable abc_ic_star_half_black_16dp +drawable abc_ic_star_half_black_36dp +drawable abc_ic_star_half_black_48dp +drawable abc_ic_voice_search_api_material +drawable abc_item_background_holo_dark +drawable abc_item_background_holo_light +drawable abc_list_divider_material +drawable abc_list_divider_mtrl_alpha +drawable abc_list_focused_holo +drawable abc_list_longpressed_holo +drawable abc_list_pressed_holo_dark +drawable abc_list_pressed_holo_light +drawable abc_list_selector_background_transition_holo_dark +drawable abc_list_selector_background_transition_holo_light +drawable abc_list_selector_disabled_holo_dark +drawable abc_list_selector_disabled_holo_light +drawable abc_list_selector_holo_dark +drawable abc_list_selector_holo_light +drawable abc_menu_hardkey_panel_mtrl_mult +drawable abc_popup_background_mtrl_mult +drawable abc_ratingbar_indicator_material +drawable abc_ratingbar_material +drawable abc_ratingbar_small_material +drawable abc_scrubber_control_off_mtrl_alpha +drawable abc_scrubber_control_to_pressed_mtrl_000 +drawable abc_scrubber_control_to_pressed_mtrl_005 +drawable abc_scrubber_primary_mtrl_alpha +drawable abc_scrubber_track_mtrl_alpha +drawable abc_seekbar_thumb_material +drawable abc_seekbar_tick_mark_material +drawable abc_seekbar_track_material +drawable abc_spinner_mtrl_am_alpha +drawable abc_spinner_textfield_background_material +drawable abc_switch_thumb_material +drawable abc_switch_track_mtrl_alpha +drawable abc_tab_indicator_material +drawable abc_tab_indicator_mtrl_alpha +drawable abc_text_cursor_material +drawable abc_text_select_handle_left_mtrl_dark +drawable abc_text_select_handle_left_mtrl_light +drawable abc_text_select_handle_middle_mtrl_dark +drawable abc_text_select_handle_middle_mtrl_light +drawable abc_text_select_handle_right_mtrl_dark +drawable abc_text_select_handle_right_mtrl_light +drawable abc_textfield_activated_mtrl_alpha +drawable abc_textfield_default_mtrl_alpha +drawable abc_textfield_search_activated_mtrl_alpha +drawable abc_textfield_search_default_mtrl_alpha +drawable abc_textfield_search_material +drawable abc_vector_test +drawable ic_launcher_background +drawable ic_launcher_foreground +drawable notification_action_background +drawable notification_bg +drawable notification_bg_low +drawable notification_bg_low_normal +drawable notification_bg_low_pressed +drawable notification_bg_normal +drawable notification_bg_normal_pressed +drawable notification_icon_background +drawable notification_template_icon_bg +drawable notification_template_icon_low_bg +drawable notification_tile_bg +drawable notify_panel_notification_icon_bg +drawable tooltip_frame_dark +drawable tooltip_frame_light +id ALT +id CTRL +id FUNCTION +id META +id SHIFT +id SYM +id about_fill +id action_bar +id action_bar_activity_content +id action_bar_container +id action_bar_root +id action_bar_spinner +id action_bar_subtitle +id action_bar_title +id action_container +id action_context_bar +id action_divider +id action_image +id action_menu_divider +id action_menu_presenter +id action_mode_bar +id action_mode_bar_stub +id action_mode_close_button +id action_text +id actions +id activity_chooser_view_content +id add +id alertTitle +id all +id always +id async +id barrier +id beginning +id blocking +id bottom +id buttonPanel +id center +id center_horizontal +id center_vertical +id chains +id checkbox +id chronometer +id clip_horizontal +id clip_vertical +id collapseActionView +id content +id contentPanel +id custom +id customPanel +id decor_content_parent +id default_activity_button +id dimensions +id direct +id disableHome +id edit_query +id end +id expand_activities_button +id expanded_menu +id fill +id fill_horizontal +id fill_vertical +id forever +id gone +id group_divider +id groups +id home +id homeAsUp +id icon +id icon_group +id ifRoom +id image +id info +id invisible +id italic +id left +id line1 +id line3 +id listMode +id list_item +id message +id middle +id multiply +id never +id none +id normal +id notification_background +id notification_main_column +id notification_main_column_container +id packed +id parent +id parentPanel +id pbar +id percent +id progress_circular +id progress_horizontal +id radio +id right +id right_icon +id right_side +id screen +id scrollIndicatorDown +id scrollIndicatorUp +id scrollView +id search_badge +id search_bar +id search_button +id search_close_btn +id search_edit_frame +id search_go_btn +id search_mag_icon +id search_plate +id search_src_text +id search_voice_btn +id select_dialog_listview +id setting +id shortcut +id showCustom +id showHome +id showTitle +id spacer +id split_action_bar +id spread +id spread_inside +id src_atop +id src_in +id src_over +id standard +id start +id start2 +id startPath +id startPath2 +id stop +id stop2 +id stopPath +id stopPath2 +id submenuarrow +id submit_area +id tabMode +id tag_transition_group +id tag_unhandled_key_event_manager +id tag_unhandled_key_listeners +id text +id text2 +id textSpacerNoButtons +id textSpacerNoTitle +id textView +id time +id title +id titleDividerNoCustom +id title_template +id top +id topPanel +id uniform +id up +id useLogo +id withText +id wrap +id wrap_content +integer abc_config_activityDefaultDur +integer abc_config_activityShortDur +integer cancel_button_image_alpha +integer config_tooltipAnimTime +integer status_bar_notification_info_maxnum +layout abc_action_bar_title_item +layout abc_action_bar_up_container +layout abc_action_menu_item_layout +layout abc_action_menu_layout +layout abc_action_mode_bar +layout abc_action_mode_close_item_material +layout abc_activity_chooser_view +layout abc_activity_chooser_view_list_item +layout abc_alert_dialog_button_bar_material +layout abc_alert_dialog_material +layout abc_alert_dialog_title_material +layout abc_cascading_menu_item_layout +layout abc_dialog_title_material +layout abc_expanded_menu_layout +layout abc_list_menu_item_checkbox +layout abc_list_menu_item_icon +layout abc_list_menu_item_layout +layout abc_list_menu_item_radio +layout abc_popup_menu_header_item_layout +layout abc_popup_menu_item_layout +layout abc_screen_content_include +layout abc_screen_simple +layout abc_screen_simple_overlay_action_mode +layout abc_screen_toolbar +layout abc_search_dropdown_item_icons_2line +layout abc_search_view +layout abc_select_dialog_material +layout abc_tooltip +layout activity_main +layout layout +layout layout_about +layout notification_action +layout notification_action_tombstone +layout notification_template_custom_big +layout notification_template_icon_group +layout notification_template_part_chronometer +layout notification_template_part_time +layout select_dialog_item_material +layout select_dialog_multichoice_material +layout select_dialog_singlechoice_material +layout support_simple_spinner_dropdown_item +menu main +mipmap about_fill +mipmap ic_launcher +mipmap ic_launcher_round +mipmap menu +mipmap setting +string abc_action_bar_home_description +string abc_action_bar_up_description +string abc_action_menu_overflow_description +string abc_action_mode_done +string abc_activity_chooser_view_see_all +string abc_activitychooserview_choose_application +string abc_capital_off +string abc_capital_on +string abc_font_family_body_1_material +string abc_font_family_body_2_material +string abc_font_family_button_material +string abc_font_family_caption_material +string abc_font_family_display_1_material +string abc_font_family_display_2_material +string abc_font_family_display_3_material +string abc_font_family_display_4_material +string abc_font_family_headline_material +string abc_font_family_menu_material +string abc_font_family_subhead_material +string abc_font_family_title_material +string abc_menu_alt_shortcut_label +string abc_menu_ctrl_shortcut_label +string abc_menu_delete_shortcut_label +string abc_menu_enter_shortcut_label +string abc_menu_function_shortcut_label +string abc_menu_meta_shortcut_label +string abc_menu_shift_shortcut_label +string abc_menu_space_shortcut_label +string abc_menu_sym_shortcut_label +string abc_prepend_shortcut_label +string abc_search_hint +string abc_searchview_description_clear +string abc_searchview_description_query +string abc_searchview_description_search +string abc_searchview_description_submit +string abc_searchview_description_voice +string abc_shareactionprovider_share_with +string abc_shareactionprovider_share_with_application +string abc_toolbar_collapse_description +string app_name +string barTitle +string barheight +string drawer_close +string drawer_open +string search_menu_title +string status_bar_notification_info_overflow +style AlertDialog_AppCompat +style AlertDialog_AppCompat_Light +style Animation_AppCompat_Dialog +style Animation_AppCompat_DropDownUp +style Animation_AppCompat_Tooltip +style AppTheme +style Base_AlertDialog_AppCompat +style Base_AlertDialog_AppCompat_Light +style Base_Animation_AppCompat_Dialog +style Base_Animation_AppCompat_DropDownUp +style Base_Animation_AppCompat_Tooltip +style Base_CardView +style Base_DialogWindowTitle_AppCompat +style Base_DialogWindowTitleBackground_AppCompat +style Base_TextAppearance_AppCompat +style Base_TextAppearance_AppCompat_Body1 +style Base_TextAppearance_AppCompat_Body2 +style Base_TextAppearance_AppCompat_Button +style Base_TextAppearance_AppCompat_Caption +style Base_TextAppearance_AppCompat_Display1 +style Base_TextAppearance_AppCompat_Display2 +style Base_TextAppearance_AppCompat_Display3 +style Base_TextAppearance_AppCompat_Display4 +style Base_TextAppearance_AppCompat_Headline +style Base_TextAppearance_AppCompat_Inverse +style Base_TextAppearance_AppCompat_Large +style Base_TextAppearance_AppCompat_Large_Inverse +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Medium +style Base_TextAppearance_AppCompat_Medium_Inverse +style Base_TextAppearance_AppCompat_Menu +style Base_TextAppearance_AppCompat_SearchResult +style Base_TextAppearance_AppCompat_SearchResult_Subtitle +style Base_TextAppearance_AppCompat_SearchResult_Title +style Base_TextAppearance_AppCompat_Small +style Base_TextAppearance_AppCompat_Small_Inverse +style Base_TextAppearance_AppCompat_Subhead +style Base_TextAppearance_AppCompat_Subhead_Inverse +style Base_TextAppearance_AppCompat_Title +style Base_TextAppearance_AppCompat_Title_Inverse +style Base_TextAppearance_AppCompat_Tooltip +style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title +style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +style Base_TextAppearance_AppCompat_Widget_ActionMode_Title +style Base_TextAppearance_AppCompat_Widget_Button +style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Colored +style Base_TextAppearance_AppCompat_Widget_Button_Inverse +style Base_TextAppearance_AppCompat_Widget_DropDownItem +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +style Base_TextAppearance_AppCompat_Widget_Switch +style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style Base_TextAppearance_Widget_AppCompat_Toolbar_Title +style Base_Theme_AppCompat +style Base_Theme_AppCompat_CompactMenu +style Base_Theme_AppCompat_Dialog +style Base_Theme_AppCompat_Dialog_Alert +style Base_Theme_AppCompat_Dialog_FixedSize +style Base_Theme_AppCompat_Dialog_MinWidth +style Base_Theme_AppCompat_DialogWhenLarge +style Base_Theme_AppCompat_Light +style Base_Theme_AppCompat_Light_DarkActionBar +style Base_Theme_AppCompat_Light_Dialog +style Base_Theme_AppCompat_Light_Dialog_Alert +style Base_Theme_AppCompat_Light_Dialog_FixedSize +style Base_Theme_AppCompat_Light_Dialog_MinWidth +style Base_Theme_AppCompat_Light_DialogWhenLarge +style Base_ThemeOverlay_AppCompat +style Base_ThemeOverlay_AppCompat_ActionBar +style Base_ThemeOverlay_AppCompat_Dark +style Base_ThemeOverlay_AppCompat_Dark_ActionBar +style Base_ThemeOverlay_AppCompat_Dialog +style Base_ThemeOverlay_AppCompat_Dialog_Alert +style Base_ThemeOverlay_AppCompat_Light +style Base_V21_Theme_AppCompat +style Base_V21_Theme_AppCompat_Dialog +style Base_V21_Theme_AppCompat_Light +style Base_V21_Theme_AppCompat_Light_Dialog +style Base_V21_ThemeOverlay_AppCompat_Dialog +style Base_V22_Theme_AppCompat +style Base_V22_Theme_AppCompat_Light +style Base_V23_Theme_AppCompat +style Base_V23_Theme_AppCompat_Light +style Base_V26_Theme_AppCompat +style Base_V26_Theme_AppCompat_Light +style Base_V26_Widget_AppCompat_Toolbar +style Base_V28_Theme_AppCompat +style Base_V28_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat +style Base_V7_Theme_AppCompat_Dialog +style Base_V7_Theme_AppCompat_Light +style Base_V7_Theme_AppCompat_Light_Dialog +style Base_V7_ThemeOverlay_AppCompat_Dialog +style Base_V7_Widget_AppCompat_AutoCompleteTextView +style Base_V7_Widget_AppCompat_EditText +style Base_V7_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_ActionBar +style Base_Widget_AppCompat_ActionBar_Solid +style Base_Widget_AppCompat_ActionBar_TabBar +style Base_Widget_AppCompat_ActionBar_TabText +style Base_Widget_AppCompat_ActionBar_TabView +style Base_Widget_AppCompat_ActionButton +style Base_Widget_AppCompat_ActionButton_CloseMode +style Base_Widget_AppCompat_ActionButton_Overflow +style Base_Widget_AppCompat_ActionMode +style Base_Widget_AppCompat_ActivityChooserView +style Base_Widget_AppCompat_AutoCompleteTextView +style Base_Widget_AppCompat_Button +style Base_Widget_AppCompat_Button_Borderless +style Base_Widget_AppCompat_Button_Borderless_Colored +style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +style Base_Widget_AppCompat_Button_Colored +style Base_Widget_AppCompat_Button_Small +style Base_Widget_AppCompat_ButtonBar +style Base_Widget_AppCompat_ButtonBar_AlertDialog +style Base_Widget_AppCompat_CompoundButton_CheckBox +style Base_Widget_AppCompat_CompoundButton_RadioButton +style Base_Widget_AppCompat_CompoundButton_Switch +style Base_Widget_AppCompat_DrawerArrowToggle +style Base_Widget_AppCompat_DrawerArrowToggle_Common +style Base_Widget_AppCompat_DropDownItem_Spinner +style Base_Widget_AppCompat_EditText +style Base_Widget_AppCompat_ImageButton +style Base_Widget_AppCompat_Light_ActionBar +style Base_Widget_AppCompat_Light_ActionBar_Solid +style Base_Widget_AppCompat_Light_ActionBar_TabBar +style Base_Widget_AppCompat_Light_ActionBar_TabText +style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +style Base_Widget_AppCompat_Light_ActionBar_TabView +style Base_Widget_AppCompat_Light_PopupMenu +style Base_Widget_AppCompat_Light_PopupMenu_Overflow +style Base_Widget_AppCompat_ListMenuView +style Base_Widget_AppCompat_ListPopupWindow +style Base_Widget_AppCompat_ListView +style Base_Widget_AppCompat_ListView_DropDown +style Base_Widget_AppCompat_ListView_Menu +style Base_Widget_AppCompat_PopupMenu +style Base_Widget_AppCompat_PopupMenu_Overflow +style Base_Widget_AppCompat_PopupWindow +style Base_Widget_AppCompat_ProgressBar +style Base_Widget_AppCompat_ProgressBar_Horizontal +style Base_Widget_AppCompat_RatingBar +style Base_Widget_AppCompat_RatingBar_Indicator +style Base_Widget_AppCompat_RatingBar_Small +style Base_Widget_AppCompat_SearchView +style Base_Widget_AppCompat_SearchView_ActionBar +style Base_Widget_AppCompat_SeekBar +style Base_Widget_AppCompat_SeekBar_Discrete +style Base_Widget_AppCompat_Spinner +style Base_Widget_AppCompat_Spinner_Underlined +style Base_Widget_AppCompat_TextView_SpinnerItem +style Base_Widget_AppCompat_Toolbar +style Base_Widget_AppCompat_Toolbar_Button_Navigation +style CardView +style CardView_Dark +style CardView_Light +style Platform_AppCompat +style Platform_AppCompat_Light +style Platform_ThemeOverlay_AppCompat +style Platform_ThemeOverlay_AppCompat_Dark +style Platform_ThemeOverlay_AppCompat_Light +style Platform_V21_AppCompat +style Platform_V21_AppCompat_Light +style Platform_V25_AppCompat +style Platform_V25_AppCompat_Light +style Platform_Widget_AppCompat_Spinner +style RtlOverlay_DialogWindowTitle_AppCompat +style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +style RtlOverlay_Widget_AppCompat_DialogTitle_Icon +style RtlOverlay_Widget_AppCompat_PopupMenuItem +style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +style RtlOverlay_Widget_AppCompat_Search_DropDown +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +style RtlOverlay_Widget_AppCompat_Search_DropDown_Query +style RtlOverlay_Widget_AppCompat_Search_DropDown_Text +style RtlOverlay_Widget_AppCompat_SearchView_MagIcon +style RtlUnderlay_Widget_AppCompat_ActionButton +style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +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_Tooltip +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_Borderless_Colored +style TextAppearance_AppCompat_Widget_Button_Colored +style TextAppearance_AppCompat_Widget_Button_Inverse +style TextAppearance_AppCompat_Widget_DropDownItem +style TextAppearance_AppCompat_Widget_PopupMenu_Header +style TextAppearance_AppCompat_Widget_PopupMenu_Large +style TextAppearance_AppCompat_Widget_PopupMenu_Small +style TextAppearance_AppCompat_Widget_Switch +style TextAppearance_AppCompat_Widget_TextView_SpinnerItem +style TextAppearance_Compat_Notification +style TextAppearance_Compat_Notification_Info +style TextAppearance_Compat_Notification_Line2 +style TextAppearance_Compat_Notification_Time +style TextAppearance_Compat_Notification_Title +style TextAppearance_Widget_AppCompat_ExpandedMenu_Item +style TextAppearance_Widget_AppCompat_Toolbar_Subtitle +style TextAppearance_Widget_AppCompat_Toolbar_Title +style Theme_AppCompat +style Theme_AppCompat_CompactMenu +style Theme_AppCompat_DayNight +style Theme_AppCompat_DayNight_DarkActionBar +style Theme_AppCompat_DayNight_Dialog +style Theme_AppCompat_DayNight_Dialog_Alert +style Theme_AppCompat_DayNight_Dialog_MinWidth +style Theme_AppCompat_DayNight_DialogWhenLarge +style Theme_AppCompat_DayNight_NoActionBar +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_Dialog +style ThemeOverlay_AppCompat_Dialog_Alert +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_ActivityChooserView +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_ImageButton +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_ActivityChooserView +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_ListMenuView +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_RatingBar_Indicator +style Widget_AppCompat_RatingBar_Small +style Widget_AppCompat_SearchView +style Widget_AppCompat_SearchView_ActionBar +style Widget_AppCompat_SeekBar +style Widget_AppCompat_SeekBar_Discrete +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 +style Widget_Compat_NotificationActionContainer +style Widget_Compat_NotificationActionText +style Widget_Support_CoordinatorLayout +styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle +styleable ActionBarLayout android_layout_gravity +styleable ActionMenuItemView android_minWidth +styleable ActionMenuView +styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle +styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount +styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout +styleable AnimatedStateListDrawableCompat android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration +styleable AnimatedStateListDrawableItem android_id android_drawable +styleable AnimatedStateListDrawableTransition android_drawable android_toId android_fromId android_reversible +styleable AppCompatImageView android_src srcCompat tint tintMode +styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode +styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd +styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType firstBaselineToTopHeight fontFamily lastBaselineToBottomHeight lineHeight textAllCaps +styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingLeft listPreferredItemPaddingRight panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle +styleable ButtonBarLayout allowStacking +styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop +styleable ColorStateListItem android_color android_alpha alpha +styleable CompoundButton android_button buttonTint buttonTintMode +styleable ConstraintLayout_Layout android_orientation android_maxWidth android_maxHeight android_minWidth android_minHeight barrierAllowsGoneWidgets barrierDirection chainUseRtl constraintSet constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel +styleable ConstraintLayout_placeholder content emptyVisibility +styleable ConstraintSet android_orientation android_id android_visibility android_layout_width android_layout_height android_layout_marginLeft android_layout_marginTop android_layout_marginRight android_layout_marginBottom android_maxWidth android_maxHeight android_minWidth android_minHeight android_alpha android_transformPivotX android_transformPivotY android_translationX android_translationY android_scaleX android_scaleY android_rotation android_rotationX android_rotationY android_layout_marginStart android_layout_marginEnd android_translationZ android_elevation barrierAllowsGoneWidgets barrierDirection chainUseRtl constraint_referenced_ids layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop +styleable CoordinatorLayout keylines statusBarBackground +styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline +styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness +styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery +styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex +styleable GradientColor android_startColor android_endColor android_type android_centerX android_centerY android_gradientRadius android_tileMode android_centerColor android_startX android_startY android_endX android_endY +styleable GradientColorItem android_color android_offset +styleable LinearConstraintLayout android_orientation +styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers +styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight +styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset +styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior +styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText +styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow +styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor +styleable PopupWindowBackgroundState state_above_anchor +styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle +styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon +styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme +styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration +styleable StateListDrawableItem android_drawable +styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode +styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily fontFamily textAllCaps +styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor +styleable View android_theme android_focusable paddingEnd paddingStart theme +styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode +styleable ViewStubCompat android_id android_layout android_inflatedId diff --git a/app/build/outputs/apk/debug/app-debug.apk b/app/build/outputs/apk/debug/app-debug.apk new file mode 100644 index 0000000..60141ed Binary files /dev/null and b/app/build/outputs/apk/debug/app-debug.apk differ diff --git a/app/build/outputs/apk/debug/output.json b/app/build/outputs/apk/debug/output.json new file mode 100644 index 0000000..82fe5b3 --- /dev/null +++ b/app/build/outputs/apk/debug/output.json @@ -0,0 +1,20 @@ +{ + "version": 1, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "aixiao.lightcontrol", + "variantName": "debug", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "properties": [], + "versionCode": 1, + "versionName": "1", + "enabled": true, + "outputFile": "app-debug.apk" + } + ] +} \ No newline at end of file diff --git a/app/build/outputs/logs/manifest-merger-debug-report.txt b/app/build/outputs/logs/manifest-merger-debug-report.txt new file mode 100644 index 0000000..93bcf6c --- /dev/null +++ b/app/build/outputs/logs/manifest-merger-debug-report.txt @@ -0,0 +1,157 @@ +-- Merging decision tree log --- +manifest +ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 +MERGED from [com.android.support:appcompat-v7:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\0c91d46fdd28334f30b1556655513aca\appcompat-v7-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support.constraint:constraint-layout:1.1.3] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6aa08304add994e185ee5bd49f0fc102\constraint-layout-1.1.3\AndroidManifest.xml:2:1-11:12 +MERGED from [com.android.support:cardview-v7:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\287b81395e8a6af72b16997b2b264ea9\cardview-v7-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:support-fragment:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c88c593eadb3214baf9beaf10235fc22\support-fragment-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:animated-vector-drawable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\19441647dde82811e0f8850f322a3735\animated-vector-drawable-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:support-core-ui:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\4befd111260781b0887d9350daa1408f\support-core-ui-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:support-core-utils:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\b71e3287f1352736da0fec142f5211bc\support-core-utils-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:support-vector-drawable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\1562b3719554fa4903e28dcd9508f1e8\support-vector-drawable-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:loader:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\1960372ea23d13d4be6b794726d2c6fe\loader-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:viewpager:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\79c2c073fb018aa76bf35cb91e185267\viewpager-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:coordinatorlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\02032d4eab5e547a1b10f7e2cc64a621\coordinatorlayout-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:drawerlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c18f1110e437299982044281d0c4793e\drawerlayout-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:slidingpanelayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\93c727039c2c74ecaba4a69e6b45f348\slidingpanelayout-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:customview:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\405a1595a62182966429e903f61cf49f\customview-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:swiperefreshlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\260c840e37b370d2335ed59b13f58d79\swiperefreshlayout-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:asynclayoutinflater:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\3eeba095a054eadfbf9f84a901c648d9\asynclayoutinflater-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:support-compat:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\ccbd3881d3e597a650ace942161206f5\support-compat-28.0.0\AndroidManifest.xml:17:1-24:12 +MERGED from [com.android.support:versionedparcelable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c974b53ff623607867e85f86170dbc65\versionedparcelable-28.0.0\AndroidManifest.xml:17:1-25:12 +MERGED from [com.android.support:cursoradapter:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\8ea6ac34f223929050e42d0d41b55557\cursoradapter-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [android.arch.lifecycle:runtime:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\97d9e80cc06bd1716c9a1c83dcdf0e1a\runtime-1.1.1\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:documentfile:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\4008b816f163fba5a2697c0a5560c682\documentfile-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:localbroadcastmanager:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\e3c4d05a27bf4f4552df5090537133ea\localbroadcastmanager-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:print:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\326b07dc58f3196235573cd7c3eaefad\print-28.0.0\AndroidManifest.xml:17:1-22:12 +MERGED from [android.arch.lifecycle:viewmodel:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\0bff491a10253e576df70f25d663fdb9\viewmodel-1.1.1\AndroidManifest.xml:17:1-22:12 +MERGED from [android.arch.lifecycle:livedata:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6920a4ecf0c2443f01cbd9424474ed41\livedata-1.1.1\AndroidManifest.xml:17:1-22:12 +MERGED from [android.arch.lifecycle:livedata-core:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\aa31b21d37fa785af8be2696040c0070\livedata-core-1.1.1\AndroidManifest.xml:17:1-22:12 +MERGED from [android.arch.core:runtime:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\3cdd09ad7aea26e45644d6466a6ff4d1\runtime-1.1.1\AndroidManifest.xml:17:1-22:12 +MERGED from [com.android.support:interpolator:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\7312172b974aad26593142162affd51c\interpolator-28.0.0\AndroidManifest.xml:17:1-22:12 +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 + package + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:3:5-34 + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + android:versionName + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + android:versionCode + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:1-21:12 + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + xmlns:android + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:2:11-69 +application +ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:5:5-19:19 +MERGED from [com.android.support.constraint:constraint-layout:1.1.3] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6aa08304add994e185ee5bd49f0fc102\constraint-layout-1.1.3\AndroidManifest.xml:9:5-20 +MERGED from [com.android.support.constraint:constraint-layout:1.1.3] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6aa08304add994e185ee5bd49f0fc102\constraint-layout-1.1.3\AndroidManifest.xml:9:5-20 +MERGED from [com.android.support:support-compat:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\ccbd3881d3e597a650ace942161206f5\support-compat-28.0.0\AndroidManifest.xml:22:5-94 +MERGED from [com.android.support:support-compat:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\ccbd3881d3e597a650ace942161206f5\support-compat-28.0.0\AndroidManifest.xml:22:5-94 +MERGED from [com.android.support:versionedparcelable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c974b53ff623607867e85f86170dbc65\versionedparcelable-28.0.0\AndroidManifest.xml:22:5-23:19 +MERGED from [com.android.support:versionedparcelable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c974b53ff623607867e85f86170dbc65\versionedparcelable-28.0.0\AndroidManifest.xml:22:5-23:19 + android:appComponentFactory + ADDED from [com.android.support:support-compat:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\ccbd3881d3e597a650ace942161206f5\support-compat-28.0.0\AndroidManifest.xml:22:18-91 + android:supportsRtl + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:10:9-35 + android:label + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:8:9-41 + android:roundIcon + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:9:9-54 + android:icon + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:7:9-43 + android:allowBackup + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:6:9-35 + android:theme + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:11:9-40 +activity#aixiao.lightcontrol.MainActivity +ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:12:9-18:20 + android:name + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:12:19-47 +intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER +ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:13:13-17:29 +action#android.intent.action.MAIN +ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:14:17-69 + android:name + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:14:25-66 +category#android.intent.category.LAUNCHER +ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:16:17-77 + android:name + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml:16:27-74 +uses-sdk +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml reason: use-sdk injection requested +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml +MERGED from [com.android.support:appcompat-v7:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\0c91d46fdd28334f30b1556655513aca\appcompat-v7-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:appcompat-v7:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\0c91d46fdd28334f30b1556655513aca\appcompat-v7-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support.constraint:constraint-layout:1.1.3] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6aa08304add994e185ee5bd49f0fc102\constraint-layout-1.1.3\AndroidManifest.xml:5:5-7:41 +MERGED from [com.android.support.constraint:constraint-layout:1.1.3] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6aa08304add994e185ee5bd49f0fc102\constraint-layout-1.1.3\AndroidManifest.xml:5:5-7:41 +MERGED from [com.android.support:cardview-v7:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\287b81395e8a6af72b16997b2b264ea9\cardview-v7-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:cardview-v7:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\287b81395e8a6af72b16997b2b264ea9\cardview-v7-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-fragment:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c88c593eadb3214baf9beaf10235fc22\support-fragment-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-fragment:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c88c593eadb3214baf9beaf10235fc22\support-fragment-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:animated-vector-drawable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\19441647dde82811e0f8850f322a3735\animated-vector-drawable-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:animated-vector-drawable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\19441647dde82811e0f8850f322a3735\animated-vector-drawable-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-core-ui:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\4befd111260781b0887d9350daa1408f\support-core-ui-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-core-ui:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\4befd111260781b0887d9350daa1408f\support-core-ui-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-core-utils:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\b71e3287f1352736da0fec142f5211bc\support-core-utils-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-core-utils:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\b71e3287f1352736da0fec142f5211bc\support-core-utils-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\1562b3719554fa4903e28dcd9508f1e8\support-vector-drawable-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-vector-drawable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\1562b3719554fa4903e28dcd9508f1e8\support-vector-drawable-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:loader:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\1960372ea23d13d4be6b794726d2c6fe\loader-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:loader:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\1960372ea23d13d4be6b794726d2c6fe\loader-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:viewpager:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\79c2c073fb018aa76bf35cb91e185267\viewpager-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:viewpager:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\79c2c073fb018aa76bf35cb91e185267\viewpager-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:coordinatorlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\02032d4eab5e547a1b10f7e2cc64a621\coordinatorlayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:coordinatorlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\02032d4eab5e547a1b10f7e2cc64a621\coordinatorlayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:drawerlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c18f1110e437299982044281d0c4793e\drawerlayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:drawerlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c18f1110e437299982044281d0c4793e\drawerlayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:slidingpanelayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\93c727039c2c74ecaba4a69e6b45f348\slidingpanelayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:slidingpanelayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\93c727039c2c74ecaba4a69e6b45f348\slidingpanelayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:customview:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\405a1595a62182966429e903f61cf49f\customview-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:customview:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\405a1595a62182966429e903f61cf49f\customview-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:swiperefreshlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\260c840e37b370d2335ed59b13f58d79\swiperefreshlayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:swiperefreshlayout:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\260c840e37b370d2335ed59b13f58d79\swiperefreshlayout-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:asynclayoutinflater:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\3eeba095a054eadfbf9f84a901c648d9\asynclayoutinflater-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:asynclayoutinflater:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\3eeba095a054eadfbf9f84a901c648d9\asynclayoutinflater-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-compat:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\ccbd3881d3e597a650ace942161206f5\support-compat-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:support-compat:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\ccbd3881d3e597a650ace942161206f5\support-compat-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:versionedparcelable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c974b53ff623607867e85f86170dbc65\versionedparcelable-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:versionedparcelable:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\c974b53ff623607867e85f86170dbc65\versionedparcelable-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:cursoradapter:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\8ea6ac34f223929050e42d0d41b55557\cursoradapter-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:cursoradapter:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\8ea6ac34f223929050e42d0d41b55557\cursoradapter-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:runtime:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\97d9e80cc06bd1716c9a1c83dcdf0e1a\runtime-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:runtime:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\97d9e80cc06bd1716c9a1c83dcdf0e1a\runtime-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:documentfile:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\4008b816f163fba5a2697c0a5560c682\documentfile-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:documentfile:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\4008b816f163fba5a2697c0a5560c682\documentfile-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:localbroadcastmanager:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\e3c4d05a27bf4f4552df5090537133ea\localbroadcastmanager-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:localbroadcastmanager:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\e3c4d05a27bf4f4552df5090537133ea\localbroadcastmanager-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:print:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\326b07dc58f3196235573cd7c3eaefad\print-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:print:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\326b07dc58f3196235573cd7c3eaefad\print-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:viewmodel:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\0bff491a10253e576df70f25d663fdb9\viewmodel-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:viewmodel:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\0bff491a10253e576df70f25d663fdb9\viewmodel-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:livedata:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6920a4ecf0c2443f01cbd9424474ed41\livedata-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:livedata:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\6920a4ecf0c2443f01cbd9424474ed41\livedata-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:livedata-core:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\aa31b21d37fa785af8be2696040c0070\livedata-core-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.lifecycle:livedata-core:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\aa31b21d37fa785af8be2696040c0070\livedata-core-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.core:runtime:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\3cdd09ad7aea26e45644d6466a6ff4d1\runtime-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [android.arch.core:runtime:1.1.1] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\3cdd09ad7aea26e45644d6466a6ff4d1\runtime-1.1.1\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:interpolator:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\7312172b974aad26593142162affd51c\interpolator-28.0.0\AndroidManifest.xml:20:5-44 +MERGED from [com.android.support:interpolator:28.0.0] C:\Users\niuyuling\.gradle\caches\transforms-2\files-2.1\7312172b974aad26593142162affd51c\interpolator-28.0.0\AndroidManifest.xml:20:5-44 +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml +INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + android:targetSdkVersion + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + android:minSdkVersion + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + ADDED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml + INJECTED from C:\Users\niuyuling\Desktop\lightcontrol\app\src\main\AndroidManifest.xml diff --git a/app/src/main/assets/c b/app/src/main/assets/c deleted file mode 100644 index 7ef3a84..0000000 Binary files a/app/src/main/assets/c and /dev/null differ diff --git a/app/src/main/assets/client b/app/src/main/assets/client new file mode 100644 index 0000000..1bd9368 Binary files /dev/null and b/app/src/main/assets/client differ diff --git a/app/src/main/java/aixiao/lightcontrol/MainActivity.java b/app/src/main/java/aixiao/lightcontrol/MainActivity.java index a8a5b52..94ce276 100644 --- a/app/src/main/java/aixiao/lightcontrol/MainActivity.java +++ b/app/src/main/java/aixiao/lightcontrol/MainActivity.java @@ -5,13 +5,11 @@ import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.SharedPreferences; -import android.content.res.AssetManager; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.CardView; -import android.util.Log; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuItem; @@ -23,10 +21,8 @@ import android.widget.Toast; import org.apache.commons.io.FileUtils; import java.io.File; -import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; -import java.util.Arrays; public class MainActivity extends AppCompatActivity { @@ -44,7 +40,7 @@ public class MainActivity extends AppCompatActivity { private Context context = MainActivity.this; private ProgressBar progressBar; private String commonPath; - //private String startPath = "data/data/aixiao.lightcontrol/c 192.168.1.102 \"/root/gpio/info_light 5 1"; + //private String startPath = "data/data/aixiao.lightcontrol/client -l 192.168.1.102 -p 127 -e 128 -b \"/root/gpio/info_light 5 1"; AlertDialog dialog; private Handler handler = new Handler(new Handler.Callback() { @Override @@ -84,11 +80,11 @@ public class MainActivity extends AppCompatActivity { sp = context.getSharedPreferences("data", MODE_PRIVATE); - startPath = sp.getString("start", " 192.168.1.102 /root/gpio/info_light 5 1"); - stopPath = sp.getString("stop", " 192.168.1.102 /root/gpio/info_light 5 0"); + startPath = sp.getString("start", " -l 192.168.1.102 -p 124 -e 128 -b \"/root/gpio/info_light 5 1\""); + stopPath = sp.getString("stop", " -l 192.168.1.102 -p 124 -e 128 -b \"/root/gpio/info_light 5 0\""); - startPath2 = sp.getString("start2", " 192.168.1.103 /root/gpio/info_light 5 1"); - stopPath2 = sp.getString("stop2", " 192.168.1.103 /root/gpio/info_light 5 0"); + startPath2 = sp.getString("start2", " -l 192.168.1.103 -p 124 -e 128 -b \"/root/gpio/info_light 5 1\""); + stopPath2 = sp.getString("stop2", " -l 192.168.1.103 -p 124 -e 128 -b \"/root/gpio/info_light 5 0\""); initView(); initBinaryFile(); @@ -101,15 +97,14 @@ public class MainActivity extends AppCompatActivity { try { String absolutePath = context.getFilesDir().getAbsoluteFile().getAbsolutePath(); - File file = new File(absolutePath + "/c"); + File file = new File(absolutePath + "/client"); commonPath = file.getAbsolutePath() + " "; System.out.println(commonPath); if (!file.exists()) { - - InputStream c = context.getAssets().open("c"); + InputStream c = context.getAssets().open("client"); FileUtils.copyInputStreamToFile(c, file); file.setExecutable(true); @@ -117,8 +112,6 @@ public class MainActivity extends AppCompatActivity { file.setWritable(true); Toast.makeText(context, "初始化二进制文件成功.", Toast.LENGTH_SHORT).show(); - } else { - //Toast.makeText(context, "二进制文件已存在.", Toast.LENGTH_SHORT).show(); } } catch (IOException e) { Toast.makeText(context, "初始化二进制文件失败.", Toast.LENGTH_LONG).show(); @@ -300,7 +293,7 @@ public class MainActivity extends AppCompatActivity { view = LayoutInflater.from(context).inflate(R.layout.layout_about, null, false); StringBuffer sbf = new StringBuffer(); sbf.append("贡献者:\n"); - sbf.append("\t\taixiao.me@qq.com\n"); + sbf.append("\t\t1605227279@qq.com\n"); sbf.append("\t\t1214585092@qq.com\n"); sbf.append("\t\t1225803134@qq.com\n"); @@ -316,3 +309,4 @@ public class MainActivity extends AppCompatActivity { } } + diff --git a/build.gradle b/build.gradle index f7f9a2a..7a8fae2 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:4.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -24,3 +24,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir } + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5ea0e6e..8abf049 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Dec 09 19:12:55 CST 2018 +#Thu Jun 04 15:24:33 CST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..681da01 --- /dev/null +++ b/local.properties @@ -0,0 +1,8 @@ +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Fri Jun 05 18:18:16 CST 2020 +sdk.dir=C\:\\Users\\niuyuling\\AppData\\Local\\Android\\Sdk