mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
paperclip icon for attachments in listing
This commit is contained in:
@@ -920,6 +920,21 @@
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\camera.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\paperclip.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\paperclip.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\paperclip.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\paperclip.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\paperclip.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">
|
||||
|
||||
37
src/Android/Resources/Resource.Designer.cs
generated
37
src/Android/Resources/Resource.Designer.cs
generated
@@ -2756,53 +2756,56 @@ namespace Bit.Android
|
||||
// aapt resource value: 0x7f0200e6
|
||||
public const int notification_sm = 2130837734;
|
||||
|
||||
// aapt resource value: 0x7f0200f6
|
||||
public const int notification_template_icon_bg = 2130837750;
|
||||
// aapt resource value: 0x7f0200f7
|
||||
public const int notification_template_icon_bg = 2130837751;
|
||||
|
||||
// aapt resource value: 0x7f0200e7
|
||||
public const int plus = 2130837735;
|
||||
public const int paperclip = 2130837735;
|
||||
|
||||
// aapt resource value: 0x7f0200e8
|
||||
public const int refresh = 2130837736;
|
||||
public const int plus = 2130837736;
|
||||
|
||||
// aapt resource value: 0x7f0200e9
|
||||
public const int roundedbg = 2130837737;
|
||||
public const int refresh = 2130837737;
|
||||
|
||||
// aapt resource value: 0x7f0200ea
|
||||
public const int roundedbgdark = 2130837738;
|
||||
public const int roundedbg = 2130837738;
|
||||
|
||||
// aapt resource value: 0x7f0200eb
|
||||
public const int search = 2130837739;
|
||||
public const int roundedbgdark = 2130837739;
|
||||
|
||||
// aapt resource value: 0x7f0200ec
|
||||
public const int share = 2130837740;
|
||||
public const int search = 2130837740;
|
||||
|
||||
// aapt resource value: 0x7f0200ed
|
||||
public const int share_tools = 2130837741;
|
||||
public const int share = 2130837741;
|
||||
|
||||
// aapt resource value: 0x7f0200ee
|
||||
public const int splash_screen = 2130837742;
|
||||
public const int share_tools = 2130837742;
|
||||
|
||||
// aapt resource value: 0x7f0200ef
|
||||
public const int star = 2130837743;
|
||||
public const int splash_screen = 2130837743;
|
||||
|
||||
// aapt resource value: 0x7f0200f0
|
||||
public const int star_selected = 2130837744;
|
||||
public const int star = 2130837744;
|
||||
|
||||
// aapt resource value: 0x7f0200f1
|
||||
public const int tools = 2130837745;
|
||||
public const int star_selected = 2130837745;
|
||||
|
||||
// aapt resource value: 0x7f0200f2
|
||||
public const int tools_selected = 2130837746;
|
||||
public const int tools = 2130837746;
|
||||
|
||||
// aapt resource value: 0x7f0200f3
|
||||
public const int upload = 2130837747;
|
||||
public const int tools_selected = 2130837747;
|
||||
|
||||
// aapt resource value: 0x7f0200f4
|
||||
public const int user = 2130837748;
|
||||
public const int upload = 2130837748;
|
||||
|
||||
// aapt resource value: 0x7f0200f5
|
||||
public const int yubikey = 2130837749;
|
||||
public const int user = 2130837749;
|
||||
|
||||
// aapt resource value: 0x7f0200f6
|
||||
public const int yubikey = 2130837750;
|
||||
|
||||
static Drawable()
|
||||
{
|
||||
|
||||
BIN
src/Android/Resources/drawable-hdpi/paperclip.png
Normal file
BIN
src/Android/Resources/drawable-hdpi/paperclip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 658 B |
BIN
src/Android/Resources/drawable-xhdpi/paperclip.png
Normal file
BIN
src/Android/Resources/drawable-xhdpi/paperclip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 802 B |
BIN
src/Android/Resources/drawable-xxhdpi/paperclip.png
Normal file
BIN
src/Android/Resources/drawable-xxhdpi/paperclip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/paperclip.png
Normal file
BIN
src/Android/Resources/drawable-xxxhdpi/paperclip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
src/Android/Resources/drawable/paperclip.png
Normal file
BIN
src/Android/Resources/drawable/paperclip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 249 B |
Reference in New Issue
Block a user