temporarily add options to prefs to choose flags passed to Paint for

drawing text
This commit is contained in:
eehouse 2010-02-24 04:29:28 +00:00
parent 3ca7f84659
commit 3fd42f8510

View file

@ -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>