Ja Ralf, das war mir schon aufgefallen aber habe leider nicht soviel Ahnung wie zo etwas geht 
Also, wenn Ich es gut verstehe muss ich nur:
Value_Height
{
Class: SkinText;
Coordinates: 81,23,65,20;
TextColor: 255,255,255;
Font: 102;
HAlign: left;
//Samsung Höhe
TextFormat: "%16777221; ^F10^m";
}
Ändern in:
SF_Hoehe
{
Class: SkinContainer;
Coordinates: 440,30,40,28;
TapMode: TapThrough;
Hoehe
{
Class: SkinText;
Coordinates: 81,23,65,20;
TextColor#DP: 2139000034;
Font: 1;
TextFormat: "(%F(cmp;%2139000042;=0)?%16777221; m)(%F(cmp;%2139000042;=1)?%F(Calc;%16777221;-47) m)";
TapMode: TapThrough;
Visibility#DP: 2139000011;
}
Alles anzeigen
Wie Du siehst habe ich die Coordinates im SkinText geändert so dass die Höhenanzeige auf dieselbe Stelle erscheint, muss ich auch die coordinates im 'Class: SkinContainer' ändern?