make about box text white for contrast. I don't know why this is

required when opensudoku seems to be doing the same thing and getting
white text without specifying.  More to learn...
This commit is contained in:
eehouse 2010-04-20 02:39:16 +00:00
parent f501ccd946
commit 4d3bab67bb

View file

@ -9,6 +9,7 @@
android:layout_marginLeft="5sp"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#FFFFFFFF"
/>
<TextView android:layout_marginLeft="5sp"
@ -17,6 +18,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/about_copyright"
android:textColor="#FFFFFFFF"
/>
<TextView android:layout_marginLeft="5sp"
@ -25,6 +27,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/about_web"
android:textColor="#FFFFFFFF"
android:autoLink="all"
/>
@ -34,6 +37,7 @@
android:layout_marginBottom="5sp"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textColor="#FFFFFFFF"
/>
</LinearLayout>