Add icons to menu

develop
LEdoian 3 years ago
parent 8f2f211acf
commit 0f2519c742

@ -53,7 +53,10 @@ namespace QuickPlay
public override bool OnOptionsItemSelected(IMenuItem item) public override bool OnOptionsItemSelected(IMenuItem item)
{ {
if (item.ItemId == Resource.Id.action_settings)
Toast.MakeText(this, "Here would be settings, when someone creates it", Android.Widget.ToastLength.Short).Show(); Toast.MakeText(this, "Here would be settings, when someone creates it", Android.Widget.ToastLength.Short).Show();
if (item.ItemId == Resource.Id.action_edit)
Toast.MakeText(this, "No editing this time", Android.Widget.ToastLength.Short).Show();
return base.OnOptionsItemSelected(item); return base.OnOptionsItemSelected(item);
} }

@ -110,7 +110,7 @@
<AndroidResource Include="Resources\mipmap-xxxhdpi\ic_launcher_round.png" /> <AndroidResource Include="Resources\mipmap-xxxhdpi\ic_launcher_round.png" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="Resources\drawable\" /> <AndroidResource Include="Resources\drawable-anydpi\material_settings.xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Xamarin.Android.Support.Design"> <PackageReference Include="Xamarin.Android.Support.Design">
@ -129,6 +129,93 @@
<Name>MpcCore</Name> <Name>MpcCore</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-mdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxxhdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\material_settings.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-v21\material_settings.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-v24\material_settings.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-mdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-hdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xhdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxhdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxxhdpi\material_settings.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-anydpi-v26\material_settings.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-mdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-hdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxhdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxxhdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable\material_edit.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-anydpi\material_edit.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-v21\material_edit.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-v24\material_edit.xml" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-mdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-hdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xhdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxhdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-xxxhdpi\material_edit.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\mipmap-anydpi-v26\material_edit.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

@ -2925,26 +2925,26 @@ namespace QuickPlay
// aapt resource value: 0x7f020054 // aapt resource value: 0x7f020054
public const int avd_hide_password = 2130837588; public const int avd_hide_password = 2130837588;
// aapt resource value: 0x7f020070 // aapt resource value: 0x7f020072
public const int avd_hide_password_1 = 2130837616; public const int avd_hide_password_1 = 2130837618;
// aapt resource value: 0x7f020071 // aapt resource value: 0x7f020073
public const int avd_hide_password_2 = 2130837617; public const int avd_hide_password_2 = 2130837619;
// aapt resource value: 0x7f020072 // aapt resource value: 0x7f020074
public const int avd_hide_password_3 = 2130837618; public const int avd_hide_password_3 = 2130837620;
// aapt resource value: 0x7f020055 // aapt resource value: 0x7f020055
public const int avd_show_password = 2130837589; public const int avd_show_password = 2130837589;
// aapt resource value: 0x7f020073 // aapt resource value: 0x7f020075
public const int avd_show_password_1 = 2130837619; public const int avd_show_password_1 = 2130837621;
// aapt resource value: 0x7f020074 // aapt resource value: 0x7f020076
public const int avd_show_password_2 = 2130837620; public const int avd_show_password_2 = 2130837622;
// aapt resource value: 0x7f020075 // aapt resource value: 0x7f020077
public const int avd_show_password_3 = 2130837621; public const int avd_show_password_3 = 2130837623;
// aapt resource value: 0x7f020056 // aapt resource value: 0x7f020056
public const int design_bottom_navigation_item_background = 2130837590; public const int design_bottom_navigation_item_background = 2130837590;
@ -2974,55 +2974,61 @@ namespace QuickPlay
public const int ic_mtrl_chip_close_circle = 2130837598; public const int ic_mtrl_chip_close_circle = 2130837598;
// aapt resource value: 0x7f02005f // aapt resource value: 0x7f02005f
public const int mtrl_snackbar_background = 2130837599; public const int material_edit = 2130837599;
// aapt resource value: 0x7f020060 // aapt resource value: 0x7f020060
public const int mtrl_tabs_default_indicator = 2130837600; public const int material_settings = 2130837600;
// aapt resource value: 0x7f020061 // aapt resource value: 0x7f020061
public const int navigation_empty_icon = 2130837601; public const int mtrl_snackbar_background = 2130837601;
// aapt resource value: 0x7f020062 // aapt resource value: 0x7f020062
public const int notification_action_background = 2130837602; public const int mtrl_tabs_default_indicator = 2130837602;
// aapt resource value: 0x7f020063 // aapt resource value: 0x7f020063
public const int notification_bg = 2130837603; public const int navigation_empty_icon = 2130837603;
// aapt resource value: 0x7f020064 // aapt resource value: 0x7f020064
public const int notification_bg_low = 2130837604; public const int notification_action_background = 2130837604;
// aapt resource value: 0x7f020065 // aapt resource value: 0x7f020065
public const int notification_bg_low_normal = 2130837605; public const int notification_bg = 2130837605;
// aapt resource value: 0x7f020066 // aapt resource value: 0x7f020066
public const int notification_bg_low_pressed = 2130837606; public const int notification_bg_low = 2130837606;
// aapt resource value: 0x7f020067 // aapt resource value: 0x7f020067
public const int notification_bg_normal = 2130837607; public const int notification_bg_low_normal = 2130837607;
// aapt resource value: 0x7f020068 // aapt resource value: 0x7f020068
public const int notification_bg_normal_pressed = 2130837608; public const int notification_bg_low_pressed = 2130837608;
// aapt resource value: 0x7f020069 // aapt resource value: 0x7f020069
public const int notification_icon_background = 2130837609; public const int notification_bg_normal = 2130837609;
// aapt resource value: 0x7f02006e
public const int notification_template_icon_bg = 2130837614;
// aapt resource value: 0x7f02006f
public const int notification_template_icon_low_bg = 2130837615;
// aapt resource value: 0x7f02006a // aapt resource value: 0x7f02006a
public const int notification_tile_bg = 2130837610; public const int notification_bg_normal_pressed = 2130837610;
// aapt resource value: 0x7f02006b // aapt resource value: 0x7f02006b
public const int notify_panel_notification_icon_bg = 2130837611; public const int notification_icon_background = 2130837611;
// aapt resource value: 0x7f020070
public const int notification_template_icon_bg = 2130837616;
// aapt resource value: 0x7f020071
public const int notification_template_icon_low_bg = 2130837617;
// aapt resource value: 0x7f02006c // aapt resource value: 0x7f02006c
public const int tooltip_frame_dark = 2130837612; public const int notification_tile_bg = 2130837612;
// aapt resource value: 0x7f02006d // aapt resource value: 0x7f02006d
public const int tooltip_frame_light = 2130837613; public const int notify_panel_notification_icon_bg = 2130837613;
// aapt resource value: 0x7f02006e
public const int tooltip_frame_dark = 2130837614;
// aapt resource value: 0x7f02006f
public const int tooltip_frame_light = 2130837615;
static Drawable() static Drawable()
{ {
@ -3085,6 +3091,9 @@ namespace QuickPlay
// aapt resource value: 0x7f0900bb // aapt resource value: 0x7f0900bb
public const int action_divider = 2131296443; public const int action_divider = 2131296443;
// aapt resource value: 0x7f0900c1
public const int action_edit = 2131296449;
// aapt resource value: 0x7f0900b1 // aapt resource value: 0x7f0900b1
public const int action_image = 2131296433; public const int action_image = 2131296433;
@ -3918,6 +3927,12 @@ namespace QuickPlay
// aapt resource value: 0x7f030002 // aapt resource value: 0x7f030002
public const int ic_launcher_round = 2130903042; public const int ic_launcher_round = 2130903042;
// aapt resource value: 0x7f030003
public const int material_edit = 2130903043;
// aapt resource value: 0x7f030004
public const int material_settings = 2130903044;
static Mipmap() static Mipmap()
{ {
global::Android.Runtime.ResourceIdManager.UpdateIdValues(); global::Android.Runtime.ResourceIdManager.UpdateIdValues();
@ -4048,6 +4063,9 @@ namespace QuickPlay
// aapt resource value: 0x7f0c001a // aapt resource value: 0x7f0c001a
public const int abc_toolbar_collapse_description = 2131492890; public const int abc_toolbar_collapse_description = 2131492890;
// aapt resource value: 0x7f0c0039
public const int action_edit = 2131492921;
// aapt resource value: 0x7f0c0038 // aapt resource value: 0x7f0c0038
public const int action_settings = 2131492920; public const int action_settings = 2131492920;

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z" /></vector>

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z" /></vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z" /></vector>

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z" /></vector>

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z" /></vector>

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z" /></vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z" /></vector>

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z" /></vector>

@ -5,7 +5,12 @@
android:id="@+id/action_settings" android:id="@+id/action_settings"
android:orderInCategory="100" android:orderInCategory="100"
android:title="@string/action_settings" android:title="@string/action_settings"
android:icon="@mipmap/ic_launcher_round" android:icon="@mipmap/material_settings"
app:showAsAction="ifRoom" />
<item
android:id="@+id/action_edit"
android:orderInCategory="200"
android:title="@string/action_edit"
android:icon="@mipmap/material_edit"
app:showAsAction="ifRoom" /> app:showAsAction="ifRoom" />
<!-- Use gearwheel for settings, when we have net. -->
</menu> </menu>

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z" /></vector>

@ -0,0 +1 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"><path android:fillColor="#FFFFFFFF" android:pathData="M19.14,12.94c0.04,-0.3 0.06,-0.61 0.06,-0.94c0,-0.32 -0.02,-0.64 -0.07,-0.94l2.03,-1.58c0.18,-0.14 0.23,-0.41 0.12,-0.61l-1.92,-3.32c-0.12,-0.22 -0.37,-0.29 -0.59,-0.22l-2.39,0.96c-0.5,-0.38 -1.03,-0.7 -1.62,-0.94L14.4,2.81c-0.04,-0.24 -0.24,-0.41 -0.48,-0.41h-3.84c-0.24,0 -0.43,0.17 -0.47,0.41L9.25,5.35C8.66,5.59 8.12,5.92 7.63,6.29L5.24,5.33c-0.22,-0.08 -0.47,0 -0.59,0.22L2.74,8.87C2.62,9.08 2.66,9.34 2.86,9.48l2.03,1.58C4.84,11.36 4.8,11.69 4.8,12s0.02,0.64 0.07,0.94l-2.03,1.58c-0.18,0.14 -0.23,0.41 -0.12,0.61l1.92,3.32c0.12,0.22 0.37,0.29 0.59,0.22l2.39,-0.96c0.5,0.38 1.03,0.7 1.62,0.94l0.36,2.54c0.05,0.24 0.24,0.41 0.48,0.41h3.84c0.24,0 0.44,-0.17 0.47,-0.41l0.36,-2.54c0.59,-0.24 1.13,-0.56 1.62,-0.94l2.39,0.96c0.22,0.08 0.47,0 0.59,-0.22l1.92,-3.32c0.12,-0.22 0.07,-0.47 -0.12,-0.61L19.14,12.94zM12,15.6c-1.98,0 -3.6,-1.62 -3.6,-3.6s1.62,-3.6 3.6,-3.6s3.6,1.62 3.6,3.6S13.98,15.6 12,15.6z" /></vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

@ -3,4 +3,5 @@
<string name="player_name">Not Connected!</string> <string name="player_name">Not Connected!</string>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_edit">Edit</string>
</resources> </resources>

Loading…
Cancel
Save