This commit is contained in:
2024-01-24 16:22:53 -06:00
parent 75ab169397
commit e2915f99a3
1057 changed files with 134028 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
#Fri Jan 19 09:51:22 CST 2024
com.calebfontenot.test1.app-main-5\:/drawable-v24/ic_launcher_foreground.xml=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml
com.calebfontenot.test1.app-main-5\:/drawable/ic_launcher_background.xml=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml
com.calebfontenot.test1.app-main-5\:/layout/activity_hello.xml=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/layout/activity_hello.xml
com.calebfontenot.test1.app-main-5\:/mipmap-anydpi-v26/ic_launcher.xml=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml
com.calebfontenot.test1.app-main-5\:/mipmap-anydpi-v26/ic_launcher_round.xml=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml
com.calebfontenot.test1.app-main-5\:/mipmap-hdpi/ic_launcher.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp
com.calebfontenot.test1.app-main-5\:/mipmap-hdpi/ic_launcher_round.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp
com.calebfontenot.test1.app-main-5\:/mipmap-mdpi/ic_launcher.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp
com.calebfontenot.test1.app-main-5\:/mipmap-mdpi/ic_launcher_round.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp
com.calebfontenot.test1.app-main-5\:/mipmap-xhdpi/ic_launcher.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp
com.calebfontenot.test1.app-main-5\:/mipmap-xhdpi/ic_launcher_round.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp
com.calebfontenot.test1.app-main-5\:/mipmap-xxhdpi/ic_launcher.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp
com.calebfontenot.test1.app-main-5\:/mipmap-xxhdpi/ic_launcher_round.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp
com.calebfontenot.test1.app-main-5\:/mipmap-xxxhdpi/ic_launcher.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp
com.calebfontenot.test1.app-main-5\:/mipmap-xxxhdpi/ic_launcher_round.webp=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp
com.calebfontenot.test1.app-main-5\:/xml/backup_rules.xml=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml
com.calebfontenot.test1.app-main-5\:/xml/data_extraction_rules.xml=/home/caleb/ASDV-Android/Assignments/Test1/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Test1" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/red</item>
<item name="colorOnPrimary">@color/black</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_200</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style>
</resources>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="black">#FF000000</color>
<color name="purple_200">#FFBB86FC</color>
<color name="purple_500">#FF6200EE</color>
<color name="purple_700">#FF3700B3</color>
<color name="red">#FFFF0000</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="white">#FFFFFFFF</color>
<string name="app_name">Test1 😮</string>
<string name="false_button">False</string>
<string name="question_text">Canberra is the capital of Australia.</string>
<string name="true_button">True</string>
<style name="Theme.Test1" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/red</item>
<item name="colorOnPrimary">@color/white</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style>
</resources>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res"><file name="ic_launcher" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-hdpi/ic_launcher.webp" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp" qualifiers="hdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-mdpi/ic_launcher.webp" qualifiers="mdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp" qualifiers="mdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-xhdpi/ic_launcher.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp" qualifiers="xhdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp" qualifiers="xxhdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp" qualifiers="xxxhdpi-v4" type="mipmap"/><file name="ic_launcher_round" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp" qualifiers="xxxhdpi-v4" type="mipmap"/><file name="ic_launcher" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher_round" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" qualifiers="anydpi-v26" type="mipmap"/><file name="ic_launcher_background" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/drawable/ic_launcher_background.xml" qualifiers="" type="drawable"/><file name="ic_launcher_foreground" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/drawable-v24/ic_launcher_foreground.xml" qualifiers="v24" type="drawable"/><file path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">Test1 😮</string><string name="question_text">Canberra is the capital of Australia.</string><string name="true_button">True</string><string name="false_button">False</string></file><file path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/values/themes.xml" qualifiers=""><style name="Theme.Test1" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/red</item>
<item name="colorOnPrimary">@color/white</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style></file><file path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/values/colors.xml" qualifiers=""><color name="purple_200">#FFBB86FC</color><color name="purple_500">#FF6200EE</color><color name="purple_700">#FF3700B3</color><color name="teal_200">#FF03DAC5</color><color name="teal_700">#FF018786</color><color name="black">#FF000000</color><color name="white">#FFFFFFFF</color><color name="red">#FFFF0000</color></file><file path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/values-night/themes.xml" qualifiers="night-v8"><style name="Theme.Test1" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/red</item>
<item name="colorOnPrimary">@color/black</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_200</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style></file><file name="backup_rules" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/xml/backup_rules.xml" qualifiers="" type="xml"/><file name="data_extraction_rules" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/xml/data_extraction_rules.xml" qualifiers="" type="xml"/><file name="activity_hello" path="/home/caleb/ASDV-Android/Assignments/Test1/app/src/main/res/layout/activity_hello.xml" qualifiers="" type="layout"/></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/caleb/ASDV-Android/Assignments/Test1/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:!*~"><source path="/home/caleb/ASDV-Android/Assignments/Test1/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:!*~"><source path="/home/caleb/ASDV-Android/Assignments/Test1/app/build/generated/res/resValues/debug"/></dataSet><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:!*~"><source path="/home/caleb/ASDV-Android/Assignments/Test1/app/build/generated/res/resValues/debug"/></dataSet><mergedItems/></merger>