mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
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:
parent
f501ccd946
commit
4d3bab67bb
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue