mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -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
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue