FtcRobotController v6.0

This commit is contained in:
Cal Kestis
2020-09-21 09:09:43 -07:00
parent 8b8b0988d4
commit 00cbf34452
108 changed files with 11204 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This is a placeholder for adding future style-specific content in the robot controller only -->
<resources>
<style name="AppThemeRedRC" parent="AppTheme.Red">
</style>
<style name="AppThemeGreenRC" parent="AppTheme.Green">
</style>
<style name="AppThemeBlueRC" parent="AppTheme.Blue">
</style>
<style name="AppThemePurpleRC" parent="AppTheme.Purple">
</style>
<style name="AppThemeOrangeRC" parent="AppTheme.Orange">
</style>
<style name="AppThemeTealRC" parent="AppTheme.Teal">
</style>
</resources>