summaryrefslogtreecommitdiff
path: root/wearable/app/data/edc/nfc-setting-app.edc
diff options
context:
space:
mode:
Diffstat (limited to 'wearable/app/data/edc/nfc-setting-app.edc')
-rw-r--r--wearable/app/data/edc/nfc-setting-app.edc22
1 files changed, 8 insertions, 14 deletions
diff --git a/wearable/app/data/edc/nfc-setting-app.edc b/wearable/app/data/edc/nfc-setting-app.edc
index a02a890..7bb38e0 100644
--- a/wearable/app/data/edc/nfc-setting-app.edc
+++ b/wearable/app/data/edc/nfc-setting-app.edc
@@ -3,11 +3,11 @@
#define TITLE_TEXT_SIZE_W 226
#define TITLE_TEXT_SIZE_H 39
#define TITLE_FONT_SIZE 39
-#define HELP_TEXT_SIZE_W 232
+#define HELP_TEXT_SIZE_W 226
#define HELP_TEXT_SIZE_H 30
#define HELP_FONT_SIZE 25
#define LR_PADDING_SIZE 46
-#define DESC_LR_PADDING_SIZE 64
+#define DESC_LR_PADDING_SIZE 67
#define IMAGE_SIZE_W 270
#define IMAGE_SIZE_H 122
#define IMAGE_PADDING_H 20
@@ -248,11 +248,11 @@ collections {
}
part { name: "elm.text";
- type: TEXTBLOCK;
+ type: SWALLOW;
description { state: "default" 0.0;
min: HELP_TEXT_SIZE_W HELP_TEXT_SIZE_H;
- max: HELP_TEXT_SIZE_W -1;
- fixed: 1 0;
+ max: HELP_TEXT_SIZE_W HELP_TEXT_SIZE_H;
+ fixed: 1 1;
rel1 {
to_x: "desc_left_padding";
to_y: "image_bottom_padding";
@@ -260,17 +260,11 @@ collections {
}
rel2 {
to_x: "desc_right_padding";
- to_y: "bg";
+ to_y: "image_bottom_padding";
relative: 0.0 1.0;
- offset: 0 760;
- }
- align: 0.5 0.0;
- color_class: "AT017";
- text {
- style: "nocontent_style";
- min: 0 1;
- max: 0 1;
}
+ fixed: 0 1;
+ align: 0.5 0;
}
}
}