Added files of Alex and fixed the code.
26
DBHelper.py
|
@ -111,71 +111,71 @@ def delete_thief_photo(user_photo):
|
|||
|
||||
# Motor signal getter
|
||||
def get_motor():
|
||||
motor = db.child("signal").child("motor").get().val()
|
||||
motor = db.child("signal").child("1").child("motor").get().val()
|
||||
return motor
|
||||
|
||||
|
||||
# Motor signal setter
|
||||
def set_motor(motor):
|
||||
db.child("signal").child("motor").set(motor)
|
||||
db.child("signal").child("1").child("motor").set(motor)
|
||||
|
||||
|
||||
# Alarm signal getter
|
||||
def get_alarm():
|
||||
alarm = db.child("signal").child("alarm").get().val()
|
||||
alarm = db.child("signal").child("1").child("alarm").get().val()
|
||||
return alarm
|
||||
|
||||
|
||||
# Alarm signal setter
|
||||
def set_alarm(alarm):
|
||||
db.child("signal").child("alarm").set(alarm)
|
||||
db.child("signal").child("1").child("alarm").set(alarm)
|
||||
|
||||
|
||||
# Power signal getter
|
||||
def get_power():
|
||||
alarm = db.child("signal").child("power").get().val()
|
||||
alarm = db.child("signal").child("1").child("power").get().val()
|
||||
return alarm
|
||||
|
||||
|
||||
# Power signal setter
|
||||
def set_power(power):
|
||||
db.child("signal").child("power").set(power)
|
||||
db.child("signal").child("1").child("power").set(power)
|
||||
|
||||
|
||||
# Returns the first name or else an empty string.
|
||||
def get_signal_firstname():
|
||||
firstname = db.child("signal_2").child("First Name").get().val()
|
||||
firstname = db.child("signal").child("2").child("First Name").get().val()
|
||||
return firstname
|
||||
|
||||
|
||||
# Returns the last name or else an empty string.
|
||||
def get_signal_lastname():
|
||||
lastname = db.child("signal_2").child("Last Name").get().val()
|
||||
lastname = db.child("signal").child("2").child("Last Name").get().val()
|
||||
return lastname
|
||||
|
||||
|
||||
# Returns the e-mail or else an empty string.
|
||||
def get_signal_email():
|
||||
email = db.child("signal_2").child("E-Mail").get().val()
|
||||
email = db.child("signal").child("2").child("E-Mail").get().val()
|
||||
return email
|
||||
|
||||
|
||||
# Returns the phone or else an empty string.
|
||||
def get_signal_phone():
|
||||
phone = db.child("signal_2").child("Phone").get().val()
|
||||
phone = db.child("signal").child("2").child("Phone").get().val()
|
||||
return phone
|
||||
|
||||
|
||||
# Returns the address or else an empty string.
|
||||
def get_signal_address():
|
||||
address = db.child("signal_2").child("Address").get().val()
|
||||
address = db.child("signal").child("2").child("Address").get().val()
|
||||
return address
|
||||
|
||||
|
||||
# Uploads the data of user input into firebase.
|
||||
def upload_signal_data(firstname, lastname, email, phone, address):
|
||||
data = {"First Name": firstname, "Last Name": lastname, "E-Mail": email, "Phone": phone, "Address": address}
|
||||
db.child("signal_2").set(data)
|
||||
db.child("signal").child("2").set(data)
|
||||
|
||||
|
||||
# Removes the inputs.
|
||||
|
@ -184,4 +184,4 @@ def reset_data():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
upload_signal_data("Joe", "Joestar", "Jojo@gmail.com", "6353453242", "JojoLand")
|
||||
upload_signal_data("Batuhan", "Başoğlu", "bbaso079@uottawa.ca", "6138072241", "257 Lisgar Street")
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 78 KiB |
|
@ -1,4 +1,4 @@
|
|||
mport RPi.GPIO as GPIO
|
||||
import RPi.GPIO as GPIO
|
||||
import pyrebase # u need to install Pyrebase module firstly
|
||||
from time import sleep
|
||||
|
||||
|
@ -114,7 +114,7 @@ class Motor:
|
|||
return False
|
||||
|
||||
|
||||
if _name__=="__main_":
|
||||
if __name__=="__main__":
|
||||
|
||||
#print("Execute function...")
|
||||
|
||||
|
|
28
UI/.gitignore
vendored
|
@ -1,14 +1,14 @@
|
|||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<option name="testRunner" value="PLATFORM" />
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="1.8" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
12
UI/.idea/runConfigurations.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RunConfigurationProducerService">
|
||||
<option name="ignoredProducers">
|
||||
<set>
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
|
@ -2,5 +2,6 @@
|
|||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id="Capstone" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
||||
<component name="FacetManager">
|
||||
<facet type="java-gradle" name="Java-Gradle">
|
||||
<configuration>
|
||||
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
|
||||
<option name="BUILDABLE" value="false" />
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
BIN
UI/Capstone.zip
1
UI/app/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/build
|
139
UI/app/app.iml
|
@ -1,139 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
||||
<component name="FacetManager">
|
||||
<facet type="android-gradle" name="Android-Gradle">
|
||||
<configuration>
|
||||
<option name="GRADLE_PROJECT_PATH" value=":app" />
|
||||
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="3.5.3" />
|
||||
<option name="LAST_KNOWN_AGP_VERSION" value="3.5.3" />
|
||||
</configuration>
|
||||
</facet>
|
||||
<facet type="android" name="Android">
|
||||
<configuration>
|
||||
<option name="SELECTED_BUILD_VARIANT" value="debug" />
|
||||
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
|
||||
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
|
||||
<afterSyncTasks>
|
||||
<task>generateDebugSources</task>
|
||||
</afterSyncTasks>
|
||||
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
||||
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
|
||||
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
|
||||
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res" />
|
||||
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="" />
|
||||
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
|
||||
<output url="file://$MODULE_DIR$/build/intermediates/javac/debug/classes" />
|
||||
<output-test url="file://$MODULE_DIR$/build/intermediates/javac/debugUnitTest/classes" />
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/aidl_source_output_dir/debug/compileDebugAidl/out" isTestSource="false" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/renderscript_source_output_dir/debug/compileDebugRenderscript/out" isTestSource="false" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/debug" type="java-resource" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debugAndroidTest/out" isTestSource="true" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/aidl_source_output_dir/debugAndroidTest/compileDebugAndroidTestAidl/out" isTestSource="true" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/renderscript_source_output_dir/debugAndroidTest/compileDebugAndroidTestRenderscript/out" isTestSource="true" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" type="java-test-resource" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/build/generated/ap_generated_sources/debugUnitTest/out" isTestSource="true" generated="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/debug/aidl" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/debug/shaders" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/res" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/resources" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/assets" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/aidl" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/java" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/rs" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTestDebug/shaders" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/res" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/resources" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/assets" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/aidl" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/java" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/rs" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/testDebug/shaders" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/res" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" type="java-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/aidl" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/shaders" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/res" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/assets" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/aidl" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-integration:1.3@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-library:1.3@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: net.sf.kxml:kxml2:2.3.0@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: com.squareup:javawriter:2.1.1@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: javax.inject:javax.inject:1@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: com.google.code.findbugs:jsr305:2.0.1@jar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: androidx.test.ext:junit:1.1.0@aar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: androidx.test.espresso:espresso-core:3.1.1@aar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: androidx.test:runner:1.1.1@aar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: androidx.test:core:1.1.0@aar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: androidx.test:monitor:1.1.1@aar" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Gradle: androidx.test.espresso:espresso-idling-resource:3.1.1@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.collection:collection:1.0.0@jar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-common:2.0.0@jar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.arch.core:core-common:2.0.0@jar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.annotation:annotation:1.0.0@jar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.constraintlayout:constraintlayout-solver:1.1.3@jar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.appcompat:appcompat:1.0.2@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.fragment:fragment:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable-animated:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.legacy:legacy-support-core-ui:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.legacy:legacy-support-core-utils:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable:1.0.1@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.loader:loader:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.viewpager:viewpager:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.coordinatorlayout:coordinatorlayout:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.drawerlayout:drawerlayout:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.slidingpanelayout:slidingpanelayout:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.customview:customview:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.swiperefreshlayout:swiperefreshlayout:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.asynclayoutinflater:asynclayoutinflater:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.core:core:1.0.1@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.versionedparcelable:versionedparcelable:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.cursoradapter:cursoradapter:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-runtime:2.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.documentfile:documentfile:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.localbroadcastmanager:localbroadcastmanager:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.print:print:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-viewmodel:2.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata:2.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata-core:2.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.arch.core:core-runtime:2.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.interpolator:interpolator:1.0.0@aar" level="project" />
|
||||
<orderEntry type="library" name="Gradle: androidx.constraintlayout:constraintlayout:1.1.3@aar" level="project" />
|
||||
</component>
|
||||
</module>
|
|
@ -1,29 +1,39 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.3"
|
||||
defaultConfig {
|
||||
applicationId "com.example.capstone"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
||||
}
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.3"
|
||||
defaultConfig {
|
||||
applicationId "com.example.capstone"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation "androidx.cardview:cardview:1.0.0"
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'com.google.firebase:firebase-database:19.5.1'
|
||||
implementation 'com.google.firebase:firebase-auth:20.0.0'
|
||||
implementation 'com.android.support:multidex:1.0.3'
|
||||
implementation 'com.google.firebase:firebase-firestore:22.0.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation 'com.google.firebase:firebase-storage:19.2.0'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.arch.core;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.asynclayoutinflater;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,242 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.constraintlayout.widget;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int barrierAllowsGoneWidgets = 0x7f020037;
|
||||
public static final int barrierDirection = 0x7f020038;
|
||||
public static final int chainUseRtl = 0x7f020046;
|
||||
public static final int constraintSet = 0x7f020059;
|
||||
public static final int constraint_referenced_ids = 0x7f02005a;
|
||||
public static final int content = 0x7f02005b;
|
||||
public static final int emptyVisibility = 0x7f020077;
|
||||
public static final int layout_constrainedHeight = 0x7f02009a;
|
||||
public static final int layout_constrainedWidth = 0x7f02009b;
|
||||
public static final int layout_constraintBaseline_creator = 0x7f02009c;
|
||||
public static final int layout_constraintBaseline_toBaselineOf = 0x7f02009d;
|
||||
public static final int layout_constraintBottom_creator = 0x7f02009e;
|
||||
public static final int layout_constraintBottom_toBottomOf = 0x7f02009f;
|
||||
public static final int layout_constraintBottom_toTopOf = 0x7f0200a0;
|
||||
public static final int layout_constraintCircle = 0x7f0200a1;
|
||||
public static final int layout_constraintCircleAngle = 0x7f0200a2;
|
||||
public static final int layout_constraintCircleRadius = 0x7f0200a3;
|
||||
public static final int layout_constraintDimensionRatio = 0x7f0200a4;
|
||||
public static final int layout_constraintEnd_toEndOf = 0x7f0200a5;
|
||||
public static final int layout_constraintEnd_toStartOf = 0x7f0200a6;
|
||||
public static final int layout_constraintGuide_begin = 0x7f0200a7;
|
||||
public static final int layout_constraintGuide_end = 0x7f0200a8;
|
||||
public static final int layout_constraintGuide_percent = 0x7f0200a9;
|
||||
public static final int layout_constraintHeight_default = 0x7f0200aa;
|
||||
public static final int layout_constraintHeight_max = 0x7f0200ab;
|
||||
public static final int layout_constraintHeight_min = 0x7f0200ac;
|
||||
public static final int layout_constraintHeight_percent = 0x7f0200ad;
|
||||
public static final int layout_constraintHorizontal_bias = 0x7f0200ae;
|
||||
public static final int layout_constraintHorizontal_chainStyle = 0x7f0200af;
|
||||
public static final int layout_constraintHorizontal_weight = 0x7f0200b0;
|
||||
public static final int layout_constraintLeft_creator = 0x7f0200b1;
|
||||
public static final int layout_constraintLeft_toLeftOf = 0x7f0200b2;
|
||||
public static final int layout_constraintLeft_toRightOf = 0x7f0200b3;
|
||||
public static final int layout_constraintRight_creator = 0x7f0200b4;
|
||||
public static final int layout_constraintRight_toLeftOf = 0x7f0200b5;
|
||||
public static final int layout_constraintRight_toRightOf = 0x7f0200b6;
|
||||
public static final int layout_constraintStart_toEndOf = 0x7f0200b7;
|
||||
public static final int layout_constraintStart_toStartOf = 0x7f0200b8;
|
||||
public static final int layout_constraintTop_creator = 0x7f0200b9;
|
||||
public static final int layout_constraintTop_toBottomOf = 0x7f0200ba;
|
||||
public static final int layout_constraintTop_toTopOf = 0x7f0200bb;
|
||||
public static final int layout_constraintVertical_bias = 0x7f0200bc;
|
||||
public static final int layout_constraintVertical_chainStyle = 0x7f0200bd;
|
||||
public static final int layout_constraintVertical_weight = 0x7f0200be;
|
||||
public static final int layout_constraintWidth_default = 0x7f0200bf;
|
||||
public static final int layout_constraintWidth_max = 0x7f0200c0;
|
||||
public static final int layout_constraintWidth_min = 0x7f0200c1;
|
||||
public static final int layout_constraintWidth_percent = 0x7f0200c2;
|
||||
public static final int layout_editor_absoluteX = 0x7f0200c4;
|
||||
public static final int layout_editor_absoluteY = 0x7f0200c5;
|
||||
public static final int layout_goneMarginBottom = 0x7f0200c6;
|
||||
public static final int layout_goneMarginEnd = 0x7f0200c7;
|
||||
public static final int layout_goneMarginLeft = 0x7f0200c8;
|
||||
public static final int layout_goneMarginRight = 0x7f0200c9;
|
||||
public static final int layout_goneMarginStart = 0x7f0200ca;
|
||||
public static final int layout_goneMarginTop = 0x7f0200cb;
|
||||
public static final int layout_optimizationLevel = 0x7f0200ce;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int bottom = 0x7f070021;
|
||||
public static final int end = 0x7f07003a;
|
||||
public static final int gone = 0x7f070041;
|
||||
public static final int invisible = 0x7f07004c;
|
||||
public static final int left = 0x7f07004e;
|
||||
public static final int packed = 0x7f07005c;
|
||||
public static final int parent = 0x7f07005d;
|
||||
public static final int percent = 0x7f07005f;
|
||||
public static final int right = 0x7f070063;
|
||||
public static final int spread = 0x7f07007d;
|
||||
public static final int spread_inside = 0x7f07007e;
|
||||
public static final int start = 0x7f070083;
|
||||
public static final int top = 0x7f070092;
|
||||
public static final int wrap = 0x7f070098;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ConstraintLayout_Layout = { 0x10100c4, 0x101011f, 0x1010120, 0x101013f, 0x1010140, 0x7f020037, 0x7f020038, 0x7f020046, 0x7f020059, 0x7f02005a, 0x7f02009a, 0x7f02009b, 0x7f02009c, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 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, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200ce };
|
||||
public static final int ConstraintLayout_Layout_android_orientation = 0;
|
||||
public static final int ConstraintLayout_Layout_android_maxWidth = 1;
|
||||
public static final int ConstraintLayout_Layout_android_maxHeight = 2;
|
||||
public static final int ConstraintLayout_Layout_android_minWidth = 3;
|
||||
public static final int ConstraintLayout_Layout_android_minHeight = 4;
|
||||
public static final int ConstraintLayout_Layout_barrierAllowsGoneWidgets = 5;
|
||||
public static final int ConstraintLayout_Layout_barrierDirection = 6;
|
||||
public static final int ConstraintLayout_Layout_chainUseRtl = 7;
|
||||
public static final int ConstraintLayout_Layout_constraintSet = 8;
|
||||
public static final int ConstraintLayout_Layout_constraint_referenced_ids = 9;
|
||||
public static final int ConstraintLayout_Layout_layout_constrainedHeight = 10;
|
||||
public static final int ConstraintLayout_Layout_layout_constrainedWidth = 11;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintBaseline_creator = 12;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = 13;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintBottom_creator = 14;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = 15;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintBottom_toTopOf = 16;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintCircle = 17;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintCircleAngle = 18;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintCircleRadius = 19;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintDimensionRatio = 20;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintEnd_toEndOf = 21;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintEnd_toStartOf = 22;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintGuide_begin = 23;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintGuide_end = 24;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintGuide_percent = 25;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintHeight_default = 26;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintHeight_max = 27;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintHeight_min = 28;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintHeight_percent = 29;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintHorizontal_bias = 30;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = 31;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintHorizontal_weight = 32;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintLeft_creator = 33;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = 34;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintLeft_toRightOf = 35;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintRight_creator = 36;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintRight_toLeftOf = 37;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintRight_toRightOf = 38;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintStart_toEndOf = 39;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintStart_toStartOf = 40;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintTop_creator = 41;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintTop_toBottomOf = 42;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintTop_toTopOf = 43;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintVertical_bias = 44;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintVertical_chainStyle = 45;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintVertical_weight = 46;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintWidth_default = 47;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintWidth_max = 48;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintWidth_min = 49;
|
||||
public static final int ConstraintLayout_Layout_layout_constraintWidth_percent = 50;
|
||||
public static final int ConstraintLayout_Layout_layout_editor_absoluteX = 51;
|
||||
public static final int ConstraintLayout_Layout_layout_editor_absoluteY = 52;
|
||||
public static final int ConstraintLayout_Layout_layout_goneMarginBottom = 53;
|
||||
public static final int ConstraintLayout_Layout_layout_goneMarginEnd = 54;
|
||||
public static final int ConstraintLayout_Layout_layout_goneMarginLeft = 55;
|
||||
public static final int ConstraintLayout_Layout_layout_goneMarginRight = 56;
|
||||
public static final int ConstraintLayout_Layout_layout_goneMarginStart = 57;
|
||||
public static final int ConstraintLayout_Layout_layout_goneMarginTop = 58;
|
||||
public static final int ConstraintLayout_Layout_layout_optimizationLevel = 59;
|
||||
public static final int[] ConstraintLayout_placeholder = { 0x7f02005b, 0x7f020077 };
|
||||
public static final int ConstraintLayout_placeholder_content = 0;
|
||||
public static final int ConstraintLayout_placeholder_emptyVisibility = 1;
|
||||
public static final int[] ConstraintSet = { 0x10100c4, 0x10100d0, 0x10100dc, 0x10100f4, 0x10100f5, 0x10100f7, 0x10100f8, 0x10100f9, 0x10100fa, 0x101011f, 0x1010120, 0x101013f, 0x1010140, 0x101031f, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x1010324, 0x1010325, 0x1010326, 0x1010327, 0x1010328, 0x10103b5, 0x10103b6, 0x10103fa, 0x1010440, 0x7f020037, 0x7f020038, 0x7f020046, 0x7f02005a, 0x7f02009a, 0x7f02009b, 0x7f02009c, 0x7f02009d, 0x7f02009e, 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 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, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb };
|
||||
public static final int ConstraintSet_android_orientation = 0;
|
||||
public static final int ConstraintSet_android_id = 1;
|
||||
public static final int ConstraintSet_android_visibility = 2;
|
||||
public static final int ConstraintSet_android_layout_width = 3;
|
||||
public static final int ConstraintSet_android_layout_height = 4;
|
||||
public static final int ConstraintSet_android_layout_marginLeft = 5;
|
||||
public static final int ConstraintSet_android_layout_marginTop = 6;
|
||||
public static final int ConstraintSet_android_layout_marginRight = 7;
|
||||
public static final int ConstraintSet_android_layout_marginBottom = 8;
|
||||
public static final int ConstraintSet_android_maxWidth = 9;
|
||||
public static final int ConstraintSet_android_maxHeight = 10;
|
||||
public static final int ConstraintSet_android_minWidth = 11;
|
||||
public static final int ConstraintSet_android_minHeight = 12;
|
||||
public static final int ConstraintSet_android_alpha = 13;
|
||||
public static final int ConstraintSet_android_transformPivotX = 14;
|
||||
public static final int ConstraintSet_android_transformPivotY = 15;
|
||||
public static final int ConstraintSet_android_translationX = 16;
|
||||
public static final int ConstraintSet_android_translationY = 17;
|
||||
public static final int ConstraintSet_android_scaleX = 18;
|
||||
public static final int ConstraintSet_android_scaleY = 19;
|
||||
public static final int ConstraintSet_android_rotation = 20;
|
||||
public static final int ConstraintSet_android_rotationX = 21;
|
||||
public static final int ConstraintSet_android_rotationY = 22;
|
||||
public static final int ConstraintSet_android_layout_marginStart = 23;
|
||||
public static final int ConstraintSet_android_layout_marginEnd = 24;
|
||||
public static final int ConstraintSet_android_translationZ = 25;
|
||||
public static final int ConstraintSet_android_elevation = 26;
|
||||
public static final int ConstraintSet_barrierAllowsGoneWidgets = 27;
|
||||
public static final int ConstraintSet_barrierDirection = 28;
|
||||
public static final int ConstraintSet_chainUseRtl = 29;
|
||||
public static final int ConstraintSet_constraint_referenced_ids = 30;
|
||||
public static final int ConstraintSet_layout_constrainedHeight = 31;
|
||||
public static final int ConstraintSet_layout_constrainedWidth = 32;
|
||||
public static final int ConstraintSet_layout_constraintBaseline_creator = 33;
|
||||
public static final int ConstraintSet_layout_constraintBaseline_toBaselineOf = 34;
|
||||
public static final int ConstraintSet_layout_constraintBottom_creator = 35;
|
||||
public static final int ConstraintSet_layout_constraintBottom_toBottomOf = 36;
|
||||
public static final int ConstraintSet_layout_constraintBottom_toTopOf = 37;
|
||||
public static final int ConstraintSet_layout_constraintCircle = 38;
|
||||
public static final int ConstraintSet_layout_constraintCircleAngle = 39;
|
||||
public static final int ConstraintSet_layout_constraintCircleRadius = 40;
|
||||
public static final int ConstraintSet_layout_constraintDimensionRatio = 41;
|
||||
public static final int ConstraintSet_layout_constraintEnd_toEndOf = 42;
|
||||
public static final int ConstraintSet_layout_constraintEnd_toStartOf = 43;
|
||||
public static final int ConstraintSet_layout_constraintGuide_begin = 44;
|
||||
public static final int ConstraintSet_layout_constraintGuide_end = 45;
|
||||
public static final int ConstraintSet_layout_constraintGuide_percent = 46;
|
||||
public static final int ConstraintSet_layout_constraintHeight_default = 47;
|
||||
public static final int ConstraintSet_layout_constraintHeight_max = 48;
|
||||
public static final int ConstraintSet_layout_constraintHeight_min = 49;
|
||||
public static final int ConstraintSet_layout_constraintHeight_percent = 50;
|
||||
public static final int ConstraintSet_layout_constraintHorizontal_bias = 51;
|
||||
public static final int ConstraintSet_layout_constraintHorizontal_chainStyle = 52;
|
||||
public static final int ConstraintSet_layout_constraintHorizontal_weight = 53;
|
||||
public static final int ConstraintSet_layout_constraintLeft_creator = 54;
|
||||
public static final int ConstraintSet_layout_constraintLeft_toLeftOf = 55;
|
||||
public static final int ConstraintSet_layout_constraintLeft_toRightOf = 56;
|
||||
public static final int ConstraintSet_layout_constraintRight_creator = 57;
|
||||
public static final int ConstraintSet_layout_constraintRight_toLeftOf = 58;
|
||||
public static final int ConstraintSet_layout_constraintRight_toRightOf = 59;
|
||||
public static final int ConstraintSet_layout_constraintStart_toEndOf = 60;
|
||||
public static final int ConstraintSet_layout_constraintStart_toStartOf = 61;
|
||||
public static final int ConstraintSet_layout_constraintTop_creator = 62;
|
||||
public static final int ConstraintSet_layout_constraintTop_toBottomOf = 63;
|
||||
public static final int ConstraintSet_layout_constraintTop_toTopOf = 64;
|
||||
public static final int ConstraintSet_layout_constraintVertical_bias = 65;
|
||||
public static final int ConstraintSet_layout_constraintVertical_chainStyle = 66;
|
||||
public static final int ConstraintSet_layout_constraintVertical_weight = 67;
|
||||
public static final int ConstraintSet_layout_constraintWidth_default = 68;
|
||||
public static final int ConstraintSet_layout_constraintWidth_max = 69;
|
||||
public static final int ConstraintSet_layout_constraintWidth_min = 70;
|
||||
public static final int ConstraintSet_layout_constraintWidth_percent = 71;
|
||||
public static final int ConstraintSet_layout_editor_absoluteX = 72;
|
||||
public static final int ConstraintSet_layout_editor_absoluteY = 73;
|
||||
public static final int ConstraintSet_layout_goneMarginBottom = 74;
|
||||
public static final int ConstraintSet_layout_goneMarginEnd = 75;
|
||||
public static final int ConstraintSet_layout_goneMarginLeft = 76;
|
||||
public static final int ConstraintSet_layout_goneMarginRight = 77;
|
||||
public static final int ConstraintSet_layout_goneMarginStart = 78;
|
||||
public static final int ConstraintSet_layout_goneMarginTop = 79;
|
||||
public static final int[] LinearConstraintLayout = { 0x10100c4 };
|
||||
public static final int LinearConstraintLayout_android_orientation = 0;
|
||||
}
|
||||
}
|
|
@ -1,211 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.coordinatorlayout;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int coordinatorLayoutStyle = 0x7f020064;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int keylines = 0x7f020094;
|
||||
public static final int layout_anchor = 0x7f020097;
|
||||
public static final int layout_anchorGravity = 0x7f020098;
|
||||
public static final int layout_behavior = 0x7f020099;
|
||||
public static final int layout_dodgeInsetEdges = 0x7f0200c3;
|
||||
public static final int layout_insetEdge = 0x7f0200cc;
|
||||
public static final int layout_keyline = 0x7f0200cd;
|
||||
public static final int statusBarBackground = 0x7f020109;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int bottom = 0x7f070021;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int end = 0x7f07003a;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int left = 0x7f07004e;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int none = 0x7f070057;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right = 0x7f070063;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int start = 0x7f070083;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
public static final int top = 0x7f070092;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
|
||||
public static final int CoordinatorLayout_keylines = 0;
|
||||
public static final int CoordinatorLayout_statusBarBackground = 1;
|
||||
public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
|
||||
public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchor = 1;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
||||
public static final int CoordinatorLayout_Layout_layout_behavior = 3;
|
||||
public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
||||
public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
||||
public static final int CoordinatorLayout_Layout_layout_keyline = 6;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.core;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.cursoradapter;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.customview;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.documentfile;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.drawerlayout;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,211 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.fragment;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int coordinatorLayoutStyle = 0x7f020064;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int keylines = 0x7f020094;
|
||||
public static final int layout_anchor = 0x7f020097;
|
||||
public static final int layout_anchorGravity = 0x7f020098;
|
||||
public static final int layout_behavior = 0x7f020099;
|
||||
public static final int layout_dodgeInsetEdges = 0x7f0200c3;
|
||||
public static final int layout_insetEdge = 0x7f0200cc;
|
||||
public static final int layout_keyline = 0x7f0200cd;
|
||||
public static final int statusBarBackground = 0x7f020109;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int bottom = 0x7f070021;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int end = 0x7f07003a;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int left = 0x7f07004e;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int none = 0x7f070057;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right = 0x7f070063;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int start = 0x7f070083;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
public static final int top = 0x7f070092;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
|
||||
public static final int CoordinatorLayout_keylines = 0;
|
||||
public static final int CoordinatorLayout_statusBarBackground = 1;
|
||||
public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
|
||||
public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchor = 1;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
||||
public static final int CoordinatorLayout_Layout_layout_behavior = 3;
|
||||
public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
||||
public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
||||
public static final int CoordinatorLayout_Layout_layout_keyline = 6;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.interpolator;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,211 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.legacy.coreui;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int coordinatorLayoutStyle = 0x7f020064;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int keylines = 0x7f020094;
|
||||
public static final int layout_anchor = 0x7f020097;
|
||||
public static final int layout_anchorGravity = 0x7f020098;
|
||||
public static final int layout_behavior = 0x7f020099;
|
||||
public static final int layout_dodgeInsetEdges = 0x7f0200c3;
|
||||
public static final int layout_insetEdge = 0x7f0200cc;
|
||||
public static final int layout_keyline = 0x7f0200cd;
|
||||
public static final int statusBarBackground = 0x7f020109;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int bottom = 0x7f070021;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int end = 0x7f07003a;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int left = 0x7f07004e;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int none = 0x7f070057;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right = 0x7f070063;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int start = 0x7f070083;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
public static final int top = 0x7f070092;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
|
||||
public static final int CoordinatorLayout_keylines = 0;
|
||||
public static final int CoordinatorLayout_statusBarBackground = 1;
|
||||
public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
|
||||
public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchor = 1;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
||||
public static final int CoordinatorLayout_Layout_layout_behavior = 3;
|
||||
public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
||||
public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
||||
public static final int CoordinatorLayout_Layout_layout_keyline = 6;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.legacy.coreutils;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.livedata;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.livedata.core;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.lifecycle.viewmodel;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.loader;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.localbroadcastmanager;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.print;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.slidingpanelayout;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.swiperefreshlayout;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,211 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.vectordrawable;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int coordinatorLayoutStyle = 0x7f020064;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int keylines = 0x7f020094;
|
||||
public static final int layout_anchor = 0x7f020097;
|
||||
public static final int layout_anchorGravity = 0x7f020098;
|
||||
public static final int layout_behavior = 0x7f020099;
|
||||
public static final int layout_dodgeInsetEdges = 0x7f0200c3;
|
||||
public static final int layout_insetEdge = 0x7f0200cc;
|
||||
public static final int layout_keyline = 0x7f0200cd;
|
||||
public static final int statusBarBackground = 0x7f020109;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int bottom = 0x7f070021;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int end = 0x7f07003a;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int left = 0x7f07004e;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int none = 0x7f070057;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right = 0x7f070063;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int start = 0x7f070083;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
public static final int top = 0x7f070092;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
public static final int Widget_Support_CoordinatorLayout = 0x7f0c015a;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] CoordinatorLayout = { 0x7f020094, 0x7f020109 };
|
||||
public static final int CoordinatorLayout_keylines = 0;
|
||||
public static final int CoordinatorLayout_statusBarBackground = 1;
|
||||
public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f020097, 0x7f020098, 0x7f020099, 0x7f0200c3, 0x7f0200cc, 0x7f0200cd };
|
||||
public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchor = 1;
|
||||
public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
||||
public static final int CoordinatorLayout_Layout_layout_behavior = 3;
|
||||
public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
||||
public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
||||
public static final int CoordinatorLayout_Layout_layout_keyline = 6;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.versionedparcelable;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
}
|
|
@ -1,183 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* gradle plugin from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
package androidx.viewpager;
|
||||
|
||||
public final class R {
|
||||
private R() {}
|
||||
|
||||
public static final class attr {
|
||||
private attr() {}
|
||||
|
||||
public static final int alpha = 0x7f020027;
|
||||
public static final int font = 0x7f02007a;
|
||||
public static final int fontProviderAuthority = 0x7f02007c;
|
||||
public static final int fontProviderCerts = 0x7f02007d;
|
||||
public static final int fontProviderFetchStrategy = 0x7f02007e;
|
||||
public static final int fontProviderFetchTimeout = 0x7f02007f;
|
||||
public static final int fontProviderPackage = 0x7f020080;
|
||||
public static final int fontProviderQuery = 0x7f020081;
|
||||
public static final int fontStyle = 0x7f020082;
|
||||
public static final int fontVariationSettings = 0x7f020083;
|
||||
public static final int fontWeight = 0x7f020084;
|
||||
public static final int ttcIndex = 0x7f02013c;
|
||||
}
|
||||
public static final class color {
|
||||
private color() {}
|
||||
|
||||
public static final int notification_action_color_filter = 0x7f04003f;
|
||||
public static final int notification_icon_bg_color = 0x7f040040;
|
||||
public static final int ripple_material_light = 0x7f04004a;
|
||||
public static final int secondary_text_default_material_light = 0x7f04004c;
|
||||
}
|
||||
public static final class dimen {
|
||||
private dimen() {}
|
||||
|
||||
public static final int compat_button_inset_horizontal_material = 0x7f05004b;
|
||||
public static final int compat_button_inset_vertical_material = 0x7f05004c;
|
||||
public static final int compat_button_padding_horizontal_material = 0x7f05004d;
|
||||
public static final int compat_button_padding_vertical_material = 0x7f05004e;
|
||||
public static final int compat_control_corner_material = 0x7f05004f;
|
||||
public static final int compat_notification_large_icon_max_height = 0x7f050050;
|
||||
public static final int compat_notification_large_icon_max_width = 0x7f050051;
|
||||
public static final int notification_action_icon_size = 0x7f05005b;
|
||||
public static final int notification_action_text_size = 0x7f05005c;
|
||||
public static final int notification_big_circle_margin = 0x7f05005d;
|
||||
public static final int notification_content_margin_start = 0x7f05005e;
|
||||
public static final int notification_large_icon_height = 0x7f05005f;
|
||||
public static final int notification_large_icon_width = 0x7f050060;
|
||||
public static final int notification_main_column_padding_top = 0x7f050061;
|
||||
public static final int notification_media_narrow_margin = 0x7f050062;
|
||||
public static final int notification_right_icon_size = 0x7f050063;
|
||||
public static final int notification_right_side_padding_top = 0x7f050064;
|
||||
public static final int notification_small_icon_background_padding = 0x7f050065;
|
||||
public static final int notification_small_icon_size_as_large = 0x7f050066;
|
||||
public static final int notification_subtext_size = 0x7f050067;
|
||||
public static final int notification_top_pad = 0x7f050068;
|
||||
public static final int notification_top_pad_large_text = 0x7f050069;
|
||||
}
|
||||
public static final class drawable {
|
||||
private drawable() {}
|
||||
|
||||
public static final int notification_action_background = 0x7f06005a;
|
||||
public static final int notification_bg = 0x7f06005b;
|
||||
public static final int notification_bg_low = 0x7f06005c;
|
||||
public static final int notification_bg_low_normal = 0x7f06005d;
|
||||
public static final int notification_bg_low_pressed = 0x7f06005e;
|
||||
public static final int notification_bg_normal = 0x7f06005f;
|
||||
public static final int notification_bg_normal_pressed = 0x7f060060;
|
||||
public static final int notification_icon_background = 0x7f060061;
|
||||
public static final int notification_template_icon_bg = 0x7f060062;
|
||||
public static final int notification_template_icon_low_bg = 0x7f060063;
|
||||
public static final int notification_tile_bg = 0x7f060064;
|
||||
public static final int notify_panel_notification_icon_bg = 0x7f060065;
|
||||
}
|
||||
public static final class id {
|
||||
private id() {}
|
||||
|
||||
public static final int action_container = 0x7f07000d;
|
||||
public static final int action_divider = 0x7f07000f;
|
||||
public static final int action_image = 0x7f070010;
|
||||
public static final int action_text = 0x7f070016;
|
||||
public static final int actions = 0x7f070017;
|
||||
public static final int async = 0x7f07001d;
|
||||
public static final int blocking = 0x7f070020;
|
||||
public static final int chronometer = 0x7f07002c;
|
||||
public static final int forever = 0x7f070040;
|
||||
public static final int icon = 0x7f070046;
|
||||
public static final int icon_group = 0x7f070047;
|
||||
public static final int info = 0x7f07004b;
|
||||
public static final int italic = 0x7f07004d;
|
||||
public static final int line1 = 0x7f07004f;
|
||||
public static final int line3 = 0x7f070050;
|
||||
public static final int normal = 0x7f070058;
|
||||
public static final int notification_background = 0x7f070059;
|
||||
public static final int notification_main_column = 0x7f07005a;
|
||||
public static final int notification_main_column_container = 0x7f07005b;
|
||||
public static final int right_icon = 0x7f070064;
|
||||
public static final int right_side = 0x7f070065;
|
||||
public static final int tag_transition_group = 0x7f070087;
|
||||
public static final int tag_unhandled_key_event_manager = 0x7f070088;
|
||||
public static final int tag_unhandled_key_listeners = 0x7f070089;
|
||||
public static final int text = 0x7f07008a;
|
||||
public static final int text2 = 0x7f07008b;
|
||||
public static final int time = 0x7f07008e;
|
||||
public static final int title = 0x7f07008f;
|
||||
}
|
||||
public static final class integer {
|
||||
private integer() {}
|
||||
|
||||
public static final int status_bar_notification_info_maxnum = 0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
private layout() {}
|
||||
|
||||
public static final int notification_action = 0x7f09001e;
|
||||
public static final int notification_action_tombstone = 0x7f09001f;
|
||||
public static final int notification_template_custom_big = 0x7f090020;
|
||||
public static final int notification_template_icon_group = 0x7f090021;
|
||||
public static final int notification_template_part_chronometer = 0x7f090022;
|
||||
public static final int notification_template_part_time = 0x7f090023;
|
||||
}
|
||||
public static final class string {
|
||||
private string() {}
|
||||
|
||||
public static final int status_bar_notification_info_overflow = 0x7f0b0029;
|
||||
}
|
||||
public static final class style {
|
||||
private style() {}
|
||||
|
||||
public static final int TextAppearance_Compat_Notification = 0x7f0c00ec;
|
||||
public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00ed;
|
||||
public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00ee;
|
||||
public static final int TextAppearance_Compat_Notification_Time = 0x7f0c00ef;
|
||||
public static final int TextAppearance_Compat_Notification_Title = 0x7f0c00f0;
|
||||
public static final int Widget_Compat_NotificationActionContainer = 0x7f0c0158;
|
||||
public static final int Widget_Compat_NotificationActionText = 0x7f0c0159;
|
||||
}
|
||||
public static final class styleable {
|
||||
private styleable() {}
|
||||
|
||||
public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f020027 };
|
||||
public static final int ColorStateListItem_android_color = 0;
|
||||
public static final int ColorStateListItem_android_alpha = 1;
|
||||
public static final int ColorStateListItem_alpha = 2;
|
||||
public static final int[] FontFamily = { 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081 };
|
||||
public static final int FontFamily_fontProviderAuthority = 0;
|
||||
public static final int FontFamily_fontProviderCerts = 1;
|
||||
public static final int FontFamily_fontProviderFetchStrategy = 2;
|
||||
public static final int FontFamily_fontProviderFetchTimeout = 3;
|
||||
public static final int FontFamily_fontProviderPackage = 4;
|
||||
public static final int FontFamily_fontProviderQuery = 5;
|
||||
public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f02007a, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f02013c };
|
||||
public static final int FontFamilyFont_android_font = 0;
|
||||
public static final int FontFamilyFont_android_fontWeight = 1;
|
||||
public static final int FontFamilyFont_android_fontStyle = 2;
|
||||
public static final int FontFamilyFont_android_ttcIndex = 3;
|
||||
public static final int FontFamilyFont_android_fontVariationSettings = 4;
|
||||
public static final int FontFamilyFont_font = 5;
|
||||
public static final int FontFamilyFont_fontStyle = 6;
|
||||
public static final int FontFamilyFont_fontVariationSettings = 7;
|
||||
public static final int FontFamilyFont_fontWeight = 8;
|
||||
public static final int FontFamilyFont_ttcIndex = 9;
|
||||
public static final int[] GradientColor = { 0x101019d, 0x101019e, 0x10101a1, 0x10101a2, 0x10101a3, 0x10101a4, 0x1010201, 0x101020b, 0x1010510, 0x1010511, 0x1010512, 0x1010513 };
|
||||
public static final int GradientColor_android_startColor = 0;
|
||||
public static final int GradientColor_android_endColor = 1;
|
||||
public static final int GradientColor_android_type = 2;
|
||||
public static final int GradientColor_android_centerX = 3;
|
||||
public static final int GradientColor_android_centerY = 4;
|
||||
public static final int GradientColor_android_gradientRadius = 5;
|
||||
public static final int GradientColor_android_tileMode = 6;
|
||||
public static final int GradientColor_android_centerColor = 7;
|
||||
public static final int GradientColor_android_startX = 8;
|
||||
public static final int GradientColor_android_startY = 9;
|
||||
public static final int GradientColor_android_endX = 10;
|
||||
public static final int GradientColor_android_endY = 11;
|
||||
public static final int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
||||
public static final int GradientColorItem_android_color = 0;
|
||||
public static final int GradientColorItem_android_offset = 1;
|
||||
}
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.example.capstone.test;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "com.example.capstone.test";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "1.0";
|
||||
}
|
|
@ -7,7 +7,6 @@ public final class BuildConfig {
|
|||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "com.example.capstone";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "1.0";
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}]
|
|
@ -4,7 +4,58 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-af\\values-af.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5461",
|
||||
"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,5536"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-af\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,350,538,662,770,979,1099,1246,1373,1598,1704,1892,2017,2215,2395,2487,2576",
|
||||
"endColumns": "104,187,123,107,208,119,146,126,224,105,187,124,197,179,91,88,103",
|
||||
"endOffsets": "349,537,661,769,978,1098,1245,1372,1597,1703,1891,2016,2214,2394,2486,2575,2679"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2776,2885,3073,3201,3313,3522,3646,3797,4130,4355,4465,4653,4782,4980,5164,5260,5353",
|
||||
"endColumns": "108,187,127,111,208,123,150,130,224,109,187,128,197,183,95,92,107",
|
||||
"endOffsets": "2880,3068,3196,3308,3517,3641,3792,3923,4350,4460,4648,4777,4975,5159,5255,5348,5456"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-af\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "201",
|
||||
"endOffsets": "448"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3928",
|
||||
"endColumns": "201",
|
||||
"endOffsets": "4125"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-af\\values-af.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -13,21 +64,11 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2856",
|
||||
"startOffsets": "5541",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "2952"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\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"
|
||||
"endOffsets": "5637"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,58 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-am\\values-am.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5233",
|
||||
"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,5307"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-am\\values-am.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-am\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "190",
|
||||
"endOffsets": "437"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3821",
|
||||
"endColumns": "190",
|
||||
"endOffsets": "4007"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-am\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,345,516,636,736,922,1043,1177,1304,1491,1592,1768,1889,2083,2236,2322,2405",
|
||||
"endColumns": "99,170,119,99,185,120,133,126,186,100,175,120,193,152,85,82,95",
|
||||
"endOffsets": "344,515,635,735,921,1042,1176,1303,1490,1591,1767,1888,2082,2235,2321,2404,2500"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2738,2842,3013,3137,3241,3427,3552,3690,4012,4199,4304,4480,4605,4799,4956,5046,5133",
|
||||
"endColumns": "103,170,123,103,185,124,137,130,186,104,175,124,193,156,89,86,99",
|
||||
"endOffsets": "2837,3008,3132,3236,3422,3547,3685,3816,4194,4299,4475,4600,4794,4951,5041,5128,5228"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-am\\values-am.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +64,11 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2817",
|
||||
"startOffsets": "5312",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "2913"
|
||||
"endOffsets": "5408"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,24 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-ar\\values-ar.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ar\\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",
|
||||
"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"
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "188",
|
||||
"endOffsets": "435"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3891",
|
||||
"endColumns": "188",
|
||||
"endOffsets": "4075"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ar\\values-ar.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ar\\values-ar.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +30,45 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2860",
|
||||
"startOffsets": "5445",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "2956"
|
||||
"endOffsets": "5541"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ar\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,347,523,643,746,943,1069,1206,1333,1529,1631,1812,1932,2130,2302,2392,2484",
|
||||
"endColumns": "101,175,119,102,196,125,136,126,195,101,180,119,197,171,89,91,108",
|
||||
"endOffsets": "346,522,642,745,942,1068,1205,1332,1528,1630,1811,1931,2129,2301,2391,2483,2592"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2779,2885,3061,3185,3292,3489,3619,3760,4080,4276,4382,4563,4687,4885,5061,5155,5251",
|
||||
"endColumns": "105,175,123,106,196,129,140,130,195,105,180,123,197,175,93,95,112",
|
||||
"endOffsets": "2880,3056,3180,3287,3484,3614,3755,3886,4271,4377,4558,4682,4880,5056,5150,5246,5359"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5364",
|
||||
"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,5440"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,24 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-as\\values-as.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-as\\values-as.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-as\\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",
|
||||
"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"
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,351,536,657,765,954,1074,1213,1351,1553,1660,1841,1964,2156,2336,2422,2514",
|
||||
"endColumns": "105,184,120,107,188,119,138,137,201,106,180,122,191,179,85,91,111",
|
||||
"endOffsets": "350,535,656,764,953,1073,1212,1350,1552,1659,1840,1963,2155,2335,2421,2513,2625"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2861,2971,3156,3281,3393,3582,3706,3849,4176,4378,4489,4670,4797,4989,5173,5263,5359",
|
||||
"endColumns": "109,184,124,111,188,123,142,141,201,110,180,126,191,183,89,95,115",
|
||||
"endOffsets": "2966,3151,3276,3388,3577,3701,3844,3986,4373,4484,4665,4792,4984,5168,5258,5354,5470"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-as\\values-as.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-as\\values-as.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +30,45 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2950",
|
||||
"startOffsets": "5564",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3046"
|
||||
"endOffsets": "5660"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5475",
|
||||
"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,5559"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-as\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "184",
|
||||
"endOffsets": "431"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3991",
|
||||
"endColumns": "184",
|
||||
"endOffsets": "4171"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,41 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-az\\values-az.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-az\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "220",
|
||||
"endOffsets": "467"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3990",
|
||||
"endColumns": "220",
|
||||
"endOffsets": "4206"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5555",
|
||||
"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,5633"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-az\\values-az.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -13,21 +47,28 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2903",
|
||||
"startOffsets": "5638",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "2999"
|
||||
"endOffsets": "5734"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-az\\values-az.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-az\\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",
|
||||
"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"
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,352,539,670,778,983,1114,1260,1391,1616,1724,1904,2039,2242,2424,2514,2605",
|
||||
"endColumns": "106,186,130,107,204,130,145,130,224,107,179,134,202,181,89,90,105",
|
||||
"endOffsets": "351,538,669,777,982,1113,1259,1390,1615,1723,1903,2038,2241,2423,2513,2604,2710"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2820,2931,3118,3253,3365,3570,3705,3855,4211,4436,4548,4728,4867,5070,5256,5350,5445",
|
||||
"endColumns": "110,186,134,111,204,134,149,134,224,111,179,138,202,185,93,94,109",
|
||||
"endOffsets": "2926,3113,3248,3360,3565,3700,3850,3985,4431,4543,4723,4862,5065,5251,5345,5440,5550"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,7 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\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\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +13,62 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2912",
|
||||
"startOffsets": "5571",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3008"
|
||||
"endOffsets": "5667"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5487",
|
||||
"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,5566"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-b+sr+Latn\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "252,356,544,668,776,989,1114,1252,1379,1587,1692,1883,2008,2216,2384,2478,2569",
|
||||
"endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104",
|
||||
"endOffsets": "355,543,667,775,988,1113,1251,1378,1586,1691,1882,2007,2215,2383,2477,2568,2673"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2828,2936,3124,3252,3364,3577,3706,3848,4168,4376,4485,4676,4805,5013,5185,5283,5378",
|
||||
"endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108",
|
||||
"endOffsets": "2931,3119,3247,3359,3572,3701,3843,3974,4371,4480,4671,4800,5008,5180,5278,5373,5482"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-b+sr+Latn\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "254",
|
||||
"endColumns": "188",
|
||||
"endOffsets": "442"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3979",
|
||||
"endColumns": "188",
|
||||
"endOffsets": "4163"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-be\\values-be.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-be\\values-be.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -13,21 +13,62 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2915",
|
||||
"startOffsets": "5636",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3011"
|
||||
"endOffsets": "5732"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-be\\values-be.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5555",
|
||||
"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,5631"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-be\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "204",
|
||||
"endOffsets": "451"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3996",
|
||||
"endColumns": "204",
|
||||
"endOffsets": "4196"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-be\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,350,544,667,775,989,1113,1254,1383,1604,1709,1903,2029,2241,2426,2521,2609",
|
||||
"endColumns": "104,193,122,107,213,123,140,128,220,104,193,125,211,184,94,87,103",
|
||||
"endOffsets": "349,543,666,774,988,1112,1253,1382,1603,1708,1902,2028,2240,2425,2520,2608,2712"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2834,2943,3137,3264,3376,3590,3718,3863,4201,4422,4531,4725,4855,5067,5256,5355,5447",
|
||||
"endColumns": "108,193,126,111,213,127,144,132,220,108,193,129,211,188,98,91,107",
|
||||
"endOffsets": "2938,3132,3259,3371,3585,3713,3858,3991,4417,4526,4720,4850,5062,5251,5350,5442,5550"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,58 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bg\\values-bg.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bg\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,352,549,682,791,1017,1150,1295,1429,1657,1767,1973,2109,2325,2517,2613,2698",
|
||||
"endColumns": "106,196,132,108,225,132,144,133,227,109,205,135,215,191,95,84,97",
|
||||
"endOffsets": "351,548,681,790,1016,1149,1294,1428,1656,1766,1972,2108,2324,2516,2612,2697,2795"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2847,2958,3155,3292,3405,3631,3768,3917,4252,4480,4594,4800,4940,5156,5352,5452,5541",
|
||||
"endColumns": "110,196,136,112,225,136,148,137,227,113,205,139,215,195,99,88,101",
|
||||
"endOffsets": "2953,3150,3287,3400,3626,3763,3912,4050,4475,4589,4795,4935,5151,5347,5447,5536,5638"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5643",
|
||||
"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,5721"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bg\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "196",
|
||||
"endOffsets": "443"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "4055",
|
||||
"endColumns": "196",
|
||||
"endOffsets": "4247"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bg\\values-bg.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -13,21 +64,11 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2930",
|
||||
"startOffsets": "5726",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3026"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\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"
|
||||
"endOffsets": "5822"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,41 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-bn\\values-bn.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bn\\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",
|
||||
"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"
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,352,543,669,778,974,1094,1232,1361,1565,1672,1859,1985,2178,2352,2438,2531",
|
||||
"endColumns": "106,190,125,108,195,119,137,128,203,106,186,125,192,173,85,92,114",
|
||||
"endOffsets": "351,542,668,777,973,1093,1231,1360,1564,1671,1858,1984,2177,2351,2437,2530,2645"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2857,2968,3159,3289,3402,3598,3722,3864,4208,4412,4523,4710,4840,5033,5211,5301,5398",
|
||||
"endColumns": "110,190,129,112,195,123,141,132,203,110,186,129,192,177,89,96,118",
|
||||
"endOffsets": "2963,3154,3284,3397,3593,3717,3859,3992,4407,4518,4705,4835,5028,5206,5296,5393,5512"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bn\\values-bn.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bn\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "210",
|
||||
"endOffsets": "457"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3997",
|
||||
"endColumns": "210",
|
||||
"endOffsets": "4203"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bn\\values-bn.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +47,28 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2939",
|
||||
"startOffsets": "5599",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3035"
|
||||
"endOffsets": "5695"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5517",
|
||||
"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,5594"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,58 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-bs\\values-bs.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-bs\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "199",
|
||||
"endOffsets": "446"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3992",
|
||||
"endColumns": "199",
|
||||
"endOffsets": "4187"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5524",
|
||||
"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,5603"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-bs\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,349,541,665,773,982,1106,1244,1371,1584,1689,1881,2006,2215,2387,2481,2569",
|
||||
"endColumns": "103,191,123,107,208,123,137,126,212,104,191,124,208,171,93,87,109",
|
||||
"endOffsets": "348,540,664,772,981,1105,1243,1370,1583,1688,1880,2005,2214,2386,2480,2568,2678"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2842,2950,3142,3270,3382,3591,3719,3861,4192,4405,4514,4706,4835,5044,5220,5318,5410",
|
||||
"endColumns": "107,191,127,111,208,127,141,130,212,108,191,128,208,175,97,91,113",
|
||||
"endOffsets": "2945,3137,3265,3377,3586,3714,3856,3987,4400,4509,4701,4830,5039,5215,5313,5405,5519"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-bs\\values-bs.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -13,21 +64,11 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2926",
|
||||
"startOffsets": "5608",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3022"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\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"
|
||||
"endOffsets": "5704"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,7 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-ca\\values-ca.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-ca\\values-ca.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +13,62 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2915",
|
||||
"startOffsets": "5652",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3011"
|
||||
"endOffsets": "5748"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5571",
|
||||
"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,5647"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-ca\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "193",
|
||||
"endOffsets": "440"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3993",
|
||||
"endColumns": "193",
|
||||
"endOffsets": "4182"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-ca\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,348,532,657,764,973,1098,1247,1380,1610,1717,1907,2036,2259,2443,2534,2628",
|
||||
"endColumns": "102,183,124,106,208,124,148,132,229,106,189,128,222,183,90,93,111",
|
||||
"endOffsets": "347,531,656,763,972,1097,1246,1379,1609,1716,1906,2035,2258,2442,2533,2627,2739"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2834,2941,3125,3254,3365,3574,3703,3856,4187,4417,4528,4718,4851,5074,5262,5357,5455",
|
||||
"endColumns": "106,183,128,110,208,128,152,136,229,110,189,132,222,187,94,97,115",
|
||||
"endOffsets": "2936,3120,3249,3360,3569,3698,3851,3988,4412,4523,4713,4846,5069,5257,5352,5450,5566"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,58 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-cs\\values-cs.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-cs\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,349,541,664,772,984,1109,1247,1373,1607,1716,1911,2037,2257,2438,2532,2625",
|
||||
"endColumns": "103,191,122,107,211,124,137,125,233,108,194,125,219,180,93,92,110",
|
||||
"endOffsets": "348,540,663,771,983,1108,1246,1372,1606,1715,1910,2036,2256,2437,2531,2624,2735"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2809,2917,3109,3236,3348,3560,3689,3831,4163,4397,4510,4705,4835,5055,5240,5338,5435",
|
||||
"endColumns": "107,191,126,111,211,128,141,129,233,112,194,129,219,184,97,96,114",
|
||||
"endOffsets": "2912,3104,3231,3343,3555,3684,3826,3956,4392,4505,4700,4830,5050,5235,5333,5430,5545"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5550",
|
||||
"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,5627"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-cs\\values-cs.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-cs\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "201",
|
||||
"endOffsets": "448"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3961",
|
||||
"endColumns": "201",
|
||||
"endOffsets": "4158"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-cs\\values-cs.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +64,11 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2891",
|
||||
"startOffsets": "5632",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "2987"
|
||||
"endOffsets": "5728"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,24 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-da\\values-da.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5456",
|
||||
"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,5530"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-da\\values-da.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -13,21 +30,45 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2844",
|
||||
"startOffsets": "5535",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "2940"
|
||||
"endOffsets": "5631"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-da\\values-da.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-da\\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",
|
||||
"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"
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,349,541,666,773,975,1098,1244,1374,1589,1693,1886,2011,2215,2419,2511,2599",
|
||||
"endColumns": "103,191,124,106,201,122,145,129,214,103,192,124,203,203,91,87,102",
|
||||
"endOffsets": "348,540,665,772,974,1097,1243,1373,1588,1692,1885,2010,2214,2418,2510,2598,2701"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2765,2873,3065,3194,3305,3507,3634,3784,4104,4319,4427,4620,4749,4953,5161,5257,5349",
|
||||
"endColumns": "107,191,128,110,201,126,149,133,214,107,192,128,203,207,95,91,106",
|
||||
"endOffsets": "2868,3060,3189,3300,3502,3629,3779,3913,4314,4422,4615,4744,4948,5156,5252,5344,5451"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-da\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "185",
|
||||
"endOffsets": "432"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "3918",
|
||||
"endColumns": "185",
|
||||
"endOffsets": "4099"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,58 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-de\\values-de.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-de\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "203",
|
||||
"endOffsets": "450"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "4063",
|
||||
"endColumns": "203",
|
||||
"endOffsets": "4262"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-de\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,352,548,674,784,1021,1150,1297,1441,1680,1790,1990,2119,2340,2542,2639,2728",
|
||||
"endColumns": "106,195,125,109,236,128,146,143,238,109,199,128,220,201,96,88,104",
|
||||
"endOffsets": "351,547,673,783,1020,1149,1296,1440,1679,1789,1989,2118,2339,2541,2638,2727,2832"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2843,2954,3150,3280,3394,3631,3764,3915,4267,4506,4620,4820,4953,5174,5380,5481,5574",
|
||||
"endColumns": "110,195,129,113,236,132,150,147,238,113,199,132,220,205,100,92,108",
|
||||
"endOffsets": "2949,3145,3275,3389,3626,3759,3910,4058,4501,4615,4815,4948,5169,5375,5476,5569,5678"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5683",
|
||||
"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,5760"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-de\\values-de.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -13,21 +64,11 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2925",
|
||||
"startOffsets": "5765",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3021"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\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"
|
||||
"endOffsets": "5861"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,17 +4,58 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-el\\values-el.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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"
|
||||
},
|
||||
"to": {
|
||||
"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,47",
|
||||
"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,5734",
|
||||
"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,5814"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-el\\values-el.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\18b63455f7cdf2e55499d904fd0b4a4d\\jetified-play-services-base-17.1.0\\res\\values-el\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20",
|
||||
"startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"startOffsets": "245,354,572,702,811,1051,1174,1318,1448,1696,1802,2003,2130,2367,2538,2633,2721",
|
||||
"endColumns": "108,217,129,108,239,122,143,129,247,105,200,126,236,170,94,87,107",
|
||||
"endOffsets": "353,571,701,810,1050,1173,1317,1447,1695,1801,2002,2129,2366,2537,2632,2720,2828"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46",
|
||||
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
|
||||
"startOffsets": "2879,2992,3210,3344,3457,3697,3824,3972,4329,4577,4687,4888,5019,5256,5431,5530,5622",
|
||||
"endColumns": "112,217,133,112,239,126,147,133,247,109,200,130,236,174,98,91,111",
|
||||
"endOffsets": "2987,3205,3339,3452,3692,3819,3967,4101,4572,4682,4883,5014,5251,5426,5525,5617,5729"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\2a38911dfcd618f6f10b3261ee4a7ed5\\jetified-play-services-basement-17.1.0\\res\\values-el\\values.xml",
|
||||
"from": {
|
||||
"startLines": "4",
|
||||
"startColumns": "0",
|
||||
"startOffsets": "247",
|
||||
"endColumns": "222",
|
||||
"endOffsets": "469"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "37",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "4106",
|
||||
"endColumns": "222",
|
||||
"endOffsets": "4324"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-el\\values-el.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -23,11 +64,11 @@
|
|||
"endOffsets": "151"
|
||||
},
|
||||
"to": {
|
||||
"startLines": "30",
|
||||
"startLines": "48",
|
||||
"startColumns": "4",
|
||||
"startOffsets": "2964",
|
||||
"startOffsets": "5819",
|
||||
"endColumns": "100",
|
||||
"endOffsets": "3060"
|
||||
"endOffsets": "5915"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\res\\values-en-rAU\\values-en-rAU.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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",
|
||||
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rAU\\values-en-rAU.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
|
|
@ -4,7 +4,17 @@
|
|||
"outputFile": "D:\\Documents\\UniWork\\Year 4\\Semester 1\\CEG4912\\Project\\Vehicle Anti-Theft Face Recognition System\\UI\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rCA\\values-en-rCA.xml",
|
||||
"map": [
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\8f8ab13dc8f4e84e14a8bb3d9ac92bc4\\core-1.0.1\\res\\values-en-rCA\\values-en-rCA.xml",
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\b91ce1cd424d5095fc58a5b57c5d94c7\\appcompat-1.0.2\\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\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\33905501977a28c0fc6a2935607f48a6\\core-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml",
|
||||
"from": {
|
||||
"startLines": "2",
|
||||
"startColumns": "4",
|
||||
|
@ -19,16 +29,6 @@
|
|||
"endColumns": "100",
|
||||
"endOffsets": "2942"
|
||||
}
|
||||
},
|
||||
{
|
||||
"source": "C:\\Users\\batuh\\.gradle\\caches\\transforms-2\\files-2.1\\697f71c0c12135256cbfe98df498a7e4\\appcompat-1.0.2\\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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|