view app/src/main/res/values/arrays.xml @ 40:cfb19d4ccf78

About screen (but it has broken Edit screen).
author David Barts <n5jrn@me.com>
date Mon, 05 Apr 2021 09:08:31 -0700
parents 20da616dcda0
children
line wrap: on
line source

<resources>
    <!-- Scale Type Preference -->
    <string-array name="scale_type_titles">
        <item>Optimize for Quality</item>
        <item>Optimize for Speed</item>
    </string-array>
    <string-array name="scale_types">
        <item>quality</item>
        <item>speed</item>
    </string-array>
</resources>