This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/php | |
<?php | |
require_once("config.inc"); | |
require_once("system.inc"); | |
require_once("interfaces.inc"); | |
require_once("interfaces.lib.inc"); | |
require_once("util.inc"); | |
$subsystem = !empty($argv[1]) ? $argv[1] : ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/res/layout/main.xml b/res/layout/main.xml | |
index 87a9ac0..bdd03fb 100644 | |
--- a/res/layout/main.xml | |
+++ b/res/layout/main.xml | |
@@ -146,7 +146,7 @@ | |
android:textStyle="bold" /> | |
<TextView android:id="@+id/trafficTotal" android:textCol | |
android:layout_width="fill_parent" android:layou | |
- android:textSize="12sp" | |
+ android:textSize="24sp" |