/[zanavi_public1]/navit/navit/xslt/android_ldpi.xslt
ZANavi

Contents of /navit/navit/xslt/android_ldpi.xslt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File size: 1035 byte(s)
import files
1 <?xml version="1.0"?>
2 <xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
3 <xsl:output method="xml" doctype-system="navit.dtd" cdata-section-elements="gui"/>
4 <xsl:variable name="OSD_SIZE">1.33</xsl:variable>
5 <xsl:variable name="OSD_FACTOR">0.7</xsl:variable>
6 <xsl:variable name="CAR_FACTOR">2</xsl:variable>
7
8 <xsl:variable name="MENU_VALUE_FONTSIZE">250</xsl:variable>
9 <!-- icons_xs = selection icons (the green ones) -->
10 <!-- icons_s = topmenu and POI-selection-items -->
11 <!-- icons_l = menu items -->
12 <!-- spacing = spacing between menu items in pixels -->
13 <xsl:variable name="MENU_VALUE_ICONS_XS">32</xsl:variable>
14 <xsl:variable name="MENU_VALUE_ICONS_S">48</xsl:variable>
15 <xsl:variable name="MENU_VALUE_ICONS_L">64</xsl:variable>
16 <xsl:variable name="MENU_VALUE_SPACING">2</xsl:variable>
17
18 <xsl:variable name="LAYOUT_001_ORDER_DELTA_1">-1</xsl:variable>
19
20 <xsl:include href="android_all_densities.xslt"/>
21 </xsl:transform>

   
Visit the ZANavi Wiki