New link to layout
This commit is contained in:
parent
d8b827e49f
commit
2faefba5a5
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
|||
<replaceregexp file="res/values/no_translate.xml" match='"app_name">(.*)<' replace='"app_name">${app.name}<' byline="true" />
|
||||
<replaceregexp file="res/layout/search_address.xml" match='xmlns:custom="http://schemas.android.com/apk/res/(.*)"'
|
||||
replace='xmlns:custom="http://schemas.android.com/apk/res/${package.name}"' byline="true" />
|
||||
<replaceregexp file="res/layout/navigate_point.xml" match='xmlns:custom="http://schemas.android.com/apk/res/(.*)"'
|
||||
<replaceregexp file="res/layout/search_point.xml" match='xmlns:custom="http://schemas.android.com/apk/res/(.*)"'
|
||||
replace='xmlns:custom="http://schemas.android.com/apk/res/${package.name}"' byline="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
|
Loading…
Reference in a new issue