mirror of
https://github.com/meizu-m86/twrp_multirom_m86
synced 2025-11-04 06:15:41 +08:00
Unix file endings and remove execute permission
Change-Id: Iceaae3f7f20c3c6f23da807786b4cf4739c887c9
This commit is contained in:
0
gpt/Android.mk
Executable file → Normal file
0
gpt/Android.mk
Executable file → Normal file
5232
gui/rapidxml.hpp
5232
gui/rapidxml.hpp
File diff suppressed because it is too large
Load Diff
1338
gui/theme/common/languages/de.xml
Executable file → Normal file
1338
gui/theme/common/languages/de.xml
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
0
gui/theme/common/languages/ru.xml
Executable file → Normal file
0
gui/theme/common/languages/ru.xml
Executable file → Normal file
@@ -1,51 +1,51 @@
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="1920" height="1200"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<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>
|
||||
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="1920" height="1200"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<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>
|
||||
|
||||
|
||||
@@ -1,51 +1,51 @@
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="800" height="480"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<themeversion>1</themeversion>
|
||||
</details>
|
||||
|
||||
<resources>
|
||||
<font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/>
|
||||
<image name="splashlogo" filename="splashlogo" retainaspect="1"/>
|
||||
<image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="screen_width" value="800"/>
|
||||
<variable name="screen_height" value="480"/>
|
||||
<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="140"/>
|
||||
</fill>
|
||||
|
||||
<image>
|
||||
<image resource="splashlogo"/>
|
||||
<placement x="400" y="140" placement="4"/>
|
||||
</image>
|
||||
|
||||
<image>
|
||||
<image resource="splashteamwin"/>
|
||||
<placement x="400" y="366" placement="4"/>
|
||||
</image>
|
||||
|
||||
<text color="%header_color%">
|
||||
<font resource="font_l"/>
|
||||
<placement x="400" y="386" placement="5"/>
|
||||
<text>Recovery Project %tw_version%</text>
|
||||
</text>
|
||||
</page>
|
||||
</pages>
|
||||
</recovery>
|
||||
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="800" height="480"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<themeversion>1</themeversion>
|
||||
</details>
|
||||
|
||||
<resources>
|
||||
<font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/>
|
||||
<image name="splashlogo" filename="splashlogo" retainaspect="1"/>
|
||||
<image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="screen_width" value="800"/>
|
||||
<variable name="screen_height" value="480"/>
|
||||
<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="140"/>
|
||||
</fill>
|
||||
|
||||
<image>
|
||||
<image resource="splashlogo"/>
|
||||
<placement x="400" y="140" placement="4"/>
|
||||
</image>
|
||||
|
||||
<image>
|
||||
<image resource="splashteamwin"/>
|
||||
<placement x="400" y="366" placement="4"/>
|
||||
</image>
|
||||
|
||||
<text color="%header_color%">
|
||||
<font resource="font_l"/>
|
||||
<placement x="400" y="386" placement="5"/>
|
||||
<text>Recovery Project %tw_version%</text>
|
||||
</text>
|
||||
</page>
|
||||
</pages>
|
||||
</recovery>
|
||||
|
||||
|
||||
@@ -1,51 +1,51 @@
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="480" height="800"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<themeversion>1</themeversion>
|
||||
</details>
|
||||
|
||||
<resources>
|
||||
<font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/>
|
||||
<image name="splashlogo" filename="splashlogo" retainaspect="1"/>
|
||||
<image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="screen_width" value="480"/>
|
||||
<variable name="screen_height" value="800"/>
|
||||
<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="200"/>
|
||||
</fill>
|
||||
|
||||
<image>
|
||||
<image resource="splashlogo"/>
|
||||
<placement x="240" y="200" placement="4"/>
|
||||
</image>
|
||||
|
||||
<image>
|
||||
<image resource="splashteamwin"/>
|
||||
<placement x="240" y="660" placement="4"/>
|
||||
</image>
|
||||
|
||||
<text color="%header_color%">
|
||||
<font resource="font_l"/>
|
||||
<placement x="240" y="680" placement="5"/>
|
||||
<text>Recovery Project %tw_version%</text>
|
||||
</text>
|
||||
</page>
|
||||
</pages>
|
||||
</recovery>
|
||||
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="480" height="800"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<themeversion>1</themeversion>
|
||||
</details>
|
||||
|
||||
<resources>
|
||||
<font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/>
|
||||
<image name="splashlogo" filename="splashlogo" retainaspect="1"/>
|
||||
<image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="screen_width" value="480"/>
|
||||
<variable name="screen_height" value="800"/>
|
||||
<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="200"/>
|
||||
</fill>
|
||||
|
||||
<image>
|
||||
<image resource="splashlogo"/>
|
||||
<placement x="240" y="200" placement="4"/>
|
||||
</image>
|
||||
|
||||
<image>
|
||||
<image resource="splashteamwin"/>
|
||||
<placement x="240" y="660" placement="4"/>
|
||||
</image>
|
||||
|
||||
<text color="%header_color%">
|
||||
<font resource="font_l"/>
|
||||
<placement x="240" y="680" placement="5"/>
|
||||
<text>Recovery Project %tw_version%</text>
|
||||
</text>
|
||||
</page>
|
||||
</pages>
|
||||
</recovery>
|
||||
|
||||
|
||||
@@ -1,51 +1,51 @@
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="320" height="320"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<themeversion>1</themeversion>
|
||||
</details>
|
||||
|
||||
<resources>
|
||||
<font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/>
|
||||
<image name="splashlogo" filename="splashlogo" retainaspect="1"/>
|
||||
<image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="screen_width" value="320"/>
|
||||
<variable name="screen_height" value="320"/>
|
||||
<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="120"/>
|
||||
</fill>
|
||||
|
||||
<image>
|
||||
<image resource="splashlogo"/>
|
||||
<placement x="160" y="120" placement="4"/>
|
||||
</image>
|
||||
|
||||
<image>
|
||||
<image resource="splashteamwin"/>
|
||||
<placement x="160" y="270" placement="4"/>
|
||||
</image>
|
||||
|
||||
<text color="%header_color%">
|
||||
<font resource="font_l"/>
|
||||
<placement x="160" y="290" placement="5"/>
|
||||
<text>Recovery Project %tw_version%</text>
|
||||
</text>
|
||||
</page>
|
||||
</pages>
|
||||
</recovery>
|
||||
|
||||
<?xml version="1.0"?>
|
||||
<recovery>
|
||||
<details>
|
||||
<resolution width="320" height="320"/>
|
||||
<author>TeamWin</author>
|
||||
<title>TWRP</title>
|
||||
<description>splash screen</description>
|
||||
<themeversion>1</themeversion>
|
||||
</details>
|
||||
|
||||
<resources>
|
||||
<font name="font_l" filename="RobotoCondensed-Regular.ttf" size="24"/>
|
||||
<image name="splashlogo" filename="splashlogo" retainaspect="1"/>
|
||||
<image name="splashteamwin" filename="splashteamwin" retainaspect="1"/>
|
||||
</resources>
|
||||
|
||||
<variables>
|
||||
<variable name="screen_width" value="320"/>
|
||||
<variable name="screen_height" value="320"/>
|
||||
<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="120"/>
|
||||
</fill>
|
||||
|
||||
<image>
|
||||
<image resource="splashlogo"/>
|
||||
<placement x="160" y="120" placement="4"/>
|
||||
</image>
|
||||
|
||||
<image>
|
||||
<image resource="splashteamwin"/>
|
||||
<placement x="160" y="270" placement="4"/>
|
||||
</image>
|
||||
|
||||
<text color="%header_color%">
|
||||
<font resource="font_l"/>
|
||||
<placement x="160" y="290" placement="5"/>
|
||||
<text>Recovery Project %tw_version%</text>
|
||||
</text>
|
||||
</page>
|
||||
</pages>
|
||||
</recovery>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user