Suppress two Android lint warnings

This commit is contained in:
Sean Owen 2014-05-22 07:33:07 +01:00
parent 685b696efe
commit 049408e4ca

View file

@ -14,8 +14,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string-array name="country_codes">
<resources xmlns:tools="http://schemas.android.com/tools">
<string-array name="country_codes" tools:ignore="MissingTranslation">
<item>-</item>
<item>AR</item>
<item>AU</item>
@ -49,7 +49,7 @@
<item>TW</item>
<item>US</item>
</string-array>
<string-array name="preferences_front_light_values">
<string-array name="preferences_front_light_values" tools:ignore="MissingTranslation">
<item>ON</item>
<item>AUTO</item>
<item>OFF</item>