<?xml version="1.0" encoding="utf-8" standalone="yes"?> <panel label="Favori Düzenle" name="panel_edit_pick"> <panel.string name="location_notice"> (kaydedildikten sonra güncelleştirilir) </panel.string> <text name="title"> Seçme Düzenle </text> <scroll_container name="profile_scroll"> <panel name="scroll_content_panel"> <icon label="" name="edit_icon" tool_tip="Bir görüntü seçmek için tıklayın"/> <text name="Name:"> Başlık: </text> <text name="description_label"> Açıklama: </text> <text name="location_label"> Konum: </text> <text name="pick_location"> yükleniyor... </text> <button label="Geçerli Konuma Ayarla" name="set_to_curr_location_btn"/> </panel> </scroll_container> <panel label="bottom_panel" name="bottom_panel"> <layout_stack name="layout_stack1"> <layout_panel name="layout_panel1"> <button label="Seçme Kaydet" name="save_changes_btn"/> </layout_panel> <layout_panel name="layout_panel2"> <button label="İptal" name="cancel_btn"/> </layout_panel> </layout_stack> </panel> </panel>