diff options
Diffstat (limited to 'gui/devices/240x240/res')
-rw-r--r-- | gui/devices/240x240/res/ui.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gui/devices/240x240/res/ui.xml b/gui/devices/240x240/res/ui.xml index 294e5951b..d157f85c1 100644 --- a/gui/devices/240x240/res/ui.xml +++ b/gui/devices/240x240/res/ui.xml @@ -211,7 +211,7 @@ <object type="text" color="%text_color%"> <font resource="font" /> - <placement x="3" y="3" /> + <placement x="1" y="3" /> <text>TWRP v%tw_version%</text> </object> @@ -224,7 +224,7 @@ <object type="text" color="%text_color%"> <font resource="font" /> - <placement x="100" y="3" /> + <placement x="89" y="3" /> <text>%tw_time%</text> </object> @@ -238,6 +238,15 @@ </conditions> <text>%tw_battery%</text> </object> + + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="145" y="3" /> + <conditions> + <condition var1="tw_no_cpu_temp" var2="0" /> + </conditions> + <text>%tw_cpu_temp% C</text> + </object> </template> <template name="header"> |