mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Suppress two Android lint warnings
This commit is contained in:
parent
685b696efe
commit
049408e4ca
|
@ -14,8 +14,8 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<string-array name="country_codes">
|
<string-array name="country_codes" tools:ignore="MissingTranslation">
|
||||||
<item>-</item>
|
<item>-</item>
|
||||||
<item>AR</item>
|
<item>AR</item>
|
||||||
<item>AU</item>
|
<item>AU</item>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<item>TW</item>
|
<item>TW</item>
|
||||||
<item>US</item>
|
<item>US</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="preferences_front_light_values">
|
<string-array name="preferences_front_light_values" tools:ignore="MissingTranslation">
|
||||||
<item>ON</item>
|
<item>ON</item>
|
||||||
<item>AUTO</item>
|
<item>AUTO</item>
|
||||||
<item>OFF</item>
|
<item>OFF</item>
|
||||||
|
|
Loading…
Reference in a new issue