Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28aa703a authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Shared library test case addition

Test: manual (inspection)
Change-Id: Ia71e3a744a9032acedf1977ea7a82361844bf47d
parent c535d122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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>