summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-04-02 16:06:06 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-04-02 16:06:06 +0200
commita54f87626120612a2005cfce7e3ac860a8b764fd (patch)
tree3bb9c0d20ae9a7abb9a681c3ecba185a29a4b45a
parentMerge "Convert 1600x2560 ui.xml to unix line endings" into android-4.4 (diff)
parentRefresh page after updating partition sizes (diff)
downloadandroid_bootable_recovery-a54f87626120612a2005cfce7e3ac860a8b764fd.tar
android_bootable_recovery-a54f87626120612a2005cfce7e3ac860a8b764fd.tar.gz
android_bootable_recovery-a54f87626120612a2005cfce7e3ac860a8b764fd.tar.bz2
android_bootable_recovery-a54f87626120612a2005cfce7e3ac860a8b764fd.tar.lz
android_bootable_recovery-a54f87626120612a2005cfce7e3ac860a8b764fd.tar.xz
android_bootable_recovery-a54f87626120612a2005cfce7e3ac860a8b764fd.tar.zst
android_bootable_recovery-a54f87626120612a2005cfce7e3ac860a8b764fd.zip
-rwxr-xr-xgui/devices/1024x600/res/ui.xml5
-rw-r--r--gui/devices/1024x768/res/ui.xml5
-rw-r--r--gui/devices/1080x1920/res/ui.xml5
-rw-r--r--gui/devices/1200x1920/res/ui.xml5
-rw-r--r--gui/devices/1280x800/res/ui.xml5
-rw-r--r--gui/devices/1600x2560/res/ui.xml5
-rw-r--r--gui/devices/1920x1200/res/ui.xml5
-rw-r--r--gui/devices/240x240/res/ui.xml5
-rw-r--r--gui/devices/2560x1600/res/ui.xml5
-rw-r--r--gui/devices/320x480/res/ui.xml5
-rw-r--r--gui/devices/480x800/res/ui.xml5
-rw-r--r--gui/devices/480x854/res/ui.xml5
-rw-r--r--gui/devices/540x960/res/ui.xml5
-rw-r--r--gui/devices/720x1280/res/ui.xml5
-rwxr-xr-xgui/devices/800x1280/res/ui.xml5
-rwxr-xr-xgui/devices/800x480/res/ui.xml5
16 files changed, 64 insertions, 16 deletions
diff --git a/gui/devices/1024x600/res/ui.xml b/gui/devices/1024x600/res/ui.xml
index 190e6f5d1..e168cb2a3 100755
--- a/gui/devices/1024x600/res/ui.xml
+++ b/gui/devices/1024x600/res/ui.xml
@@ -1639,7 +1639,10 @@
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
<image resource="main_button" />
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml
index 434fe36d5..980d0314f 100644
--- a/gui/devices/1024x768/res/ui.xml
+++ b/gui/devices/1024x768/res/ui.xml
@@ -1639,7 +1639,10 @@
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
<image resource="main_button" />
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml
index b960cbcbe..2f4f71f8c 100644
--- a/gui/devices/1080x1920/res/ui.xml
+++ b/gui/devices/1080x1920/res/ui.xml
@@ -1410,7 +1410,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/1200x1920/res/ui.xml b/gui/devices/1200x1920/res/ui.xml
index eb5098cfb..aec4be087 100644
--- a/gui/devices/1200x1920/res/ui.xml
+++ b/gui/devices/1200x1920/res/ui.xml
@@ -1413,7 +1413,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml
index 447f760fa..a54e1694c 100644
--- a/gui/devices/1280x800/res/ui.xml
+++ b/gui/devices/1280x800/res/ui.xml
@@ -1639,7 +1639,10 @@
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
<image resource="main_button" />
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/1600x2560/res/ui.xml b/gui/devices/1600x2560/res/ui.xml
index 2497e4ce0..dcfd956b6 100644
--- a/gui/devices/1600x2560/res/ui.xml
+++ b/gui/devices/1600x2560/res/ui.xml
@@ -1415,7 +1415,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml
index 251c5fb6c..f126572f1 100644
--- a/gui/devices/1920x1200/res/ui.xml
+++ b/gui/devices/1920x1200/res/ui.xml
@@ -1639,7 +1639,10 @@
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
<image resource="main_button" />
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/240x240/res/ui.xml b/gui/devices/240x240/res/ui.xml
index aaaa4d283..d2808c674 100644
--- a/gui/devices/240x240/res/ui.xml
+++ b/gui/devices/240x240/res/ui.xml
@@ -1374,7 +1374,10 @@
<placement x="%button_refresh_x%" y="%row9_text_y%" w="%button_fill_med_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/2560x1600/res/ui.xml b/gui/devices/2560x1600/res/ui.xml
index 5344de200..e3cdb8a8b 100644
--- a/gui/devices/2560x1600/res/ui.xml
+++ b/gui/devices/2560x1600/res/ui.xml
@@ -1639,7 +1639,10 @@
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
<image resource="main_button" />
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml
index 8a6308fda..4117f16db 100644
--- a/gui/devices/320x480/res/ui.xml
+++ b/gui/devices/320x480/res/ui.xml
@@ -1397,7 +1397,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml
index d8cbbec80..389006ea8 100644
--- a/gui/devices/480x800/res/ui.xml
+++ b/gui/devices/480x800/res/ui.xml
@@ -1397,7 +1397,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml
index 91888eaf6..32b8ab9e4 100644
--- a/gui/devices/480x854/res/ui.xml
+++ b/gui/devices/480x854/res/ui.xml
@@ -1396,7 +1396,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml
index ace65ebfa..ecc6f627b 100644
--- a/gui/devices/540x960/res/ui.xml
+++ b/gui/devices/540x960/res/ui.xml
@@ -1397,7 +1397,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml
index b0e931714..f613b6af4 100644
--- a/gui/devices/720x1280/res/ui.xml
+++ b/gui/devices/720x1280/res/ui.xml
@@ -1410,7 +1410,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml
index 94e39883e..c08b742da 100755
--- a/gui/devices/800x1280/res/ui.xml
+++ b/gui/devices/800x1280/res/ui.xml
@@ -1398,7 +1398,10 @@
<placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" />
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml
index 35ca6e275..2958ba070 100755
--- a/gui/devices/800x480/res/ui.xml
+++ b/gui/devices/800x480/res/ui.xml
@@ -1647,7 +1647,10 @@
<font resource="font" color="%button_text_color%" />
<text>Refresh Sizes</text>
<image resource="main_button" />
- <action function="refreshsizes"></action>
+ <actions>
+ <action function="refreshsizes"></action>
+ <action function="page">backup</action>
+ </actions>
</object>
<object type="button">