updated icon and main graphics

This commit is contained in:
Nathan Freitas 2014-03-03 10:37:01 -05:00
parent dc58c40b27
commit 714af31a20
7 changed files with 15 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -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>

View File

@ -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"