Merge "Shared library test case addition"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e8430fd574
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user