updated icon and main graphics
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 67 KiB |
|
@ -6,9 +6,10 @@
|
||||||
|
|
||||||
android:paddingTop="0sp">
|
android:paddingTop="0sp">
|
||||||
|
|
||||||
|
<!--
|
||||||
<org.torproject.android.RandomColorCircleView android:layout_width="fill_parent"
|
<org.torproject.android.RandomColorCircleView android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"></org.torproject.android.RandomColorCircleView>
|
android:layout_height="fill_parent"></org.torproject.android.RandomColorCircleView>
|
||||||
|
-->
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent">
|
android:layout_height="fill_parent">
|
||||||
|
@ -132,7 +133,7 @@
|
||||||
>
|
>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/trafficDown"
|
android:id="@+id/trafficDown"
|
||||||
android:textColor="#FF00B627"
|
android:textColor="#ccff2a"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
|
@ -144,7 +145,7 @@
|
||||||
/>
|
/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/trafficUp"
|
android:id="@+id/trafficUp"
|
||||||
android:textColor="#FF00B627"
|
android:textColor="#ccff2a"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
|
@ -166,6 +167,8 @@
|
||||||
android:textIsSelectable="true"
|
android:textIsSelectable="true"
|
||||||
android:layout_below="@+id/rowTrafficData"
|
android:layout_below="@+id/rowTrafficData"
|
||||||
android:fontFamily="sans-serif-light"
|
android:fontFamily="sans-serif-light"
|
||||||
|
android:background="#aa333333"
|
||||||
|
android:padding="3sp"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:id="@+id/viewMain"
|
android:id="@+id/viewMain"
|
||||||
|
android:background="@drawable/onionrootonlygrey"
|
||||||
android:paddingTop="0sp">
|
android:paddingTop="0sp">
|
||||||
|
<!--
|
||||||
<org.torproject.android.RandomColorCircleView android:layout_width="fill_parent"
|
<org.torproject.android.RandomColorCircleView android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"></org.torproject.android.RandomColorCircleView>
|
android:layout_height="fill_parent"></org.torproject.android.RandomColorCircleView>
|
||||||
|
-->
|
||||||
<RelativeLayout android:id="@+id/layoutHeaderMain"
|
<RelativeLayout android:id="@+id/layoutHeaderMain"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="30dp"
|
android:layout_height="30dp"
|
||||||
|
@ -55,13 +55,14 @@
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="50sp"
|
android:layout_height="40dp"
|
||||||
android:layout_marginBottom="20dp"
|
android:layout_marginBottom="20dp"
|
||||||
android:layout_marginLeft="30dp"
|
android:layout_marginLeft="60dp"
|
||||||
android:layout_marginRight="30dp"
|
android:layout_marginRight="60dp"
|
||||||
android:textColor="#ffffff"
|
android:textColor="#ffffff"
|
||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
android:fontFamily="sans-serif-light"
|
android:fontFamily="sans-serif-light"
|
||||||
|
android:background="#dd333333"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
@ -109,7 +110,7 @@
|
||||||
>
|
>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/trafficDown"
|
android:id="@+id/trafficDown"
|
||||||
android:textColor="#FF00B627"
|
android:textColor="#ccff2a"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
|
@ -120,7 +121,7 @@
|
||||||
/>
|
/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/trafficUp"
|
android:id="@+id/trafficUp"
|
||||||
android:textColor="#FF00B627"
|
android:textColor="#ccff2a"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
|
|