remove unused resources
Before Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 488 B |
Before Width: | Height: | Size: 790 B |
|
@ -1,9 +0,0 @@
|
||||||
<!-- drawable/battery_outline.xml -->
|
|
||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:height="24dp"
|
|
||||||
android:width="24dp"
|
|
||||||
android:viewportWidth="24"
|
|
||||||
android:viewportHeight="24"
|
|
||||||
android:tint="?attr/colorControlNormal">
|
|
||||||
<path android:fillColor="@android:color/white" android:pathData="M16,20H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z" />
|
|
||||||
</vector>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="oval">
|
|
||||||
<solid android:color="@color/wl_gray"/>
|
|
||||||
</shape>
|
|
|
@ -1,70 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent">
|
|
||||||
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:layout_gravity="center">
|
|
||||||
|
|
||||||
<EditText
|
|
||||||
android:id="@+id/amountfield"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:cursorVisible="false"
|
|
||||||
android:gravity="center"
|
|
||||||
android:inputType="numberDecimal"
|
|
||||||
android:minWidth="50dp"
|
|
||||||
android:text="112"
|
|
||||||
android:textColor="@color/white"
|
|
||||||
android:textSize="45sp" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/label"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:gravity="center"
|
|
||||||
android:text="label"
|
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
||||||
android:textColor="@color/white"
|
|
||||||
android:textSize="25sp" />
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:gravity="center">
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/minusbutton"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:gravity="center"
|
|
||||||
android:background="@drawable/circle"
|
|
||||||
android:backgroundTint="#ffffff"
|
|
||||||
android:src="@drawable/ic_action_minus"
|
|
||||||
android:tint="#ffffff" />
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/plusbutton"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:gravity="center"
|
|
||||||
android:background="@drawable/circle"
|
|
||||||
android:backgroundTint="#ffffff"
|
|
||||||
android:src="@drawable/ic_action_add"
|
|
||||||
android:tint="#ffffff" />
|
|
||||||
</LinearLayout>
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
|
@ -1,43 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent">
|
|
||||||
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:gravity="center">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/label"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:gravity="center"
|
|
||||||
android:text="label"
|
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
||||||
android:textColor="@color/white" />
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/togglebutton"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:background="@drawable/circle"
|
|
||||||
android:backgroundTint="#ffffff"
|
|
||||||
android:src="@drawable/ic_toggle_off"
|
|
||||||
android:tint="#ffffff"
|
|
||||||
android:padding="25sp"/>
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:text=" "
|
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
||||||
android:gravity="center"/>
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
|
@ -1,9 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<color name="wl_blue">#2878ff</color>
|
|
||||||
<color name="wl_gray">#c1c1c1</color>
|
|
||||||
<color name="text_color">#434343</color>
|
|
||||||
<color name="cardObjectiveText">#779ECB</color>
|
<color name="cardObjectiveText">#779ECB</color>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,6 @@
|
||||||
<string name="label_xdrip_big_chart">AAPS(BigChart)</string>
|
<string name="label_xdrip_big_chart">AAPS(BigChart)</string>
|
||||||
<string name="label_xdrip_no_chart">AAPS(NoChart)</string>
|
<string name="label_xdrip_no_chart">AAPS(NoChart)</string>
|
||||||
<string name="label_xdrip_circle">AAPS(Circle)</string>
|
<string name="label_xdrip_circle">AAPS(Circle)</string>
|
||||||
<string name="label_xdrip_v2">AAPSv2</string>
|
|
||||||
<string name="label_xdrip_cockpit">AAPS(Cockpit)</string>
|
|
||||||
<string name="label_xdrip_steampunk">AAPS(Steampunk)</string>
|
|
||||||
|
|
||||||
<string name="label_warning_sync">No data!</string>
|
<string name="label_warning_sync">No data!</string>
|
||||||
<string name="label_warning_old">Old data!</string>
|
<string name="label_warning_old">Old data!</string>
|
||||||
|
@ -21,8 +18,6 @@
|
||||||
<string name="msg_warning_sync">No data received since %1$s! Check if AAPS on the phone sends data to watch</string>
|
<string name="msg_warning_sync">No data received since %1$s! Check if AAPS on the phone sends data to watch</string>
|
||||||
<string name="msg_warning_old">AAPS data is %1$s old! Check your sensor, xDrip+, NS, AAPS config or other!</string>
|
<string name="msg_warning_old">AAPS data is %1$s old! Check your sensor, xDrip+, NS, AAPS config or other!</string>
|
||||||
|
|
||||||
<string name="pref_on">On</string>
|
|
||||||
<string name="pref_off">Off</string>
|
|
||||||
<string name="pref_vibrate_on_bolus">Vibrate on Bolus</string>
|
<string name="pref_vibrate_on_bolus">Vibrate on Bolus</string>
|
||||||
<string name="pref_units_for_actions">Units for Actions</string>
|
<string name="pref_units_for_actions">Units for Actions</string>
|
||||||
<string name="pref_show_date">Show Date</string>
|
<string name="pref_show_date">Show Date</string>
|
||||||
|
@ -93,10 +88,7 @@
|
||||||
<string name="action_preset_3">Preset 3</string>
|
<string name="action_preset_3">Preset 3</string>
|
||||||
<string name="action_free_amount" comment="In prime/fill menu, allows to enter any amount to be used for priming/filling">Free amount</string>
|
<string name="action_free_amount" comment="In prime/fill menu, allows to enter any amount to be used for priming/filling">Free amount</string>
|
||||||
<string name="action_confirm">CONFIRM</string>
|
<string name="action_confirm">CONFIRM</string>
|
||||||
<string name="action_status_pump">STATUS PUMP</string>
|
|
||||||
<string name="action_status_loop">STATUS LOOP</string>
|
|
||||||
<string name="action_timeshift">timeshift</string>
|
<string name="action_timeshift">timeshift</string>
|
||||||
<string name="action_tdd_weighted">TDD weighted</string>
|
|
||||||
<string name="action_bolus">bolus</string>
|
<string name="action_bolus">bolus</string>
|
||||||
|
|
||||||
|
|
||||||
|
@ -109,14 +101,5 @@
|
||||||
<string name="activity_IOB">IOB</string>
|
<string name="activity_IOB">IOB</string>
|
||||||
<string name="activity_no_status">no status</string>
|
<string name="activity_no_status">no status</string>
|
||||||
|
|
||||||
<string name="unit_mg_dl">mg/dl</string>
|
|
||||||
<string name="unit_mmol_l">mmol/l</string>
|
|
||||||
<string name="unit_g" comment="Shortcut for ISO unit: gram">g</string>
|
|
||||||
<string name="unit_u" comment="Shortcut for: insulin Unit">U</string>
|
|
||||||
<string name="unit_u_p_h" comment="Shortcut for: insulin Unit per Hour">U/h</string>
|
|
||||||
<string name="unit_h" comment="One letter shortcut for: Hour" maxLength="1">h</string>
|
|
||||||
<string name="unit_d" comment="One letter shortcut for: Day" maxLength="1">d</string>
|
|
||||||
<string name="unit_w" comment="One letter shortcut for: Week" maxLength="1">w</string>
|
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|