mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 02:03:49 +00:00
icon resources for android. more places for extended obs collection.
This commit is contained in:
@@ -252,6 +252,24 @@
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\fa_folder_open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\drawable-mdpi\ion_plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ion_plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ion_plus.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
|
||||
@@ -26,8 +26,7 @@ namespace Bit.Android.Controls
|
||||
|
||||
if(extendedCell.ShowDisclousure)
|
||||
{
|
||||
// TODO: different image
|
||||
var resourceId = Resource.Drawable.fa_folder_open;
|
||||
var resourceId = Resource.Drawable.ion_chevron_right;
|
||||
if(!string.IsNullOrWhiteSpace(extendedCell.DisclousureImage))
|
||||
{
|
||||
var fileName = System.IO.Path.GetFileNameWithoutExtension(extendedCell.DisclousureImage);
|
||||
|
||||
46
src/Android/Resources/Resource.Designer.cs
generated
46
src/Android/Resources/Resource.Designer.cs
generated
@@ -2258,58 +2258,64 @@ namespace Bit.Android
|
||||
public const int icon = 2130837652;
|
||||
|
||||
// aapt resource value: 0x7f020095
|
||||
public const int mr_dialog_material_background_dark = 2130837653;
|
||||
public const int ion_chevron_right = 2130837653;
|
||||
|
||||
// aapt resource value: 0x7f020096
|
||||
public const int mr_dialog_material_background_light = 2130837654;
|
||||
public const int ion_plus = 2130837654;
|
||||
|
||||
// aapt resource value: 0x7f020097
|
||||
public const int mr_ic_audiotrack_light = 2130837655;
|
||||
public const int mr_dialog_material_background_dark = 2130837655;
|
||||
|
||||
// aapt resource value: 0x7f020098
|
||||
public const int mr_ic_cast_dark = 2130837656;
|
||||
public const int mr_dialog_material_background_light = 2130837656;
|
||||
|
||||
// aapt resource value: 0x7f020099
|
||||
public const int mr_ic_cast_light = 2130837657;
|
||||
public const int mr_ic_audiotrack_light = 2130837657;
|
||||
|
||||
// aapt resource value: 0x7f02009a
|
||||
public const int mr_ic_close_dark = 2130837658;
|
||||
public const int mr_ic_cast_dark = 2130837658;
|
||||
|
||||
// aapt resource value: 0x7f02009b
|
||||
public const int mr_ic_close_light = 2130837659;
|
||||
public const int mr_ic_cast_light = 2130837659;
|
||||
|
||||
// aapt resource value: 0x7f02009c
|
||||
public const int mr_ic_media_route_connecting_mono_dark = 2130837660;
|
||||
public const int mr_ic_close_dark = 2130837660;
|
||||
|
||||
// aapt resource value: 0x7f02009d
|
||||
public const int mr_ic_media_route_connecting_mono_light = 2130837661;
|
||||
public const int mr_ic_close_light = 2130837661;
|
||||
|
||||
// aapt resource value: 0x7f02009e
|
||||
public const int mr_ic_media_route_mono_dark = 2130837662;
|
||||
public const int mr_ic_media_route_connecting_mono_dark = 2130837662;
|
||||
|
||||
// aapt resource value: 0x7f02009f
|
||||
public const int mr_ic_media_route_mono_light = 2130837663;
|
||||
public const int mr_ic_media_route_connecting_mono_light = 2130837663;
|
||||
|
||||
// aapt resource value: 0x7f0200a0
|
||||
public const int mr_ic_pause_dark = 2130837664;
|
||||
public const int mr_ic_media_route_mono_dark = 2130837664;
|
||||
|
||||
// aapt resource value: 0x7f0200a1
|
||||
public const int mr_ic_pause_light = 2130837665;
|
||||
public const int mr_ic_media_route_mono_light = 2130837665;
|
||||
|
||||
// aapt resource value: 0x7f0200a2
|
||||
public const int mr_ic_play_dark = 2130837666;
|
||||
public const int mr_ic_pause_dark = 2130837666;
|
||||
|
||||
// aapt resource value: 0x7f0200a3
|
||||
public const int mr_ic_play_light = 2130837667;
|
||||
|
||||
// aapt resource value: 0x7f0200a6
|
||||
public const int notification_template_icon_bg = 2130837670;
|
||||
public const int mr_ic_pause_light = 2130837667;
|
||||
|
||||
// aapt resource value: 0x7f0200a4
|
||||
public const int roundedbg = 2130837668;
|
||||
public const int mr_ic_play_dark = 2130837668;
|
||||
|
||||
// aapt resource value: 0x7f0200a5
|
||||
public const int roundedbgdark = 2130837669;
|
||||
public const int mr_ic_play_light = 2130837669;
|
||||
|
||||
// aapt resource value: 0x7f0200a8
|
||||
public const int notification_template_icon_bg = 2130837672;
|
||||
|
||||
// aapt resource value: 0x7f0200a6
|
||||
public const int roundedbg = 2130837670;
|
||||
|
||||
// aapt resource value: 0x7f0200a7
|
||||
public const int roundedbgdark = 2130837671;
|
||||
|
||||
static Drawable()
|
||||
{
|
||||
|
||||
BIN
src/Android/Resources/drawable-mdpi/ion_chevron_right.png
Normal file
BIN
src/Android/Resources/drawable-mdpi/ion_chevron_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 261 B |
BIN
src/Android/Resources/drawable-mdpi/ion_plus.png
Normal file
BIN
src/Android/Resources/drawable-mdpi/ion_plus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 B |
BIN
src/Android/Resources/drawable-xhdpi/ion_chevron_right.png
Normal file
BIN
src/Android/Resources/drawable-xhdpi/ion_chevron_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 515 B |
BIN
src/Android/Resources/drawable-xhdpi/ion_plus.png
Normal file
BIN
src/Android/Resources/drawable-xhdpi/ion_plus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 B |
BIN
src/Android/Resources/drawable-xxhdpi/ion_chevron_right.png
Normal file
BIN
src/Android/Resources/drawable-xxhdpi/ion_chevron_right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 595 B |
BIN
src/Android/Resources/drawable-xxhdpi/ion_plus.png
Normal file
BIN
src/Android/Resources/drawable-xxhdpi/ion_plus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 147 B |
Reference in New Issue
Block a user