fixed an issue in tele
This commit is contained in:
parent
a4d7967024
commit
d9896c3ef1
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.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#Tue Feb 04 12:33:53 EST 2025
|
||||
#Tue Feb 04 12:41:48 EST 2025
|
||||
base.0=C\:\\Users\\25lacorazzan\\AndroidStudioProjects\\Reefscape-Scouting-App\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
|
||||
base.1=C\:\\Users\\25lacorazzan\\AndroidStudioProjects\\Reefscape-Scouting-App\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
|
||||
base.2=C\:\\Users\\25lacorazzan\\AndroidStudioProjects\\Reefscape-Scouting-App\\ScoutingApp\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\4\\classes.dex
|
||||
|
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.
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.
Binary file not shown.
@ -174,11 +174,11 @@ public class TeleActivity extends AppCompatActivity {
|
||||
}
|
||||
|
||||
private void updateProcessorText() {
|
||||
processorButton.setText(String.format(getResources().getString(R.string.coralScored), "Processor", processorScored));
|
||||
processorButton.setText(String.format(getResources().getString(R.string.coralScored), "Processor\n", processorScored));
|
||||
}
|
||||
|
||||
private void updateNetText() {
|
||||
netButton.setText(String.format(getResources().getString(R.string.coralScored), "Net", netScored));
|
||||
netButton.setText(String.format(getResources().getString(R.string.coralScored), "Net\n", netScored));
|
||||
}
|
||||
|
||||
public void csvMake() {
|
||||
|
Loading…
Reference in New Issue
Block a user