You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"items":[{"attributes":{"plain|name|":"android_generated","plain|translatable|":"false"},"value":"This string was generated using Androids build plugin","scope":"main:main","type":"string"},{"attributes":{"plain|name|":"app_name"},"value":"Strings playground","scope":"main:main","type":"string"},{"attributes":{"plain|name|":"welcome_message"},"value":"Welcome to the app","scope":"main:main","type":"string"}]}
1
+
{"items":[{"attributes":{"plain|name|":"android_generated","plain|translatable|":"false"},"value":"\"This string was generated using Androids build plugin\"","scope":"main:main","type":"string"},{"attributes":{"plain|name|":"app_name"},"value":"Strings playground","scope":"main:main","type":"string"},{"attributes":{"plain|name|":"welcome_message"},"value":"Welcome to the app","scope":"main:main","type":"string"}]}
Copy file name to clipboardexpand all lines: string-android-resource-locator/src/main/java/com/likethesalad/android/string/resources/locator/extractor/StringXmlResourceExtractor.kt
+1-5
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ class StringXmlResourceExtractor : XmlResourceExtractor<StringAndroidResource>()
Copy file name to clipboardexpand all lines: string-android-resource-locator/src/test/java/com/likethesalad/android/string/resources/locator/extractor/StringXmlResourceExtractorTest.kt
+5-3
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,14 @@ class StringXmlResourceExtractorTest {
0 commit comments