10 Commits

Author SHA1 Message Date
crsmthw cb458429e4 fixed version 2026-05-15 15:25:03 +03:00
crsmthw 6eb41643be Updated Readme 2026-05-15 15:12:19 +03:00
crsmthw 6bcc8c2f05 Updated Readme 2026-05-15 15:05:48 +03:00
crsmthw c0e3d8af39 v2 - Home Screen Streamlined 2026-05-15 14:34:41 +03:00
crsmthw be70a3d3de Remove .gradle from tracking 2026-05-15 11:43:51 +03:00
crsmthw fa4e651ada Add .gradle to gitignore 2026-05-15 11:43:22 +03:00
crsmthw 8be13ed8db Ignore keystore files 2026-05-15 11:07:16 +03:00
crsmthw f9f3fc42e3 Remove .idea from tracking 2026-05-15 10:35:40 +03:00
crsmthw 5b082591a2 Remove local.properties from tracking 2026-05-15 10:35:17 +03:00
crsmthw 115e4a32ac Remove build artifacts and update .gitignore 2026-05-15 10:33:46 +03:00
172 changed files with 564 additions and 2832 deletions
+6
View File
@@ -33,3 +33,9 @@ google-services.json
# Android Profiling # Android Profiling
*.hprof *.hprof
build/
local.properties
.idea/
*.jks
*.keystore
.gradle/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
@@ -1,2 +0,0 @@
#Fri May 15 09:36:35 AST 2026
gradle.version=9.4.1
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
849b586a-06f6-407a-ab31-fb040f1195f²
Binary file not shown.
View File
-3
View File
@@ -1,3 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidProjectSystem">
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
</component>
</project>
-1796
View File
File diff suppressed because it is too large Load Diff
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="21" />
</component>
</project>
-11
View File
@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetSelector">
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
<DialogSelection />
</SelectionState>
</selectionStates>
</component>
</project>
-17
View File
@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="CHOOSE_PER_TEST" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>
</project>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" project-jdk-name="jbr-21" project-jdk-type="JavaSDK" />
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>
-17
View File
@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.intellij.execution.junit.AbstractAllInDirectoryConfigurationProducer" />
<option value="com.intellij.execution.junit.AllInPackageConfigurationProducer" />
<option value="com.intellij.execution.junit.PatternConfigurationProducer" />
<option value="com.intellij.execution.junit.TestInClassConfigurationProducer" />
<option value="com.intellij.execution.junit.UniqueIdConfigurationProducer" />
<option value="com.intellij.execution.junit.testDiscovery.JUnitTestDiscoveryConfigurationProducer" />
<option value="org.jetbrains.kotlin.idea.junit.KotlinJUnitRunConfigurationProducer" />
<option value="org.jetbrains.kotlin.idea.junit.KotlinPatternConfigurationProducer" />
</set>
</option>
</component>
</project>
+10
View File
@@ -78,6 +78,16 @@ Every Phase 10 score tracker app on the Play Store falls into one of a few categ
--- ---
## Install
[<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" alt="Get it on Obtainium" height="80">](http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/CrsMthw/Phase10-Tracker)
Tapping this button on your Android device will open Obtainium and automatically add the repo — it'll notify you and install new releases automatically from then on.
Or go to the Releases page and download the latest APK manually.
---
## Building ## Building
Requirements: Android Studio (latest stable), JDK 17+, Android SDK 37. Requirements: Android Studio (latest stable), JDK 17+, Android SDK 37.
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "com.crsmthw.phase10tracker" applicationId = "com.crsmthw.phase10tracker"
minSdk = 35 minSdk = 35
targetSdk = 37 targetSdk = 37
versionCode = 1 versionCode = 2
versionName = "1.0" versionName = "2.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {
Binary file not shown.
@@ -1,3 +1,4 @@
int drawable bmc_button 0x0
int drawable ic_launcher_background 0x0 int drawable ic_launcher_background 0x0
int drawable ic_launcher_foreground 0x0 int drawable ic_launcher_foreground 0x0
int drawable ic_launcher_monochrome 0x0 int drawable ic_launcher_monochrome 0x0
@@ -1,4 +1,5 @@
#Fri May 15 09:12:03 AST 2026 #Fri May 15 13:43:58 AST 2026
com.crsmthw.phase10tracker.app-main-44\:/drawable/bmc_button.png=/home/cris/Documents/Phase10Tracker/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_bmc_button.png.flat
com.crsmthw.phase10tracker.app-main-44\:/drawable/ic_launcher_background.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_background.xml.flat com.crsmthw.phase10tracker.app-main-44\:/drawable/ic_launcher_background.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_background.xml.flat
com.crsmthw.phase10tracker.app-main-44\:/drawable/ic_launcher_foreground.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_foreground.xml.flat com.crsmthw.phase10tracker.app-main-44\:/drawable/ic_launcher_foreground.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_foreground.xml.flat
com.crsmthw.phase10tracker.app-main-44\:/drawable/ic_launcher_monochrome.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_monochrome.xml.flat com.crsmthw.phase10tracker.app-main-44\:/drawable/ic_launcher_monochrome.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_ic_launcher_monochrome.xml.flat
File diff suppressed because one or more lines are too long
@@ -1,4 +1,5 @@
#Fri May 15 09:12:02 AST 2026 #Fri May 15 13:43:58 AST 2026
com.crsmthw.phase10tracker.app-main-4\:/drawable/bmc_button.png=/home/cris/Documents/Phase10Tracker/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/bmc_button.png
com.crsmthw.phase10tracker.app-main-4\:/drawable/ic_launcher_background.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_background.xml com.crsmthw.phase10tracker.app-main-4\:/drawable/ic_launcher_background.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_background.xml
com.crsmthw.phase10tracker.app-main-4\:/drawable/ic_launcher_foreground.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_foreground.xml com.crsmthw.phase10tracker.app-main-4\:/drawable/ic_launcher_foreground.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_foreground.xml
com.crsmthw.phase10tracker.app-main-4\:/drawable/ic_launcher_monochrome.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_monochrome.xml com.crsmthw.phase10tracker.app-main-4\:/drawable/ic_launcher_monochrome.xml=/home/cris/Documents/Phase10Tracker/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/ic_launcher_monochrome.xml
@@ -4,4 +4,4 @@
<item name="android:statusBarColor">@android:color/transparent</item> <item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item> <item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">false</item> <item name="android:windowLightStatusBar">false</item>
</style></file><file name="ic_launcher_round" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-xxhdpi/ic_launcher.png" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher_background" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/drawable/ic_launcher_background.xml" qualifiers="" type="drawable"/><file name="ic_launcher_monochrome" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/drawable/ic_launcher_monochrome.xml" qualifiers="" type="drawable"/><file name="ic_launcher_foreground" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/drawable/ic_launcher_foreground.xml" qualifiers="" type="drawable"/><file name="ic_launcher_round" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-hdpi/ic_launcher_round.png" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-hdpi/ic_launcher.png" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" qualifiers="anydpi-v26" type="mipmap"/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/cris/Documents/Phase10Tracker/app/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"><source path="/home/cris/Documents/Phase10Tracker/app/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"/><mergedItems/></merger> </style></file><file name="ic_launcher_round" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-xxhdpi/ic_launcher.png" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher_background" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/drawable/ic_launcher_background.xml" qualifiers="" type="drawable"/><file name="ic_launcher_monochrome" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/drawable/ic_launcher_monochrome.xml" qualifiers="" type="drawable"/><file name="ic_launcher_foreground" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/drawable/ic_launcher_foreground.xml" qualifiers="" type="drawable"/><file name="bmc_button" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/drawable/bmc_button.png" qualifiers="" type="drawable"/><file name="ic_launcher_round" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-hdpi/ic_launcher_round.png" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-hdpi/ic_launcher.png" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher" path="/home/cris/Documents/Phase10Tracker/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" qualifiers="anydpi-v26" type="mipmap"/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/cris/Documents/Phase10Tracker/app/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"><source path="/home/cris/Documents/Phase10Tracker/app/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"/><mergedItems/></merger>
@@ -1,4 +1,4 @@
#Fri May 15 09:37:59 AST 2026 #Fri May 15 14:30:02 AST 2026
base.0=/home/cris/Documents/Phase10Tracker/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex base.0=/home/cris/Documents/Phase10Tracker/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex
base.1=/home/cris/Documents/Phase10Tracker/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex base.1=/home/cris/Documents/Phase10Tracker/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex
base.2=/home/cris/Documents/Phase10Tracker/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex base.2=/home/cris/Documents/Phase10Tracker/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex
File diff suppressed because one or more lines are too long
@@ -1,5 +1,6 @@
R_DEF: Internal format may change without notice R_DEF: Internal format may change without notice
local local
drawable bmc_button
drawable ic_launcher_background drawable ic_launcher_background
drawable ic_launcher_foreground drawable ic_launcher_foreground
drawable ic_launcher_monochrome drawable ic_launcher_monochrome
@@ -43,6 +43,10 @@
"merged": "com.crsmthw.phase10tracker.app-debug-42:/mipmap-anydpi-v26_ic_launcher_round.xml.flat", "merged": "com.crsmthw.phase10tracker.app-debug-42:/mipmap-anydpi-v26_ic_launcher_round.xml.flat",
"source": "com.crsmthw.phase10tracker.app-main-44:/mipmap-anydpi-v26/ic_launcher_round.xml" "source": "com.crsmthw.phase10tracker.app-main-44:/mipmap-anydpi-v26/ic_launcher_round.xml"
}, },
{
"merged": "com.crsmthw.phase10tracker.app-debug-42:/drawable_bmc_button.png.flat",
"source": "com.crsmthw.phase10tracker.app-main-44:/drawable/bmc_button.png"
},
{ {
"merged": "com.crsmthw.phase10tracker.app-debug-42:/mipmap-xxxhdpi_ic_launcher_round.png.flat", "merged": "com.crsmthw.phase10tracker.app-debug-42:/mipmap-xxxhdpi_ic_launcher_round.png.flat",
"source": "com.crsmthw.phase10tracker.app-main-44:/mipmap-xxxhdpi/ic_launcher_round.png" "source": "com.crsmthw.phase10tracker.app-main-44:/mipmap-xxxhdpi/ic_launcher_round.png"
@@ -98,6 +98,7 @@ int dimen notification_small_icon_size_as_large 0x7f030012
int dimen notification_subtext_size 0x7f030013 int dimen notification_subtext_size 0x7f030013
int dimen notification_top_pad 0x7f030014 int dimen notification_top_pad 0x7f030014
int dimen notification_top_pad_large_text 0x7f030015 int dimen notification_top_pad_large_text 0x7f030015
int drawable bmc_button 0x7f040016
int drawable ic_call_answer 0x7f040000 int drawable ic_call_answer 0x7f040000
int drawable ic_call_answer_low 0x7f040001 int drawable ic_call_answer_low 0x7f040001
int drawable ic_call_answer_video 0x7f040002 int drawable ic_call_answer_video 0x7f040002
@@ -1,218 +1,308 @@
com.crsmthw.phase10tracker:styleable/SplitPairFilter = 0x7f0b0012
com.crsmthw.phase10tracker:styleable/Navigator = 0x7f0b0011
com.crsmthw.phase10tracker:styleable/FontFamilyProviderFallback = 0x7f0b0008
com.crsmthw.phase10tracker:styleable/ActivityNavigator = 0x7f0b0001
com.crsmthw.phase10tracker:style/Widget.Compat.NotificationActionText = 0x7f0a000b
com.crsmthw.phase10tracker:style/Theme.Phase10Tracker = 0x7f0a0009
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Time = 0x7f0a0007
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Info = 0x7f0a0005
com.crsmthw.phase10tracker:style/FloatingDialogWindowTheme = 0x7f0a0003
com.crsmthw.phase10tracker:style/EdgeToEdgeFloatingDialogTheme = 0x7f0a0001
com.crsmthw.phase10tracker:style/DialogWindowTheme = 0x7f0a0000
com.crsmthw.phase10tracker:string/tooltip_label = 0x7f090075
com.crsmthw.phase10tracker:string/state_on = 0x7f09006f
com.crsmthw.phase10tracker:string/not_selected = 0x7f090068
com.crsmthw.phase10tracker:string/m3c_tooltip_long_press_label = 0x7f090063
com.crsmthw.phase10tracker:string/m3c_time_picker_toggle_touch = 0x7f090062
com.crsmthw.phase10tracker:string/m3c_time_picker_pm = 0x7f090060
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_suffix = 0x7f09005d
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_error = 0x7f09005b
com.crsmthw.phase10tracker:string/m3c_time_picker_minute = 0x7f09005a com.crsmthw.phase10tracker:string/m3c_time_picker_minute = 0x7f09005a
com.crsmthw.phase10tracker:string/switch_role = 0x7f090071 com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Info = 0x7f0a0005
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_text_field = 0x7f090059 com.crsmthw.phase10tracker:styleable/Navigator = 0x7f0b0011
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_selection = 0x7f090057 com.crsmthw.phase10tracker:string/m3c_time_picker_toggle_touch = 0x7f090062
com.crsmthw.phase10tracker:string/navigation_menu = 0x7f090067 com.crsmthw.phase10tracker:string/close_drawer = 0x7f09000a
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_error_24h = 0x7f090056 com.crsmthw.phase10tracker:style/Theme.Phase10Tracker = 0x7f0a0009
com.crsmthw.phase10tracker:string/m3c_time_picker_hour = 0x7f090053 com.crsmthw.phase10tracker:style/DialogWindowTheme = 0x7f0a0000
com.crsmthw.phase10tracker:string/m3c_time_picker_dialog_title = 0x7f090052
com.crsmthw.phase10tracker:string/m3c_time_picker_am = 0x7f090051
com.crsmthw.phase10tracker:string/m3c_time_input_dialog_title = 0x7f090050
com.crsmthw.phase10tracker:styleable/NavGraphNavigator = 0x7f0b000e
com.crsmthw.phase10tracker:string/m3c_snackbar_pane_title = 0x7f09004e
com.crsmthw.phase10tracker:string/range_end = 0x7f090069
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_24h_suffix = 0x7f090054
com.crsmthw.phase10tracker:string/m3c_search_bar_search = 0x7f09004c
com.crsmthw.phase10tracker:string/m3c_floating_toolbar_collapse = 0x7f090049
com.crsmthw.phase10tracker:string/m3c_dropdown_menu_toggle = 0x7f090048
com.crsmthw.phase10tracker:string/m3c_dropdown_menu_collapsed = 0x7f090046
com.crsmthw.phase10tracker:string/m3c_date_range_picker_title = 0x7f090044
com.crsmthw.phase10tracker:string/m3c_date_range_picker_scroll_to_previous_month = 0x7f090042
com.crsmthw.phase10tracker:string/m3c_date_range_input_title = 0x7f09003e
com.crsmthw.phase10tracker:string/m3c_date_picker_year_picker_pane_title = 0x7f09003c
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_next_month = 0x7f090037
com.crsmthw.phase10tracker:string/tooltip_description = 0x7f090074
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_calendar_mode = 0x7f090034
com.crsmthw.phase10tracker:string/m3c_date_picker_scroll_to_later_years = 0x7f090033
com.crsmthw.phase10tracker:styleable/Capability = 0x7f0b0003
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_error = 0x7f090055
com.crsmthw.phase10tracker:string/m3c_date_picker_navigate_to_year_description = 0x7f090030
com.crsmthw.phase10tracker:string/m3c_date_picker_headline = 0x7f09002e
com.crsmthw.phase10tracker:string/m3c_date_input_title = 0x7f09002d
com.crsmthw.phase10tracker:string/m3c_date_input_no_input_description = 0x7f09002c
com.crsmthw.phase10tracker:string/m3c_date_input_invalid_year_range = 0x7f09002a
com.crsmthw.phase10tracker:string/m3c_date_input_invalid_not_allowed = 0x7f090029 com.crsmthw.phase10tracker:string/m3c_date_input_invalid_not_allowed = 0x7f090029
com.crsmthw.phase10tracker:string/m3c_date_input_headline_description = 0x7f090027 com.crsmthw.phase10tracker:layout/notification_template_part_time = 0x7f070008
com.crsmthw.phase10tracker:string/m3c_button_group_more_options = 0x7f090025 com.crsmthw.phase10tracker:string/m3c_time_picker_hour_selection = 0x7f090057
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_pane_title = 0x7f090024 com.crsmthw.phase10tracker:string/not_selected = 0x7f090068
com.crsmthw.phase10tracker:string/m3c_dialog = 0x7f090045 com.crsmthw.phase10tracker:attr/queryPatterns = 0x7f010030
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_dismiss_description = 0x7f090021 com.crsmthw.phase10tracker:drawable/ic_call_decline = 0x7f040004
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Title = 0x7f0a0008 com.crsmthw.phase10tracker:id/notification_main_column_container = 0x7f05004d
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_expanded_state_description = 0x7f09001e com.crsmthw.phase10tracker:string/m3c_time_picker_hour = 0x7f090053
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_collapsed_state_description = 0x7f09001d com.crsmthw.phase10tracker:string/m3c_date_picker_year_picker_pane_title = 0x7f09003c
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_suffix = 0x7f090058 com.crsmthw.phase10tracker:string/state_on = 0x7f09006f
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_drag_handle_description = 0x7f090022 com.crsmthw.phase10tracker:string/m3c_date_input_no_input_description = 0x7f09002c
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_click_to_collapse_description = 0x7f09001a com.crsmthw.phase10tracker:id/accessibility_custom_action_12 = 0x7f050005
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_title_tertiary = 0x7f090019 com.crsmthw.phase10tracker:string/call_notification_hang_up_action = 0x7f090006
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_title_secondary = 0x7f090018 com.crsmthw.phase10tracker:id/actions = 0x7f050025
com.crsmthw.phase10tracker:drawable/bmc_button = 0x7f040016
com.crsmthw.phase10tracker:attr/fontProviderSystemFontFamily = 0x7f01001d
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_title_primary = 0x7f090017 com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_title_primary = 0x7f090017
com.crsmthw.phase10tracker:layout/notification_template_custom_big = 0x7f070005
com.crsmthw.phase10tracker:styleable/ActivityNavigator = 0x7f0b0001
com.crsmthw.phase10tracker:attr/restoreState = 0x7f010031
com.crsmthw.phase10tracker:drawable/notification_bg_low_normal = 0x7f04000c
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_text_field = 0x7f09005e
com.crsmthw.phase10tracker:id/view_tree_view_model_store_owner = 0x7f05006d
com.crsmthw.phase10tracker:id/accessibility_custom_action_21 = 0x7f05000f
com.crsmthw.phase10tracker:dimen/compat_button_inset_vertical_material = 0x7f030001
com.crsmthw.phase10tracker:string/m3c_time_picker_dialog_title = 0x7f090052
com.crsmthw.phase10tracker:styleable/NavHost = 0x7f0b000f
com.crsmthw.phase10tracker:string/m3c_date_input_headline_description = 0x7f090027
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_end_offset_anchor_description = 0x7f090014 com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_end_offset_anchor_description = 0x7f090014
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_drag_handle_state_description = 0x7f090013 com.crsmthw.phase10tracker:id/view_tree_disjoint_parent = 0x7f050068
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_drag_handle_content_description = 0x7f090012 com.crsmthw.phase10tracker:id/tag_accessibility_clickable_spans = 0x7f050055
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_partially_expanded_state_description = 0x7f09001f
com.crsmthw.phase10tracker:id/accessibility_custom_action_8 = 0x7f05001f
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_error = 0x7f09005b
com.crsmthw.phase10tracker:string/switch_role = 0x7f090071
com.crsmthw.phase10tracker:attr/ttcIndex = 0x7f010044
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_text_field = 0x7f090059
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_selection = 0x7f09005c
com.crsmthw.phase10tracker:dimen/compat_button_padding_horizontal_material = 0x7f030002
com.crsmthw.phase10tracker:color/call_notification_decline_color = 0x7f020003
com.crsmthw.phase10tracker:dimen/notification_right_icon_size = 0x7f03000f
com.crsmthw.phase10tracker:attr/uri = 0x7f010045
com.crsmthw.phase10tracker:string/m3c_tooltip_long_press_label = 0x7f090063
com.crsmthw.phase10tracker:id/action_image = 0x7f050023
com.crsmthw.phase10tracker:id/accessibility_custom_action_1 = 0x7f050002
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Time = 0x7f0a0007
com.crsmthw.phase10tracker:id/tag_state_description = 0x7f05005d
com.crsmthw.phase10tracker:string/navigation_menu = 0x7f090067
com.crsmthw.phase10tracker:id/accessibility_custom_action_11 = 0x7f050004
com.crsmthw.phase10tracker:attr/launchSingleTop = 0x7f010024
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_calendar_mode = 0x7f090034
com.crsmthw.phase10tracker:string/m3c_dropdown_menu_toggle = 0x7f090048
com.crsmthw.phase10tracker:string/m3c_floating_toolbar_collapse = 0x7f090049
com.crsmthw.phase10tracker:string/m3c_time_picker_am = 0x7f090051
com.crsmthw.phase10tracker:styleable/FontFamily = 0x7f0b0006
com.crsmthw.phase10tracker:style/FloatingDialogWindowTheme = 0x7f0a0003
com.crsmthw.phase10tracker:attr/startDestination = 0x7f010040
com.crsmthw.phase10tracker:styleable/FontFamilyProviderFallback = 0x7f0b0008
com.crsmthw.phase10tracker:id/right_side = 0x7f050051
com.crsmthw.phase10tracker:id/time = 0x7f050065
com.crsmthw.phase10tracker:attr/nestedScrollViewStyle = 0x7f010027
com.crsmthw.phase10tracker:attr/data = 0x7f010008
com.crsmthw.phase10tracker:styleable/SplitPairFilter = 0x7f0b0012
com.crsmthw.phase10tracker:attr/lStar = 0x7f010023
com.crsmthw.phase10tracker:string/in_progress = 0x7f09000f
com.crsmthw.phase10tracker:styleable/NavArgument = 0x7f0b000c com.crsmthw.phase10tracker:styleable/NavArgument = 0x7f0b000c
com.crsmthw.phase10tracker:string/selected = 0x7f09006b com.crsmthw.phase10tracker:string/selected = 0x7f09006b
com.crsmthw.phase10tracker:string/in_progress = 0x7f09000f com.crsmthw.phase10tracker:id/tag_accessibility_actions = 0x7f050054
com.crsmthw.phase10tracker:string/m3c_dropdown_menu_collapsed = 0x7f090046
com.crsmthw.phase10tracker:id/line1 = 0x7f050044
com.crsmthw.phase10tracker:string/m3c_wide_navigation_rail_pane_title = 0x7f090066
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_error_24h = 0x7f090056
com.crsmthw.phase10tracker:string/m3c_date_range_picker_scroll_to_previous_month = 0x7f090042
com.crsmthw.phase10tracker:string/m3c_date_picker_scroll_to_later_years = 0x7f090033
com.crsmthw.phase10tracker:id/wrapped_composition_tag = 0x7f05006e
com.crsmthw.phase10tracker:dimen/notification_action_icon_size = 0x7f030007
com.crsmthw.phase10tracker:attr/animationBackgroundColor = 0x7f010005
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_drag_handle_action_description = 0x7f090011
com.crsmthw.phase10tracker:attr/shortcutMatchRequired = 0x7f010035
com.crsmthw.phase10tracker:string/m3c_date_range_input_title = 0x7f09003e
com.crsmthw.phase10tracker:id/edit_text_id = 0x7f050037
com.crsmthw.phase10tracker:id/compose_prefetch_scheduler = 0x7f050032
com.crsmthw.phase10tracker:drawable/ic_launcher_monochrome = 0x7f040008
com.crsmthw.phase10tracker:id/hide_ime_id = 0x7f05003b
com.crsmthw.phase10tracker:string/tooltip_description = 0x7f090074
com.crsmthw.phase10tracker:string/tooltip_label = 0x7f090075
com.crsmthw.phase10tracker:string/m3c_time_picker_toggle_keyboard = 0x7f090061
com.crsmthw.phase10tracker:id/accessibility_custom_action_22 = 0x7f050010
com.crsmthw.phase10tracker:id/accessibility_custom_action_29 = 0x7f050017
com.crsmthw.phase10tracker:drawable/ic_launcher_foreground = 0x7f040007
com.crsmthw.phase10tracker:string/m3c_time_picker_pm = 0x7f090060
com.crsmthw.phase10tracker:string/m3c_dialog = 0x7f090045
com.crsmthw.phase10tracker:string/m3c_snackbar_pane_title = 0x7f09004e
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_collapsed_state_description = 0x7f09001d
com.crsmthw.phase10tracker:layout/ime_secondary_split_test_activity = 0x7f070002
com.crsmthw.phase10tracker:dimen/notification_top_pad = 0x7f030014
com.crsmthw.phase10tracker:attr/secondaryActivityAction = 0x7f010033
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_proportion_anchor_description = 0x7f090015
com.crsmthw.phase10tracker:attr/fontProviderCerts = 0x7f010017
com.crsmthw.phase10tracker:id/jumpCut = 0x7f050043
com.crsmthw.phase10tracker:drawable/notification_bg_normal = 0x7f04000e
com.crsmthw.phase10tracker:style/EdgeToEdgeFloatingDialogTheme = 0x7f0a0001
com.crsmthw.phase10tracker:id/accessibility_custom_action_15 = 0x7f050008
com.crsmthw.phase10tracker:string/m3c_date_range_picker_title = 0x7f090044
com.crsmthw.phase10tracker:id/auto_clear_focus_behavior_tag = 0x7f05002e
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_suffix = 0x7f09005d
com.crsmthw.phase10tracker:style/Widget.Compat.NotificationActionContainer = 0x7f0a000a
com.crsmthw.phase10tracker:string/m3c_date_picker_navigate_to_year_description = 0x7f090030
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_error = 0x7f090055
com.crsmthw.phase10tracker:dimen/notification_small_icon_size_as_large = 0x7f030012
com.crsmthw.phase10tracker:styleable/Capability = 0x7f0b0003
com.crsmthw.phase10tracker:string/m3c_date_input_title = 0x7f09002d
com.crsmthw.phase10tracker:string/androidx_compose_foundation_autofill = 0x7f090000
com.crsmthw.phase10tracker:id/androidx_window_activity_scope = 0x7f05002c
com.crsmthw.phase10tracker:id/text2 = 0x7f050064
com.crsmthw.phase10tracker:id/text = 0x7f050063
com.crsmthw.phase10tracker:drawable/ic_call_decline_low = 0x7f040005
com.crsmthw.phase10tracker:drawable/notification_action_background = 0x7f040009
com.crsmthw.phase10tracker:drawable/notify_panel_notification_icon_bg = 0x7f040015
com.crsmthw.phase10tracker:string/m3c_wide_navigation_rail_close_rail = 0x7f090065
com.crsmthw.phase10tracker:string/m3c_date_input_invalid_year_range = 0x7f09002a
com.crsmthw.phase10tracker:string/call_notification_screening_text = 0x7f090009
com.crsmthw.phase10tracker:id/view_tree_saved_state_registry_owner = 0x7f05006c
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_next_month = 0x7f090037
com.crsmthw.phase10tracker:string/m3c_date_range_picker_day_in_range = 0x7f09003f
com.crsmthw.phase10tracker:string/m3c_time_input_dialog_title = 0x7f090050
com.crsmthw.phase10tracker:string/androidx_startup = 0x7f090002
com.crsmthw.phase10tracker:string/m3c_button_group_more_options = 0x7f090025
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_pane_title = 0x7f090024
com.crsmthw.phase10tracker:styleable/SplitPairRule = 0x7f0b0013
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_drag_handle_content_description = 0x7f090012
com.crsmthw.phase10tracker:string/status_bar_notification_info_overflow = 0x7f090070
com.crsmthw.phase10tracker:attr/splitMinSmallestWidthDp = 0x7f01003c
com.crsmthw.phase10tracker:id/hide_in_inspector_tag = 0x7f05003c
com.crsmthw.phase10tracker:string/default_error_message = 0x7f09000c
com.crsmthw.phase10tracker:string/template_percent = 0x7f090073
com.crsmthw.phase10tracker:id/tag_on_receive_content_mime_types = 0x7f05005b
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_dismiss_description = 0x7f090021
com.crsmthw.phase10tracker:id/accessibility_custom_action_13 = 0x7f050006
com.crsmthw.phase10tracker:id/accessibility_custom_action_30 = 0x7f050019
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Title = 0x7f0a0008
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_expanded_state_description = 0x7f09001e
com.crsmthw.phase10tracker:string/call_notification_incoming_text = 0x7f090007
com.crsmthw.phase10tracker:string/m3c_date_range_picker_end_headline = 0x7f090040
com.crsmthw.phase10tracker:styleable/NavGraphNavigator = 0x7f0b000e
com.crsmthw.phase10tracker:id/action_container = 0x7f050021
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_suffix = 0x7f090058
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_click_to_collapse_description = 0x7f09001a
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_drag_handle_description = 0x7f090022
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_title_tertiary = 0x7f090019
com.crsmthw.phase10tracker:id/line3 = 0x7f050045
com.crsmthw.phase10tracker:id/accessibility_custom_action_4 = 0x7f05001b
com.crsmthw.phase10tracker:id/accessibility_custom_action_20 = 0x7f05000e
com.crsmthw.phase10tracker:string/call_notification_answer_action = 0x7f090003
com.crsmthw.phase10tracker:dimen/notification_content_margin_start = 0x7f03000a
com.crsmthw.phase10tracker:id/action_divider = 0x7f050022
com.crsmthw.phase10tracker:drawable/notification_bg = 0x7f04000a
com.crsmthw.phase10tracker:string/m3c_floating_toolbar_expand = 0x7f09004a
com.crsmthw.phase10tracker:string/m3c_snackbar_dismiss = 0x7f09004d
com.crsmthw.phase10tracker:layout/notification_action = 0x7f070003
com.crsmthw.phase10tracker:string/m3c_dropdown_menu_expanded = 0x7f090047 com.crsmthw.phase10tracker:string/m3c_dropdown_menu_expanded = 0x7f090047
com.crsmthw.phase10tracker:string/dropdown_menu = 0x7f09000e com.crsmthw.phase10tracker:string/dropdown_menu = 0x7f09000e
com.crsmthw.phase10tracker:drawable/ic_call_answer = 0x7f040000
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_title_secondary = 0x7f090018
com.crsmthw.phase10tracker:dimen/notification_large_icon_height = 0x7f03000b
com.crsmthw.phase10tracker:string/default_popup_window_title = 0x7f09000d com.crsmthw.phase10tracker:string/default_popup_window_title = 0x7f09000d
com.crsmthw.phase10tracker:string/close_drawer = 0x7f09000a com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_drag_handle_state_description = 0x7f090013
com.crsmthw.phase10tracker:string/call_notification_screening_text = 0x7f090009
com.crsmthw.phase10tracker:string/m3c_date_range_picker_end_headline = 0x7f090040
com.crsmthw.phase10tracker:string/call_notification_incoming_text = 0x7f090007
com.crsmthw.phase10tracker:styleable/GradientColor = 0x7f0b0009
com.crsmthw.phase10tracker:string/call_notification_decline_action = 0x7f090005
com.crsmthw.phase10tracker:string/call_notification_answer_video_action = 0x7f090004
com.crsmthw.phase10tracker:string/call_notification_answer_action = 0x7f090003
com.crsmthw.phase10tracker:string/androidx_startup = 0x7f090002
com.crsmthw.phase10tracker:string/androidx_compose_ui_autofill = 0x7f090001
com.crsmthw.phase10tracker:layout/notification_template_part_time = 0x7f070008
com.crsmthw.phase10tracker:layout/notification_template_part_chronometer = 0x7f070007
com.crsmthw.phase10tracker:string/m3c_snackbar_dismiss = 0x7f09004d
com.crsmthw.phase10tracker:string/m3c_floating_toolbar_expand = 0x7f09004a
com.crsmthw.phase10tracker:layout/notification_action = 0x7f070003
com.crsmthw.phase10tracker:string/tab = 0x7f090072
com.crsmthw.phase10tracker:string/range_start = 0x7f09006a
com.crsmthw.phase10tracker:layout/ime_base_split_test_activity = 0x7f070001
com.crsmthw.phase10tracker:string/m3c_date_input_invalid_for_pattern = 0x7f090028 com.crsmthw.phase10tracker:string/m3c_date_input_invalid_for_pattern = 0x7f090028
com.crsmthw.phase10tracker:layout/custom_dialog = 0x7f070000 com.crsmthw.phase10tracker:layout/custom_dialog = 0x7f070000
com.crsmthw.phase10tracker:string/call_notification_decline_action = 0x7f090005
com.crsmthw.phase10tracker:styleable/GradientColor = 0x7f0b0009
com.crsmthw.phase10tracker:string/m3c_date_picker_title = 0x7f09003a
com.crsmthw.phase10tracker:layout/notification_template_part_chronometer = 0x7f070007
com.crsmthw.phase10tracker:attr/fontProviderFallbackQuery = 0x7f010018
com.crsmthw.phase10tracker:string/range_start = 0x7f09006a
com.crsmthw.phase10tracker:string/tab = 0x7f090072
com.crsmthw.phase10tracker:layout/ime_base_split_test_activity = 0x7f070001
com.crsmthw.phase10tracker:color/androidx_core_ripple_material_light = 0x7f020000
com.crsmthw.phase10tracker:integer/status_bar_notification_info_maxnum = 0x7f060001 com.crsmthw.phase10tracker:integer/status_bar_notification_info_maxnum = 0x7f060001
com.crsmthw.phase10tracker:string/close_sheet = 0x7f09000b com.crsmthw.phase10tracker:string/call_notification_answer_video_action = 0x7f090004
com.crsmthw.phase10tracker:string/range_end = 0x7f090069
com.crsmthw.phase10tracker:attr/alwaysExpand = 0x7f010004
com.crsmthw.phase10tracker:string/m3c_date_range_picker_start_headline = 0x7f090043
com.crsmthw.phase10tracker:string/m3c_time_picker_hour_24h_suffix = 0x7f090054
com.crsmthw.phase10tracker:attr/font = 0x7f010015
com.crsmthw.phase10tracker:string/m3c_search_bar_search = 0x7f09004c
com.crsmthw.phase10tracker:integer/m3c_window_layout_in_display_cutout_mode = 0x7f060000 com.crsmthw.phase10tracker:integer/m3c_window_layout_in_display_cutout_mode = 0x7f060000
com.crsmthw.phase10tracker:id/wrapped_composition_tag = 0x7f05006e com.crsmthw.phase10tracker:id/systemDefault = 0x7f050053
com.crsmthw.phase10tracker:id/view_tree_view_model_store_owner = 0x7f05006d com.crsmthw.phase10tracker:string/m3c_date_picker_headline = 0x7f09002e
com.crsmthw.phase10tracker:id/view_tree_saved_state_registry_owner = 0x7f05006c com.crsmthw.phase10tracker:string/close_sheet = 0x7f09000b
com.crsmthw.phase10tracker:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f05006b com.crsmthw.phase10tracker:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f05006b
com.crsmthw.phase10tracker:id/view_tree_disjoint_parent = 0x7f050068 com.crsmthw.phase10tracker:id/info = 0x7f05003f
com.crsmthw.phase10tracker:id/topToBottom = 0x7f050067 com.crsmthw.phase10tracker:id/topToBottom = 0x7f050067
com.crsmthw.phase10tracker:styleable/GradientColorItem = 0x7f0b000a com.crsmthw.phase10tracker:styleable/GradientColorItem = 0x7f0b000a
com.crsmthw.phase10tracker:attr/primaryActivityName = 0x7f01002f
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_click_to_partially_expand_description = 0x7f09001c com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_click_to_partially_expand_description = 0x7f09001c
com.crsmthw.phase10tracker:id/title = 0x7f050066 com.crsmthw.phase10tracker:id/title = 0x7f050066
com.crsmthw.phase10tracker:id/time = 0x7f050065 com.crsmthw.phase10tracker:style/Widget.Compat.NotificationActionText = 0x7f0a000b
com.crsmthw.phase10tracker:id/text = 0x7f050063 com.crsmthw.phase10tracker:attr/splitChangeAnimation = 0x7f010036
com.crsmthw.phase10tracker:id/accessibility_custom_action_17 = 0x7f05000a
com.crsmthw.phase10tracker:string/m3c_time_picker_period_toggle_description = 0x7f09005f com.crsmthw.phase10tracker:string/m3c_time_picker_period_toggle_description = 0x7f09005f
com.crsmthw.phase10tracker:string/m3c_date_input_label = 0x7f09002b com.crsmthw.phase10tracker:string/m3c_date_input_label = 0x7f09002b
com.crsmthw.phase10tracker:id/tag_window_insets_animation_callback = 0x7f050062 com.crsmthw.phase10tracker:id/tag_window_insets_animation_callback = 0x7f050062
com.crsmthw.phase10tracker:string/m3c_date_range_input_invalid_range_input = 0x7f09003d
com.crsmthw.phase10tracker:attr/targetPackage = 0x7f010043
com.crsmthw.phase10tracker:id/tag_unhandled_key_listeners = 0x7f050061 com.crsmthw.phase10tracker:id/tag_unhandled_key_listeners = 0x7f050061
com.crsmthw.phase10tracker:id/tag_unhandled_key_event_manager = 0x7f050060 com.crsmthw.phase10tracker:id/tag_unhandled_key_event_manager = 0x7f050060
com.crsmthw.phase10tracker:id/tag_transition_group = 0x7f05005f
com.crsmthw.phase10tracker:styleable/DividerAttributes = 0x7f0b0005 com.crsmthw.phase10tracker:styleable/DividerAttributes = 0x7f0b0005
com.crsmthw.phase10tracker:id/view_tree_lifecycle_owner = 0x7f050069 com.crsmthw.phase10tracker:id/view_tree_lifecycle_owner = 0x7f050069
com.crsmthw.phase10tracker:id/tag_transition_group = 0x7f05005f com.crsmthw.phase10tracker:string/androidx_compose_ui_autofill = 0x7f090001
com.crsmthw.phase10tracker:id/tag_state_description = 0x7f05005d com.crsmthw.phase10tracker:dimen/notification_small_icon_background_padding = 0x7f030011
com.crsmthw.phase10tracker:drawable/ic_launcher_background = 0x7f040006
com.crsmthw.phase10tracker:id/tag_on_apply_window_listener = 0x7f050059 com.crsmthw.phase10tracker:id/tag_on_apply_window_listener = 0x7f050059
com.crsmthw.phase10tracker:styleable/ActivityRule = 0x7f0b0002 com.crsmthw.phase10tracker:styleable/ActivityRule = 0x7f0b0002
com.crsmthw.phase10tracker:id/tag_compat_insets_dispatch = 0x7f050058 com.crsmthw.phase10tracker:id/tag_compat_insets_dispatch = 0x7f050058
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_partially_expanded_state_description = 0x7f09001f
com.crsmthw.phase10tracker:id/tag_accessibility_clickable_spans = 0x7f050055
com.crsmthw.phase10tracker:id/tag_accessibility_actions = 0x7f050054
com.crsmthw.phase10tracker:id/right_side = 0x7f050051
com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_click_to_expand_description = 0x7f09001b com.crsmthw.phase10tracker:string/m3_adaptive_drag_to_resize_click_to_expand_description = 0x7f09001b
com.crsmthw.phase10tracker:mipmap/ic_launcher = 0x7f080000
com.crsmthw.phase10tracker:id/right_icon = 0x7f050050 com.crsmthw.phase10tracker:id/right_icon = 0x7f050050
com.crsmthw.phase10tracker:id/tag_system_bar_state_monitor = 0x7f05005e com.crsmthw.phase10tracker:attr/fontStyle = 0x7f01001e
com.crsmthw.phase10tracker:id/notification_main_column = 0x7f05004c
com.crsmthw.phase10tracker:attr/fontProviderPackage = 0x7f01001b com.crsmthw.phase10tracker:attr/fontProviderPackage = 0x7f01001b
com.crsmthw.phase10tracker:id/line3 = 0x7f050045 com.crsmthw.phase10tracker:id/accessibility_custom_action_6 = 0x7f05001d
com.crsmthw.phase10tracker:string/m3c_wide_navigation_rail_pane_title = 0x7f090066
com.crsmthw.phase10tracker:id/line1 = 0x7f050044
com.crsmthw.phase10tracker:id/chronometer = 0x7f050031
com.crsmthw.phase10tracker:drawable/ic_launcher_background = 0x7f040006
com.crsmthw.phase10tracker:id/icon = 0x7f05003d
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification = 0x7f0a0004
com.crsmthw.phase10tracker:string/default_error_message = 0x7f09000c
com.crsmthw.phase10tracker:id/report_drawn = 0x7f05004f
com.crsmthw.phase10tracker:attr/navGraph = 0x7f010026
com.crsmthw.phase10tracker:id/hide_in_inspector_tag = 0x7f05003c
com.crsmthw.phase10tracker:id/forever = 0x7f050039
com.crsmthw.phase10tracker:id/hide_ime_id = 0x7f05003b
com.crsmthw.phase10tracker:attr/destination = 0x7f01000a
com.crsmthw.phase10tracker:id/edit_text_id = 0x7f050037
com.crsmthw.phase10tracker:string/m3c_date_picker_no_selection_description = 0x7f090031
com.crsmthw.phase10tracker:id/rtl = 0x7f050052
com.crsmthw.phase10tracker:id/dialog_button = 0x7f050035
com.crsmthw.phase10tracker:layout/notification_template_icon_group = 0x7f070006
com.crsmthw.phase10tracker:id/compose_view_saveable_id_tag = 0x7f050033
com.crsmthw.phase10tracker:id/compose_prefetch_scheduler = 0x7f050032
com.crsmthw.phase10tracker:id/tag_accessibility_pane_title = 0x7f050057
com.crsmthw.phase10tracker:attr/fontProviderFetchStrategy = 0x7f010019
com.crsmthw.phase10tracker:attr/tag = 0x7f010042
com.crsmthw.phase10tracker:id/accessibility_custom_action_18 = 0x7f05000b
com.crsmthw.phase10tracker:id/bottomToTop = 0x7f050030
com.crsmthw.phase10tracker:id/blocking = 0x7f05002f
com.crsmthw.phase10tracker:id/auto_clear_focus_behavior_tag = 0x7f05002e
com.crsmthw.phase10tracker:attr/dataPattern = 0x7f010009
com.crsmthw.phase10tracker:id/androidx_compose_ui_view_compose_view_context = 0x7f05002a
com.crsmthw.phase10tracker:id/alwaysDisallow = 0x7f050029
com.crsmthw.phase10tracker:id/accessibility_custom_action_28 = 0x7f050016
com.crsmthw.phase10tracker:id/accessibility_custom_action_9 = 0x7f050020
com.crsmthw.phase10tracker:id/alwaysAllow = 0x7f050028
com.crsmthw.phase10tracker:dimen/notification_big_circle_margin = 0x7f030009
com.crsmthw.phase10tracker:id/always = 0x7f050027
com.crsmthw.phase10tracker:dimen/notification_action_icon_size = 0x7f030007
com.crsmthw.phase10tracker:id/actions = 0x7f050025
com.crsmthw.phase10tracker:id/action_container = 0x7f050021
com.crsmthw.phase10tracker:id/tag_on_receive_content_listener = 0x7f05005a com.crsmthw.phase10tracker:id/tag_on_receive_content_listener = 0x7f05005a
com.crsmthw.phase10tracker:id/pooling_container_listener_holder_tag = 0x7f05004e com.crsmthw.phase10tracker:id/pooling_container_listener_holder_tag = 0x7f05004e
com.crsmthw.phase10tracker:id/accessibility_custom_action_6 = 0x7f05001d com.crsmthw.phase10tracker:id/notification_main_column = 0x7f05004c
com.crsmthw.phase10tracker:id/accessibility_custom_action_30 = 0x7f050019 com.crsmthw.phase10tracker:id/tag_system_bar_state_monitor = 0x7f05005e
com.crsmthw.phase10tracker:id/accessibility_custom_action_3 = 0x7f050018 com.crsmthw.phase10tracker:attr/argType = 0x7f010006
com.crsmthw.phase10tracker:drawable/notification_bg = 0x7f04000a com.crsmthw.phase10tracker:id/chronometer = 0x7f050031
com.crsmthw.phase10tracker:id/action_divider = 0x7f050022 com.crsmthw.phase10tracker:attr/navGraph = 0x7f010026
com.crsmthw.phase10tracker:styleable/NavAction = 0x7f0b000b com.crsmthw.phase10tracker:styleable/NavInclude = 0x7f0b0010
com.crsmthw.phase10tracker:id/accessibility_custom_action_25 = 0x7f050013 com.crsmthw.phase10tracker:id/icon = 0x7f05003d
com.crsmthw.phase10tracker:id/accessibility_custom_action_21 = 0x7f05000f com.crsmthw.phase10tracker:id/adjacent = 0x7f050026
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_previous_month = 0x7f090038 com.crsmthw.phase10tracker:attr/dragRangeMaxRatio = 0x7f01000b
com.crsmthw.phase10tracker:id/report_drawn = 0x7f05004f
com.crsmthw.phase10tracker:attr/fontProviderAuthority = 0x7f010016
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification = 0x7f0a0004
com.crsmthw.phase10tracker:id/forever = 0x7f050039
com.crsmthw.phase10tracker:id/normal = 0x7f05004a com.crsmthw.phase10tracker:id/normal = 0x7f05004a
com.crsmthw.phase10tracker:attr/fontStyle = 0x7f01001e com.crsmthw.phase10tracker:attr/destination = 0x7f01000a
com.crsmthw.phase10tracker:id/accessibility_custom_action_20 = 0x7f05000e com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_previous_month = 0x7f090038
com.crsmthw.phase10tracker:string/m3c_date_picker_no_selection_description = 0x7f090031
com.crsmthw.phase10tracker:id/dialog_button = 0x7f050035
com.crsmthw.phase10tracker:id/rtl = 0x7f050052
com.crsmthw.phase10tracker:attr/splitOpenAnimation = 0x7f01003e
com.crsmthw.phase10tracker:id/alwaysDisallow = 0x7f050029
com.crsmthw.phase10tracker:id/compose_view_saveable_id_tag = 0x7f050033
com.crsmthw.phase10tracker:layout/notification_template_icon_group = 0x7f070006
com.crsmthw.phase10tracker:attr/activityAction = 0x7f010001
com.crsmthw.phase10tracker:styleable/ColorStateListItem = 0x7f0b0004
com.crsmthw.phase10tracker:color/call_notification_answer_color = 0x7f020002
com.crsmthw.phase10tracker:color/vector_tint_theme_color = 0x7f020007
com.crsmthw.phase10tracker:id/accessibility_custom_action_18 = 0x7f05000b
com.crsmthw.phase10tracker:id/tag_accessibility_pane_title = 0x7f050057
com.crsmthw.phase10tracker:attr/tag = 0x7f010042
com.crsmthw.phase10tracker:attr/fontProviderFetchStrategy = 0x7f010019
com.crsmthw.phase10tracker:id/accessibility_custom_action_9 = 0x7f050020
com.crsmthw.phase10tracker:id/accessibility_custom_action_28 = 0x7f050016
com.crsmthw.phase10tracker:id/accessibility_custom_action_2 = 0x7f05000d
com.crsmthw.phase10tracker:string/indeterminate = 0x7f090010 com.crsmthw.phase10tracker:string/indeterminate = 0x7f090010
com.crsmthw.phase10tracker:id/bottomToTop = 0x7f050030
com.crsmthw.phase10tracker:dimen/notification_right_side_padding_top = 0x7f030010 com.crsmthw.phase10tracker:dimen/notification_right_side_padding_top = 0x7f030010
com.crsmthw.phase10tracker:id/inspection_slot_table_set = 0x7f050040 com.crsmthw.phase10tracker:id/inspection_slot_table_set = 0x7f050040
com.crsmthw.phase10tracker:dimen/notification_content_margin_start = 0x7f03000a com.crsmthw.phase10tracker:id/blocking = 0x7f05002f
com.crsmthw.phase10tracker:attr/dataPattern = 0x7f010009
com.crsmthw.phase10tracker:id/androidx_compose_ui_view_compose_view_context = 0x7f05002a
com.crsmthw.phase10tracker:string/m3c_date_input_headline = 0x7f090026
com.crsmthw.phase10tracker:dimen/notification_top_pad_large_text = 0x7f030015
com.crsmthw.phase10tracker:id/locale = 0x7f050046
com.crsmthw.phase10tracker:id/alwaysAllow = 0x7f050028
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_start_offset_anchor_description = 0x7f090016
com.crsmthw.phase10tracker:dimen/notification_big_circle_margin = 0x7f030009
com.crsmthw.phase10tracker:id/always = 0x7f050027
com.crsmthw.phase10tracker:id/accessibility_custom_action_3 = 0x7f050018
com.crsmthw.phase10tracker:layout/notification_action_tombstone = 0x7f070004
com.crsmthw.phase10tracker:dimen/notification_subtext_size = 0x7f030013
com.crsmthw.phase10tracker:styleable/NavAction = 0x7f0b000b
com.crsmthw.phase10tracker:id/accessibility_custom_action_25 = 0x7f050013
com.crsmthw.phase10tracker:dimen/notification_large_icon_width = 0x7f03000c
com.crsmthw.phase10tracker:id/accessibility_custom_action_16 = 0x7f050009 com.crsmthw.phase10tracker:id/accessibility_custom_action_16 = 0x7f050009
com.crsmthw.phase10tracker:id/jumpCut = 0x7f050043 com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_year_selection = 0x7f090039
com.crsmthw.phase10tracker:id/accessibility_custom_action_29 = 0x7f050017 com.crsmthw.phase10tracker:attr/alpha = 0x7f010003
com.crsmthw.phase10tracker:attr/splitChangeAnimation = 0x7f010036 com.crsmthw.phase10tracker:color/vector_tint_color = 0x7f020006
com.crsmthw.phase10tracker:id/accessibility_custom_action_17 = 0x7f05000a com.crsmthw.phase10tracker:color/notification_icon_bg_color = 0x7f020005
com.crsmthw.phase10tracker:id/accessibility_custom_action_15 = 0x7f050008
com.crsmthw.phase10tracker:string/template_percent = 0x7f090073
com.crsmthw.phase10tracker:id/accessibility_custom_action_13 = 0x7f050006
com.crsmthw.phase10tracker:id/accessibility_custom_action_12 = 0x7f050005
com.crsmthw.phase10tracker:layout/ime_secondary_split_test_activity = 0x7f070002
com.crsmthw.phase10tracker:attr/launchSingleTop = 0x7f010024
com.crsmthw.phase10tracker:id/accessibility_custom_action_11 = 0x7f050004
com.crsmthw.phase10tracker:id/accessibility_custom_action_0 = 0x7f050001 com.crsmthw.phase10tracker:id/accessibility_custom_action_0 = 0x7f050001
com.crsmthw.phase10tracker:attr/uri = 0x7f010045 com.crsmthw.phase10tracker:string/state_empty = 0x7f09006d
com.crsmthw.phase10tracker:id/action_image = 0x7f050023 com.crsmthw.phase10tracker:attr/embeddingDividerColor = 0x7f01000d
com.crsmthw.phase10tracker:styleable/FontFamilyFont = 0x7f0b0007 com.crsmthw.phase10tracker:styleable/FontFamilyFont = 0x7f0b0007
com.crsmthw.phase10tracker:id/accessibility_custom_action_31 = 0x7f05001a com.crsmthw.phase10tracker:id/accessibility_custom_action_31 = 0x7f05001a
com.crsmthw.phase10tracker:string/m3c_time_picker_toggle_keyboard = 0x7f090061
com.crsmthw.phase10tracker:id/accessibility_custom_action_22 = 0x7f050010
com.crsmthw.phase10tracker:id/accessibility_action_clickable_span = 0x7f050000 com.crsmthw.phase10tracker:id/accessibility_action_clickable_span = 0x7f050000
com.crsmthw.phase10tracker:drawable/notification_template_icon_low_bg = 0x7f040013 com.crsmthw.phase10tracker:drawable/notification_template_icon_low_bg = 0x7f040013
com.crsmthw.phase10tracker:attr/fontProviderQuery = 0x7f01001c com.crsmthw.phase10tracker:attr/fontProviderQuery = 0x7f01001c
com.crsmthw.phase10tracker:drawable/notification_tile_bg = 0x7f040014 com.crsmthw.phase10tracker:drawable/notification_tile_bg = 0x7f040014
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_input_mode = 0x7f090036 com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_input_mode = 0x7f090036
com.crsmthw.phase10tracker:id/nav_controller_view_tag = 0x7f050048 com.crsmthw.phase10tracker:id/nav_controller_view_tag = 0x7f050048
com.crsmthw.phase10tracker:color/notification_action_color_filter = 0x7f020004
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_expand_description = 0x7f090023 com.crsmthw.phase10tracker:string/m3c_bottom_sheet_expand_description = 0x7f090023
com.crsmthw.phase10tracker:drawable/notification_template_icon_bg = 0x7f040012 com.crsmthw.phase10tracker:drawable/notification_template_icon_bg = 0x7f040012
com.crsmthw.phase10tracker:drawable/ic_call_answer_video_low = 0x7f040003
com.crsmthw.phase10tracker:string/m3c_suggestions_available = 0x7f09004f com.crsmthw.phase10tracker:string/m3c_suggestions_available = 0x7f09004f
com.crsmthw.phase10tracker:string/m3c_date_picker_today_description = 0x7f09003b com.crsmthw.phase10tracker:string/m3c_date_picker_today_description = 0x7f09003b
com.crsmthw.phase10tracker:id/ltr = 0x7f050047 com.crsmthw.phase10tracker:id/ltr = 0x7f050047
@@ -220,178 +310,89 @@ com.crsmthw.phase10tracker:styleable/SplitPlaceholderRule = 0x7f0b0014
com.crsmthw.phase10tracker:drawable/notification_oversize_large_icon_bg = 0x7f040011 com.crsmthw.phase10tracker:drawable/notification_oversize_large_icon_bg = 0x7f040011
com.crsmthw.phase10tracker:attr/route = 0x7f010032 com.crsmthw.phase10tracker:attr/route = 0x7f010032
com.crsmthw.phase10tracker:drawable/notification_icon_background = 0x7f040010 com.crsmthw.phase10tracker:drawable/notification_icon_background = 0x7f040010
com.crsmthw.phase10tracker:string/m3c_date_range_picker_day_in_range = 0x7f09003f com.crsmthw.phase10tracker:drawable/notification_bg_low_pressed = 0x7f04000d
com.crsmthw.phase10tracker:drawable/notification_bg_normal = 0x7f04000e com.crsmthw.phase10tracker:string/m3c_floating_toolbar_more_options = 0x7f09004b
com.crsmthw.phase10tracker:drawable/notification_bg_low = 0x7f04000b com.crsmthw.phase10tracker:drawable/notification_bg_low = 0x7f04000b
com.crsmthw.phase10tracker:id/accessibility_custom_action_23 = 0x7f050011 com.crsmthw.phase10tracker:id/accessibility_custom_action_23 = 0x7f050011
com.crsmthw.phase10tracker:drawable/notification_bg_normal_pressed = 0x7f04000f com.crsmthw.phase10tracker:drawable/notification_bg_normal_pressed = 0x7f04000f
com.crsmthw.phase10tracker:attr/primaryActivityName = 0x7f01002f com.crsmthw.phase10tracker:attr/splitLayoutDirection = 0x7f010038
com.crsmthw.phase10tracker:drawable/notification_action_background = 0x7f040009
com.crsmthw.phase10tracker:drawable/ic_launcher_foreground = 0x7f040007
com.crsmthw.phase10tracker:drawable/ic_call_answer_video_low = 0x7f040003
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_start_offset_anchor_description = 0x7f090016
com.crsmthw.phase10tracker:attr/graph = 0x7f010021 com.crsmthw.phase10tracker:attr/graph = 0x7f010021
com.crsmthw.phase10tracker:id/locale = 0x7f050046 com.crsmthw.phase10tracker:dimen/compat_button_padding_vertical_material = 0x7f030003
com.crsmthw.phase10tracker:drawable/ic_call_answer_low = 0x7f040001 com.crsmthw.phase10tracker:drawable/ic_call_answer_low = 0x7f040001
com.crsmthw.phase10tracker:dimen/notification_large_icon_height = 0x7f03000b com.crsmthw.phase10tracker:attr/popUpToInclusive = 0x7f01002d
com.crsmthw.phase10tracker:drawable/ic_call_answer = 0x7f040000
com.crsmthw.phase10tracker:string/m3c_date_input_headline = 0x7f090026
com.crsmthw.phase10tracker:dimen/notification_top_pad_large_text = 0x7f030015
com.crsmthw.phase10tracker:layout/notification_action_tombstone = 0x7f070004
com.crsmthw.phase10tracker:dimen/notification_subtext_size = 0x7f030013
com.crsmthw.phase10tracker:attr/splitMaxAspectRatioInLandscape = 0x7f010039 com.crsmthw.phase10tracker:attr/splitMaxAspectRatioInLandscape = 0x7f010039
com.crsmthw.phase10tracker:id/is_pooling_container_tag = 0x7f050041 com.crsmthw.phase10tracker:id/is_pooling_container_tag = 0x7f050041
com.crsmthw.phase10tracker:string/snackbar_pane_title = 0x7f09006c
com.crsmthw.phase10tracker:string/m3c_bottom_sheet_collapse_description = 0x7f090020 com.crsmthw.phase10tracker:string/m3c_bottom_sheet_collapse_description = 0x7f090020
com.crsmthw.phase10tracker:id/androidx_compose_ui_view_composition_context = 0x7f05002b com.crsmthw.phase10tracker:id/androidx_compose_ui_view_composition_context = 0x7f05002b
com.crsmthw.phase10tracker:style/Widget.Compat.NotificationActionContainer = 0x7f0a000a com.crsmthw.phase10tracker:dimen/notification_media_narrow_margin = 0x7f03000e
com.crsmthw.phase10tracker:attr/finishPrimaryWithSecondary = 0x7f010013 com.crsmthw.phase10tracker:attr/finishPrimaryWithSecondary = 0x7f010013
com.crsmthw.phase10tracker:dimen/notification_small_icon_size_as_large = 0x7f030012
com.crsmthw.phase10tracker:string/m3c_date_picker_title = 0x7f09003a
com.crsmthw.phase10tracker:dimen/notification_small_icon_background_padding = 0x7f030011
com.crsmthw.phase10tracker:string/state_off = 0x7f09006e com.crsmthw.phase10tracker:string/state_off = 0x7f09006e
com.crsmthw.phase10tracker:id/accessibility_custom_action_14 = 0x7f050007 com.crsmthw.phase10tracker:id/accessibility_custom_action_14 = 0x7f050007
com.crsmthw.phase10tracker:layout/notification_template_custom_big = 0x7f070005
com.crsmthw.phase10tracker:id/notification_main_column_container = 0x7f05004d
com.crsmthw.phase10tracker:drawable/ic_call_decline = 0x7f040004
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_drag_handle_action_description = 0x7f090011
com.crsmthw.phase10tracker:attr/animationBackgroundColor = 0x7f010005
com.crsmthw.phase10tracker:attr/shortcutMatchRequired = 0x7f010035
com.crsmthw.phase10tracker:drawable/ic_launcher_monochrome = 0x7f040008
com.crsmthw.phase10tracker:attr/isDraggingToFullscreenAllowed = 0x7f010022 com.crsmthw.phase10tracker:attr/isDraggingToFullscreenAllowed = 0x7f010022
com.crsmthw.phase10tracker:dimen/compat_notification_large_icon_max_width = 0x7f030006 com.crsmthw.phase10tracker:dimen/compat_notification_large_icon_max_width = 0x7f030006
com.crsmthw.phase10tracker:attr/dragRangeMaxRatio = 0x7f01000b com.crsmthw.phase10tracker:styleable/NavDeepLink = 0x7f0b000d
com.crsmthw.phase10tracker:dimen/compat_notification_large_icon_max_height = 0x7f030005 com.crsmthw.phase10tracker:dimen/compat_notification_large_icon_max_height = 0x7f030005
com.crsmthw.phase10tracker:attr/clearTop = 0x7f010007 com.crsmthw.phase10tracker:attr/clearTop = 0x7f010007
com.crsmthw.phase10tracker:string/m3c_tooltip_pane_description = 0x7f090064
com.crsmthw.phase10tracker:dimen/notification_main_column_padding_top = 0x7f03000d
com.crsmthw.phase10tracker:dimen/compat_control_corner_material = 0x7f030004 com.crsmthw.phase10tracker:dimen/compat_control_corner_material = 0x7f030004
com.crsmthw.phase10tracker:styleable/ColorStateListItem = 0x7f0b0004
com.crsmthw.phase10tracker:color/call_notification_answer_color = 0x7f020002
com.crsmthw.phase10tracker:attr/activityAction = 0x7f010001
com.crsmthw.phase10tracker:color/vector_tint_theme_color = 0x7f020007
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_year_selection = 0x7f090039
com.crsmthw.phase10tracker:attr/alpha = 0x7f010003
com.crsmthw.phase10tracker:color/vector_tint_color = 0x7f020006
com.crsmthw.phase10tracker:color/notification_icon_bg_color = 0x7f020005
com.crsmthw.phase10tracker:styleable/ActivityFilter = 0x7f0b0000 com.crsmthw.phase10tracker:styleable/ActivityFilter = 0x7f0b0000
com.crsmthw.phase10tracker:id/italic = 0x7f050042 com.crsmthw.phase10tracker:id/italic = 0x7f050042
com.crsmthw.phase10tracker:id/accessibility_custom_action_4 = 0x7f05001b
com.crsmthw.phase10tracker:drawable/notify_panel_notification_icon_bg = 0x7f040015
com.crsmthw.phase10tracker:attr/splitMinHeightDp = 0x7f01003b com.crsmthw.phase10tracker:attr/splitMinHeightDp = 0x7f01003b
com.crsmthw.phase10tracker:attr/popUpTo = 0x7f01002c com.crsmthw.phase10tracker:attr/popUpTo = 0x7f01002c
com.crsmthw.phase10tracker:string/m3c_date_picker_scroll_to_earlier_years = 0x7f090032 com.crsmthw.phase10tracker:string/m3c_date_picker_scroll_to_earlier_years = 0x7f090032
com.crsmthw.phase10tracker:attr/splitMinWidthDp = 0x7f01003d com.crsmthw.phase10tracker:attr/splitMinWidthDp = 0x7f01003d
com.crsmthw.phase10tracker:string/m3c_date_picker_headline_description = 0x7f09002f
com.crsmthw.phase10tracker:color/androidx_core_secondary_text_default_material_light = 0x7f020001
com.crsmthw.phase10tracker:color/androidx_core_ripple_material_light = 0x7f020000
com.crsmthw.phase10tracker:dimen/compat_button_inset_vertical_material = 0x7f030001
com.crsmthw.phase10tracker:id/view_tree_navigation_event_dispatcher_owner = 0x7f05006a
com.crsmthw.phase10tracker:attr/finishSecondaryWithPrimary = 0x7f010014
com.crsmthw.phase10tracker:string/m3c_date_range_input_invalid_range_input = 0x7f09003d
com.crsmthw.phase10tracker:mipmap/ic_launcher = 0x7f080000
com.crsmthw.phase10tracker:attr/targetPackage = 0x7f010043
com.crsmthw.phase10tracker:string/m3c_date_range_picker_start_headline = 0x7f090043
com.crsmthw.phase10tracker:dimen/compat_button_padding_horizontal_material = 0x7f030002
com.crsmthw.phase10tracker:color/call_notification_decline_color = 0x7f020003
com.crsmthw.phase10tracker:dimen/notification_right_icon_size = 0x7f03000f
com.crsmthw.phase10tracker:style/EdgeToEdgeFloatingDialogWindowTheme = 0x7f0a0002 com.crsmthw.phase10tracker:style/EdgeToEdgeFloatingDialogWindowTheme = 0x7f0a0002
com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_day_selection = 0x7f090035 com.crsmthw.phase10tracker:string/m3c_date_picker_switch_to_day_selection = 0x7f090035
com.crsmthw.phase10tracker:attr/stickyPlaceholder = 0x7f010041 com.crsmthw.phase10tracker:attr/stickyPlaceholder = 0x7f010041
com.crsmthw.phase10tracker:string/m3c_date_picker_headline_description = 0x7f09002f
com.crsmthw.phase10tracker:color/androidx_core_secondary_text_default_material_light = 0x7f020001
com.crsmthw.phase10tracker:id/view_tree_navigation_event_dispatcher_owner = 0x7f05006a
com.crsmthw.phase10tracker:attr/finishSecondaryWithPrimary = 0x7f010014
com.crsmthw.phase10tracker:attr/splitRatio = 0x7f01003f com.crsmthw.phase10tracker:attr/splitRatio = 0x7f01003f
com.crsmthw.phase10tracker:string/call_notification_hang_up_action = 0x7f090006
com.crsmthw.phase10tracker:attr/restoreState = 0x7f010031
com.crsmthw.phase10tracker:attr/mimeType = 0x7f010025 com.crsmthw.phase10tracker:attr/mimeType = 0x7f010025
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_selection = 0x7f09005c
com.crsmthw.phase10tracker:attr/ttcIndex = 0x7f010044
com.crsmthw.phase10tracker:id/accessibility_custom_action_5 = 0x7f05001c com.crsmthw.phase10tracker:id/accessibility_custom_action_5 = 0x7f05001c
com.crsmthw.phase10tracker:string/status_bar_notification_info_overflow = 0x7f090070
com.crsmthw.phase10tracker:id/tag_on_receive_content_mime_types = 0x7f05005b
com.crsmthw.phase10tracker:attr/splitMinSmallestWidthDp = 0x7f01003c
com.crsmthw.phase10tracker:attr/popUpToSaveState = 0x7f01002e com.crsmthw.phase10tracker:attr/popUpToSaveState = 0x7f01002e
com.crsmthw.phase10tracker:attr/secondaryActivityName = 0x7f010034 com.crsmthw.phase10tracker:attr/secondaryActivityName = 0x7f010034
com.crsmthw.phase10tracker:string/m3_adaptive_default_pane_expansion_proportion_anchor_description = 0x7f090015
com.crsmthw.phase10tracker:attr/secondaryActivityAction = 0x7f010033
com.crsmthw.phase10tracker:styleable/NavDeepLink = 0x7f0b000d
com.crsmthw.phase10tracker:string/androidx_compose_foundation_autofill = 0x7f090000
com.crsmthw.phase10tracker:id/androidx_window_activity_scope = 0x7f05002c
com.crsmthw.phase10tracker:dimen/compat_button_inset_horizontal_material = 0x7f030000 com.crsmthw.phase10tracker:dimen/compat_button_inset_horizontal_material = 0x7f030000
com.crsmthw.phase10tracker:id/accessibility_custom_action_1 = 0x7f050002
com.crsmthw.phase10tracker:string/m3c_floating_toolbar_more_options = 0x7f09004b
com.crsmthw.phase10tracker:drawable/notification_bg_low_pressed = 0x7f04000d
com.crsmthw.phase10tracker:styleable/SplitPairRule = 0x7f0b0013
com.crsmthw.phase10tracker:attr/queryPatterns = 0x7f010030
com.crsmthw.phase10tracker:string/m3c_time_picker_minute_text_field = 0x7f09005e
com.crsmthw.phase10tracker:drawable/notification_bg_low_normal = 0x7f04000c
com.crsmthw.phase10tracker:styleable/NavHost = 0x7f0b000f
com.crsmthw.phase10tracker:attr/data = 0x7f010008
com.crsmthw.phase10tracker:id/tag_screen_reader_focusable = 0x7f05005c com.crsmthw.phase10tracker:id/tag_screen_reader_focusable = 0x7f05005c
com.crsmthw.phase10tracker:id/accessibility_custom_action_26 = 0x7f050014 com.crsmthw.phase10tracker:id/accessibility_custom_action_26 = 0x7f050014
com.crsmthw.phase10tracker:dimen/notification_top_pad = 0x7f030014
com.crsmthw.phase10tracker:attr/fontProviderCerts = 0x7f010017
com.crsmthw.phase10tracker:id/info = 0x7f05003f
com.crsmthw.phase10tracker:attr/popEnterAnim = 0x7f01002a com.crsmthw.phase10tracker:attr/popEnterAnim = 0x7f01002a
com.crsmthw.phase10tracker:attr/splitCloseAnimation = 0x7f010037
com.crsmthw.phase10tracker:mipmap/ic_launcher_round = 0x7f080001 com.crsmthw.phase10tracker:mipmap/ic_launcher_round = 0x7f080001
com.crsmthw.phase10tracker:attr/fontWeight = 0x7f010020 com.crsmthw.phase10tracker:attr/fontWeight = 0x7f010020
com.crsmthw.phase10tracker:attr/placeholderActivityName = 0x7f010029 com.crsmthw.phase10tracker:attr/placeholderActivityName = 0x7f010029
com.crsmthw.phase10tracker:dimen/notification_action_text_size = 0x7f030008 com.crsmthw.phase10tracker:dimen/notification_action_text_size = 0x7f030008
com.crsmthw.phase10tracker:attr/nullable = 0x7f010028 com.crsmthw.phase10tracker:attr/nullable = 0x7f010028
com.crsmthw.phase10tracker:styleable/NavInclude = 0x7f0b0010
com.crsmthw.phase10tracker:id/adjacent = 0x7f050026
com.crsmthw.phase10tracker:id/never = 0x7f050049 com.crsmthw.phase10tracker:id/never = 0x7f050049
com.crsmthw.phase10tracker:attr/lStar = 0x7f010023
com.crsmthw.phase10tracker:id/notification_background = 0x7f05004b com.crsmthw.phase10tracker:id/notification_background = 0x7f05004b
com.crsmthw.phase10tracker:id/accessibility_custom_action_27 = 0x7f050015 com.crsmthw.phase10tracker:id/accessibility_custom_action_27 = 0x7f050015
com.crsmthw.phase10tracker:id/tag_accessibility_heading = 0x7f050056 com.crsmthw.phase10tracker:id/tag_accessibility_heading = 0x7f050056
com.crsmthw.phase10tracker:id/draggable = 0x7f050036 com.crsmthw.phase10tracker:id/draggable = 0x7f050036
com.crsmthw.phase10tracker:string/m3c_wide_navigation_rail_close_rail = 0x7f090065
com.crsmthw.phase10tracker:id/text2 = 0x7f050064
com.crsmthw.phase10tracker:drawable/ic_call_decline_low = 0x7f040005
com.crsmthw.phase10tracker:attr/fontVariationSettings = 0x7f01001f com.crsmthw.phase10tracker:attr/fontVariationSettings = 0x7f01001f
com.crsmthw.phase10tracker:attr/fontProviderSystemFontFamily = 0x7f01001d
com.crsmthw.phase10tracker:drawable/ic_call_answer_video = 0x7f040002 com.crsmthw.phase10tracker:drawable/ic_call_answer_video = 0x7f040002
com.crsmthw.phase10tracker:string/state_empty = 0x7f09006d
com.crsmthw.phase10tracker:attr/embeddingDividerColor = 0x7f01000d
com.crsmthw.phase10tracker:attr/popUpToInclusive = 0x7f01002d
com.crsmthw.phase10tracker:attr/activityName = 0x7f010002 com.crsmthw.phase10tracker:attr/activityName = 0x7f010002
com.crsmthw.phase10tracker:attr/popExitAnim = 0x7f01002b com.crsmthw.phase10tracker:attr/popExitAnim = 0x7f01002b
com.crsmthw.phase10tracker:id/async = 0x7f05002d com.crsmthw.phase10tracker:id/async = 0x7f05002d
com.crsmthw.phase10tracker:attr/fontProviderFallbackQuery = 0x7f010018
com.crsmthw.phase10tracker:id/accessibility_custom_action_7 = 0x7f05001e com.crsmthw.phase10tracker:id/accessibility_custom_action_7 = 0x7f05001e
com.crsmthw.phase10tracker:dimen/notification_media_narrow_margin = 0x7f03000e
com.crsmthw.phase10tracker:id/accessibility_custom_action_2 = 0x7f05000d
com.crsmthw.phase10tracker:id/accessibility_custom_action_19 = 0x7f05000c com.crsmthw.phase10tracker:id/accessibility_custom_action_19 = 0x7f05000c
com.crsmthw.phase10tracker:attr/action = 0x7f010000 com.crsmthw.phase10tracker:attr/action = 0x7f010000
com.crsmthw.phase10tracker:string/m3c_date_range_picker_scroll_to_next_month = 0x7f090041 com.crsmthw.phase10tracker:string/m3c_date_range_picker_scroll_to_next_month = 0x7f090041
com.crsmthw.phase10tracker:attr/splitMaxAspectRatioInPortrait = 0x7f01003a com.crsmthw.phase10tracker:attr/splitMaxAspectRatioInPortrait = 0x7f01003a
com.crsmthw.phase10tracker:id/fixed = 0x7f050038 com.crsmthw.phase10tracker:id/fixed = 0x7f050038
com.crsmthw.phase10tracker:attr/alwaysExpand = 0x7f010004
com.crsmthw.phase10tracker:attr/argType = 0x7f010006
com.crsmthw.phase10tracker:string/snackbar_pane_title = 0x7f09006c
com.crsmthw.phase10tracker:attr/fontProviderAuthority = 0x7f010016
com.crsmthw.phase10tracker:id/accessibility_custom_action_24 = 0x7f050012 com.crsmthw.phase10tracker:id/accessibility_custom_action_24 = 0x7f050012
com.crsmthw.phase10tracker:attr/embeddingDividerWidthDp = 0x7f01000f com.crsmthw.phase10tracker:attr/embeddingDividerWidthDp = 0x7f01000f
com.crsmthw.phase10tracker:string/call_notification_ongoing_text = 0x7f090008 com.crsmthw.phase10tracker:string/call_notification_ongoing_text = 0x7f090008
com.crsmthw.phase10tracker:attr/exitAnim = 0x7f010011 com.crsmthw.phase10tracker:attr/exitAnim = 0x7f010011
com.crsmthw.phase10tracker:attr/dragRangeMinRatio = 0x7f01000c com.crsmthw.phase10tracker:attr/dragRangeMinRatio = 0x7f01000c
com.crsmthw.phase10tracker:attr/fontProviderFetchTimeout = 0x7f01001a com.crsmthw.phase10tracker:attr/fontProviderFetchTimeout = 0x7f01001a
com.crsmthw.phase10tracker:dimen/compat_button_padding_vertical_material = 0x7f030003
com.crsmthw.phase10tracker:attr/splitLayoutDirection = 0x7f010038
com.crsmthw.phase10tracker:id/action_text = 0x7f050024 com.crsmthw.phase10tracker:id/action_text = 0x7f050024
com.crsmthw.phase10tracker:string/m3c_tooltip_pane_description = 0x7f090064
com.crsmthw.phase10tracker:dimen/notification_main_column_padding_top = 0x7f03000d
com.crsmthw.phase10tracker:id/accessibility_custom_action_8 = 0x7f05001f
com.crsmthw.phase10tracker:attr/nestedScrollViewStyle = 0x7f010027
com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Line2 = 0x7f0a0006 com.crsmthw.phase10tracker:style/TextAppearance.Compat.Notification.Line2 = 0x7f0a0006
com.crsmthw.phase10tracker:attr/finishPrimaryWithPlaceholder = 0x7f010012 com.crsmthw.phase10tracker:attr/finishPrimaryWithPlaceholder = 0x7f010012
com.crsmthw.phase10tracker:color/notification_action_color_filter = 0x7f020004
com.crsmthw.phase10tracker:attr/splitCloseAnimation = 0x7f010037
com.crsmthw.phase10tracker:attr/enterAnim = 0x7f010010 com.crsmthw.phase10tracker:attr/enterAnim = 0x7f010010
com.crsmthw.phase10tracker:attr/embeddingDividerType = 0x7f01000e com.crsmthw.phase10tracker:attr/embeddingDividerType = 0x7f01000e
com.crsmthw.phase10tracker:id/hide_graphics_layer_in_inspector_tag = 0x7f05003a com.crsmthw.phase10tracker:id/hide_graphics_layer_in_inspector_tag = 0x7f05003a
com.crsmthw.phase10tracker:styleable/FontFamily = 0x7f0b0006
com.crsmthw.phase10tracker:attr/startDestination = 0x7f010040
com.crsmthw.phase10tracker:id/consume_window_insets_tag = 0x7f050034 com.crsmthw.phase10tracker:id/consume_window_insets_tag = 0x7f050034
com.crsmthw.phase10tracker:id/systemDefault = 0x7f050053
com.crsmthw.phase10tracker:attr/font = 0x7f010015
com.crsmthw.phase10tracker:id/icon_group = 0x7f05003e com.crsmthw.phase10tracker:id/icon_group = 0x7f05003e
com.crsmthw.phase10tracker:attr/splitOpenAnimation = 0x7f01003e
com.crsmthw.phase10tracker:id/accessibility_custom_action_10 = 0x7f050003 com.crsmthw.phase10tracker:id/accessibility_custom_action_10 = 0x7f050003
com.crsmthw.phase10tracker:dimen/notification_large_icon_width = 0x7f03000c
@@ -1,4 +1,5 @@
com.crsmthw.phase10tracker com.crsmthw.phase10tracker
drawable bmc_button
drawable ic_launcher_background drawable ic_launcher_background
drawable ic_launcher_foreground drawable ic_launcher_foreground
drawable ic_launcher_monochrome drawable ic_launcher_monochrome

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