Android UI customizations

This commit is contained in:
Thomas Perl 2014-11-22 16:19:53 +01:00
parent c7fd930219
commit 9610c51c30
18 changed files with 260 additions and 48 deletions

View file

@ -75,11 +75,10 @@ SlidePage {
anchors.horizontalCenter: parent.horizontalCenter
spacing: Constants.layout.padding * pgst.scalef
PLabel {
text: detailPage.title
SlidePageHeader {
title: detailPage.title
width: parent.width
wrapMode: Text.WordWrap
font.pixelSize: 35 * pgst.scalef
color: Constants.colors.highlight
}