using the build-in theme 15 now (orange)
This commit is contained in:
parent
2346be1395
commit
d4bf5596b0
5 changed files with 10 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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, {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Add table
Reference in a new issue