small updates for datastats merge

This commit is contained in:
n8fr8 2012-09-30 18:14:25 +05:30
parent 5b6e83c6f6
commit bfcebdaba2
2 changed files with 2 additions and 4 deletions

View File

@ -104,9 +104,7 @@
android:textSize="24sp"
android:gravity="center_vertical|center_horizontal"
android:textStyle="bold" />
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>
</LinearLayout>
</FrameLayout>

View File

@ -57,7 +57,7 @@ public class Orbot extends Activity implements TorConstants, OnLongClickListener
private TextView uploadText = null;
/* Some tracking bits */
private int torStatus = STATUS_READY; //latest status reported from the tor service
private int torStatus = TorServiceConstants.STATUS_OFF; //latest status reported from the tor service
/* Tor Service interaction */
/* The primary interface we will be calling on the service. */