Created
May 10, 2020 09:11
-
-
Save IkhwanSI13/d34b953101ae1b63acff4b1e46fa85ef to your computer and use it in GitHub Desktop.
file for activity template for MVP pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<globals> | |
<global id="hasNoActionBar" type="boolean" value="false" /> | |
<global id="simpleLayoutName" value="${layoutName}" /> | |
<global id="activityClass" value="${mvpClass}Activity" /> | |
<global id="excludeMenu" type="boolean" value="true" /> | |
<global id="generateActivityTitle" type="boolean" value="false" /> | |
<#include "../common/common_globals.xml.ftl" /> | |
</globals> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment