64 lines
1.4 KiB
XML
64 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AbsoluteLayout
|
|
android:id="@+id/widget29"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="#cccccc"
|
|
>
|
|
<AbsoluteLayout
|
|
android:id="@+id/topbox"
|
|
android:layout_width="275px"
|
|
android:layout_height="120px"
|
|
android:layout_x="19px"
|
|
android:layout_y="23px"
|
|
>
|
|
<ImageView
|
|
android:id="@+id/imgStatus"
|
|
android:layout_x="40px"
|
|
android:layout_y="11px"
|
|
android:layout_width="64px"
|
|
android:layout_height="64px"
|
|
>
|
|
</ImageView>
|
|
<TextView
|
|
android:id="@+id/lblStatus"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="TextView"
|
|
android:layout_x="111px"
|
|
android:layout_y="39px"
|
|
android:textColor="#333333"
|
|
>
|
|
</TextView>
|
|
</AbsoluteLayout>
|
|
<Button
|
|
android:id="@+id/btnStart"
|
|
android:layout_width="205px"
|
|
android:layout_height="wrap_content"
|
|
android:text="Start Tor"
|
|
android:layout_x="54px"
|
|
android:layout_y="133px"
|
|
>
|
|
</Button>
|
|
<Button
|
|
android:id="@+id/btnLog"
|
|
android:layout_width="206px"
|
|
android:layout_height="wrap_content"
|
|
android:text="View Message Log"
|
|
android:layout_x="54px"
|
|
android:layout_y="221px"
|
|
>
|
|
</Button>
|
|
<Button
|
|
android:id="@+id/btnSettings"
|
|
android:layout_width="206px"
|
|
android:layout_height="wrap_content"
|
|
android:text="View Settings"
|
|
android:layout_x="53px"
|
|
android:layout_y="305px"
|
|
>
|
|
</Button>
|
|
</AbsoluteLayout>
|
|
|