380 lines
13 KiB
XML
380 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/main_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".watchfaces.Steampunk"
|
|
tools:deviceIds="wear_round">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/glucose_dial"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:src="@drawable/steampunk_dial_mgdl"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/secondary_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:background="@drawable/steampunk_gauge_mgdl_20"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:weightSum="1">
|
|
|
|
<ImageView
|
|
android:id="@+id/delta_pointer"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="0px"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="0.69"
|
|
android:gravity="center"
|
|
android:src="@drawable/steampunk_pointer" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/tertiary_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:weightSum="1">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_weight="0.7"
|
|
android:orientation="vertical"
|
|
android:weightSum="1">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="0.05"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="0.26"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:weightSum="1">
|
|
|
|
<TextView
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="0.2"
|
|
android:gravity="center"
|
|
android:textSize="11sp"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.14"
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/cobView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:paddingTop="7dp"
|
|
android:rotation="-28"
|
|
android:text="--g"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/black_86p"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.26"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/tmpBasal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:paddingBottom="14dp"
|
|
android:rotation="-2"
|
|
android:text="-.--U/h"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/black_86p"
|
|
android:textSize="13sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.2"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/iobView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:paddingTop="6dp"
|
|
android:rotation="28"
|
|
android:text="0.00U"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/black_86p"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="0.2"
|
|
android:gravity="center"
|
|
android:textSize="11sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_weight="0.27"
|
|
android:orientation="horizontal"
|
|
android:weightSum="1">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.25"
|
|
android:orientation="horizontal"/>
|
|
|
|
<lecho.lib.hellocharts.view.LineChartView
|
|
android:id="@+id/chart"
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.5"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.25"
|
|
android:orientation="horizontal"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_weight="0.03"
|
|
android:orientation="vertical"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:weightSum="1">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_weight="0.15"
|
|
android:orientation="horizontal"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="0.21"
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:weightSum="1">
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.34"
|
|
android:orientation="horizontal"/>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.1"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/loop"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:paddingEnd="8dp"
|
|
android:paddingTop="8dp"
|
|
android:rotation="-24"
|
|
android:text="-'"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/black_86p"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:layout_weight="0.12"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/rig_battery"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:text="--%"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/black_86p"
|
|
android:textSize="11sp"
|
|
android:textStyle="bold"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/uploader_battery"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:text="--%"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/black_86p"
|
|
android:textSize="11sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.1"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/timestamp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:paddingStart="10dp"
|
|
android:paddingTop="8dp"
|
|
android:rotation="24"
|
|
android:text="-'"
|
|
android:textAlignment="center"
|
|
android:textColor="@color/black_86p"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="0.34"
|
|
android:orientation="horizontal"/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_weight="0.64"
|
|
android:orientation="horizontal">
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/cover_plate_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@drawable/steampunk_cover_plate"
|
|
android:orientation="vertical">
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:weightSum="1">
|
|
|
|
<ImageView
|
|
android:id="@+id/hour_hand"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="0px"
|
|
android:layout_weight="0.3"
|
|
android:orientation="vertical"
|
|
android:rotation="0"
|
|
android:src="@drawable/steampunk_hour_hand" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:weightSum="1">
|
|
|
|
<ImageView
|
|
android:id="@+id/minute_hand"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="0px"
|
|
android:layout_weight="0.3"
|
|
android:orientation="vertical"
|
|
android:src="@drawable/steampunk_minute_hand" />
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/AAPSv2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone"/>
|
|
|
|
</RelativeLayout> |