diff --git a/.gitignore b/.gitignore index 7b86b0c..36f971e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -gen/* +bin/* diff --git a/README b/README deleted file mode 100644 index 1e6353a..0000000 --- a/README +++ /dev/null @@ -1,9 +0,0 @@ -This is a simple example made for a tutorial of how to using KeyboardView for creating a custom keyboard. - -The tutorial is available here: - -http://www.anddev.it/index.php/topic,3956.0.html (Italian) - -Screenshot: http://i54.tinypic.com/2v2in7o.png - -Code is commented in Italian but shouldn't be a problem :) diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..5c9605b --- /dev/null +++ b/README.markdown @@ -0,0 +1,9 @@ +![Screenshot](https://github.com/rciovati/Android-KeyboardView-Example/raw/master/assets/screenshot.png) + +## What is this? + +This is a simple example of how using KeyboardView for creating a custom keyboard on Android +You can find a tutorial (in Italian) based on this code at: + +http://www.anddev.it/index.php/topic,3956.0.html + diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..54c5575 Binary files /dev/null and b/assets/screenshot.png differ diff --git a/gen/it/anddev/tutorial/R.java b/gen/it/anddev/tutorial/R.java new file mode 100644 index 0000000..0022ca8 --- /dev/null +++ b/gen/it/anddev/tutorial/R.java @@ -0,0 +1,37 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package it.anddev.tutorial; + +public final class R { + public static final class anim { + public static final int slide_in_bottom=0x7f040000; + } + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + public static final int sym_keyboard_delete=0x7f020001; + public static final int sym_keyboard_feedback_return=0x7f020002; + } + public static final class id { + public static final int LinearLayout1=0x7f070000; + public static final int container=0x7f070001; + public static final int keyboard_view=0x7f070002; + public static final int target=0x7f070003; + } + public static final class layout { + public static final int main=0x7f030000; + } + public static final class string { + public static final int app_name=0x7f060001; + public static final int hello=0x7f060000; + } + public static final class xml { + public static final int keyboard=0x7f050000; + } +}