Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
Merge pull request #3 from alhazmy13/develop
  • Loading branch information
alhazmy13 committed Sep 5, 2016
2 parents d654d0b + 30bd2d8 commit 4cd8240
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<recipe folder="root://activities/common">
<recipe folder="root://activities/ActivityCleanArchitecture">

<merge from="root/src/AndroidManifest.xml.ftl"
to="${escapeXmlAttribute(manifestOut)}/AndroidManifest.xml" />
<merge from="../../common/root/res/values/manifest_strings.xml.ftl"
<merge from="root/res/values/manifest_strings.xml.ftl"
to="${escapeXmlAttribute(resOut)}/values/strings.xml" />

</recipe>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<resources>
<#if !isNewProject && generateActivityTitle!true>
<string name="title_${activityToLayout(activityClass)}">${escapeXmlString(activityTitle)}</string>
</#if>
</resources>
File renamed without changes.

0 comments on commit 4cd8240

Please sign in to comment.