summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-02-18 02:19:12 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-02-18 02:19:16 +0000
commite8430fd574fbef7b424380b62c473375ed9bb123 (patch)
treeaa79a1ed4603f2de5ad242091ae4fa414064b631
parent6f781be91ecc1c894a4ac20eaabd8c65026d225b (diff)
parent28aa703a3645074a80e5ede9b9443b69bf01641c (diff)
Merge "Shared library test case addition"
-rw-r--r--tests/SharedLibrary/client/res/layout/main.xml2
-rw-r--r--tests/SharedLibrary/client/res/values/strings.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/SharedLibrary/client/res/layout/main.xml b/tests/SharedLibrary/client/res/layout/main.xml
index 067ef9feb254..7dfe9657ab6f 100644
--- a/tests/SharedLibrary/client/res/layout/main.xml
+++ b/tests/SharedLibrary/client/res/layout/main.xml
@@ -15,7 +15,7 @@
xmlns:custom="http://schemas.android.com/apk/res/com.google.android.test.shared_library"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- custom:name="Professor Android"
+ custom:name="@string/name"
custom:streetNumber="44"
custom:streetName="KitKat Lane"
custom:city="AndroidVille"
diff --git a/tests/SharedLibrary/client/res/values/strings.xml b/tests/SharedLibrary/client/res/values/strings.xml
index d9efdc7bfffc..63043ed46f15 100644
--- a/tests/SharedLibrary/client/res/values/strings.xml
+++ b/tests/SharedLibrary/client/res/values/strings.xml
@@ -16,5 +16,6 @@
<resources>
<string name="app_title">SharedLibrary client</string>
+ <string name="name">Professor Android</string>
<string name="changes">@com.google.android.test.shared_library:string/shared_string</string>
</resources>