Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Apr 14, 2021
1 parent 062a3a6 commit 97d34b2
Show file tree
Hide file tree
Showing 61 changed files with 16,823 additions and 9,164 deletions.
329 changes: 82 additions & 247 deletions PanCardView.Droid/PanCardView.Droid.csproj

Large diffs are not rendered by default.

19 changes: 3 additions & 16 deletions PanCardView.Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
using System.Reflection;
using System.Runtime.CompilerServices;

// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("PanCardView.Droid")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyProduct("PanCardView.Droid")]
[assembly: AssemblyCopyright("(c) Andrei Misiukevich")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]
8 changes: 4 additions & 4 deletions PanCardView.Droid/Resources/AboutResources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ in your application as resource files. Various Android APIs are designed to
operate on the resource IDs instead of dealing with images, strings or binary blobs
directly.

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

Expand All @@ -12,7 +12,7 @@ Resources/
icon.png

layout/
main.axml
main.xml

values/
strings.xml
Expand Down Expand Up @@ -40,5 +40,5 @@ public class R {
}

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

0 comments on commit 97d34b2

Please sign in to comment.