7 Mar 2017, 15:19

@jackalpret ok so you have to edit the main theme.xml, on the root, like this :

	<datetime name="md_releasedate">
		<forceUppercase>1</forceUppercase>	
		<fontPath>./main/fonts/Dosis-SemiBold.ttf</fontPath>
		<fontSize>0.025</fontSize>
		<size>0.2 0.015</size>
	</datetime>
	
	<text name="md_lbl_favorite, md_favorite">
		<fontPath>./main/fonts/AdobeBlank.ttf</fontPath>
	</text>
	
</view>

Add the favorites metadata md_lbl_favorite, md_favoriteat the end of this file.
You'll have to add too this blank font in ./main/fonts/

Now, for each system, you'll have to edit the ./system_name/theme.xml like this :

<theme>
<formatVersion>4</formatVersion>
<include>./../theme.xml</include>

<view name="system">

Once all these modifications done, your theme should support favorites.