using the build-in theme 15 now (orange)

This commit is contained in:
Hauke Schade 2012-11-29 21:42:25 +01:00
parent 2346be1395
commit d4bf5596b0
5 changed files with 10 additions and 14 deletions

View file

@ -39,10 +39,10 @@ Page {
id: background
anchors.fill: parent
// Fill page borders
anchors.leftMargin: -categoriesPage.anchors.leftMargin
anchors.rightMargin: -categoriesPage.anchors.rightMargin
anchors.leftMargin: -listView.anchors.leftMargin
anchors.rightMargin: -listView.anchors.rightMargin
visible: mouseArea.pressed
source: "image://theme/meegotouch-list-background-pressed-center"
source: "image://theme/color15-meegotouch-list-background-selected-center"
}
Row {

View file

@ -20,8 +20,6 @@ Page {
property int numStatusUpdates
property bool loading: false
anchors.margins: rootWindow.pageMargin
ListModel {
id: itemListModel
}
@ -41,10 +39,10 @@ Page {
id: background
anchors.fill: parent
// Fill page borders
anchors.leftMargin: -itemListPage.anchors.leftMargin
anchors.rightMargin: -itemListPage.anchors.rightMargin
anchors.leftMargin: -listView.anchors.leftMargin
anchors.rightMargin: -listView.anchors.rightMargin
visible: mouseArea.pressed
source: "image://theme/meegotouch-list-background-pressed-center"
source: "image://theme/meegotouch-list-background-selected-center"
}
Row {
@ -84,7 +82,6 @@ Page {
visible: ((model.id != null)&&(model.id !== "__ttrss_get_more_items"))
}
MouseArea {
id: mouseArea
anchors.fill: background
@ -98,7 +95,6 @@ Page {
function showFeedItem(articleId, feedId, title) {
if(articleId != null && feedId != null) {
console.log("Loading items for "+articleId+" in "+feedId+"\n");
var component = Qt.createComponent("FeedItem.qml");
if (component.status === Component.Ready)
pageStack.push(component, {

View file

@ -39,10 +39,10 @@ Page {
id: background
anchors.fill: parent
// Fill page borders
anchors.leftMargin: -feedsPage.anchors.leftMargin
anchors.rightMargin: -feedsPage.anchors.rightMargin
anchors.leftMargin: -listView.anchors.leftMargin
anchors.rightMargin: -listView.anchors.rightMargin
visible: mouseArea.pressed
source: "image://theme/meegotouch-list-background-pressed-center"
source: "image://theme/color15-meegotouch-list-background-selected-center"
}
Row {

View file

@ -25,7 +25,7 @@ Item{
Image{
id: background
anchors.fill: parent
source: "resources/color10-meegotouch-view-header.png"
source: "image://theme/color15-meegotouch-view-header-fixed"
sourceSize.width: parent.width
sourceSize.height: parent.height
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B