2014-06-07 23:56:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-08-18 09:30:03 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
android:padding="10dip"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
2014-10-08 18:32:18 +00:00
|
|
|
android:id="@+id/device_id_title"
|
2015-01-20 18:02:52 +00:00
|
|
|
android:text="@string/device_id"
|
2014-08-18 09:30:03 +00:00
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<TextView
|
2014-10-08 18:32:18 +00:00
|
|
|
android:id="@+id/device_id"
|
|
|
|
android:layout_below="@id/device_id_title"
|
2014-08-18 09:30:03 +00:00
|
|
|
android:layout_width="wrap_content"
|
2015-04-20 20:13:38 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:typeface="monospace"
|
|
|
|
android:text="@string/device_id_placeholder"
|
|
|
|
android:visibility="invisible"/>
|
2015-01-20 18:02:52 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/cpu_usage_title"
|
|
|
|
android:text="@string/cpu_usage"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/cpu_usage"
|
|
|
|
android:layout_alignBottom="@id/cpu_usage_title"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/ram_usage_title"
|
|
|
|
android:text="@string/ram_usage"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/ram_usage"
|
|
|
|
android:layout_alignBottom="@id/ram_usage_title"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/download_title"
|
|
|
|
android:text="@string/download_title"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/download"
|
|
|
|
android:layout_alignBottom="@id/download_title"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/upload_title"
|
|
|
|
android:text="@string/upload_title"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/upload"
|
|
|
|
android:layout_alignBottom="@id/upload_title"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/announce_server_title"
|
|
|
|
android:text="@string/announce_server"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/announce_server"
|
|
|
|
android:layout_alignBottom="@id/announce_server_title"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
2015-01-20 18:02:52 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
</RelativeLayout>
|
|
|
|
|
2015-01-20 18:02:52 +00:00
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="10dip" />
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="2dip"
|
|
|
|
android:background="@android:color/darker_gray"/>
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="10dip" />
|
|
|
|
|
|
|
|
<ListView android:id="@android:id/list"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="start"
|
|
|
|
android:choiceMode="singleChoice"
|
|
|
|
android:divider="@android:color/transparent"
|
|
|
|
android:dividerHeight="0dp" />
|
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
</LinearLayout>
|