summaryrefslogtreecommitdiff
path: root/navit/xslt
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2019-09-26 21:43:50 +0200
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2019-09-26 13:43:50 -0600
commitd18dec5ec22551ea9feeb6aedf5c226a6f998fe6 (patch)
tree6b514f5bfb063701efbb4f15f8c12ad3bd75c1eb /navit/xslt
parentf304cfc699a73f9c0677d5d3315cd7e3d5daea30 (diff)
downloadnavit-d18dec5ec22551ea9feeb6aedf5c226a6f998fe6.tar.gz
Fix:android:64 bit and cleanup2 (#877)
https://github.com/navit-gps/navit/pull/877
Diffstat (limited to 'navit/xslt')
-rw-r--r--navit/xslt/android.xslt1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/xslt/android.xslt b/navit/xslt/android.xslt
index 3a1fdaf02..7a29ae4c8 100644
--- a/navit/xslt/android.xslt
+++ b/navit/xslt/android.xslt
@@ -34,6 +34,7 @@
<xsl:attribute name="icon_s"><xsl:value-of select="number($ICON_MEDIUM)"/></xsl:attribute>
<xsl:attribute name="icon_l"><xsl:value-of select="number($ICON_BIG)"/></xsl:attribute>
<xsl:attribute name="spacing"><xsl:value-of select="round(2*number($OSD_SIZE))"/></xsl:attribute>
+ <xsl:attribute name="keyboard">false</xsl:attribute>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>