remove static debug texts
This commit is contained in:
parent
e93c44c5aa
commit
54a25aa1ed
1 changed files with 0 additions and 6 deletions
|
@ -64,7 +64,6 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:text="Small Text"
|
|
||||||
android:id="@+id/openapsma_glucosestatus"
|
android:id="@+id/openapsma_glucosestatus"
|
||||||
android:layout_marginLeft="10dp" />
|
android:layout_marginLeft="10dp" />
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -77,7 +76,6 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:text="Small Text"
|
|
||||||
android:id="@+id/openapsma_currenttemp"
|
android:id="@+id/openapsma_currenttemp"
|
||||||
android:layout_marginLeft="10dp" />
|
android:layout_marginLeft="10dp" />
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -90,7 +88,6 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:text="Small Text"
|
|
||||||
android:id="@+id/openapsma_iobdata"
|
android:id="@+id/openapsma_iobdata"
|
||||||
android:layout_marginLeft="10dp" />
|
android:layout_marginLeft="10dp" />
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -103,7 +100,6 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:text="Small Text"
|
|
||||||
android:id="@+id/openapsma_profile"
|
android:id="@+id/openapsma_profile"
|
||||||
android:layout_marginLeft="10dp" />
|
android:layout_marginLeft="10dp" />
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -116,7 +112,6 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:text="Small Text"
|
|
||||||
android:id="@+id/openapsma_mealdata"
|
android:id="@+id/openapsma_mealdata"
|
||||||
android:layout_marginLeft="10dp" />
|
android:layout_marginLeft="10dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -138,7 +133,6 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:text="Small Text"
|
|
||||||
android:id="@+id/openapsma_result"
|
android:id="@+id/openapsma_result"
|
||||||
android:layout_marginLeft="10dp" />
|
android:layout_marginLeft="10dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in a new issue