From 3d20d69b8123397dcd5a0a1ceb4e8ebc54814333 Mon Sep 17 00:00:00 2001 From: Mikhail Chachkouski Date: Mon, 29 Jan 2018 19:36:22 +0300 Subject: [PATCH] - active frame --- assets/pages/HighCover.qml | 16 ++++++++++++---- buildnum | 2 +- translations/Basket.ts | 2 +- translations/Basket_ru.ts | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/assets/pages/HighCover.qml b/assets/pages/HighCover.qml index b2b09c1..8571edc 100644 --- a/assets/pages/HighCover.qml +++ b/assets/pages/HighCover.qml @@ -3,11 +3,12 @@ import bb.cascades 1.4 Container { id: root - property variant account: undefined + property variant account: {email: "doctorrokter@gmail.com", name: {display_name: "Mikhail Chachkouski"}} property variant spaceUsage: undefined property int bytesInGB: 1073741824 horizontalAlignment: HorizontalAlignment.Fill + background: Color.White Container { horizontalAlignment: HorizontalAlignment.Fill @@ -22,7 +23,8 @@ Container { ImageView { imageSource: "asset:///images/ic_contact.png" - filterColor: ui.palette.secondaryTextOnPlain +// filterColor: ui.palette.secondaryTextOnPlain + filterColor: Color.DarkGray verticalAlignment: VerticalAlignment.Center maxWidth: ui.du(5) maxHeight: ui.du(5) @@ -38,6 +40,7 @@ Container { Label { text: root.account === undefined ? "" : root.account.name.display_name textStyle.base: SystemDefaults.TextStyles.SubtitleText + textStyle.color: Color.Black multiline: true } } @@ -46,7 +49,8 @@ Container { Label { text: root.account === undefined ? "" : root.account.email textStyle.base: SystemDefaults.TextStyles.SmallText - textStyle.color: ui.palette.secondaryTextOnPlain + textStyle.color: Color.Black + textStyle.fontWeight: FontWeight.W300 } } @@ -69,7 +73,8 @@ Container { ImageView { imageSource: "asset:///images/ic_set_as_default.png" - filterColor: ui.palette.secondaryTextOnPlain +// filterColor: ui.palette.secondaryTextOnPlain + filterColor: Color.DarkGray verticalAlignment: VerticalAlignment.Center maxWidth: ui.du(5) maxHeight: ui.du(5) @@ -86,6 +91,9 @@ Container { id: bytesLabel textStyle.base: SystemDefaults.TextStyles.SubtitleText multiline: true + textStyle.color: Color.Black + textStyle.fontWeight: FontWeight.W300 + text: "2134" } } } diff --git a/buildnum b/buildnum index 54d5fa6..f30735b 100644 --- a/buildnum +++ b/buildnum @@ -1 +1 @@ -881 \ No newline at end of file +884 \ No newline at end of file diff --git a/translations/Basket.ts b/translations/Basket.ts index f6d1ed7..f2e5db5 100644 --- a/translations/Basket.ts +++ b/translations/Basket.ts @@ -393,8 +393,8 @@ Copy this link and open it in any modern browser (mobile or desktop): HighCover - + GB diff --git a/translations/Basket_ru.ts b/translations/Basket_ru.ts index 2c02656..c9dbaeb 100644 --- a/translations/Basket_ru.ts +++ b/translations/Basket_ru.ts @@ -404,8 +404,8 @@ Copy this link and open it in any modern browser (mobile or desktop): HighCover - + GB ГБ