summaryrefslogtreecommitdiffstats
path: root/gui/theme/landscape_hdpi
diff options
context:
space:
mode:
authorthat <github@that.at>2016-01-24 21:59:00 +0100
committerz31s1g <z31s1g@googlemail.com>2016-01-25 19:25:34 +0100
commit235c648a6828bdd8201e1151b7e2815a4daf1201 (patch)
treeea3d840730107fdec717a32d496e3b085cab1ce0 /gui/theme/landscape_hdpi
parentUpdate mStartPage to make language selection work on other pages (diff)
downloadandroid_bootable_recovery-235c648a6828bdd8201e1151b7e2815a4daf1201.tar
android_bootable_recovery-235c648a6828bdd8201e1151b7e2815a4daf1201.tar.gz
android_bootable_recovery-235c648a6828bdd8201e1151b7e2815a4daf1201.tar.bz2
android_bootable_recovery-235c648a6828bdd8201e1151b7e2815a4daf1201.tar.lz
android_bootable_recovery-235c648a6828bdd8201e1151b7e2815a4daf1201.tar.xz
android_bootable_recovery-235c648a6828bdd8201e1151b7e2815a4daf1201.tar.zst
android_bootable_recovery-235c648a6828bdd8201e1151b7e2815a4daf1201.zip
Diffstat (limited to 'gui/theme/landscape_hdpi')
-rw-r--r--gui/theme/landscape_hdpi/images/curtain.jpgbin133833 -> 0 bytes
-rwxr-xr-xgui/theme/landscape_hdpi/images/splashlogo.pngbin0 -> 15097 bytes
-rwxr-xr-xgui/theme/landscape_hdpi/images/splashteamwin.pngbin0 -> 1680 bytes
-rwxr-xr-xgui/theme/landscape_hdpi/splash.xml52
4 files changed, 52 insertions, 0 deletions
diff --git a/gui/theme/landscape_hdpi/images/curtain.jpg b/gui/theme/landscape_hdpi/images/curtain.jpg
deleted file mode 100644
index 51ea6a571..000000000
--- a/gui/theme/landscape_hdpi/images/curtain.jpg
+++ /dev/null
Binary files differ
diff --git a/gui/theme/landscape_hdpi/images/splashlogo.png b/gui/theme/landscape_hdpi/images/splashlogo.png
new file mode 100755
index 000000000..337a7b6de
--- /dev/null
+++ b/gui/theme/landscape_hdpi/images/splashlogo.png
Binary files differ
diff --git a/gui/theme/landscape_hdpi/images/splashteamwin.png b/gui/theme/landscape_hdpi/images/splashteamwin.png
new file mode 100755
index 000000000..f44a8febc
--- /dev/null
+++ b/gui/theme/landscape_hdpi/images/splashteamwin.png
Binary files differ
diff --git a/gui/theme/landscape_hdpi/splash.xml b/gui/theme/landscape_hdpi/splash.xml
new file mode 100755
index 000000000..1a9fd5340
--- /dev/null
+++ b/gui/theme/landscape_hdpi/splash.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<recovery>
+ <details>
+ <resolution width="1920" height="1200"/>
+ <author>TeamWin</author>
+ <title>TWRP</title>
+ <description>Default basic theme</description>
+ <preview>preview.jpg</preview>
+ <themeversion>1</themeversion>
+ </details>
+
+ <resources>
+ <font name="font_l" filename="RobotoCondensed-Regular.ttf" size="52"/>
+ <image name="splashlogo" filename="splashlogo" retainaspect="1"/>
+ <image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
+ </resources>
+
+ <variables>
+ <variable name="screen_width" value="1920"/>
+ <variable name="screen_height" value="1200"/>
+ <variable name="background_color" value="#222222"/>
+ <variable name="header_color" value="#555555"/>
+ <variable name="accent_color" value="#0090CA"/>
+ </variables>
+
+ <pages>
+ <page name="splash">
+ <background color="%background_color%"/>
+
+ <fill color="%header_color%">
+ <placement x="0" y="0" w="%screen_width%" h="320"/>
+ </fill>
+
+ <image>
+ <image resource="splashlogo"/>
+ <placement x="960" y="320" placement="4"/>
+ </image>
+
+ <image>
+ <image resource="splashteamwin"/>
+ <placement x="960" y="920" placement="4"/>
+ </image>
+
+ <text color="%header_color%">
+ <font resource="font_l"/>
+ <placement x="960" y="970" placement="5"/>
+ <text>Recovery Project %tw_version%</text>
+ </text>
+ </page>
+ </pages>
+</recovery>
+