added new main screen button/status images that ioerror said were 31337

svn:r21777
This commit is contained in:
Nathan Freitas 2010-03-01 05:53:31 +00:00
parent 5db43960a5
commit 86c568f03e
8 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -59,7 +59,7 @@
android:gravity="center_horizontal"
android:textStyle="bold"
android:width="240px"
android:height="100px"
android:height="50px"
android:textColor="#ffffff"
/>
</TableRow>

View File

@ -9,8 +9,8 @@
<string name="status_starting_up">Starting up...</string>
<string name="status_activated">"Orbot is Activated\n&lt;&lt; TOUCH TO DISCONNECT &gt;&gt;</string>
<string name="status_disabled">"Orbot is Disabled\n&lt;&lt; TOUCH TO START &gt;&gt;</string>
<string name="status_activated">"Orbot is Activated!\nYou are now connected to Tor</string>
<string name="status_disabled">"Orbot is Deactivated</string>
<string name="status_shutting_down">Orbot is shutting down</string>
<string name="tor_process_connecting">Starting Tor engine...</string>
@ -22,7 +22,7 @@
<string name="menu_browse">Browse</string>
<string name="menu_settings">Settings</string>
<string name="menu_log">Log</string>
<string name="menu_info">Info</string>
<string name="menu_info">Help</string>
<string name="menu_apps">Apps</string>

View File

@ -16,7 +16,8 @@ android:dialogTitle="Enter Bridge Addresses"
/>
<CheckBoxPreference android:defaultValue="false"
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_transparent"
android:title="Transparent Proxying"
android:summary="ROOTED DEVICES ONLY: Activate Tor for all web traffic and DNS"