updates to graphics, layouts and strings
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 72 KiB |
|
@ -36,7 +36,10 @@
|
|||
android:layout_marginRight="0px"
|
||||
android:gravity="right"
|
||||
android:layout_toLeftOf="@+id/radioModeImage"
|
||||
android:textColor="#cccccc" />
|
||||
android:textColor="#cccccc"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout android:gravity="center_vertical"
|
||||
|
@ -64,6 +67,9 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:textColor="#ffffff"
|
||||
android:maxLines="1"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -96,7 +102,10 @@
|
|||
android:textSize="15sp"
|
||||
android:text="@string/main_layout_download"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/trafficLabelUp"
|
||||
android:textColor="#FFFFFFFF"
|
||||
|
@ -106,7 +115,10 @@
|
|||
android:text="@string/main_layout_upload"
|
||||
android:textSize="15sp"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
|
@ -126,7 +138,10 @@
|
|||
android:layout_alignParentLeft="true"
|
||||
android:textSize="15sp"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/trafficUp"
|
||||
android:textColor="#FF00B627"
|
||||
|
@ -135,7 +150,10 @@
|
|||
android:layout_alignParentRight="true"
|
||||
android:textSize="15sp"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
</RelativeLayout>
|
||||
<TextView
|
||||
android:id="@+id/orbotLog"
|
||||
|
@ -147,6 +165,8 @@
|
|||
android:layout_alignParentLeft="true"
|
||||
android:textIsSelectable="true"
|
||||
android:layout_below="@+id/rowTrafficData"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@drawable/bgtitanium">
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<RelativeLayout android:id="@+id/layoutHeaderMain"
|
||||
android:layout_width="fill_parent"
|
||||
|
@ -36,7 +35,7 @@
|
|||
<ScrollView android:orientation="vertical"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent" android:id="@+id/logScrollView"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
>
|
||||
|
||||
<TextView android:id="@+id/messageLog"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -32,7 +32,10 @@
|
|||
android:layout_marginRight="0px"
|
||||
android:gravity="right"
|
||||
android:layout_toLeftOf="@+id/radioModeImage"
|
||||
android:textColor="#cccccc" />
|
||||
android:textColor="#cccccc"
|
||||
android:fontFamily="sans-serif-light"
|
||||
|
||||
/>
|
||||
</RelativeLayout>
|
||||
<LinearLayout android:gravity="center_vertical|center_horizontal"
|
||||
android:orientation="vertical" android:layout_width="fill_parent"
|
||||
|
@ -52,9 +55,13 @@
|
|||
android:gravity="center_horizontal"
|
||||
android:textStyle="bold"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="50sp"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:layout_marginLeft="30dp"
|
||||
android:layout_marginRight="30dp"
|
||||
android:textColor="#ffffff"
|
||||
android:maxLines="2"
|
||||
android:fontFamily="sans-serif-light"
|
||||
/>
|
||||
|
||||
|
||||
|
@ -76,7 +83,8 @@
|
|||
android:textSize="15sp"
|
||||
android:text="@string/main_layout_download"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light" />
|
||||
<TextView
|
||||
android:id="@+id/trafficLabelUp"
|
||||
android:textColor="#FFFFFFFF"
|
||||
|
@ -86,7 +94,8 @@
|
|||
android:text="@string/main_layout_upload"
|
||||
android:textSize="15sp"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light" />
|
||||
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
|
@ -106,7 +115,9 @@
|
|||
android:layout_alignParentLeft="true"
|
||||
android:textSize="15sp"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/trafficUp"
|
||||
android:textColor="#FF00B627"
|
||||
|
@ -115,7 +126,9 @@
|
|||
android:layout_alignParentRight="true"
|
||||
android:textSize="15sp"
|
||||
android:gravity="center_vertical"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif-light"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -123,7 +136,7 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:id="@+id/SlidingDrawer"
|
||||
android:handle="@+id/slideButton"
|
||||
android:content="@+id/trafficRow"
|
||||
android:content="@+id/trafficLog"
|
||||
android:padding="10dip"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical"
|
||||
|
@ -135,7 +148,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@string/menu_log" ></Button>
|
||||
|
||||
<RelativeLayout android:id="@+id/trafficRow"
|
||||
<RelativeLayout android:id="@+id/trafficLog"
|
||||
android:gravity="top"
|
||||
android:layout_width="fill_parent"
|
||||
android:visibility="invisible"
|
||||
|
@ -152,9 +165,9 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_below="@+id/rowTrafficUp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:textIsSelectable="true"
|
||||
android:fontFamily="sans-serif-light"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</SlidingDrawer>
|
||||
|
|
|
@ -14,7 +14,11 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:padding="3px">
|
||||
<TextView android:text="@string/wizard_proxy_help_msg" android:textColor="#ffffff" android:id="@+id/WizardRootTextView01" android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
|
||||
<TextView android:text="@string/wizard_proxy_help_msg" android:textColor="#ffffff"
|
||||
android:id="@+id/WizardRootTextView01" android:layout_width="wrap_content" android:layout_height="wrap_content"
|
||||
|
||||
|
||||
></TextView>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -112,6 +112,7 @@
|
|||
android:drawableLeft="@drawable/ic_twitter"
|
||||
android:text="@string/wizard_tips_twitter" />
|
||||
|
||||
<!--
|
||||
<Button
|
||||
android:id="@+id/WizardRootButtonGooglePlay"
|
||||
android:layout_width="fill_parent"
|
||||
|
@ -120,7 +121,7 @@
|
|||
android:layout_marginTop="10px"
|
||||
android:drawableLeft="@drawable/ic_play"
|
||||
android:text="@string/wizard_tips_play" />
|
||||
|
||||
-->
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<string name="wizard_tips_gibberbot">Gibberbot: Secure chat app with Off-the-Record Encryption</string>
|
||||
<string name="gibberbot_apk_url">https://guardianproject.info/releases/gibberbot-latest.apk</string>
|
||||
<string name="wizard_tips_orweb">Orweb: Privacy-enhanced browser that works through Tor</string>
|
||||
<string name="orweb_apk_url">https://guardianproject.info/releases/orweb-latest.xpi</string>
|
||||
<string name="orweb_apk_url">https://guardianproject.info/releases/orweb-latest.apk</string>
|
||||
<string name="wizard_tips_play">Find all Guardian Project apps on Google Play</string>
|
||||
<string name="wizard_tips_play_url">https://play.google.com/store/search?q=guardianproject</string>
|
||||
<!--<string name="wizard_tips_firefox">Firefox - Android browser - To be used along with ProxyMob Add-on </string>
|
||||
|
@ -238,7 +238,6 @@
|
|||
<string name="bandwidth_">Bandwidth:</string>
|
||||
<string name="down">down</string>
|
||||
<string name="up">up</string>
|
||||
|
||||
<string name="pref_disable_network_title">Network Auto-Sleep</string>
|
||||
<string name="pref_disable_network_summary">Put Tor to sleep when there is no network connectivity</string>
|
||||
</resources>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<resources>
|
||||
<color name="custom_theme_color">#333</color>
|
||||
<style name="DefaultTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:windowBackground">@drawable/bgtitanium</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|