summaryrefslogtreecommitdiffstats
path: root/res/layout/tinyplanet_editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/tinyplanet_editor.xml')
-rw-r--r--res/layout/tinyplanet_editor.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/tinyplanet_editor.xml b/res/layout/tinyplanet_editor.xml
index 8880c2cfb..f5bd5d2a3 100644
--- a/res/layout/tinyplanet_editor.xml
+++ b/res/layout/tinyplanet_editor.xml
@@ -37,7 +37,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/tiny_planet_zoom"
- android:textColor="#FFF" />
+ android:textColor="@color/white" />
<SeekBar
android:id="@+id/zoomSlider"
@@ -52,7 +52,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:text="@string/tiny_planet_rotate"
- android:textColor="#FFF" />
+ android:textColor="@color/white" />
<SeekBar
android:id="@+id/angleSlider"
@@ -70,4 +70,4 @@
android:text="@string/create_tiny_planet" />
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>