summaryrefslogtreecommitdiffstats
path: root/gui/devices/1440x2560/res/ui.xml
diff options
context:
space:
mode:
authorJenkins <bigbiff@teamw.in>2014-10-03 02:22:21 +0200
committerDees Troy <dees_troy@teamw.in>2014-10-14 15:08:11 +0200
commit1710bf254756d49355e9156ba1907545addfb319 (patch)
tree063fab21b02cb2a9ded53535ad19a4b4746f8a07 /gui/devices/1440x2560/res/ui.xml
parentAdd support for TrueType fonts (diff)
downloadandroid_bootable_recovery-1710bf254756d49355e9156ba1907545addfb319.tar
android_bootable_recovery-1710bf254756d49355e9156ba1907545addfb319.tar.gz
android_bootable_recovery-1710bf254756d49355e9156ba1907545addfb319.tar.bz2
android_bootable_recovery-1710bf254756d49355e9156ba1907545addfb319.tar.lz
android_bootable_recovery-1710bf254756d49355e9156ba1907545addfb319.tar.xz
android_bootable_recovery-1710bf254756d49355e9156ba1907545addfb319.tar.zst
android_bootable_recovery-1710bf254756d49355e9156ba1907545addfb319.zip
Diffstat (limited to 'gui/devices/1440x2560/res/ui.xml')
-rw-r--r--gui/devices/1440x2560/res/ui.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/gui/devices/1440x2560/res/ui.xml b/gui/devices/1440x2560/res/ui.xml
index fe55dfdbf..79f12cfce 100644
--- a/gui/devices/1440x2560/res/ui.xml
+++ b/gui/devices/1440x2560/res/ui.xml
@@ -9,9 +9,9 @@
<preview>preview.jpg</preview>
</details>
- <include>
- <xmlfile name="portrait.xml" />
- </include>
+ <include>
+ <xmlfile name="portrait.xml" />
+ </include>
<resources>
<resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="50" fallback="Roboto-Condensed-50" />
@@ -246,6 +246,15 @@
<text>Battery: %tw_battery%</text>
</object>
+ <object type="text" color="%text_color%">
+ <font resource="font" />
+ <placement x="839" y="132" />
+ <conditions>
+ <condition var1="tw_no_cpu_temp" var2="0" />
+ </conditions>
+ <text>CPU: %tw_cpu_temp% C</text>
+ </object>
+
<object type="button">
<highlight color="%highlight_color%" />
<placement x="%home_button_x%" y="%home_button_y%" />