[UI] Favorite star in the channel layout made visible 42/62142/3
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Mon, 14 Mar 2016 12:40:54 +0000 (13:40 +0100)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Tue, 15 Mar 2016 10:49:18 +0000 (11:49 +0100)
The width of the 'PART_SUBTEXT1' has to be bigger then the maximal width
of the contained text. In other case the whole layout will be modified.

Change-Id: I04c98bd7af78291cb9e582df95be01694c9ce403
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
res/layout/channel.edc

index 09f9152..5b08672 100644 (file)
@@ -66,15 +66,17 @@ group {
                        scale, 1;
                        description {
                                state, "default" 0.0;
-                               min, 0 112;
                                rel1 {
-                                       relative, 0.35 0.30;
+                                       relative, 0.31 0.30;
                                }
                                rel2 {
-                                       relative, 0.65 0.66;
+                                       relative, 0.69 0.66;
                                }
                                text {
                                        align, 0.5 0.0;
+                                       min, 1 0;
+                                       max, 1 0;
+                                       ellipsis, -1;
                                        style, "style.subtext1";
                                }
                        }