update graphics

This commit is contained in:
n8fr8 2012-07-24 12:58:40 -04:00
parent a80d029fef
commit ba972402df
53 changed files with 92 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -49,24 +49,72 @@
android:layout_span="3">
<LinearLayout
android:background="#575757"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingRight="20dip"
>
<TextView android:text="@string/wizard_tips_msg" android:layout_width="wrap_content" android:textColor="#ffffff" android:layout_height="wrap_content" android:textSize="8pt" android:id="@+id/WizardTextBody1" android:padding="20dip"></TextView>
<Button android:text="@string/wizard_tips_orweb" android:layout_gravity="left" android:drawableLeft="@drawable/icon_orweb" android:layout_marginTop="10px" android:id="@+id/WizardRootButtonInstallOrweb" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#575757"
android:orientation="vertical"
android:paddingRight="20dip" >
<Button android:text="@string/wizard_tips_gibberbot" android:layout_gravity="left" android:drawableLeft="@drawable/ic_launcher_gibberbot" android:layout_marginTop="10px" android:id="@+id/WizardRootButtonInstallGibberbot" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
<TextView
android:id="@+id/WizardTextBody1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.31"
android:padding="20dip"
android:text="@string/wizard_tips_msg"
android:textColor="#ffffff"
android:textSize="8pt" >
</TextView>
<!--
<Button android:text="@string/wizard_tips_firefox" android:layout_gravity="left" android:drawableLeft="@drawable/icon_firefox" android:layout_marginTop="10px" android:id="@+id/WizardRootButtonInstallFirefox" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
<Button
android:id="@+id/WizardRootButtonInstallOrweb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginTop="10px"
android:drawableLeft="@drawable/icon_orweb"
android:text="@string/wizard_tips_orweb" />
<Button
android:id="@+id/WizardRootButtonInstallGibberbot"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginTop="10px"
android:drawableLeft="@drawable/ic_launcher_gibberbot"
android:text="@string/wizard_tips_gibberbot" />
<Button
android:id="@+id/WizardRootButtonInstallDuckgo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginTop="10px"
android:drawableLeft="@drawable/icon_firefox"
android:text="@string/wizard_tips_duckgo" />
<Button
android:id="@+id/WizardRootButtonInstallFirefox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginTop="10px"
android:drawableLeft="@drawable/icon_firefox"
android:text="@string/wizard_tips_firefox" />
<Button
android:id="@+id/WizardRootButtonInstallTwitter"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginTop="10px"
android:drawableLeft="@drawable/icon_firefox"
android:text="@string/wizard_tips_twitter" />
</LinearLayout>
<Button android:text="@string/wizard_tips_proxymob" android:layout_marginTop="10px" android:drawableLeft="@drawable/proxymob" android:id="@+id/WizardRootButtonInstallProxyMob" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
-->
</LinearLayout>
</ScrollView>
</TableRow>

View File

@ -21,20 +21,20 @@
<item android:id="@+id/menu_start"
android:title="@string/menu_start"
android:icon="@drawable/menu_start"
android:icon="@drawable/ic_action_start"
android:showAsAction="ifRoom"
/>
<item android:id="@+id/menu_settings"
android:title="@string/menu_settings"
android:icon="@drawable/menu_settings"
android:icon="@drawable/ic_action_settings"
android:showAsAction="always"
/>
<item android:id="@+id/menu_verify"
android:title="@string/menu_verify"
android:icon="@drawable/ic_menu_check"
android:icon="@drawable/ic_action_browse"
android:showAsAction="always"
/>

View File

@ -21,20 +21,20 @@
<item android:id="@+id/menu_start"
android:title="@string/menu_start"
android:icon="@drawable/menu_start"
android:icon="@drawable/ic_action_start"
android:showAsAction="ifRoom"
/>
<item android:id="@+id/menu_settings"
android:title="@string/menu_settings"
android:icon="@drawable/menu_settings"
android:icon="@drawable/ic_action_settings"
android:showAsAction="always"
/>
<item android:id="@+id/menu_verify"
android:title="@string/menu_verify"
android:icon="@drawable/ic_menu_check"
android:icon="@drawable/ic_action_browse"
android:showAsAction="always"
/>

View File

@ -21,17 +21,17 @@
<item android:id="@+id/menu_start"
android:title="@string/menu_start"
android:icon="@drawable/menu_start"
android:icon="@drawable/ic_action_start"
/>
<item android:id="@+id/menu_settings"
android:title="@string/menu_settings"
android:icon="@drawable/menu_settings"
android:icon="@drawable/ic_action_settings"
/>
<item android:id="@+id/menu_verify"
android:title="@string/menu_verify"
android:icon="@drawable/ic_menu_check"
android:icon="@drawable/ic_action_browse"
/>
<item android:id="@+id/menu_about"

View File

@ -0,0 +1,5 @@
<resources>
<style name="AppTheme" parent="android:Theme.Holo.Light" />
</resources>

View File

@ -0,0 +1,5 @@
<resources>
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" />
</resources>

View File

@ -99,6 +99,11 @@
<string name="wizard_tips_otrchat">Gibberbot - Secure instant messaging client for Android</string>
<string name="wizard_tips_proxy">Proxy Settings - Learn how to configure apps to work with Orbot</string>
<string name="wizard_tips_duckgo">Duckduckgo Search Engine app</string>
<string name="wizard_tips_firefox">Firefox with Proxy Mobile add-on (extra install after)</string>
<string name="wizard_tips_twitter">Twitter supports http proxy "localhost:8118"</string>
<string name="wizard_proxy_help_info">Proxy Settings</string>
<string name="wizard_proxy_help_msg">If the Android app you are using can support the use of an HTTP or SOCKS proxy, then you can configure it to connect to Orbot and use Tor.\n\n
The host settings is 127.0.0.1 or "localhost". For HTTP, the port setting is 8118. For SOCKS, the proxy is 9050. You should use SOCKS4A or SOCKS5 if possible.

5
res/values/styles.xml Normal file
View File

@ -0,0 +1,5 @@
<resources>
<style name="AppTheme" parent="android:Theme.Black.NoTitleBar" />
</resources>