mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
temporarily add options to prefs to choose flags passed to Paint for
drawing text
This commit is contained in:
parent
3ca7f84659
commit
3fd42f8510
1 changed files with 14 additions and 2 deletions
|
@ -3,9 +3,23 @@
|
|||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="first_preferencescreen"
|
||||
>
|
||||
|
||||
<PreferenceScreen android:title="Fonts (temporary)"
|
||||
>
|
||||
<CheckBoxPreference android:key="@string/key_anti_alias"
|
||||
android:title="Anti-aliased"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
<CheckBoxPreference android:key="@string/key_subpixel"
|
||||
android:title="sub-pixel"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceCategory android:title="@string/general_prefs"
|
||||
>
|
||||
|
||||
|
||||
<CheckBoxPreference android:key="@string/key_color_tiles"
|
||||
android:title="@string/color_tiles"
|
||||
android:defaultValue="true"
|
||||
|
@ -94,6 +108,4 @@
|
|||
android:numeric="decimal"
|
||||
/>
|
||||
</PreferenceScreen>
|
||||
|
||||
-->
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Reference in a new issue