This commit is contained in:
Chris Bevan 2016-03-04 19:53:52 +00:00
parent bfbb6d150f
commit 926437f9d5
167 changed files with 369 additions and 421 deletions

View File

@ -1,6 +1,88 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<onload>action(back)</onload> <controls>
<onload>activatewindow(videoosd)</onload> <control type="group">
<controls/> <include>fadeInOut</include>
<posx>0</posx>
<posy>0</posy>
<!--fade out if audio / video menu active-->
<animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
<effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>dateTime</include>
<control type="group">
<posx>0</posx>
<posy>row-23-begin</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="0,300" end="0,0" tween="cubic" easing="out" time="400"/>
</animation>
<animation type="Windowclose">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" end="0,300" tween="cubic" easing="out" time="400"/>
</animation>
<!--content title-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.ChannelName,, • ]$INFO[videoplayer.Title]</label>
</control>
<control type="label">
<right>96</right>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<font>pageTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>fullscreenWidth</width>
<height>6-row</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="textbox">
<posx>col-1-begin</posx>
<posy>90</posy>
<font>textbox</font>
<width>24-col</width>
<textcolor>textActive</textcolor>
<height>114</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogFullScreenInfo.xml</label>
</control>
</controls>
</window> </window>

View File

@ -4,185 +4,246 @@
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<control type="group"> <control type="group">
<posx>0</posx>
<posy>0</posy>
<!--fade out if audio / video menu active--> <!--fade out if audio / video menu active-->
<animation type="Conditional" condition="Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)"> <animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
<effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/> <effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
</animation> </animation>
<posx>col-10-begin</posx>
<posy>row-8-begin</posy>
<include>modalDialogInOutVertical</include>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <posx>-36</posx>
<texture>vignette.png</texture> <posy>-36</posy>
<colordiffuse>ffffffff</colordiffuse> <width>7-col</width>
<aspectratio>stretch</aspectratio> <height>14-row</height>
</control>
<include>dateTime</include>
<!--content title-->
<control type="image">
<posx>0</posx>
<posy>21-row</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>21-row</posy>
<width>16-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.ChannelName,, - ]$INFO[videoplayer.Title]</label>
</control>
<control type="label">
<right>96</right>
<posy>21-row</posy>
<width>8-col</width>
<height>2-row</height>
<font>pageTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
</control>
<control type="image">
<posx>0</posx>
<posy>23-row</posy>
<width>fullscreenWidth</width>
<height>6-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> <colordiffuse>ccFFFFFF</colordiffuse>
<control type="image">
<posx>0</posx>
<posy>27-row</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="textbox">
<posx>col-1-begin</posx>
<posy>840</posy>
<font>textbox</font>
<width>24-col</width>
<textcolor>textActive</textcolor>
<height>114</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control> </control>
<!--player controls--> <!--player controls-->
<control type="group"> <control type="panel" id="8001">
<posx>col-1-begin</posx> <posx>0</posx>
<posy>row-26-begin</posy> <posy>0</posy>
<control type="list" id="8001"> <width>6-col</width>
<posx>0</posx> <height>2-row</height>
<posy>18</posy> <itemgap>0</itemgap>
<width>24-col</width> <ondown>Control.SetFocus(8002,0)</ondown>
<height>12-row</height> <onup>Control.SetFocus(8002,3)</onup>
<itemgap>0</itemgap> <orientation>horizontal</orientation>
<orientation>horizontal</orientation> <itemlayout width="1-col" height="2-row">
<itemlayout width="3-col" height="2-row"> <control type="image">
<control type="label"> <posx>0</posx>
<posx>0</posx> <posy>0</posy>
<posy>0</posy> <width>1-col-textbox</width>
<width>1-col</width> <height>69</height>
<height>2-row</height> <aspectratio>stretch</aspectratio>
<align>center</align> <texture>colors/black.png</texture>
<aligny>center</aligny> <colordiffuse>overlay</colordiffuse>
<font>symbolLarge</font> </control>
<textcolor>textActive</textcolor> <control type="label">
<label>$INFO[ListItem.label2]</label> <posx>0</posx>
</control> <posy>0</posy>
<control type="label"> <width>1-col</width>
<posx>1-col-indent</posx> <height>2-row</height>
<posy>0</posy> <align>center</align>
<width>2-col</width> <aligny>center</aligny>
<height>2-row</height> <font>symbolLarge</font>
<aligny>center</aligny> <textcolor>textActive</textcolor>
<font>itemSubTitle</font> <label>$INFO[ListItem.label2]</label>
<textcolor>textActive</textcolor> </control>
<label>$INFO[ListItem.label]</label> </itemlayout>
</control> <focusedlayout width="1-col" height="2-row">
</itemlayout> <control type="image">
<focusedlayout width="3-col" height="2-row"> <posx>0</posx>
<control type="image"> <posy>0</posy>
<posx>0</posx> <width>1-col-textbox</width>
<posy>0</posy> <height>69</height>
<width>1-col</width> <aspectratio>stretch</aspectratio>
<height>2-row</height> <texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio> <colordiffuse>highlight</colordiffuse>
<texture>colors/white.png</texture> </control>
<colordiffuse>highlight</colordiffuse> <control type="label">
</control> <posx>0</posx>
<control type="image"> <posy>0</posy>
<posx>1-col</posx> <width>1-col</width>
<posy>0</posy> <height>2-row</height>
<width>2-col</width> <align>center</align>
<height>2-row</height> <aligny>center</aligny>
<aspectratio>stretch</aspectratio> <font>symbolLarge</font>
<texture>colors/white.png</texture> <textcolor>textActive</textcolor>
<colordiffuse>eeffffff</colordiffuse> <label>$INFO[ListItem.label2]</label>
</control> <shadowcolor>-</shadowcolor>
<control type="label"> </control>
<posx>0</posx> </focusedlayout>
<posy>0</posy> <content>
<width>1-col</width> <item>
<height>2-row</height> <description>Previous</description>
<align>center</align> <label2></label2>
<aligny>center</aligny> <thumb>-</thumb>
<font>symbolLarge</font> <onclick>PlayerControl(previous)</onclick>
<textcolor>textActive</textcolor> </item>
<label>$INFO[ListItem.label2]</label> <item>
<shadowcolor>-</shadowcolor> <description>Rewind</description>
</control> <label2></label2>
<control type="label"> <thumb>-</thumb>
<posx>1-col-indent</posx> <onclick>PlayerControl(rewind)</onclick>
<posy>0</posy> </item>
<width>2-col</width> <item>
<height>2-row</height> <description>Stop</description>
<aligny>center</aligny> <label2></label2>
<font>itemSubTitle</font> <thumb>-</thumb>
<textcolor>black</textcolor> <onclick>PlayerControl(stop)</onclick>
<label>$INFO[ListItem.label]</label> </item>
</control> <item>
</focusedlayout> <visible>Player.Playing | player.forwarding | player.rewinding</visible>
<content> <description>Play/Pause</description>
<item> <label2></label2>
<visible>System.GetBool(pvrmanager.enabled) + Player.CanRecord</visible> <thumb>-</thumb>
<label>31201</label> <onclick>PlayerControl(play)</onclick>
<label2></label2> </item>
<thumb>-</thumb> <item>
<onclick>PlayerControl(record)</onclick> <visible>Player.Paused</visible>
</item> <description>Pause</description>
<item> <label2></label2>
<description>Subtitles</description> <thumb>-</thumb>
<label>24012</label> <onclick>PlayerControl(play)</onclick>
<label2></label2> </item>
<thumb>-</thumb> <item>
<onclick>Close</onclick> <description>Fast forward</description>
<onclick>activateWindow(1104)</onclick> <label2></label2>
</item> <thumb>-</thumb>
<item> <onclick>PlayerControl(forward)</onclick>
<description>Audio Settings</description> </item>
<label>5</label> <item>
<label2></label2> <description>Next Chapter</description>
<thumb>-</thumb> <label2></label2>
<onclick>ActivateWindow(124)</onclick> <thumb>-</thumb>
</item> <onclick>PlayerControl(next)</onclick>
<item> </item>
<description>Bookmarks</description> </content>
<label>298</label> </control>
<label2></label2> <!--menu items-->
<thumb>-</thumb> <control type="panel" id="8002">
<onclick>ActivateWindow(125)</onclick> <posx>0</posx>
</item> <posy>2-row</posy>
</content> <width>6-col</width>
</control> <height>12-row</height>
<itemgap>0</itemgap>
<onup>8001</onup>
<ondown>8001</ondown>
<orientation>vertical</orientation>
<itemlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>eeffffff</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<visible>System.GetBool(pvrmanager.enabled) + Player.CanRecord</visible>
<label>31201</label>
<label2></label2>
<thumb>-</thumb>
<onclick>PlayerControl(record)</onclick>
</item>
<item>
<description>Subtitles</description>
<label>24012</label>
<label2></label2>
<thumb>-</thumb>
<onclick>Close</onclick>
<onclick>activateWindow(1104)</onclick>
</item>
<item>
<description>Video Settings</description>
<label>13395</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(123)</onclick>
</item>
<item>
<description>Audio Settings</description>
<label>13396</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(124)</onclick>
</item>
<item>
<description>Bookmarks</description>
<label>298</label>
<label2></label2>
<thumb>-</thumb>
<onclick>ActivateWindow(125)</onclick>
</item>
</content>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -24,91 +24,53 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<colordiffuse>ccFFFFFF</colordiffuse> <colordiffuse>ccFFFFFF</colordiffuse>
</control> </control>
<!--audio / video options selection--> <!--header-->
<control type="panel" id="9123"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>-16</posy> <posy>-12</posy>
<width>12-col</width> <width>1-col</width>
<height>1-col</height>
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<animation type="windowopen">
<effect type="zoom" center="auto" end="120" time="0"/>
</animation>
<posx>-4</posx>
<posy>13</posy>
<width>1-col</width>
<height>2-row</height> <height>2-row</height>
<ondown>5</ondown> <align>center</align>
<orientation>horizontal</orientation> <aligny></aligny>
<itemlayout width="4-col" height="2-row"> <font>symbolLarge</font>
<control type="image"> <textcolor>textActive</textcolor>
<posx>0</posx> <label>></label>
<posy>0</posy>
<width>4-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="78">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>$LOCALIZE[292] $LOCALIZE[5]</label>
<onclick>Dialog.close(all,True)</onclick>
<onclick>ActivateWindow(124)</onclick>
</item>
<item id="2">
<label>$LOCALIZE[3] $LOCALIZE[5]</label>
<onclick>Dialog.close(all,True)</onclick>
<onclick>ActivateWindow(123)</onclick>
</item>
</content>
</control> </control>
<!--current page marker--> <control type="label">
<control type="image">
<visible>window.isactive(124)</visible>
<posx>12</posx>
<posy>46</posy>
<width>4-col-gutter</width>
<height>9</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>window.isactive(123)</visible> <visible>window.isactive(123)</visible>
<posx>300</posx> <posx>1-col-indent</posx>
<posy>46</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>8-col</width>
<height>9</height> <height>2-row</height>
<texture>colors/white.png</texture> <aligny></aligny>
<colordiffuse>highlight</colordiffuse> <font>dialogTitle</font>
<aspectratio>stretch</aspectratio> <label>13395</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<visible>window.isactive(124)</visible>
<posx>1-col-indent</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny></aligny>
<font>dialogTitle</font>
<label>13396</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control> </control>
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<description>Control Area</description> <description>Control Area</description>
@ -118,8 +80,6 @@
<height>21-row</height> <height>21-row</height>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemgap>3</itemgap> <itemgap>3</itemgap>
<onup condition="window.isactive(123)">Control.SetFocus(9123,1)</onup>
<onup condition="window.isactive(124)">Control.SetFocus(9123,0)</onup>
</control> </control>
<control type="button" id="7"> <control type="button" id="7">
<description>Default Button</description> <description>Default Button</description>

View File

@ -34,7 +34,7 @@
<onup>50</onup> <onup>50</onup>
<onback>9000</onback> <onback>9000</onback>
<scrolltime tween="cubic" easing="out">600</scrolltime> <scrolltime tween="cubic" easing="out">600</scrolltime>
<onback>activateWindow(home)</onback> <onback>9000</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="444" height="300"> <itemlayout width="444" height="300">
<control type="image"> <control type="image">

View File

@ -43,8 +43,6 @@ Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml
Fullscreen music view - add star rating selector + Radio art / RDS support Fullscreen music view - add star rating selector + Radio art / RDS support
Extend No animation mode??
scripted video info screen TEST THAT PLAYMEDIA WORKS scripted video info screen TEST THAT PLAYMEDIA WORKS
Add MyVideoPlaylist.xml Add MyVideoPlaylist.xml

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<colors>
<palette name="material-design">
<color name="red_300">ffe57373</color>
<color name="red_400">ffef5350</color>
<color name="red_500">fff44336</color>
<color name="red_600">ffe53935</color>
<color name="red_700">ffd32f2f</color>
<color name="red_800">ffc62828</color>
<color name="red_900">ffb71c1c</color>
<color name="red_a200">ffff5252</color>
<color name="red_a400">ffff1744</color>
<color name="red_a700">ffd50000</color>
<color name="pink_300">fff06292</color>
<color name="pink_400">ffec407a</color>
<color name="pink_500">ffe91e63</color>
<color name="pink_600">ffd81b60</color>
<color name="pink_700">ffc2185b</color>
<color name="pink_800">ffad1457</color>
<color name="pink_900">ff880e4f</color>
<color name="pink_a200">ffff4081</color>
<color name="pink_a400">fff50057</color>
<color name="pink_a700">ffc51162</color>
<color name="deep_orange_400">ffff7043</color>
<color name="deep_orange_500">ffff5722</color>
<color name="deep_orange_600">fff4511e</color>
<color name="deep_orange_700">ffe64a19</color>
<color name="deep_orange_800">ffd84315</color>
<color name="deep_orange_900">ffbf360c</color>
<color name="deep_orange_a200">ffff6e40</color>
<color name="deep_orange_a400">ffff3d00</color>
<color name="deep_orange_a700">ffdd2c00</color>
<color name="orange_400">ffffa726</color>
<color name="orange_500">ffff9800</color>
<color name="orange_600">fffb8c00</color>
<color name="orange_700">fff57c00</color>
<color name="orange_800">ffef6c00</color>
<color name="orange_900">ffe65100</color>
<color name="orange_a200">ffffab40</color>
<color name="orange_a400">ffff9100</color>
<color name="orange_a700">ffff6d00</color>
<color name="amber_500">ffffc107</color>
<color name="amber_600">ffffb300</color>
<color name="amber_700">ffffa000</color>
<color name="amber_800">ffff8f00</color>
<color name="amber_900">ffff6f00</color>
<color name="amber_a700">ffffab00</color>
<color name="yellow_800">fff9a825</color>
<color name="yellow_900">fff57f17</color>
<color name="lime_600">ffc0ca33</color>
<color name="lime_700">ffafb42b</color>
<color name="lime_800">ff9e9d24</color>
<color name="lime_900">ff827717</color>
<color name="lime_a700">ffaeea00</color>
<color name="light_green_300">ffaed581</color>
<color name="light_green_400">ff9ccc65</color>
<color name="light_green_500">ff8bc34a</color>
<color name="light_green_600">ff7cb342</color>
<color name="light_green_700">ff689f38</color>
<color name="light_green_800">ff558b2f</color>
<color name="light_green_900">ff33691e</color>
<color name="light_green_a700">ff64dd17</color>
<color name="green_300">ff81c784</color>
<color name="green_400">ff66bb6a</color>
<color name="green_500">ff4caf50</color>
<color name="green_600">ff43a047</color>
<color name="green_700">ff388e3c</color>
<color name="green_800">ff2e7d32</color>
<color name="green_900">ff1b5e20</color>
<color name="green_a400">ff00e676</color>
<color name="green_a700">ff00c853</color>
<color name="teal_300">ff4db6ac</color>
<color name="teal_400">ff26a69a</color>
<color name="teal_500">ff009688</color>
<color name="teal_600">ff00897b</color>
<color name="teal_700">ff00796b</color>
<color name="teal_800">ff00695c</color>
<color name="teal_900">ff004d40</color>
<color name="teal_a700">ff00bfa5</color>
<color name="cyan_500">ff00bcd4</color>
<color name="cyan_600">ff00acc1</color>
<color name="cyan_700">ff0097a7</color>
<color name="cyan_800">ff00838f</color>
<color name="cyan_900">ff006064</color>
<color name="cyan_a400">ff00e5ff</color>
<color name="cyan_a700">ff00b8d4</color>
<color name="light_blue_400">ff29b6f6</color>
<color name="light_blue_500">ff03a9f4</color>
<color name="light_blue_600">ff039be5</color>
<color name="light_blue_700">ff0288d1</color>
<color name="light_blue_800">ff0277bd</color>
<color name="light_blue_900">ff01579b</color>
<color name="light_blue_a200">ff40c4ff</color>
<color name="light_blue_a400">ff00b0ff</color>
<color name="light_blue_a700">ff0091ea</color>
<color name="blue_400">ff42a5f5</color>
<color name="blue_500">ff2196f3</color>
<color name="blue_600">ff1e88e5</color>
<color name="blue_700">ff1976d2</color>
<color name="blue_800">ff1565c0</color>
<color name="blue_900">ff0d47a1</color>
<color name="blue_a200">ff448aff</color>
<color name="blue_a400">ff2979ff</color>
<color name="blue_a700">ff2962ff</color>
<color name="indigo_300">ff7986cb</color>
<color name="indigo_400">ff5c6bc0</color>
<color name="indigo_500">ff3f51b5</color>
<color name="indigo_600">ff3949ab</color>
<color name="indigo_700">ff303f9f</color>
<color name="indigo_800">ff283593</color>
<color name="indigo_900">ff1a237e</color>
<color name="indigo_a200">ff536dfe</color>
<color name="indigo_a400">ff3d5afe</color>
<color name="indigo_a700">ff304ffe</color>
<color name="purple_300">ffba68c8</color>
<color name="purple_400">ffab47bc</color>
<color name="purple_500">ff9c27b0</color>
<color name="purple_600">ff8e24aa</color>
<color name="purple_700">ff7b1fa2</color>
<color name="purple_800">ff6a1b9a</color>
<color name="purple_900">ff4a148c</color>
<color name="purple_a200">ffe040fb</color>
<color name="purple_a400">ffd500f9</color>
<color name="purple_a700">ffaa00ff</color>
<color name="deep_purple_300">ff9575cd</color>
<color name="deep_purple_400">ff7e57c2</color>
<color name="deep_purple_500">ff673ab7</color>
<color name="deep_purple_600">ff5e35b1</color>
<color name="deep_purple_700">ff512da8</color>
<color name="deep_purple_800">ff4527a0</color>
<color name="deep_purple_900">ff311b92</color>
<color name="deep_purple_a200">ff7c4dff</color>
<color name="deep_purple_a400">ff651fff</color>
<color name="deep_purple_a700">ff6200ea</color>
<color name="blue_grey_300">ff90a4ae</color>
<color name="blue_grey_400">ff78909c</color>
<color name="blue_grey_500">ff607d8b</color>
<color name="blue_grey_600">ff546e7a</color>
<color name="blue_grey_700">ff455a64</color>
<color name="blue_grey_800">ff37474f</color>
<color name="blue_grey_900">ff263238</color>
<color name="black">ff000000</color>
<color name="black 75%">c0000000</color>
<color name="black 50%">81000000</color>
<color name="black 25%">41000000</color>
<color name="grey_600">ff757575</color>
<color name="grey_700">ff616161</color>
<color name="grey_800">ff424242</color>
<color name="grey_900">ff212121</color>
<color name="brown_300">ffa1887f</color>
<color name="brown_400">ff8d6e63</color>
<color name="brown_500">ff795548</color>
<color name="brown_600">ff6d4c41</color>
<color name="brown_700">ff5d4037</color>
<color name="brown_800">ff4e342e</color>
<color name="brown_900">ff3e2723</color>
<color name="true grey">ff7f7f7f</color>
<color name="true grey 75%">c07f7f7f</color>
<color name="true grey 50%">817f7f7f</color>
</palette>
</colors>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Some files were not shown because too many files have changed in this diff Show More