summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan FitiƩ <jfitie@gmail.com>2017-06-20 19:19:44 +0200
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2017-06-20 10:19:44 -0700
commit5152b3351ec884ee9683c16867619523582a22f1 (patch)
tree2142b35c284d073663e426800086704229641721
parent40384b718871c13bb107939de86e03d16826ceb1 (diff)
downloadnavit-5152b3351ec884ee9683c16867619523582a22f1.tar.gz
Change Android default layout from Car-Android to Car (#224)R7631
http://trac.navit-project.org/ticket/1068 Since the Car-layout looks so much better than the Car-Android one, and speedwise most Android devices have no problem handling the Car-layout, I propose to set the default layout back to Car.
-rw-r--r--navit/xslt/android.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/xslt/android.xslt b/navit/xslt/android.xslt
index 1831e098f..68e731be0 100644
--- a/navit/xslt/android.xslt
+++ b/navit/xslt/android.xslt
@@ -113,7 +113,7 @@
<xsl:template match="/config/navit/layout">
<xsl:copy>
<xsl:copy-of select="@*"/>
- <xsl:if test="@name='Car-Android'">
+ <xsl:if test="@name='Car'">
<xsl:attribute name="active">1</xsl:attribute>
</xsl:if>
<xsl:if test="number($OSD_SIZE)>3">