Add Android icons
This commit is contained in:
Родитель
db1867e0a8
Коммит
f38dc4c68b
|
@ -68,7 +68,10 @@
|
|||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\layout\Main.axml" />
|
||||
<AndroidResource Include="Resources\values\Strings.xml" />
|
||||
<AndroidResource Include="Resources\drawable\Icon.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\ic_launcher.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ic_launcher.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ic_launcher.png" />
|
||||
<AndroidResource Include="Resources\drawable-hdpi\ic_launcher.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
@ -81,4 +84,11 @@
|
|||
<Name>PortableRazor</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Resources\drawable-mdpi\" />
|
||||
<Folder Include="Resources\drawable-xhdpi\" />
|
||||
<Folder Include="Resources\drawable-xxhdpi\" />
|
||||
<Folder Include="Resources\drawable-hdpi\" />
|
||||
<Folder Include="Resources\drawable\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="AndroidCongress.AndroidCongress">
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" />
|
||||
<application android:label="Portable Congress">
|
||||
<application android:label="Portable Congress" android:icon="@drawable/ic_launcher">
|
||||
</application>
|
||||
</manifest>
|
|
@ -45,7 +45,7 @@ namespace AndroidCongress
|
|||
{
|
||||
|
||||
// aapt resource value: 0x7f020000
|
||||
public const int Icon = 2130837504;
|
||||
public const int ic_launcher = 2130837504;
|
||||
|
||||
static Drawable()
|
||||
{
|
||||
|
|
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-hdpi/ic_launcher.png
Executable file
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-hdpi/ic_launcher.png
Executable file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 6.9 KiB |
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-mdpi/ic_launcher.png
Executable file
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-mdpi/ic_launcher.png
Executable file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 3.8 KiB |
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-xhdpi/ic_launcher.png
Executable file
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-xhdpi/ic_launcher.png
Executable file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 10 KiB |
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-xxhdpi/ic_launcher.png
Executable file
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable-xxhdpi/ic_launcher.png
Executable file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 18 KiB |
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable/Icon.png
Двоичные данные
Samples/iCongress/AndroidCongress/Resources/drawable/Icon.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 2.5 KiB |
Загрузка…
Ссылка в новой задаче