gui: theme: Switch to larger buttons in the reboot menu
Since the TWRP app button is gone from the reboot menu, it would make sense to switch back to the larger buttons for the slots and move down the active slot information to fit the screen better Change-Id: Iabf891da8799b063bb4902d583b67f0594b4fc19
This commit is contained in:
@@ -3219,11 +3219,11 @@
|
||||
|
||||
<text style="text_m">
|
||||
<condition var1="tw_has_boot_slots" var2="1"/>
|
||||
<placement x="%center_x%" y="%row15_y%" placement="5"/>
|
||||
<placement x="%center_x%" y="%row17_y%" placement="5"/>
|
||||
<text>{@current_boot_slot=Current Slot: %tw_active_slot%}</text>
|
||||
</text>
|
||||
|
||||
<button style="main_button_half_height">
|
||||
<button style="main_button">
|
||||
<condition var1="tw_has_boot_slots" var2="1"/>
|
||||
<placement x="%indent%" y="%row19_y%"/>
|
||||
<text>{@boot_slot_a=Slot A}</text>
|
||||
@@ -3239,7 +3239,7 @@
|
||||
</actions>
|
||||
</button>
|
||||
|
||||
<button style="main_button_half_height">
|
||||
<button style="main_button">
|
||||
<condition var1="tw_has_boot_slots" var2="1"/>
|
||||
<placement x="%center_x%" y="%row19_y%"/>
|
||||
<text>{@boot_slot_b=Slot B}</text>
|
||||
|
||||
Reference in New Issue
Block a user