summaryrefslogtreecommitdiff
path: root/altosdroid/res/layout/tab_descent.xml
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-16 14:22:23 -0700
committerKeith Packard <keithp@keithp.com>2013-04-16 14:22:23 -0700
commitc2640c09c76ce32e471dcf6df83095d146bb39a2 (patch)
treed4b010963224db0421264e29b4164af0c8fce105 /altosdroid/res/layout/tab_descent.xml
parentd5a557004c00d1ae25da04dc63c78b816562a236 (diff)
altosdroid: Check for missing values
When displaying numbers, check for MISSING values and display nothing Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/res/layout/tab_descent.xml')
-rw-r--r--altosdroid/res/layout/tab_descent.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosdroid/res/layout/tab_descent.xml b/altosdroid/res/layout/tab_descent.xml
index 56e8a00a..9e1fc820 100644
--- a/altosdroid/res/layout/tab_descent.xml
+++ b/altosdroid/res/layout/tab_descent.xml
@@ -268,7 +268,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/apogee_voltage_label"
- android:src="@drawable/redled" />
+ android:src="@drawable/grayled" />
<ImageView
android:id="@+id/apogee_greenled"
@@ -307,7 +307,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/main_voltage_label"
- android:src="@drawable/redled" />
+ android:src="@drawable/grayled" />
<ImageView
android:id="@+id/main_greenled"