Skip to content

Commit 97d34b2

Browse files
Updated packages
1 parent 062a3a6 commit 97d34b2

File tree

61 files changed

+16823
-9164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+16823
-9164
lines changed

PanCardView.Droid/PanCardView.Droid.csproj

Lines changed: 82 additions & 247 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
4-
// Information about this assembly is defined by the following attributes.
5-
// Change them to the values specific to your project.
2+
using System.Runtime.InteropServices;
63

74
[assembly: AssemblyTitle("PanCardView.Droid")]
85
[assembly: AssemblyDescription("")]
96
[assembly: AssemblyConfiguration("")]
107
[assembly: AssemblyCompany("")]
11-
[assembly: AssemblyProduct("")]
8+
[assembly: AssemblyProduct("PanCardView.Droid")]
129
[assembly: AssemblyCopyright("(c) Andrei Misiukevich")]
1310
[assembly: AssemblyTrademark("")]
1411
[assembly: AssemblyCulture("")]
15-
16-
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
17-
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
18-
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
19-
12+
[assembly: ComVisible(false)]
2013
[assembly: AssemblyVersion("1.0.0")]
21-
22-
// The following attributes are used to specify the signing key for the assembly,
23-
// if desired. See the Mono documentation for more information about signing.
24-
25-
//[assembly: AssemblyDelaySign(false)]
26-
//[assembly: AssemblyKeyFile("")]

PanCardView.Droid/Resources/AboutResources.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ in your application as resource files. Various Android APIs are designed to
33
operate on the resource IDs instead of dealing with images, strings or binary blobs
44
directly.
55

6-
For example, a sample Android app that contains a user interface layout (main.axml),
6+
For example, a sample Android app that contains a user interface layout (main.xml),
77
an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
88
would keep its resources in the "Resources" directory of the application:
99

@@ -12,7 +12,7 @@ Resources/
1212
icon.png
1313

1414
layout/
15-
main.axml
15+
main.xml
1616

1717
values/
1818
strings.xml
@@ -40,5 +40,5 @@ public class R {
4040
}
4141

4242
You would then use R.drawable.icon to reference the drawable/icon.png file, or R.layout.main
43-
to reference the layout/main.axml file, or R.strings.first_string to reference the first
44-
string in the dictionary file values/strings.xml.
43+
to reference the layout/main.xml file, or R.strings.first_string to reference the first
44+
string in the dictionary file values/strings.xml.

0 commit comments

Comments
 (0)