diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-16 14:22:23 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-16 14:22:23 -0700 |
| commit | c2640c09c76ce32e471dcf6df83095d146bb39a2 (patch) | |
| tree | d4b010963224db0421264e29b4164af0c8fce105 /altosdroid/res/layout/tab_ascent.xml | |
| parent | d5a557004c00d1ae25da04dc63c78b816562a236 (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_ascent.xml')
| -rw-r--r-- | altosdroid/res/layout/tab_ascent.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altosdroid/res/layout/tab_ascent.xml b/altosdroid/res/layout/tab_ascent.xml index d2d721e1..b21ec426 100644 --- a/altosdroid/res/layout/tab_ascent.xml +++ b/altosdroid/res/layout/tab_ascent.xml @@ -228,7 +228,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" @@ -267,7 +267,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" |
