Fix single line group chat button positions

This commit is contained in:
Lirusaito
2019-07-14 02:12:03 -04:00
parent 2f54cf26a9
commit c2fbb6f10f
3 changed files with 13 additions and 13 deletions

View File

@@ -10,9 +10,10 @@
<string name="default_text_label">Click here to instant message.</string>
<string name="moderated_chat_label">(Moderated: Voices off by default)</string>
<string name="muted_text_label">Your text chat has been disabled by a Group Moderator.</string>
<button bottom="-20" follows="right|top" height="20" label="Group Info" right="-290" name="group_info_btn" tab_group="0" width="80"/>
<button bottom_delta="0" follows="right|top" height="20" label="History" left_delta="80" name="history_btn" width="80"/>
<button bottom_delta="0" follows="right|top" height="20" left_delta="80" width="50" toggle="true" name="ding_btn" label="Ding">
<flyout_button bottom="-20" follows="right|top" halign="center" height="20" label="Group Info" right="-260" name="instant_message_flyout" width="100" list_position="below">
<flyout_button_item label="History" name="history_btn" value="1"/>
</flyout_button>
<button bottom_delta="0" follows="right|top" height="20" left_delta="100" width="50" toggle="true" name="ding_btn" label="Ding">
<button.commit_callback function="FlipDing"/>
</button>
<check_box name="Support Check" label="#" tool_tip="Uncheck to stop sending build number" follows="right|top" bottom_delta="0" left_delta="50" visible="false" initial_value="true"/>