diff options
author | z31s1g <z31s1g@googlemail.com> | 2016-01-23 17:06:40 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2016-01-25 23:58:45 +0100 |
commit | 56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59 (patch) | |
tree | 073b5854bb3da22aafeb2b76fa20c96fbf69eb0c /gui/theme/common | |
parent | Fix bracket in watch theme (diff) | |
download | android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.gz android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.bz2 android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.lz android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.xz android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.tar.zst android_bootable_recovery-56a7a99d8e6d1f8f79d8f4a8fe57e1214124ee59.zip |
Diffstat (limited to 'gui/theme/common')
-rwxr-xr-x | gui/theme/common/portrait.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 3f1b581cd..03004aeff 100755 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -70,7 +70,7 @@ <style name="tab"> <highlight color="%highlight_color%"/> - <fill color="%accent_color%"/> + <fill color="%transparent%"/> <font resource="font_s" color="%text_button_color%"/> </style> @@ -2847,7 +2847,11 @@ <button style="main_button_half_height"> <placement x="%center_x%" y="%row21a_y%"/> <text>{@restore_defaults_btn=Restore Defaults}</text> - <action function="restoredefaultsettings"/> + <actions> + <action function="set">tw_samsung_navbar=0</action> + <action function="set">tw_tab_icons=0</action> + <action function="restoredefaultsettings"/> + </actions> </button> <action> |