Merge "Shared library test case addition"

This commit is contained in:
TreeHugger Robot
2017-02-18 02:19:12 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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>