[tor-commits] [orbot/master] updated icon and main graphics
n8fr8 at torproject.org
n8fr8 at torproject.org
Fri Apr 4 03:27:24 UTC 2014
commit 714af31a203fd0a819063745127e22df35688115
Author: Nathan Freitas <nathan at freitas.net>
Date: Mon Mar 3 10:37:01 2014 -0500
updated icon and main graphics
---
res/drawable-hdpi/ic_launcher.png | Bin 8751 -> 6094 bytes
res/drawable-mdpi/ic_launcher.png | Bin 4389 -> 3102 bytes
res/drawable-xhdpi/ic_launcher.png | Bin 14446 -> 9158 bytes
res/drawable/toron.png | Bin 135414 -> 109520 bytes
res/drawable/torstarting.png | Bin 77523 -> 68493 bytes
res/layout-land/layout_main.xml | 9 ++++++---
res/layout/layout_main.xml | 17 +++++++++--------
7 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png
index 05980b5..fce00b3 100644
Binary files a/res/drawable-hdpi/ic_launcher.png and b/res/drawable-hdpi/ic_launcher.png differ
diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png
index ae0180b..1a439a3 100644
Binary files a/res/drawable-mdpi/ic_launcher.png and b/res/drawable-mdpi/ic_launcher.png differ
diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png
index 759a528..0bb0317 100644
Binary files a/res/drawable-xhdpi/ic_launcher.png and b/res/drawable-xhdpi/ic_launcher.png differ
diff --git a/res/drawable/toron.png b/res/drawable/toron.png
index 749c76d..9d338d8 100644
Binary files a/res/drawable/toron.png and b/res/drawable/toron.png differ
diff --git a/res/drawable/torstarting.png b/res/drawable/torstarting.png
index 7cbf9fe..a7aae1e 100644
Binary files a/res/drawable/torstarting.png and b/res/drawable/torstarting.png differ
diff --git a/res/layout-land/layout_main.xml b/res/layout-land/layout_main.xml
index 595495e..b424327 100644
--- a/res/layout-land/layout_main.xml
+++ b/res/layout-land/layout_main.xml
@@ -6,9 +6,10 @@
android:paddingTop="0sp">
+ <!--
<org.torproject.android.RandomColorCircleView android:layout_width="fill_parent"
android:layout_height="fill_parent"></org.torproject.android.RandomColorCircleView>
-
+ -->
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
@@ -132,7 +133,7 @@
>
<TextView
android:id="@+id/trafficDown"
- android:textColor="#FF00B627"
+ android:textColor="#ccff2a"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
@@ -144,7 +145,7 @@
/>
<TextView
android:id="@+id/trafficUp"
- android:textColor="#FF00B627"
+ android:textColor="#ccff2a"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
@@ -166,6 +167,8 @@
android:textIsSelectable="true"
android:layout_below="@+id/rowTrafficData"
android:fontFamily="sans-serif-light"
+ android:background="#aa333333"
+ android:padding="3sp"
/>
</RelativeLayout>
diff --git a/res/layout/layout_main.xml b/res/layout/layout_main.xml
index 762e458..dc76b34 100644
--- a/res/layout/layout_main.xml
+++ b/res/layout/layout_main.xml
@@ -3,12 +3,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/viewMain"
-
+ android:background="@drawable/onionrootonlygrey"
android:paddingTop="0sp">
-
+ <!--
<org.torproject.android.RandomColorCircleView android:layout_width="fill_parent"
android:layout_height="fill_parent"></org.torproject.android.RandomColorCircleView>
-
+ -->
<RelativeLayout android:id="@+id/layoutHeaderMain"
android:layout_width="fill_parent"
android:layout_height="30dp"
@@ -55,13 +55,14 @@
android:gravity="center_horizontal"
android:textStyle="bold"
android:layout_width="fill_parent"
- android:layout_height="50sp"
+ android:layout_height="40dp"
android:layout_marginBottom="20dp"
- android:layout_marginLeft="30dp"
- android:layout_marginRight="30dp"
+ android:layout_marginLeft="60dp"
+ android:layout_marginRight="60dp"
android:textColor="#ffffff"
android:maxLines="2"
android:fontFamily="sans-serif-light"
+ android:background="#dd333333"
/>
@@ -109,7 +110,7 @@
>
<TextView
android:id="@+id/trafficDown"
- android:textColor="#FF00B627"
+ android:textColor="#ccff2a"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
@@ -120,7 +121,7 @@
/>
<TextView
android:id="@+id/trafficUp"
- android:textColor="#FF00B627"
+ android:textColor="#ccff2a"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
More information about the tor-commits
mailing list