Skip to content

Instantly share code, notes, and snippets.

@IkhwanSI13
Created May 10, 2020 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IkhwanSI13/d34b953101ae1b63acff4b1e46fa85ef to your computer and use it in GitHub Desktop.
Save IkhwanSI13/d34b953101ae1b63acff4b1e46fa85ef to your computer and use it in GitHub Desktop.
file for activity template for MVP pattern
<?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