aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values/strings3.xml
blob: 6da33aec0955122c809fd27b86c108de9e09a24e (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">

    <string name="test_string">Test (English)</string>

    <string-array name="test_string_array">
		<item>@string/test_string</item>
	</string-array>

</resources>