diff --git a/720p/AddonBrowser.xml b/720p/AddonBrowser.xml index 43e25b2..f23d791 100644 --- a/720p/AddonBrowser.xml +++ b/720p/AddonBrowser.xml @@ -11,14 +11,14 @@ CommonListView AddonInfoView ThumbnailView - AllViewCommonPageControls + Window_OpenClose_Left_Panel_Animation CommonNowPlaying - + 0 130 @@ -45,12 +45,11 @@ Sort asc - 250 - 58 - - 3 + + 31061 + 50 50 - 2 + 3 5 @@ -132,5 +131,6 @@ WindowTitleButtonsMedia BehindDialogFadeOut + DateTimeLabel diff --git a/720p/EventLog.xml b/720p/EventLog.xml new file mode 100644 index 0000000..e73cebc --- /dev/null +++ b/720p/EventLog.xml @@ -0,0 +1,218 @@ + + + 570 + 9000 + 570 + + CommonBackground + ContentPanel + + Control.IsVisible(570) + Window_OpenClose_Animation + VisibleFadeEffect + ContentPanel + + 350 + 140 + 900 + 510 + 9000 + 60 + 570 + 570 + list + 60 + 200 + + + 0 + 0 + 1080 + 80 + button-nofocus.png + + + 2 + 2 + 80 + 76 + $INFO[Listitem.Icon] + keep + black-back2.png + 2 + + + 90 + 0 + 870 + 30 + font13 + grey2 + selected + left + center + + + + 90 + 32 + 870 + 48 + font12 + grey + selected + left + + + + 90 + 0 + 970 + 30 + font12 + grey2 + selected + right + center + + + + + + 0 + 0 + 900 + 80 + button-nofocus.png + !Control.HasFocus(570) + VisibleFadeEffect + + + 0 + 0 + 900 + 80 + button-focus2.png + Control.HasFocus(570) + VisibleFadeEffect + + + 2 + 2 + 80 + 76 + $INFO[Listitem.Icon] + keep + black-back2.png + 2 + + + 90 + 0 + 800 + 30 + font13 + white + selected + left + center + + + + 90 + 32 + 800 + 48 + font12 + grey + selected + left + + + + 90 + 0 + 800 + 30 + font12 + grey2 + selected + right + center + + + + + + 1170 + 80 + 25 + 550 + ScrollBarV.png + ScrollBarV_bar.png + ScrollBarV_bar_focus.png + ScrollBarNib.png + ScrollBarNib.png + 570 + 2 + false + vertical + Control.IsVisible(570) + + + + + + + + 0 + + 0 + 130 + 330 + 600 + 9000 + 570 + 9000 + 9000 + 570 + 0 + + Sort asc + + 31061 + 10 + + + Level button + ButtonCommonValues + 200 + + + Only show current level + ButtonCommonValues + + + Clear button + + ButtonCommonValues + + + + + 0 + 0 + 1280 + 128 + Header.png + + + WindowTitleCommons + + + DateTimeLabel + WindowTitleButtons + + diff --git a/720p/defaults.xml b/720p/defaults.xml index be82a51..e7336e1 100644 --- a/720p/defaults.xml +++ b/720p/defaults.xml @@ -35,14 +35,15 @@ 140 167 - 20 - 20 - scroll-up-focus.png - scroll-up.png - scroll-down-focus.png - scroll-down.png + 330 + 44 + Button_Side_Scroll_up_Focus2.png + Button_Side_Scroll_up_NoFocus2.png + Button_Side_Scroll_down_Focus2.png + Button_Side_Scroll_down_NoFocus2.png white - + 35 + 10 font13 grey3 no diff --git a/720p/includes.xml b/720p/includes.xml index c5a3cf3..87cdb3e 100644 --- a/720p/includes.xml +++ b/720p/includes.xml @@ -73,9 +73,9 @@ VisibleFadeEffect - 265 + 315 100 - 1015 + 950 580 Panel.png conditional @@ -126,7 +126,7 @@ Unfocus Background 0 0 - 280 + 380 44 Button_Side_NoFocus.png !ControlGroup(9005).HasFocus @@ -135,7 +135,7 @@ Focus Background 0 0 - 280 + 380 44 Button_Side_Focus.png ControlGroup(9005).HasFocus @@ -595,7 +595,7 @@ 44 - 280 + 330 font12 white white diff --git a/language/resource.language.en_gb/strings.po b/language/resource.language.en_gb/strings.po index bfb8908..84cc169 100644 --- a/language/resource.language.en_gb/strings.po +++ b/language/resource.language.en_gb/strings.po @@ -167,7 +167,15 @@ msgctxt "#31060" msgid "This file is stacked, select the part you want to play from." msgstr "" -#empty strings from id 31061 to 31100 +msgctxt "#31061" +msgid "Sort: Descending" +msgstr "" + +msgctxt "#31062" +msgid "Sort: Ascending" +msgstr "" + +#empty strings from id 31063 to 31100 #Skin Settings labels msgctxt "#31101" diff --git a/media/Button_Side_Scroll_down_Focus2.png b/media/Button_Side_Scroll_down_Focus2.png new file mode 100644 index 0000000..53f8f48 Binary files /dev/null and b/media/Button_Side_Scroll_down_Focus2.png differ diff --git a/media/Button_Side_Scroll_down_NoFocus2.png b/media/Button_Side_Scroll_down_NoFocus2.png new file mode 100644 index 0000000..23a1906 Binary files /dev/null and b/media/Button_Side_Scroll_down_NoFocus2.png differ diff --git a/media/Button_Side_Scroll_up_Focus2.png b/media/Button_Side_Scroll_up_Focus2.png new file mode 100644 index 0000000..fad96c1 Binary files /dev/null and b/media/Button_Side_Scroll_up_Focus2.png differ diff --git a/media/Button_Side_Scroll_up_NoFocus2.png b/media/Button_Side_Scroll_up_NoFocus2.png new file mode 100644 index 0000000..051cab5 Binary files /dev/null and b/media/Button_Side_Scroll_up_NoFocus2.png differ