From 90167a986b166f4fb0e97b90bf63993b1c40d1a3 Mon Sep 17 00:00:00 2001 From: juloo Date: Thu, 30 Jul 2015 20:14:55 +0200 Subject: Initial commit --- res/drawable-hdpi/ic_launcher.png | Bin 0 -> 9397 bytes res/drawable-ldpi/ic_launcher.png | Bin 0 -> 2729 bytes res/drawable-mdpi/ic_launcher.png | Bin 0 -> 5237 bytes res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 14383 bytes res/layout/input.xml | 8 ++++++++ res/values/colors.xml | 7 +++++++ res/values/strings.xml | 5 +++++ res/xml/azerty.xml | 39 +++++++++++++++++++++++++++++++++++++ res/xml/method.xml | 10 ++++++++++ 9 files changed, 69 insertions(+) create mode 100644 res/drawable-hdpi/ic_launcher.png create mode 100644 res/drawable-ldpi/ic_launcher.png create mode 100644 res/drawable-mdpi/ic_launcher.png create mode 100644 res/drawable-xhdpi/ic_launcher.png create mode 100644 res/layout/input.xml create mode 100644 res/values/colors.xml create mode 100644 res/values/strings.xml create mode 100644 res/xml/azerty.xml create mode 100644 res/xml/method.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..96a442e Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-ldpi/ic_launcher.png b/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..9923872 Binary files /dev/null and b/res/drawable-ldpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..359047d Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..71c6d76 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/layout/input.xml b/res/layout/input.xml new file mode 100644 index 0000000..2024057 --- /dev/null +++ b/res/layout/input.xml @@ -0,0 +1,8 @@ + + diff --git a/res/values/colors.xml b/res/values/colors.xml new file mode 100644 index 0000000..0890645 --- /dev/null +++ b/res/values/colors.xml @@ -0,0 +1,7 @@ + + + #111111 + #303030 + #000000 + #BFBFBF + diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..1ebc280 --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,5 @@ + + + Keyboard 2.0 + lol + diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml new file mode 100644 index 0000000..72e4753 --- /dev/null +++ b/res/xml/azerty.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/method.xml b/res/xml/method.xml new file mode 100644 index 0000000..fdf120f --- /dev/null +++ b/res/xml/method.xml @@ -0,0 +1,10 @@ + + + + -- cgit v1.2.3