Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Modified readme and modified .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
rciovati committed Jul 27, 2011
1 parent 52488fe commit cf49a31
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
gen/* bin/*
9 changes: 0 additions & 9 deletions README

This file was deleted.

9 changes: 9 additions & 0 deletions 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

Binary file added assets/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions 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;
}
}

0 comments on commit cf49a31

Please sign in to comment.