Retarget Android and cleanup page xml

This commit is contained in:
2020-06-06 19:56:59 -05:00
parent b1cee1ac55
commit 1a5835075d
15 changed files with 10966 additions and 3013 deletions
@@ -12,6 +12,7 @@ namespace qController
public QButton(QCommand command)
{
qCommand = command;
Text = qCommand.text;
TextColor = Color.Black;