increase text of color labels -- but they should really be white.

This commit is contained in:
eehouse 2010-03-21 03:12:38 +00:00
parent 815ac74ebe
commit a32975362a

View file

@ -20,6 +20,7 @@
<TextView android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="@string/red"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
<SeekBar android:id="@+id/edit_red"
android:layout_width="fill_parent"
@ -30,6 +31,7 @@
<TextView android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="@string/green"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
<SeekBar android:id="@+id/edit_green"
android:layout_width="fill_parent"
@ -40,6 +42,7 @@
<TextView android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="@string/blue"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
<SeekBar android:id="@+id/edit_blue"
android:layout_width="fill_parent"