mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
increase text of color labels -- but they should really be white.
This commit is contained in:
parent
815ac74ebe
commit
a32975362a
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue